Class ArrayTable.ColumnMap

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

    private class ArrayTable.ColumnMap
    extends ArrayTable.ArrayMap<C,​java.util.Map<R,​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 ColumnMap()  
    • Constructor Detail

      • ColumnMap

        private ColumnMap()
    • Method Detail

      • setValue

        java.util.Map<R,​V> setValue​(int index,
                                          java.util.Map<R,​V> newValue)
        Specified by:
        setValue in class ArrayTable.ArrayMap<C,​java.util.Map<R,​V>>
      • put

        @CheckForNull
        public java.util.Map<R,​V> put​(C key,
                                            java.util.Map<R,​V> value)
        Specified by:
        put in interface java.util.Map<C,​java.util.Map<R,​V>>
        Overrides:
        put in class ArrayTable.ArrayMap<C,​java.util.Map<R,​V>>