Interface XBasicTable.Values<K,V>
-
- All Superinterfaces:
CapacityCarrying,Clearable,ComponentType,ConsolidatableCollection,Copyable,ExtendedBag<V>,ExtendedCollection<V>,ExtendedList<V>,ExtendedSequence<V>,Iterable<V>,OptimizableCollection,Processable<V>,ReleasingCollection<V>,Sized,Sortable<V>,Truncateable,XDecreasingList<V>,XDecreasingSequence<V>,XGettingBag<V>,XGettingCollection<V>,XGettingList<V>,XGettingMap.Satellite<K,V>,XGettingMap.Values<K,V>,XGettingSequence<V>,XGettingTable.Satellite<K,V>,XGettingTable.Values<K,V>,XIndexIterable<V>,XIterable<V>,XJoinable<V>,XMap.Satellite<K,V>,XMap.Values<K,V>,XOrderingSequence<V>,XProcessingBag<V>,XProcessingCollection<V>,XProcessingList<V>,XProcessingMap.Values<K,V>,XProcessingSequence<V>,XRemovingBag<V>,XRemovingCollection<V>,XRemovingList<V>,XRemovingSequence<V>,XReplacingBag<V>,XReplacingCollection<V>,XSettingList<V>,XSettingSequence<V>,XSortableSequence<V>
- All Known Subinterfaces:
XChart.Values<K,V>,XTable.Values<K,V>
- All Known Implementing Classes:
EqHashTable.Values,HashTable.Values
- Enclosing interface:
- XBasicTable<K,V>
public static interface XBasicTable.Values<K,V> extends XMap.Values<K,V>, XGettingTable.Values<K,V>, XDecreasingList<V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.typing.Copyable
Copyable.Static
-
Nested classes/interfaces inherited from interface one.microstream.collections.interfaces.ExtendedCollection
ExtendedCollection.Creator<E,C extends ExtendedCollection<E>>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XDecreasingList
XDecreasingList.Creator<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XGettingBag
XGettingBag.Factory<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XGettingCollection
XGettingCollection.Creator<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XGettingList
XGettingList.Factory<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XGettingSequence
XGettingSequence.Factory<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XIterable
XIterable.Executor<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XProcessingBag
XProcessingBag.Factory<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XProcessingList
XProcessingList.Factory<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XProcessingSequence
XProcessingSequence.Factory<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XReplacingBag
XReplacingBag.Factory<E>
-
-
Method Summary
Modifier and Type Method 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()-
Methods inherited from interface one.microstream.collections.interfaces.CapacityCarrying
isFull, maximumCapacity, remainingCapacity
-
Methods inherited from interface one.microstream.collections.interfaces.ExtendedCollection
nullAllowed
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface one.microstream.functional.Processable
process
-
Methods inherited from interface one.microstream.collections.types.XDecreasingList
fill, range, reverse, set, set, setAll, sort, swap, swap, toReversed
-
Methods inherited from interface one.microstream.collections.types.XGettingCollection
applies, 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, union
-
Methods inherited from interface one.microstream.collections.types.XGettingList
immure, listIterator, listIterator, old, view
-
Methods inherited from interface one.microstream.collections.types.XGettingSequence
at, copySelection, first, get, hasIndex, indexBy, indexOf, isSorted, last, lastIndexBy, lastIndexOf, maxIndex, minIndex, peek, poll, scan
-
Methods inherited from interface one.microstream.collections.types.XGettingTable.Values
iterate
-
Methods inherited from interface one.microstream.collections.types.XIndexIterable
iterateIndexed
-
Methods inherited from interface one.microstream.collections.types.XProcessingBag
immure
-
Methods inherited from interface one.microstream.collections.types.XProcessingCollection
fetch, iterate, moveTo, pinch, removeBy, removeDuplicates, retrieve, retrieveBy
-
Methods inherited from interface one.microstream.collections.types.XProcessingSequence
moveSelection, pick, pop, removeAt, view
-
Methods inherited from interface one.microstream.collections.types.XRemovingCollection
clear, consolidate, nullRemove, optimize, remove, removeAll, removeDuplicates, removeOne, retainAll, truncate
-
Methods inherited from interface one.microstream.collections.types.XRemovingSequence
removeRange, removeSelection, retainRange
-
Methods inherited from interface one.microstream.collections.types.XReplacingBag
replace, replace, replaceAll, replaceOne, replaceOne, substitute
-
Methods inherited from interface one.microstream.collections.types.XReplacingCollection
substitute
-
Methods inherited from interface one.microstream.collections.types.XSettingSequence
set, setFirst, setGet, setLast
-
Methods inherited from interface one.microstream.collections.types.XSortableSequence
shiftBy, shiftBy, shiftTo, shiftTo
-
-
-
-
Method Detail
-
parent
XBasicTable<K,V> parent()
- Specified by:
parentin interfaceXGettingMap.Satellite<K,V>- Specified by:
parentin interfaceXGettingTable.Satellite<K,V>- Specified by:
parentin interfaceXGettingTable.Values<K,V>- Specified by:
parentin interfaceXMap.Satellite<K,V>
-
copy
XList<V> copy()
Description copied from interface:XGettingCollectionCreates a true copy of this collection which references the same elements as this collection does at the time the method is called. The elements themselves are NOT copied (no deep copying).
The type of the returned set is the same as of this list if possible.- Specified by:
copyin interfaceCopyable- Specified by:
copyin interfaceXDecreasingList<K>- Specified by:
copyin interfaceXDecreasingSequence<K>- Specified by:
copyin interfaceXGettingBag<K>- Specified by:
copyin interfaceXGettingCollection<K>- Specified by:
copyin interfaceXGettingList<K>- Specified by:
copyin interfaceXGettingSequence<K>- Specified by:
copyin interfaceXGettingTable.Values<K,V>- Specified by:
copyin interfaceXMap.Values<K,V>- Specified by:
copyin interfaceXProcessingBag<K>- Specified by:
copyin interfaceXProcessingList<K>- Specified by:
copyin interfaceXReplacingBag<K>- Specified by:
copyin interfaceXSettingList<K>- Specified by:
copyin interfaceXSettingSequence<K>- Specified by:
copyin interfaceXSortableSequence<K>- Returns:
- a copy of this list
-
view
XGettingList<V> view()
- Specified by:
viewin interfaceXGettingBag<K>- Specified by:
viewin interfaceXGettingCollection<K>- Specified by:
viewin interfaceXGettingList<K>- Specified by:
viewin interfaceXGettingSequence<K>- Specified by:
viewin interfaceXProcessingBag<K>
-
-