A B C D E F G H I K L M N O P Q R S T U V W X Y

E

Edge<V> - Interface in goldman.graph
The Edge interface is used for an unweighted edge.
edgesFrom(V) - Method in class goldman.graph.AbstractGraph
 
edgesFrom(V) - Method in class goldman.graph.AdjacencyListRepresentation
 
edgesFrom(V) - Method in class goldman.graph.AdjacencyMatrixRepresentation
 
edgesFrom(V) - Method in interface goldman.graph.Graph
Returns an iterator over the outgoing edges from the given vertex.
edgesFrom(V) - Method in interface goldman.graph.GraphRepresentation
Returns an iterator over the outgoing edges from source.
edgesTo(V) - Method in class goldman.graph.AbstractGraph
 
edgesTo(V) - Method in class goldman.graph.AdjacencyListRepresentation
 
edgesTo(V) - Method in class goldman.graph.AdjacencyMatrixRepresentation
 
edgesTo(V) - Method in interface goldman.graph.Graph
Returns an iterator over the incoming edges for the given vertex.
edgesTo(V) - Method in interface goldman.graph.GraphRepresentation
Returns an iterator over the incoming edges from dest.
element - Variable in class goldman.collection.tagged.TaggedElement
 
elements() - Method in interface goldman.collection.tagged.TaggedCollection
Returns an iterator over the elements that has been initialized to just before the first element in the iteration order.
elements() - Method in class goldman.collection.tagged.TaggedCollectionWrapper
 
EMPTY - Static variable in class goldman.Objects
 
enqueue(E) - Method in class goldman.collection.positional.Queue
Inserts element at the end of the queue
ensureCapacity(int) - Method in class goldman.collection.AbstractCollection
Increases the capacity of the collection, if necessary, to ensure that it can hold at least capacity elements.
ensureCapacity(int) - Method in interface goldman.collection.Collection
Increases the capacity of this collection, if necessary, to ensure that it can hold at least capacity elements.
ensureCapacity(int) - Method in class goldman.collection.ordered.SortedArray
 
ensureCapacity(int) - Method in class goldman.collection.positional.Array
Increases the capacity of the underlying array if needed
ensureCapacity(int) - Method in class goldman.collection.positional.DynamicArray
Increases the capacity of the underlying array, if needed.
ensureCapacity(int) - Method in class goldman.collection.positional.DynamicCircularArray
 
ensureCapacity(int) - Method in class goldman.collection.set.DirectAddressing
 
ensureCapacity(int) - Method in class goldman.collection.set.OpenAddressing
Resizes the table if necessary so that it has the desired capacity
ensureCapacity(int) - Method in class goldman.collection.set.SeparateChaining
Resizes the table (if needed), so this set can hold desiredCapacity elements at the target load factor
ensureCapacity(int) - Method in interface goldman.collection.tagged.bucket.TaggedBucketCollection
Increases the capacity of this tagged collection, if necessary, to ensure that it can hold at least capacity distinct tags.
ensureCapacity(int) - Method in class goldman.collection.tagged.bucket.TaggedBucketCollectionWrapper
 
ensureCapacity(int) - Method in interface goldman.collection.tagged.TaggedCollection
Increases the capacity of this tagged collection, if necessary, to ensure that it can hold at least capacity tagged elements.
ensureCapacity(int) - Method in class goldman.collection.tagged.TaggedCollectionWrapper
Increases the capacity of the collection, if necessary, to ensure that it can hold at least capacity elements.
equals(Object) - Method in class goldman.collection.positional.TrackedArray.Tracker
 
equalTo(E, E) - Method in class goldman.collection.spatial.AlternatingComparator
 
equivalent(E, E) - Method in class goldman.collection.AbstractCollection
 
equivalent(E, E) - Method in class goldman.collection.spatial.KDTree
Note that, in the case of a multidimensional data set, equivalence is defined as the elements having equal value along all dimensions.
equivalent(Object, Object) - Static method in class goldman.Objects
Returns true if and only if o1 and o2 are equivalent.
extendPath(E, TrieNode<E>) - Method in class goldman.collection.ordered.digitized.Trie.SearchData
 
extractMax() - Method in class goldman.collection.priority.BinaryHeap
 
extractMax() - Method in class goldman.collection.priority.LeftistHeap
This method also removes the maximum priority element from the collection.
extractMax() - Method in class goldman.collection.priority.PairingHeap
 
extractMax() - Method in interface goldman.collection.priority.PriorityQueue
Removes and returns a highest priority element.
extractMax() - Method in interface goldman.collection.tagged.priority.TaggedPriorityQueue
Removes and returns a tagged element with a highest priority tag.
extractMax() - Method in class goldman.collection.tagged.priority.TaggedPriorityQueueWrapper
Removes a tagged element with a highest priority tag

A B C D E F G H I K L M N O P Q R S T U V W X Y