Package org.eclipse.sisu.wire
Class EntryListAdapter<V>
java.lang.Object
java.util.AbstractCollection<V>
java.util.AbstractList<V>
java.util.AbstractSequentialList<V>
org.eclipse.sisu.wire.EntryListAdapter<V>
- All Implemented Interfaces:
Iterable<V>,Collection<V>,List<V>
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisEmpty()iterator()listIterator(int index) intsize()Methods inherited from class java.util.AbstractList
add, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, streamMethods inherited from interface java.util.List
addAll, contains, containsAll, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Constructor Details
-
EntryListAdapter
-
-
Method Details
-
iterator
-
listIterator
- Specified by:
listIteratorin interfaceList<V>- Specified by:
listIteratorin classAbstractSequentialList<V>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<V>- Specified by:
isEmptyin interfaceList<V>- Overrides:
isEmptyin classAbstractCollection<V>
-
size
public int size()- Specified by:
sizein interfaceCollection<V>- Specified by:
sizein interfaceList<V>- Specified by:
sizein classAbstractCollection<V>
-