Package edu.stanford.nlp.util

Interface Summary
Filter<T> Filter is an interface for predicate objects which respond to the accept method.
PriorityQueue<E> A Set that also represents an ordering of its elements, and responds quickly to add(), changePriority(), removeFirst(), and getFirst() method calls.
Scored Scored: This is a simple interface that says that an object can answer requests for the score, or goodness of the object.
 

Class Summary
ArrayMap<K,V> ArrayMap: A map that is backed by an Array
ArrayUtils Static utility methods for operating on arrays.
BinaryHeapPriorityQueue<E> PriorityQueue with explicit double priority values.
CollectionFactory<T> Factory for vending Collections.
CollectionFactory.ArrayListFactory<T>  
CollectionFactory.HashSetFactory<T>  
CollectionFactory.LinkedListFactory<T>  
CollectionUtils Collection of useful static methods for working with Collections.
EntryValueComparator Comparator designed for the values of Map entries.
FixedPrioritiesPriorityQueue<E> A priority queue based on a binary heap.
Index<E> An Index is a collection that maps between an Object vocabulary and a contiguous non-negative integer index series beginning (inclusively) at 0.
Interner<T> For interning (canonicalizing) things.
IntPair  
IntQuadruple  
IntTriple  
IntTuple A tuple of int.
IntUni Just a single integer
MapFactory<K,V> A factory class for vending different sorts of Maps.
MutableDouble A class for Double objects that you can change.
MutableInteger A class for Integer objects that you can change.
Pair<T1,T2> Pair: A Class for holding a pair of objects.
ScoredComparator ScoredComparator allows one to compare Scored things.
ScoredObject<T> Scored Object: Wrapper class for holding a scored object
Sets Utilities for sets.
StringUtils StringUtils is a class for random String things, including output formatting and command line argument parsing.
Timing A class for measuring how long things take.
Triple<T1,T2,T3> Class representing an ordered triple of objects, possibly typed.
 



Stanford NLP Group