Class StandardTable.RowMap

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) class  StandardTable.RowMap.EntrySet  
      • 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 
      Constructor Description
      RowMap()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean containsKey​(java.lang.Object key)  
      protected java.util.Set<java.util.Map.Entry<R,​java.util.Map<C,​V>>> createEntrySet()
      Creates the entry set to be returned by Maps.ViewCachingAbstractMap.entrySet().
      java.util.Map<C,​V> get​(java.lang.Object key)  
      java.util.Map<C,​V> remove​(java.lang.Object key)  
      • 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

        compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
    • Constructor Detail

      • RowMap

        RowMap()
    • Method Detail

      • containsKey

        public boolean containsKey​(@CheckForNull
                                   java.lang.Object key)
        Specified by:
        containsKey in interface java.util.Map<R,​java.util.Map<C,​V>>
        Overrides:
        containsKey in class java.util.AbstractMap<R,​java.util.Map<C,​V>>
      • get

        @CheckForNull
        public java.util.Map<C,​V> get​(@CheckForNull
                                            java.lang.Object key)
        Specified by:
        get in interface java.util.Map<R,​java.util.Map<C,​V>>
        Overrides:
        get in class java.util.AbstractMap<R,​java.util.Map<C,​V>>
      • remove

        @CheckForNull
        public java.util.Map<C,​V> remove​(@CheckForNull
                                               java.lang.Object key)
        Specified by:
        remove in interface java.util.Map<R,​java.util.Map<C,​V>>
        Overrides:
        remove in class java.util.AbstractMap<R,​java.util.Map<C,​V>>