Interface Byte2CharSortedMap

All Superinterfaces:
Byte2CharFunction, Byte2CharMap, Function<Byte,Character>, Function<Byte,Character>, IntUnaryOperator, Map<Byte,Character>, SortedMap<Byte,Character>
All Known Implementing Classes:
AbstractByte2CharSortedMap, Byte2CharAVLTreeMap, Byte2CharLinkedOpenHashMap, Byte2CharRBTreeMap, Byte2CharSortedMaps.EmptySortedMap, Byte2CharSortedMaps.Singleton, Byte2CharSortedMaps.SynchronizedSortedMap, Byte2CharSortedMaps.UnmodifiableSortedMap

public interface Byte2CharSortedMap extends Byte2CharMap, SortedMap<Byte,Character>
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: