Package org.eclipse.sisu.wire
Class EntryListAdapter<V>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.AbstractSequentialList<V>
-
- org.eclipse.sisu.wire.EntryListAdapter<V>
-
- All Implemented Interfaces:
java.lang.Iterable<V>,java.util.Collection<V>,java.util.List<V>
public final class EntryListAdapter<V> extends java.util.AbstractSequentialList<V>Listbacked by anIterablesequence of map entries.
-
-
Constructor Summary
Constructors Constructor Description EntryListAdapter(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()java.util.ListIterator<V>listIterator(int index)intsize()-
Methods inherited from class java.util.AbstractList
add, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
-
-