Uses of Enum Class
com.googlecode.concurrenttrees.radix.ConcurrentRadixTree.SearchResult.Classification
Packages that use ConcurrentRadixTree.SearchResult.Classification
-
Uses of ConcurrentRadixTree.SearchResult.Classification in com.googlecode.concurrenttrees.radix
Fields in com.googlecode.concurrenttrees.radix declared as ConcurrentRadixTree.SearchResult.ClassificationModifier and TypeFieldDescription(package private) final ConcurrentRadixTree.SearchResult.Classification
ConcurrentRadixTree.SearchResult.classification
Methods in com.googlecode.concurrenttrees.radix that return ConcurrentRadixTree.SearchResult.ClassificationModifier and TypeMethodDescriptionConcurrentRadixTree.SearchResult.classify
(CharSequence key, Node nodeFound, int charsMatched, int charsMatchedInNodeFound) Returns the enum constant of this class with the specified name.ConcurrentRadixTree.SearchResult.Classification.values()
Returns an array containing the constants of this enum class, in the order they are declared.