Interface Long2CharSortedMap

All Superinterfaces:
Function<Long,Character>, Function<Long,Character>, Long2CharFunction, Long2CharMap, LongToIntFunction, Map<Long,Character>, SortedMap<Long,Character>
All Known Implementing Classes:
AbstractLong2CharSortedMap, Long2CharAVLTreeMap, Long2CharLinkedOpenHashMap, Long2CharRBTreeMap, Long2CharSortedMaps.EmptySortedMap, Long2CharSortedMaps.Singleton, Long2CharSortedMaps.SynchronizedSortedMap, Long2CharSortedMaps.UnmodifiableSortedMap

public interface Long2CharSortedMap extends Long2CharMap, SortedMap<Long,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: