Package com.google.common.collect
Class Maps.FilteredMapValues<K,V>
java.lang.Object
java.util.AbstractCollection<V>
com.google.common.collect.Maps.Values<K,V>
com.google.common.collect.Maps.FilteredMapValues<K,V>
- All Implemented Interfaces:
Iterable<V>
,Collection<V>
- Enclosing class:
Maps
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class com.google.common.collect.Maps.Values
map
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
removeAll
(Collection<?> collection) boolean
retainAll
(Collection<?> collection) Object[]
toArray()
<T> T[]
toArray
(T[] array) 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, 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
-
Field Details
-
unfiltered
-
predicate
-
-
Constructor Details
-
FilteredMapValues
-
-
Method Details
-
remove
- Specified by:
remove
in interfaceCollection<K>
- Overrides:
remove
in classMaps.Values<K,
V>
-
removeAll
- Specified by:
removeAll
in interfaceCollection<K>
- Overrides:
removeAll
in classMaps.Values<K,
V>
-
retainAll
- Specified by:
retainAll
in interfaceCollection<K>
- Overrides:
retainAll
in classMaps.Values<K,
V>
-
toArray
- Specified by:
toArray
in interfaceCollection<K>
- Overrides:
toArray
in classAbstractCollection<V>
-
toArray
public <T> T[] toArray(T[] array) - Specified by:
toArray
in interfaceCollection<K>
- Overrides:
toArray
in classAbstractCollection<V>
-