Interface | Description |
---|---|
CounterMap.CountFunction<V> | |
Factory<T> | |
Filter<T> |
Filters are boolean cooccurrences which accept or reject items.
|
MyMethod<I,O> |
A function wrapping interface.
|
PriorityQueueInterface<E> |
Class | Description |
---|---|
Counter<E> |
A map from objects to doubles.
|
CounterMap<K,V> |
Maintains counts of (key, value) pairs.
|
Factory.DefaultFactory<T> | |
Iterators | |
Iterators.FilteredIterator<T> |
Creates an iterator that only returns items of a base iterator that pass
a filter.
|
Iterators.IteratorIterator<T> |
Wraps a two-level iteration scenario in an iterator.
|
Iterators.Transform<S,T> |
WraTps a base iterator with a transformation function.
|
Iterators.TransformingIterator<I,O> | |
MapFactory<K,V> |
The MapFactory is a mechanism for specifying what kind of map is to be used
by some object.
|
MapFactory.HashMapFactory<K,V> | |
MapFactory.IdentityHashMapFactory<K,V> | |
MapFactory.TreeMapFactory<K,V> | |
MapFactory.WeakHashMapFactory<K,V> | |
Pair<F,S> |
A generic-typed pair of objects.
|
Pair.DefaultLexicographicPairComparator<F extends java.lang.Comparable<F>,S extends java.lang.Comparable<S>> | |
Pair.FirstComparator<S extends java.lang.Comparable<? super S>,T> | |
Pair.LexicographicPairComparator<F,S> | |
Pair.ReverseFirstComparator<S extends java.lang.Comparable<? super S>,T> | |
Pair.ReverseSecondComparator<S,T extends java.lang.Comparable<? super T>> | |
Pair.SecondComparator<S,T extends java.lang.Comparable<? super T>> | |
PriorityQueue<E> |
A priority queue based on a binary heap.
|
SloppyMath |
The class
SloppyMath contains methods for performing basic
numeric operations. |
StringUtils |
StringUtils is a class for random String things.
|
Triple<S,T,U> |