Class ArrayTable.RowMap

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

    private class ArrayTable.RowMap
    extends ArrayTable.ArrayMap<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 RowMap()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.String getKeyRole()  
      (package private) java.util.Map<C,​V> getValue​(int index)  
      java.util.Map<C,​V> put​(R key, java.util.Map<C,​V> value)  
      (package private) java.util.Map<C,​V> setValue​(int index, java.util.Map<C,​V> newValue)  
      • Methods inherited from class java.util.AbstractMap

        clone, containsValue, equals, hashCode, putAll, toString, values
      • 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

        private RowMap()