Class StandardTable.ColumnMap

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

    private class StandardTable.ColumnMap
    extends Maps.ViewCachingAbstractMap<C,​java.util.Map<R,​V>>
    • Nested Class Summary

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

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

      • ColumnMap

        private ColumnMap()
    • Method Detail

      • get

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

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

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

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