T - Element type.public class ReadOnlyCollectionView2X<T> extends GridSerializableCollection<T>
| Constructor and Description |
|---|
ReadOnlyCollectionView2X(Collection<? extends T> c1,
Collection<? extends T> c2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object o) |
boolean |
equals(Object obj) |
@NotNull Iterator<T> |
iterator() |
int |
size() |
add, addAll, clear, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waithashCode, parallelStream, removeIf, spliterator, streampublic ReadOnlyCollectionView2X(Collection<? extends T> c1, Collection<? extends T> c2)
c1 - First collection.c2 - SecondCollection.@NotNull public @NotNull Iterator<T> iterator()
iterator in interface Iterable<T>iterator in interface Collection<T>iterator in class AbstractCollection<T>public boolean contains(Object o)
contains in interface Collection<T>contains in class AbstractCollection<T>public int size()
size in interface Collection<T>size in class AbstractCollection<T>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020