public static interface XBasicTable.Values<K,V> extends XMap.Values<K,V>, XGettingTable.Values<K,V>, XDecreasingList<V>
XDecreasingList.Creator<E>XProcessingList.Factory<E>XIterable.Executor<E>| Modifier and Type | Method and Description |
|---|---|
XList<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.
|
XBasicTable<K,V> |
parent() |
XGettingList<V> |
view()
Creates a view of this collection and returns it.
|
iteratefill, range, reverse, set, set, setAll, sort, swap, swap, toReversedimmurereplace, replace, replaceAll, replaceOne, replaceOne, substitutesubstituteimmure, listIterator, listIterator, old, viewmoveSelection, pick, pop, removeAt, viewremoveRange, removeSelection, retainRangefetch, moveTo, pinch, removeBy, removeDuplicates, retrieve, retrieveByprocessclear, consolidate, nullRemove, optimize, remove, removeAll, removeDuplicates, removeOne, retainAll, truncateset, setFirst, setGet, setLastshiftBy, shiftBy, shiftTo, shiftTonullAllowedXBasicTable<K,V> parent()
parent in interface XGettingMap.Satellite<K,V>parent in interface XGettingTable.Satellite<K,V>parent in interface XGettingTable.Values<K,V>parent in interface XMap.Satellite<K,V>XList<V> copy()
XGettingCollectioncopy in interface Copyablecopy in interface XDecreasingList<V>copy in interface XDecreasingSequence<V>copy in interface XGettingBag<V>copy in interface XGettingCollection<V>copy in interface XGettingList<V>copy in interface XGettingSequence<V>copy in interface XGettingTable.Values<K,V>copy in interface XMap.Values<K,V>copy in interface XProcessingBag<V>copy in interface XProcessingList<V>copy in interface XReplacingBag<V>copy in interface XSettingList<V>copy in interface XSettingSequence<V>copy in interface XSortableSequence<V>XGettingList<V> view()
XGettingCollection
A view is different from immutable collection (XGettingCollection.immure())
in the way, that changes in this collection are still affecting the view.
The immutable collection on the other hand has no reference to this collection
and changes therefore do not affect the immutable collection.
view in interface XGettingBag<V>view in interface XGettingCollection<V>view in interface XGettingList<V>view in interface XGettingSequence<V>view in interface XProcessingBag<V>Copyright © 2022 MicroStream Software. All rights reserved.