E - type of contained elementspublic interface XGettingSet<E> extends XGettingCollection<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XGettingSet.Creator<E> |
XIterable.Executor<E>Copyable.Static| Modifier and Type | Method and Description |
|---|---|
XGettingSet<E> |
copy()
Creates a true copy of this collection which references the same elements as this collection does
at the time the method is called.
|
XImmutableSet<E> |
immure()
Provides an instance of an immutable collection type with equal behavior and data as this instance.
|
<P extends Consumer<? super E>> |
iterate(P procedure)
Executes the given procedure for each element of the
XIterable
until all elements have been processed or the action throws an
exception. |
applies, contains, containsAll, containsId, containsSearched, copyTo, count, countBy, distinct, distinct, equality, equals, equals, equalsContent, except, filterTo, get, hashCode, hasVolatileElements, intersect, intSize, iterator, join, max, min, nullContained, old, search, seek, size, toArray, toArray, union, viewnullAllowedforEach, spliteratorisFull, maximumCapacity, remainingCapacityXImmutableSet<E> immure()
XGettingCollectionIf this instance already is of an immutable collection type, it returns itself.
immure in interface XGettingCollection<E>XGettingSet<E> copy()
XGettingCollectioncopy in interface Copyablecopy in interface XGettingCollection<E><P extends Consumer<? super E>> P iterate(P procedure)
XIterableXIterable
until all elements have been processed or the action throws an
exception. Unless otherwise specified by the implementing class,
procedures are performed in the order of iteration (if an iteration order
is specified). Exceptions thrown by the procedure are relayed to the
caller.Iterable.forEach(Consumer).Copyright © 2022 MicroStream Software. All rights reserved.