Class Byte2ObjectSortedMaps.EmptySortedMap<V>

  • All Implemented Interfaces:
    Byte2ObjectFunction<V>, Byte2ObjectMap<V>, Byte2ObjectSortedMap<V>, Function<java.lang.Byte,​V>, java.io.Serializable, java.lang.Cloneable, java.util.function.Function<java.lang.Byte,​V>, java.util.function.IntFunction<V>, java.util.Map<java.lang.Byte,​V>, java.util.SortedMap<java.lang.Byte,​V>
    Enclosing class:
    Byte2ObjectSortedMaps

    public static class Byte2ObjectSortedMaps.EmptySortedMap<V>
    extends Byte2ObjectMaps.EmptyMap<V>
    implements Byte2ObjectSortedMap<V>, java.io.Serializable, java.lang.Cloneable
    An immutable class representing an empty type-specific sorted map.

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

    See Also:
    Serialized Form
    • Method Detail

      • comparator

        public ByteComparator comparator()
        Description copied from interface: Byte2ObjectSortedMap
        Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
        Specified by:
        comparator in interface Byte2ObjectSortedMap<V>
        Specified by:
        comparator in interface java.util.SortedMap<java.lang.Byte,​V>
        See Also:
        SortedMap.comparator()
      • entrySet

        @Deprecated
        public ObjectSortedSet<java.util.Map.Entry<java.lang.Byte,​V>> entrySet()
        Deprecated.
        Please use the corresponding type-specific method instead.
        Returns a sorted-set view of the mappings contained in this map.
        Specified by:
        entrySet in interface Byte2ObjectMap<V>
        Specified by:
        entrySet in interface Byte2ObjectSortedMap<V>
        Specified by:
        entrySet in interface java.util.Map<java.lang.Byte,​V>
        Specified by:
        entrySet in interface java.util.SortedMap<java.lang.Byte,​V>
        Returns:
        a sorted-set view of the mappings contained in this map.
        See Also:
        SortedMap.entrySet()
      • subMap

        public Byte2ObjectSortedMap<V> subMap​(byte from,
                                              byte to)
        Description copied from interface: Byte2ObjectSortedMap
        Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
        Specified by:
        subMap in interface Byte2ObjectSortedMap<V>
        See Also:
        SortedMap.subMap(Object,Object)
      • headMap

        @Deprecated
        public Byte2ObjectSortedMap<V> headMap​(java.lang.Byte oto)
        Deprecated.
        Please use the corresponding type-specific method instead.
        Specified by:
        headMap in interface Byte2ObjectSortedMap<V>
        Specified by:
        headMap in interface java.util.SortedMap<java.lang.Byte,​V>
      • tailMap

        @Deprecated
        public Byte2ObjectSortedMap<V> tailMap​(java.lang.Byte ofrom)
        Deprecated.
        Please use the corresponding type-specific method instead.
        Specified by:
        tailMap in interface Byte2ObjectSortedMap<V>
        Specified by:
        tailMap in interface java.util.SortedMap<java.lang.Byte,​V>
      • subMap

        @Deprecated
        public Byte2ObjectSortedMap<V> subMap​(java.lang.Byte ofrom,
                                              java.lang.Byte oto)
        Deprecated.
        Please use the corresponding type-specific method instead.
        Specified by:
        subMap in interface Byte2ObjectSortedMap<V>
        Specified by:
        subMap in interface java.util.SortedMap<java.lang.Byte,​V>
      • firstKey

        @Deprecated
        public java.lang.Byte firstKey()
        Deprecated.
        Please use the corresponding type-specific method instead.
        Specified by:
        firstKey in interface Byte2ObjectSortedMap<V>
        Specified by:
        firstKey in interface java.util.SortedMap<java.lang.Byte,​V>
      • lastKey

        @Deprecated
        public java.lang.Byte lastKey()
        Deprecated.
        Please use the corresponding type-specific method instead.
        Specified by:
        lastKey in interface Byte2ObjectSortedMap<V>
        Specified by:
        lastKey in interface java.util.SortedMap<java.lang.Byte,​V>