Package com.google.common.collect
Class ArrayTable.ColumnMap
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- com.google.common.collect.Maps.IteratorBasedAbstractMap<K,V>
-
- com.google.common.collect.ArrayTable.ArrayMap<C,java.util.Map<R,V>>
-
- com.google.common.collect.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>>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ColumnMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.String
getKeyRole()
(package private) java.util.Map<R,V>
getValue(int index)
java.util.Map<R,V>
put(C key, java.util.Map<R,V> value)
(package private) java.util.Map<R,V>
setValue(int index, java.util.Map<R,V> newValue)
-
Methods inherited from class com.google.common.collect.ArrayTable.ArrayMap
clear, containsKey, entryIterator, get, getKey, isEmpty, keySet, remove, size
-
Methods inherited from class com.google.common.collect.Maps.IteratorBasedAbstractMap
entrySet
-
Methods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, putAll, toString, values
-
-
-
-
Method Detail
-
getKeyRole
java.lang.String getKeyRole()
- Specified by:
getKeyRole
in classArrayTable.ArrayMap<C,java.util.Map<R,V>>
-
getValue
java.util.Map<R,V> getValue(int index)
- Specified by:
getValue
in classArrayTable.ArrayMap<C,java.util.Map<R,V>>
-
setValue
java.util.Map<R,V> setValue(int index, java.util.Map<R,V> newValue)
- Specified by:
setValue
in classArrayTable.ArrayMap<C,java.util.Map<R,V>>
-
-