Class Long2BooleanSortedMaps.SynchronizedSortedMap

    • Method Detail

      • comparator

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

        @Deprecated
        public ObjectSortedSet<java.util.Map.Entry<java.lang.Long,​java.lang.Boolean>> entrySet()
        Deprecated.
        Please use the corresponding type-specific method instead.
        Returns a set view of the mappings contained in this map.
        Specified by:
        entrySet in interface Long2BooleanMap
        Specified by:
        entrySet in interface Long2BooleanSortedMap
        Specified by:
        entrySet in interface java.util.Map<java.lang.Long,​java.lang.Boolean>
        Specified by:
        entrySet in interface java.util.SortedMap<java.lang.Long,​java.lang.Boolean>
        Overrides:
        entrySet in class Long2BooleanMaps.SynchronizedMap
        Returns:
        a set view of the mappings contained in this map.
        See Also:
        Map.entrySet()
      • firstKey

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

        @Deprecated
        public java.lang.Long lastKey()
        Deprecated.
        Please use the corresponding type-specific method instead.
        Specified by:
        lastKey in interface Long2BooleanSortedMap
        Specified by:
        lastKey in interface java.util.SortedMap<java.lang.Long,​java.lang.Boolean>
      • subMap

        @Deprecated
        public Long2BooleanSortedMap subMap​(java.lang.Long from,
                                            java.lang.Long to)
        Deprecated.
        Please use the corresponding type-specific method instead.
        Specified by:
        subMap in interface Long2BooleanSortedMap
        Specified by:
        subMap in interface java.util.SortedMap<java.lang.Long,​java.lang.Boolean>
      • headMap

        @Deprecated
        public Long2BooleanSortedMap headMap​(java.lang.Long to)
        Deprecated.
        Please use the corresponding type-specific method instead.
        Specified by:
        headMap in interface Long2BooleanSortedMap
        Specified by:
        headMap in interface java.util.SortedMap<java.lang.Long,​java.lang.Boolean>
      • tailMap

        @Deprecated
        public Long2BooleanSortedMap tailMap​(java.lang.Long from)
        Deprecated.
        Please use the corresponding type-specific method instead.
        Specified by:
        tailMap in interface Long2BooleanSortedMap
        Specified by:
        tailMap in interface java.util.SortedMap<java.lang.Long,​java.lang.Boolean>