public class IndirectSet<E> extends IndirectSet<E>
IndirectSet
.Constructor and Description |
---|
IndirectSet() |
IndirectSet(java.util.Collection<? extends E> c) |
IndirectSet(int initialCapacity) |
IndirectSet(int initialCapacity,
float loadFactor) |
Modifier and Type | Method and Description |
---|---|
void |
forEach(java.util.function.Consumer<? super E> action) |
java.util.Iterator<E> |
iterator() |
java.util.stream.Stream<E> |
parallelStream() |
boolean |
removeIf(java.util.function.Predicate<? super E> filter) |
java.util.Spliterator<E> |
spliterator() |
java.util.stream.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, toString
public IndirectSet()
public IndirectSet(int initialCapacity)
public IndirectSet(int initialCapacity, float loadFactor)
public IndirectSet(java.util.Collection<? extends E> c)
public java.util.Iterator<E> iterator()
public java.util.Spliterator<E> spliterator()
public java.util.stream.Stream<E> parallelStream()
public java.util.stream.Stream<E> stream()
public boolean removeIf(java.util.function.Predicate<? super E> filter)
public void forEach(java.util.function.Consumer<? super E> action)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference