E - public final class MapPSet<E> extends AbstractSet<E> implements PSet<E>
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object e) |
static <E> MapPSet<E> |
from(PMap<E,?> map) |
static <E> MapPSet<E> |
from(PMap<E,?> map,
Collection<? extends E> list) |
static <E> MapPSet<E> |
from(PMap<E,?> map,
E e) |
Iterator<E> |
iterator() |
MapPSet<E> |
minus(Object e) |
MapPSet<E> |
minusAll(Collection<?> list) |
MapPSet<E> |
plus(E e) |
MapPSet<E> |
plusAll(Collection<? extends E> list) |
int |
size() |
equals, hashCode, removeAlladd, addAll, clear, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static <E> MapPSet<E> from(PMap<E,?> map)
E - map - public static <E> MapPSet<E> from(PMap<E,?> map, E e)
E - map - e - public static <E> MapPSet<E> from(PMap<E,?> map, Collection<? extends E> list)
E - map - list - public int size()
size in interface Collection<E>size in interface Set<E>size in class AbstractCollection<E>public boolean contains(Object e)
contains in interface Collection<E>contains in interface Set<E>contains in class AbstractCollection<E>public MapPSet<E> plusAll(Collection<? extends E> list)
public MapPSet<E> minusAll(Collection<?> list)
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015