Class Long2CharMaps.Singleton

All Implemented Interfaces:
Function<Long,Character>, Long2CharFunction, Long2CharMap, Serializable, Cloneable, Function<Long,Character>, LongToIntFunction, Map<Long,Character>
Direct Known Subclasses:
Long2CharSortedMaps.Singleton
Enclosing class:
Long2CharMaps

public static class Long2CharMaps.Singleton extends Long2CharFunctions.Singleton implements Long2CharMap, Serializable, Cloneable
An immutable class representing a type-specific singleton map.

This class may be useful to implement your own in case you subclass a type-specific map.

See Also: