Package org.eclipse.sisu.wire
Class EntrySetAdapter<V>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<V>
-
- org.eclipse.sisu.wire.EntrySetAdapter<V>
-
- All Implemented Interfaces:
java.lang.Iterable<V>,java.util.Collection<V>,java.util.Set<V>
public final class EntrySetAdapter<V> extends java.util.AbstractSet<V>Setbacked by anIterablesequence of map entries.
-
-
Constructor Summary
Constructors Constructor Description EntrySetAdapter(java.lang.Iterable<? extends java.util.Map.Entry<?,V>> iterable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEmpty()java.util.Iterator<V>iterator()intsize()-
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, remove, retainAll, toArray, toArray, toString
-
-