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(Collection<?> c) |
Collection<E> |
innerCollection(int idx) |
boolean |
isEmpty() |
Iterator<E> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCodepublic 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 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
Collection<?> c)
containsAll in interface Collection<E>public boolean addAll(Collection<? extends E> c)
addAll in interface Collection<E>public boolean removeAll(@NotNull
Collection<?> c)
removeAll in interface Collection<E>public boolean retainAll(@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 Fabric : ver. 2.0.0 Release Date : April 30 2017