Class Float2DoubleSortedMaps.SynchronizedSortedMap

    • Method Detail

      • comparator

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

        @Deprecated
        public ObjectSortedSet<java.util.Map.Entry<java.lang.Float,​java.lang.Double>> 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 Float2DoubleMap
        Specified by:
        entrySet in interface Float2DoubleSortedMap
        Specified by:
        entrySet in interface java.util.Map<java.lang.Float,​java.lang.Double>
        Specified by:
        entrySet in interface java.util.SortedMap<java.lang.Float,​java.lang.Double>
        Overrides:
        entrySet in class Float2DoubleMaps.SynchronizedMap
        Returns:
        a set view of the mappings contained in this map.
        See Also:
        Map.entrySet()
      • firstKey

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

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

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

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

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