Class ImmutableMap.ElementCollection<E>

java.lang.Object
java.util.AbstractCollection<E>
aQute.bnd.unmodifiable.ImmutableMap.ElementCollection<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>
Direct Known Subclasses:
ImmutableMap.ElementSet, ImmutableMap.ValueCollection
Enclosing class:
ImmutableMap<K,V>

abstract static class ImmutableMap.ElementCollection<E> extends AbstractCollection<E> implements Collection<E>