Class Short2ObjectRBTreeMap<V>

All Implemented Interfaces:
Function<Short,V>, Short2ObjectFunction<V>, Short2ObjectMap<V>, Short2ObjectSortedMap<V>, Serializable, Cloneable, Function<Short,V>, IntFunction<V>, Map<Short,V>, SortedMap<Short,V>

public class Short2ObjectRBTreeMap<V> extends AbstractShort2ObjectSortedMap<V> 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: