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

V

valueOf(String) - Static method in enum goldman.collection.ordered.digitized.Trie.FindResult
Returns the enum constant of this type with the specified name.
values() - Static method in enum goldman.collection.ordered.digitized.Trie.FindResult
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Method in interface goldman.collection.tagged.TaggedCollection
Returns a collection of all the elements held in this tagged collection.
values() - Method in class goldman.collection.tagged.TaggedCollectionWrapper
This implementation creates a positional collection (specifically, an array), and the elements are inserted in the iteration order
version - Variable in class goldman.collection.AbstractCollection
 
Version - Class in goldman.collection
The Version class is used to manage a modification count for each class that is used to determine when a concurrent modification has occurred.
Version() - Constructor for class goldman.collection.Version
 
versionNumber - Variable in class goldman.collection.AbstractCollection.AbstractLocator
 
viewStructure() - Method in class goldman.collection.ordered.SkipList
 
visit(E) - Method in class goldman.collection.AbstractCollection.VisitingIterator
 
visit(T) - Method in interface goldman.collection.Visitor
Called during traversal with each element of the collection being passed as the parameter.
VisitAbortedException - Exception in goldman.collection
A VisitAbortedException wraps an exception that is thrown by the visit method during an accept call.
VisitAbortedException(Throwable) - Constructor for exception goldman.collection.VisitAbortedException
 
Visitor<T> - Interface in goldman.collection
Unlike iterators that support external iteration of the internal structure of the collection, a visitor can avoid these disadvantages by turning the design "inside out." Rather than provide an iterator for use by external code, the external code can implement the following Visitor interface.

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