Package edu.berkeley.nlp.lm.collections

Interface Summary
LongRepresentable<T>  
 

Class Summary
AbstractTMap<T extends Comparable> Contains some limited shared functionality between Custom[type]Maps
AbstractTMap.Functionality<T extends Comparable>  
BoundedList<E> List which returns special boundary symbols when get() is called outside the range of the list.
Counter<E> A map from objects to doubles.
Indexer<E extends Comparable<E>> Maintains a two-way map between a set of objects and contiguous integers from 0 to the number of objects.
Iterators Utilities for dealing with Iterators
Iterators.IteratorIterator<T> Wraps a two-level iteration scenario in an iterator.
Iterators.Transform<S,T> Wraps a base iterator with a transformation function.
LongHashSet Open address hash map with linear probing.
LongToIntHashMap Open address hash map with linear probing.
TIntMap<T extends Comparable> Provides a map from objects to non-negative integers.
 

Enum Summary
AbstractTMap.MapType