?? index-all.html
字號(hào):
Method in class structure.<A HREF="structure/QueueVector.html">QueueVector</A><DD>Add a value to the tail of the queue<DT><A HREF="structure/StackList.html#add(java.lang.Object)"><B>add(Object)</B></A> - Method in class structure.<A HREF="structure/StackList.html">StackList</A><DD>Add a value to the top of the stack.<DT><A HREF="structure/DoublyLinkedList.html#add(java.lang.Object)"><B>add(Object)</B></A> - Method in class structure.<A HREF="structure/DoublyLinkedList.html">DoublyLinkedList</A><DD>Add a value to head of list.<DT><A HREF="structure/Vector.html#add(java.lang.Object)"><B>add(Object)</B></A> - Method in class structure.<A HREF="structure/Vector.html">Vector</A><DD>Add an element to the high end of the array, possibly expanding vector.<DT><A HREF="structure/OrderedVector.html#add(java.lang.Object)"><B>add(Object)</B></A> - Method in class structure.<A HREF="structure/OrderedVector.html">OrderedVector</A><DD>Add a comparable value to an ordered vector<DT><A HREF="structure/Structure.html#add(java.lang.Object)"><B>add(Object)</B></A> - Method in interface structure.<A HREF="structure/Structure.html">Structure</A><DD>Inserts value in some structure-specific location.<DT><A HREF="structure/StructCollection.html#add(java.lang.Object)"><B>add(Object)</B></A> - Method in class structure.<A HREF="structure/StructCollection.html">StructCollection</A><DD>Add an object to the subordinate Structure, and return boolean indicating success.<DT><A HREF="structure/List.html#add(java.lang.Object)"><B>add(Object)</B></A> - Method in interface structure.<A HREF="structure/List.html">List</A><DD>Add an object to tail of list.<DT><A HREF="structure/SinglyLinkedList.html#add(java.lang.Object)"><B>add(Object)</B></A> - Method in class structure.<A HREF="structure/SinglyLinkedList.html">SinglyLinkedList</A><DD>Add an object to tail of list.<DT><A HREF="structure/AbstractListIterator.html#add(java.lang.Object)"><B>add(Object)</B></A> - Method in class structure.<A HREF="structure/AbstractListIterator.html">AbstractListIterator</A><DD> <DT><A HREF="structure/StackArray.html#add(java.lang.Object)"><B>add(Object)</B></A> - Method in class structure.<A HREF="structure/StackArray.html">StackArray</A><DD>Add a value to the top of the stack.<DT><A HREF="structure/SetVector.html#add(java.lang.Object)"><B>add(Object)</B></A> - Method in class structure.<A HREF="structure/SetVector.html">SetVector</A><DD>Add an element to set, if not already present.<DT><A HREF="structure/Graph.html#add(java.lang.Object)"><B>add(Object)</B></A> - Method in interface structure.<A HREF="structure/Graph.html">Graph</A><DD>Add a vertex to the graph<DT><A HREF="structure/Stack.html#add(java.lang.Object)"><B>add(Object)</B></A> - Method in interface structure.<A HREF="structure/Stack.html">Stack</A><DD>Add an element from the top of the stack.<DT><A HREF="structure/StructCollection.html#addAll(java.util.Collection)"><B>addAll(Collection)</B></A> - Method in class structure.<A HREF="structure/StructCollection.html">StructCollection</A><DD>Adds all the elements of another collection (c) into this Structure.<DT><A HREF="structure/Set.html#addAll(structure.Structure)"><B>addAll(Structure)</B></A> - Method in interface structure.<A HREF="structure/Set.html">Set</A><DD>Union other set into this set.<DT><A HREF="structure/AbstractSet.html#addAll(structure.Structure)"><B>addAll(Structure)</B></A> - Method in class structure.<A HREF="structure/AbstractSet.html">AbstractSet</A><DD>Union other set into this set.<DT><A HREF="structure/SetList.html#addAll(structure.Structure)"><B>addAll(Structure)</B></A> - Method in class structure.<A HREF="structure/SetList.html">SetList</A><DD>Compute the union of this set with other.<DT><A HREF="structure/SetVector.html#addAll(structure.Structure)"><B>addAll(Structure)</B></A> - Method in class structure.<A HREF="structure/SetVector.html">SetVector</A><DD>Compute the union of this set with other.<DT><A HREF="structure/Matrix.html#addCol(int)"><B>addCol(int)</B></A> - Method in class structure.<A HREF="structure/Matrix.html">Matrix</A><DD>Add a new column, whose index will be c.<DT><A HREF="structure/GraphListVertex.html#addEdge(structure.Edge)"><B>addEdge(Edge)</B></A> - Method in class structure.<A HREF="structure/GraphListVertex.html">GraphListVertex</A><DD> <DT><A HREF="structure/GraphMatrix.html#addEdge(java.lang.Object, java.lang.Object, java.lang.Object)"><B>addEdge(Object, Object, Object)</B></A> - Method in class structure.<A HREF="structure/GraphMatrix.html">GraphMatrix</A><DD>Add an edge between two vertices within the graph.<DT><A HREF="structure/GraphMatrixUndirected.html#addEdge(java.lang.Object, java.lang.Object, java.lang.Object)"><B>addEdge(Object, Object, Object)</B></A> - Method in class structure.<A HREF="structure/GraphMatrixUndirected.html">GraphMatrixUndirected</A><DD>Add an edge between two vertices within the graph.<DT><A HREF="structure/GraphMatrixDirected.html#addEdge(java.lang.Object, java.lang.Object, java.lang.Object)"><B>addEdge(Object, Object, Object)</B></A> - Method in class structure.<A HREF="structure/GraphMatrixDirected.html">GraphMatrixDirected</A><DD>Add an edge between two vertices within the graph.<DT><A HREF="structure/GraphList.html#addEdge(java.lang.Object, java.lang.Object, java.lang.Object)"><B>addEdge(Object, Object, Object)</B></A> - Method in class structure.<A HREF="structure/GraphList.html">GraphList</A><DD>Add an edge between two vertices within the graph.<DT><A HREF="structure/GraphListUndirected.html#addEdge(java.lang.Object, java.lang.Object, java.lang.Object)"><B>addEdge(Object, Object, Object)</B></A> - Method in class structure.<A HREF="structure/GraphListUndirected.html">GraphListUndirected</A><DD>Add an edge between two vertices within the graph.<DT><A HREF="structure/GraphListDirected.html#addEdge(java.lang.Object, java.lang.Object, java.lang.Object)"><B>addEdge(Object, Object, Object)</B></A> - Method in class structure.<A HREF="structure/GraphListDirected.html">GraphListDirected</A><DD>Add an edge between two vertices within the graph.<DT><A HREF="structure/Graph.html#addEdge(java.lang.Object, java.lang.Object, java.lang.Object)"><B>addEdge(Object, Object, Object)</B></A> - Method in interface structure.<A HREF="structure/Graph.html">Graph</A><DD>Add an edge between two vertices within the graph.<DT><A HREF="structure/Vector.html#addElement(java.lang.Object)"><B>addElement(Object)</B></A> - Method in class structure.<A HREF="structure/Vector.html">Vector</A><DD>Add an element to the high end of the array, possibly expanding vector.<DT><A HREF="structure/AbstractList.html#addFirst(java.lang.Object)"><B>addFirst(Object)</B></A> - Method in class structure.<A HREF="structure/AbstractList.html">AbstractList</A><DD>Add a value to head of list.<DT><A HREF="structure/CircularList.html#addFirst(java.lang.Object)"><B>addFirst(Object)</B></A> - Method in class structure.<A HREF="structure/CircularList.html">CircularList</A><DD>Add an element to head of list.<DT><A HREF="structure/DoublyLinkedList.html#addFirst(java.lang.Object)"><B>addFirst(Object)</B></A> - Method in class structure.<A HREF="structure/DoublyLinkedList.html">DoublyLinkedList</A><DD>Add a value to head of list.<DT><A HREF="structure/List.html#addFirst(java.lang.Object)"><B>addFirst(Object)</B></A> - Method in interface structure.<A HREF="structure/List.html">List</A><DD>Add a value to the head of the list.<DT><A HREF="structure/SinglyLinkedList.html#addFirst(java.lang.Object)"><B>addFirst(Object)</B></A> - Method in class structure.<A HREF="structure/SinglyLinkedList.html">SinglyLinkedList</A><DD>Add a value to head of list.<DT><A HREF="structure/AbstractList.html#addLast(java.lang.Object)"><B>addLast(Object)</B></A> - Method in class structure.<A HREF="structure/AbstractList.html">AbstractList</A><DD>Add a value to tail of list.<DT><A HREF="structure/CircularList.html#addLast(java.lang.Object)"><B>addLast(Object)</B></A> - Method in class structure.<A HREF="structure/CircularList.html">CircularList</A><DD>Add a value to tail of circular list.<DT><A HREF="structure/DoublyLinkedList.html#addLast(java.lang.Object)"><B>addLast(Object)</B></A> - Method in class structure.<A HREF="structure/DoublyLinkedList.html">DoublyLinkedList</A><DD>Add a value to tail of list.<DT><A HREF="structure/List.html#addLast(java.lang.Object)"><B>addLast(Object)</B></A> - Method in interface structure.<A HREF="structure/List.html">List</A><DD>Add a value to tail of list.<DT><A HREF="structure/SinglyLinkedList.html#addLast(java.lang.Object)"><B>addLast(Object)</B></A> - Method in class structure.<A HREF="structure/SinglyLinkedList.html">SinglyLinkedList</A><DD>Add a value to tail of list.<DT><A HREF="structure/Matrix.html#addRow(int)"><B>addRow(int)</B></A> - Method in class structure.<A HREF="structure/Matrix.html">Matrix</A><DD>Add a new row, whose index will be r.<DT><A HREF="structure/GraphListVertex.html#adjacencies"><B>adjacencies</B></A> - Variable in class structure.<A HREF="structure/GraphListVertex.html">GraphListVertex</A><DD> <DT><A HREF="structure/GraphListVertex.html#adjacentEdges()"><B>adjacentEdges()</B></A> - Method in class structure.<A HREF="structure/GraphListVertex.html">GraphListVertex</A><DD> <DT><A HREF="structure/GraphListVertex.html#adjacentVertices()"><B>adjacentVertices()</B></A> - Method in class structure.<A HREF="structure/GraphListVertex.html">GraphListVertex</A><DD> <DT><A HREF="structure/BitSet.html#allocated"><B>allocated</B></A> - Variable in class structure.<A HREF="structure/BitSet.html">BitSet</A><DD>The current number of integers allocated.<DT><A HREF="structure/AppendableList.html"><B>AppendableList</B></A> - class structure.<A HREF="structure/AppendableList.html">AppendableList</A>.<DD>An extension of the circular list class that provides an operation for merging an object of this type with a CircularList in constant time.<DT><A HREF="structure/AppendableList.html#AppendableList()"><B>AppendableList()</B></A> - Constructor for class structure.<A HREF="structure/AppendableList.html">AppendableList</A><DD> <DT><A HREF="structure/ArrayIterator.html"><B>ArrayIterator</B></A> - class structure.<A HREF="structure/ArrayIterator.html">ArrayIterator</A>.<DD>A conveniece class that provies a mechanism to iterate over arrays that is analogous to the iteration techniques employed by the structures in this package.<DT><A HREF="structure/ArrayIterator.html#ArrayIterator(java.lang.Object[])"><B>ArrayIterator(Object[])</B></A> - Constructor for class structure.<A HREF="structure/ArrayIterator.html">ArrayIterator</A><DD>Construct an iterator that iterates over the entire contents of an array.<DT><A HREF="structure/ArrayIterator.html#ArrayIterator(java.lang.Object[], int, int)"><B>ArrayIterator(Object[], int, int)</B></A> - Constructor for class structure.<A HREF="structure/ArrayIterator.html">ArrayIterator</A><DD>Constructs an iterator that will iterate over a specified portion of the source array.<DT><A HREF="structure/Assert.html"><B>Assert</B></A> - class structure.<A HREF="structure/Assert.html">Assert</A>.<DD>A library of assertion testing and debugging procedures.<DT><A HREF="structure/Assert.html#Assert()"><B>Assert()</B></A> - Constructor for class structure.<A HREF="structure/Assert.html">Assert</A><DD> <DT><A HREF="structure/Association.html"><B>Association</B></A> - class structure.<A HREF="structure/Association.html">Association</A>.<DD>A class implementing a key-value pair.<DT><A HREF="structure/Association.html#Association(java.lang.Object)"><B>Association(Object)</B></A> - Constructor for class structure.<A HREF="structure/Association.html">Association</A><DD>Constructs a pair from a key; value is null.<DT><A HREF="structure/Association.html#Association(java.lang.Object, java.lang.Object)"><B>Association(Object, Object)</B></A> - Constructor for class structure.<A HREF="structure/Association.html">Association</A><DD>Constructs a pair from a key and value.<DT><A HREF="structure/ReadStream.html#atEOF"><B>atEOF</B></A> - Variable in class structure.<A HREF="structure/ReadStream.html">ReadStream</A><DD>True iff we've seen the end-of-file<DT><A HREF="structure/Version.html#author"><B>author</B></A> - Static variable in class structure.<A HREF="structure/Version.html">Version</A><DD> </DL><HR><A NAME="_B_"><!-- --></A><H2><B>B</B></H2><DL><DT><A HREF="structure/ReverseComparator.html#base"><B>base</B></A> - Variable in class structure.<A HREF="structure/ReverseComparator.html">ReverseComparator</A><DD> <DT><A HREF="structure/StructCollection.html#base"><B>base</B></A> - Variable in class structure.<A HREF="structure/StructCollection.html">StructCollection</A><DD>The subordinate Structure<DT><A HREF="structure/BinarySearchTree.html"><B>BinarySearchTree</B></A> - class structure.<A HREF="structure/BinarySearchTree.html">BinarySearchTree</A>.<DD>A binary search tree structure.<DT><A HREF="structure/BinarySearchTree.html#BinarySearchTree()"><B>BinarySearchTree()</B></A> -
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -