E - public class GridMultiCollectionWrapper<E> extends Object implements Collection<E>
| Modifier and Type | Field and Description |
|---|---|
Collection<E>[] |
collections
Collections.
|
| Constructor and Description |
|---|
GridMultiCollectionWrapper(Collection<E>... collections) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e) |
boolean |
addAll(Collection<? extends E> c) |
void |
clear() |
int |
collectionsSize() |
boolean |
contains(Object o) |
boolean |
containsAll(@NotNull Collection<?> c) |
Collection<E> |
innerCollection(int idx) |
boolean |
isEmpty() |
@NotNull Iterator<E> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(@NotNull Collection<?> c) |
boolean |
retainAll(@NotNull Collection<?> c) |
int |
size() |
@NotNull Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic final Collection<E>[] collections
public GridMultiCollectionWrapper(Collection<E>... collections)
collections - Collections.public int size()
size in interface Collection<E>public boolean isEmpty()
isEmpty in interface Collection<E>public boolean contains(Object o)
contains in interface Collection<E>@NotNull public @NotNull Object[] toArray()
toArray in interface Collection<E>@NotNull
public <T> T[] toArray(@NotNull
T[] a)
toArray in interface Collection<E>public boolean add(E e)
add in interface Collection<E>public boolean remove(Object o)
remove in interface Collection<E>public boolean containsAll(@NotNull
@NotNull Collection<?> c)
containsAll in interface Collection<E>public boolean addAll(Collection<? extends E> c)
addAll in interface Collection<E>public boolean removeAll(@NotNull
@NotNull Collection<?> c)
removeAll in interface Collection<E>public boolean retainAll(@NotNull
@NotNull Collection<?> c)
retainAll in interface Collection<E>public void clear()
clear in interface Collection<E>public int collectionsSize()
public Collection<E> innerCollection(int idx)
idx - Inner collection index.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020