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:
java.lang.Iterable<V>
,java.util.Collection<V>
- Enclosing class:
- StandardTable.Column
private class StandardTable.Column.Values extends Maps.Values<R,V>
-
-
Field Summary
-
Fields inherited from class com.google.common.collect.Maps.Values
map
-
-
Constructor Summary
Constructors Constructor Description Values()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
remove(java.lang.Object obj)
boolean
removeAll(java.util.Collection<?> c)
boolean
retainAll(java.util.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
-
-
-
-
Method Detail
-
remove
public boolean remove(@CheckForNull java.lang.Object obj)
- Specified by:
remove
in interfacejava.util.Collection<V>
- Overrides:
remove
in classMaps.Values<R,V>
-
removeAll
public boolean removeAll(java.util.Collection<?> c)
- Specified by:
removeAll
in interfacejava.util.Collection<V>
- Overrides:
removeAll
in classMaps.Values<R,V>
-
retainAll
public boolean retainAll(java.util.Collection<?> c)
- Specified by:
retainAll
in interfacejava.util.Collection<V>
- Overrides:
retainAll
in classMaps.Values<R,V>
-
-