public class IndirectSet<E> extends IndirectSet<E>
IndirectSet.| Constructor and Description |
|---|
IndirectSet() |
IndirectSet(Collection<? extends E> c) |
IndirectSet(int initialCapacity) |
IndirectSet(int initialCapacity,
float loadFactor) |
| Modifier and Type | Method and Description |
|---|---|
void |
forEach(Consumer<? super E> action) |
Iterator<E> |
iterator() |
Stream<E> |
parallelStream() |
boolean |
removeIf(Predicate<? super E> filter) |
Spliterator<E> |
spliterator() |
Stream<E> |
stream() |
_persistence_getPropertyChangeListener, _persistence_setPropertyChangeListener, add, addAll, clear, clearDeferredChanges, clone, contains, containsAll, equals, getAddedElements, getDelegateObject, getRemovedElements, getTrackedAttributeName, getValueHolder, hasAddedElements, hasBeenRegistered, hasDeferredChanges, hashCode, hasRemovedElements, hasTrackedPropertyChangeListener, isEmpty, isInstantiated, remove, removeAll, retainAll, setTrackedAttributeName, setUseLazyInstantiation, setValueHolder, size, toArray, toArray, toStringpublic IndirectSet()
public IndirectSet(int initialCapacity)
public IndirectSet(int initialCapacity,
float loadFactor)
public IndirectSet(Collection<? extends E> c)
public Iterator<E> iterator()
iterator in interface Iterable<E>iterator in interface Collection<E>iterator in interface Set<E>iterator in class IndirectSet<E>Set.iterator()public Spliterator<E> spliterator()
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference