public static interface XGettingTable.Values<K,V> extends XGettingMap.Values<K,V>, XGettingTable.Satellite<K,V>, XGettingList<V>
XGettingList.Factory<E>XGettingCollection.Creator<E>XIterable.Executor<E>Copyable.Static| Modifier and Type | Method and Description |
|---|---|
XGettingList<V> |
copy()
Creates a true copy of this collection which references the same elements as this collection does
at the time the method is called.
|
<P extends Consumer<? super V>> |
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. |
XGettingTable<K,V> |
parent() |
immure, listIterator, listIterator, old, range, toReversed, view, viewat, copySelection, first, get, hasIndex, indexBy, indexOf, isSorted, last, lastIndexBy, lastIndexOf, maxIndex, minIndex, peek, poll, scaniterateIndexedapplies, contains, containsAll, containsId, containsSearched, copyTo, count, countBy, distinct, distinct, equality, equals, equals, equalsContent, except, filterTo, hashCode, hasVolatileElements, intersect, intSize, iterator, join, max, min, nullContained, search, seek, size, toArray, toArray, unionforEach, spliteratorisFull, maximumCapacity, remainingCapacitynullAllowedXGettingTable<K,V> parent()
parent in interface XGettingMap.Satellite<K,V>parent in interface XGettingTable.Satellite<K,V>XGettingList<V> copy()
XGettingCollectioncopy in interface Copyablecopy in interface XGettingBag<V>copy in interface XGettingCollection<V>copy in interface XGettingList<V>copy in interface XGettingSequence<V><P extends Consumer<? super V>> 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.