Package edu.berkeley.nlp.lm.collections
package edu.berkeley.nlp.lm.collections
-
ClassDescriptionAbstractTMap<T extends Comparable>Contains some limited shared functionality between Custom[type]MapsAbstractTMap.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.Utilities for dealing with IteratorsWraps a two-level iteration scenario in an iterator.Iterators.Transform<S,
T> Wraps a base iterator with a transformation function.Open address hash map with linear probing.Open address hash map with linear probing.TIntMap<T extends Comparable>Provides a map from objects to non-negative integers.