Interface Reference2ByteSortedMap<K>

All Superinterfaces:
Function<K,Byte>, Function<K,Byte>, Map<K,Byte>, Reference2ByteFunction<K>, Reference2ByteMap<K>, SortedMap<K,Byte>, ToIntFunction<K>
All Known Implementing Classes:
AbstractReference2ByteSortedMap, Reference2ByteLinkedOpenHashMap, Reference2ByteSortedMaps.EmptySortedMap, Reference2ByteSortedMaps.Singleton, Reference2ByteSortedMaps.SynchronizedSortedMap, Reference2ByteSortedMaps.UnmodifiableSortedMap

public interface Reference2ByteSortedMap<K> extends Reference2ByteMap<K>, SortedMap<K,Byte>
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: