Interface Short2ReferenceSortedMap<V>

All Superinterfaces:
Function<Short,V>, Function<Short,V>, IntFunction<V>, Map<Short,V>, Short2ReferenceFunction<V>, Short2ReferenceMap<V>, SortedMap<Short,V>
All Known Implementing Classes:
AbstractShort2ReferenceSortedMap, Short2ReferenceAVLTreeMap, Short2ReferenceLinkedOpenHashMap, Short2ReferenceRBTreeMap, Short2ReferenceSortedMaps.EmptySortedMap, Short2ReferenceSortedMaps.Singleton, Short2ReferenceSortedMaps.SynchronizedSortedMap, Short2ReferenceSortedMaps.UnmodifiableSortedMap

public interface Short2ReferenceSortedMap<V> extends Short2ReferenceMap<V>, SortedMap<Short,V>
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.

Additionally, this interface strengthens entrySet(), keySet(), values(), comparator(), SortedMap.subMap(Object,Object), SortedMap.headMap(Object) and SortedMap.tailMap(Object).

See Also: