Class Maps.TransformedEntriesSortedMap<K,​V1,​V2>

    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,​V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,​V extends java.lang.Object>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Constructor Detail

      • TransformedEntriesSortedMap

        TransformedEntriesSortedMap​(java.util.SortedMap<K,​V1> fromMap,
                                    Maps.EntryTransformer<? super K,​? super V1,​V2> transformer)
    • Method Detail

      • fromMap

        protected java.util.SortedMap<K,​V1> fromMap()
      • comparator

        @CheckForNull
        public java.util.Comparator<? super K> comparator()
        Specified by:
        comparator in interface java.util.SortedMap<K,​V1>
      • firstKey

        public K firstKey()
        Specified by:
        firstKey in interface java.util.SortedMap<K,​V1>
      • headMap

        public java.util.SortedMap<K,​V2> headMap​(K toKey)
        Specified by:
        headMap in interface java.util.SortedMap<K,​V1>
      • lastKey

        public K lastKey()
        Specified by:
        lastKey in interface java.util.SortedMap<K,​V1>
      • subMap

        public java.util.SortedMap<K,​V2> subMap​(K fromKey,
                                                      K toKey)
        Specified by:
        subMap in interface java.util.SortedMap<K,​V1>
      • tailMap

        public java.util.SortedMap<K,​V2> tailMap​(K fromKey)
        Specified by:
        tailMap in interface java.util.SortedMap<K,​V1>