Package com.google.common.collect
Class StandardTable.ColumnMap.ColumnMapValues
java.lang.Object
java.util.AbstractCollection<V>
com.google.common.collect.Maps.Values<C,Map<R,V>>
com.google.common.collect.StandardTable.ColumnMap.ColumnMapValues
- All Implemented Interfaces:
Iterable<Map<R,,V>> Collection<Map<R,V>>
- Enclosing class:
- StandardTable.ColumnMap
-
Field Summary
Fields inherited from class com.google.common.collect.Maps.Values
map -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) Methods inherited from class com.google.common.collect.Maps.Values
clear, contains, forEach, isEmpty, iterator, map, sizeMethods inherited from class java.util.AbstractCollection
add, addAll, containsAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
ColumnMapValues
ColumnMapValues()
-
-
Method Details
-
remove
-
removeAll
-
retainAll
-