Class Object2FloatRBTreeMap<K>

All Implemented Interfaces:
Function<K,Float>, Object2FloatFunction<K>, Object2FloatMap<K>, Object2FloatSortedMap<K>, Serializable, Cloneable, Function<K,Float>, ToDoubleFunction<K>, Map<K,Float>, SortedMap<K,Float>

public class Object2FloatRBTreeMap<K> extends AbstractObject2FloatSortedMap<K> implements Serializable, Cloneable
A type-specific red-black tree map with a fast, small-footprint implementation.

The iterators provided by the views of this class are type-specific bidirectional iterators. Moreover, the iterator returned by iterator() can be safely cast to a type-specific list iterator.

See Also: