Class StandardRowSortedTable.RowSortedMap

  • All Implemented Interfaces:
    java.util.Map<R,​java.util.Map<C,​V>>, java.util.SortedMap<R,​java.util.Map<C,​V>>
    Enclosing class:
    StandardRowSortedTable<R,​C,​V>

    private class StandardRowSortedTable.RowSortedMap
    extends StandardTable.RowMap
    implements java.util.SortedMap<R,​java.util.Map<C,​V>>
    • 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 Summary

      Constructors 
      Modifier Constructor Description
      private RowSortedMap()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Comparator<? super R> comparator()  
      (package private) java.util.SortedSet<R> createKeySet()  
      R firstKey()  
      java.util.SortedMap<R,​java.util.Map<C,​V>> headMap​(R toKey)  
      java.util.SortedSet<R> keySet()  
      R lastKey()  
      java.util.SortedMap<R,​java.util.Map<C,​V>> subMap​(R fromKey, R toKey)  
      java.util.SortedMap<R,​java.util.Map<C,​V>> tailMap​(R fromKey)  
      • Methods inherited from class java.util.AbstractMap

        clear, clone, containsValue, equals, hashCode, isEmpty, put, putAll, size, toString
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size
      • Methods inherited from interface java.util.SortedMap

        entrySet, values
    • Constructor Detail

      • RowSortedMap

        private RowSortedMap()
    • Method Detail

      • keySet

        public java.util.SortedSet<R> keySet()
        Specified by:
        keySet in interface java.util.Map<R,​java.util.Map<C,​V>>
        Specified by:
        keySet in interface java.util.SortedMap<R,​java.util.Map<C,​V>>
        Overrides:
        keySet in class Maps.ViewCachingAbstractMap<R,​java.util.Map<C,​V>>
      • comparator

        public java.util.Comparator<? super R> comparator()
        Specified by:
        comparator in interface java.util.SortedMap<R,​java.util.Map<C,​V>>
      • firstKey

        public R firstKey()
        Specified by:
        firstKey in interface java.util.SortedMap<R,​java.util.Map<C,​V>>
      • lastKey

        public R lastKey()
        Specified by:
        lastKey in interface java.util.SortedMap<R,​java.util.Map<C,​V>>
      • headMap

        public java.util.SortedMap<R,​java.util.Map<C,​V>> headMap​(R toKey)
        Specified by:
        headMap in interface java.util.SortedMap<R,​java.util.Map<C,​V>>
      • subMap

        public java.util.SortedMap<R,​java.util.Map<C,​V>> subMap​(R fromKey,
                                                                            R toKey)
        Specified by:
        subMap in interface java.util.SortedMap<R,​java.util.Map<C,​V>>
      • tailMap

        public java.util.SortedMap<R,​java.util.Map<C,​V>> tailMap​(R fromKey)
        Specified by:
        tailMap in interface java.util.SortedMap<R,​java.util.Map<C,​V>>