Package aQute.bnd.unmodifiable
Class ImmutableMap.ValueCollection<V>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- aQute.bnd.unmodifiable.ImmutableMap.ElementCollection<V>
-
- aQute.bnd.unmodifiable.ImmutableMap.ValueCollection<V>
-
- All Implemented Interfaces:
java.lang.Iterable<V>
,java.util.Collection<V>
- Enclosing class:
- ImmutableMap<K,V>
static final class ImmutableMap.ValueCollection<V> extends ImmutableMap.ElementCollection<V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class aQute.bnd.unmodifiable.ImmutableMap.ElementCollection
ImmutableMap.ElementCollection.ElementIterator, ImmutableMap.ElementCollection.ElementSpliterator
-
-
Field Summary
-
Fields inherited from class aQute.bnd.unmodifiable.ImmutableMap.ElementCollection
map
-
-
Constructor Summary
Constructors Constructor Description ValueCollection(ImmutableMap<?,V> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(java.lang.Object o)
(package private) V
element(int index)
-
Methods inherited from class aQute.bnd.unmodifiable.ImmutableMap.ElementCollection
forEach, iterator, size, spliterator
-
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
-
-
-
Constructor Detail
-
ValueCollection
ValueCollection(ImmutableMap<?,V> map)
-
-
Method Detail
-
element
V element(int index)
- Specified by:
element
in classImmutableMap.ElementCollection<V>
-
contains
public boolean contains(java.lang.Object o)
- Specified by:
contains
in interfacejava.util.Collection<V>
- Specified by:
contains
in classImmutableMap.ElementCollection<V>
-
-