Package org.assertj.core.api
Class IterableAssert.LazyIterable<T>
java.lang.Object
java.util.AbstractCollection<T>
org.assertj.core.api.IterableAssert.LazyIterable<T>
- All Implemented Interfaces:
Iterable<T>
,Collection<T>
- Enclosing class:
- IterableAssert<ELEMENT>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Field Details
-
iterator
-
iterable
-
-
Constructor Details
-
LazyIterable
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceCollection<T>
- Specified by:
iterator
in interfaceIterable<T>
- Specified by:
iterator
in classAbstractCollection<T>
-
size
public int size()- Specified by:
size
in interfaceCollection<T>
- Specified by:
size
in classAbstractCollection<T>
-