public class IterableCollection<T> extends AbstractCollection<T>
| Constructor and Description |
|---|
IterableCollection(CompositeIterable<T> iterable) |
IterableCollection(Iterable<T> iterable) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<T> |
iterator() |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic IterableCollection(CompositeIterable<T> iterable)
public Iterator<T> iterator()
iterator in interface Iterable<T>iterator in interface Collection<T>iterator in class AbstractCollection<T>public int size()
size in interface Collection<T>size in class AbstractCollection<T>Copyright © 2012–2021. All rights reserved.