Package com.google.common.collect
Class StandardTable.Column.Values
java.lang.Object
java.util.AbstractCollection<V>
com.google.common.collect.Maps.Values<R,V>
com.google.common.collect.StandardTable.Column.Values
- All Implemented Interfaces:
Iterable<V>
,Collection<V>
- Enclosing class:
StandardTable.Column
-
Field Summary
Fields inherited from class com.google.common.collect.Maps.Values
map
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
removeAll
(Collection<?> c) boolean
retainAll
(Collection<?> c) Methods inherited from class com.google.common.collect.Maps.Values
clear, contains, forEach, isEmpty, iterator, map, size
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
Values
Values()
-
-
Method Details
-
remove
- Specified by:
remove
in interfaceCollection<V>
- Overrides:
remove
in classMaps.Values<R,
V>
-
removeAll
- Specified by:
removeAll
in interfaceCollection<V>
- Overrides:
removeAll
in classMaps.Values<R,
V>
-
retainAll
- Specified by:
retainAll
in interfaceCollection<V>
- Overrides:
retainAll
in classMaps.Values<R,
V>
-