Package eu.bandm.tools.util.java
Class Iterables.Cached<A>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.AbstractSequentialList<A>
eu.bandm.tools.util.java.Iterables.Cached<A>
- All Implemented Interfaces:
Iterable<A>
,Collection<A>
,List<A>
- Enclosing class:
- Iterables
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.AbstractSequentialList
add, addAll, get, iterator, remove, set
Methods inherited from class java.util.AbstractList
add, clear, indexOf, lastIndexOf, listIterator, removeRange, subList
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Field Details
-
things
-
-
Constructor Details
-
Cached
-
-
Method Details
-
equals
Delegate tothings
. Aux fields do not contribute to semantics.- Specified by:
equals
in interfaceCollection<A>
- Specified by:
equals
in interfaceList<A>
- Overrides:
equals
in classAbstractList<A>
-
hashCode
public int hashCode()Delegate tothings
. Aux fields do not contribute to semantics.- Specified by:
hashCode
in interfaceCollection<A>
- Specified by:
hashCode
in interfaceList<A>
- Overrides:
hashCode
in classAbstractList<A>
-
size
public int size()- Specified by:
size
in interfaceCollection<A>
- Specified by:
size
in interfaceList<A>
- Specified by:
size
in classAbstractCollection<A>
-
force
-
listIterator
- Specified by:
listIterator
in interfaceList<A>
- Specified by:
listIterator
in classAbstractSequentialList<A>
-