T - Type of the inner collections.public class FlatCollectionWrapper<T> extends GridSerializableCollection<T>
| Constructor and Description |
|---|
FlatCollectionWrapper(Collection<? extends Collection<T>> cols) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty() |
@NotNull Iterator<T> |
iterator() |
int |
size() |
String |
toString() |
add, addAll, clear, contains, containsAll, remove, removeAll, retainAll, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic FlatCollectionWrapper(Collection<? extends Collection<T>> cols)
cols - Input collection of collections.@NotNull public @NotNull 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>public boolean isEmpty()
isEmpty in interface Collection<T>isEmpty in class AbstractCollection<T>public String toString()
toString in class AbstractCollection<T>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021