static class IterableAssert.LazyIterable<T>
extends java.util.AbstractCollection<T>
Modifier and Type | Field and Description |
---|---|
private java.lang.Iterable<T> |
iterable |
private java.util.Iterator<T> |
iterator |
Constructor and Description |
---|
LazyIterable(java.util.Iterator<T> iterator) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<T> |
iterator() |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait