Interface XChart.Keys<K,V>
-
- All Superinterfaces:
CapacityCarrying,CapacityExtendable,Clearable,ComponentType,ConsolidatableCollection,Consumer<K>,Copyable,ExtendedCollection<K>,ExtendedSequence<K>,Iterable<K>,OptimizableCollection,Processable<K>,ReleasingCollection<K>,Sized,Sorted<K>,Truncateable,XAddGetCollection<K>,XAddGetSet<K>,XAddingCollection<K>,XAddingEnum<K>,XAddingSequence<K>,XAddingSet<K>,XAddingSortation<K>,XBasicEnum<K>,XBasicSequence<K>,XBasicTable.Keys<K,V>,XCollection<K>,XGettingCollection<K>,XGettingEnum<K>,XGettingMap.Keys<K,V>,XGettingMap.Satellite<K,V>,XGettingSequence<K>,XGettingSet<K>,XGettingSortation<K>,XGettingTable.Keys<K,V>,XGettingTable.Satellite<K,V>,XIndexIterable<K>,XIterable<K>,XJoinable<K>,XMap.Keys<K,V>,XMap.Satellite<K,V>,XProcessingCollection<K>,XProcessingEnum<K>,XProcessingMap.Keys<K,V>,XProcessingSequence<K>,XProcessingSet<K>,XProcessingSortation<K>,XPutGetCollection<K>,XPutGetEnum<K>,XPutGetSequence<K>,XPutGetSet<K>,XPutGetSortation<K>,XPuttingCollection<K>,XPuttingEnum<K>,XPuttingSequence<K>,XPuttingSet<K>,XPuttingSortation<K>,XRemovingCollection<K>,XRemovingEnum<K>,XRemovingSequence<K>,XRemovingSet<K>,XRemovingSortation<K>,XReplacingCollection<K>,XSet<K>,XSortation<K>
public static interface XChart.Keys<K,V> extends XBasicTable.Keys<K,V>, XSortation<K>
-
-
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.XAddGetCollection
XAddGetCollection.Creator<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XAddingSequence
XAddingSequence.Creator<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XAddingSet
XAddingSet.Creator<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XBasicEnum
XBasicEnum.Creator<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XBasicSequence
XBasicSequence.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.XGettingEnum
XGettingEnum.Creator<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.XGettingSet
XGettingSet.Creator<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.XProcessingSequence
XProcessingSequence.Factory<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XProcessingSet
XProcessingSet.Factory<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XPutGetCollection
XPutGetCollection.Creator<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XPutGetSequence
XPutGetSequence.Factory<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XPutGetSet
XPutGetSet.Factory<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XPuttingSequence
XPuttingSequence.Creator<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XPuttingSet
XPuttingSet.Creator<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XRemovingEnum
XRemovingEnum.Factory<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XSet
XSet.Factory<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.sorting.XSortation
XSortation.Factory<E>
-
-
Method Summary
Modifier and Type Method Description XChart.Keys<K,V>addAll(K... elements)XChart.Keys<K,V>addAll(K[] elements, int srcStartIndex, int srcLength)XChart.Keys<K,V>addAll(XGettingCollection<? extends K> elements)XRank<K>copy()Creates a true copy of this collection which references the same elements as this collection does at the time the method is called.XChart<K,V>parent()XChart.Keys<K,V>putAll(K... elements)XChart.Keys<K,V>putAll(K[] elements, int srcStartIndex, int srcLength)XChart.Keys<K,V>putAll(XGettingCollection<? extends K> elements)XRank<K>toReversed()-
Methods inherited from interface one.microstream.collections.interfaces.CapacityCarrying
isFull, maximumCapacity, remainingCapacity
-
Methods inherited from interface one.microstream.collections.interfaces.CapacityExtendable
currentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacity
-
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.sorting.Sorted
getComparator
-
Methods inherited from interface one.microstream.collections.types.XAddGetSet
addGet, deduplicate
-
Methods inherited from interface one.microstream.collections.types.XAddingCollection
accept, add, nullAdd
-
Methods inherited from interface one.microstream.collections.types.XBasicEnum
immure
-
Methods inherited from interface one.microstream.collections.types.XCollection
collector
-
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, old, search, seek, size, toArray, toArray, union
-
Methods inherited from interface one.microstream.collections.types.XGettingEnum
immure, iterate, range, view, view
-
Methods inherited from interface one.microstream.collections.types.XGettingSequence
at, copySelection, first, get, hasIndex, immure, indexBy, indexOf, isSorted, last, lastIndexBy, lastIndexOf, maxIndex, minIndex, peek, poll, scan
-
Methods inherited from interface one.microstream.collections.types.XIndexIterable
iterateIndexed
-
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.XProcessingMap.Keys
immure
-
Methods inherited from interface one.microstream.collections.types.XProcessingSequence
moveSelection, pick, pop, removeAt, view
-
Methods inherited from interface one.microstream.collections.types.XPutGetSet
putGet, replace
-
Methods inherited from interface one.microstream.collections.types.XPuttingCollection
nullPut, put
-
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.XReplacingCollection
substitute
-
-
-
-
Method Detail
-
parent
XChart<K,V> parent()
- Specified by:
parentin interfaceXBasicTable.Keys<K,V>- Specified by:
parentin interfaceXGettingMap.Satellite<K,V>- Specified by:
parentin interfaceXGettingTable.Keys<K,V>- Specified by:
parentin interfaceXGettingTable.Satellite<K,V>- Specified by:
parentin interfaceXMap.Satellite<K,V>
-
addAll
XChart.Keys<K,V> addAll(K... elements)
- Specified by:
addAllin interfaceXAddGetCollection<K>- Specified by:
addAllin interfaceXAddGetSet<K>- Specified by:
addAllin interfaceXAddingCollection<K>- Specified by:
addAllin interfaceXAddingEnum<K>- Specified by:
addAllin interfaceXAddingSequence<K>- Specified by:
addAllin interfaceXAddingSet<K>- Specified by:
addAllin interfaceXAddingSortation<K>- Specified by:
addAllin interfaceXBasicEnum<K>- Specified by:
addAllin interfaceXBasicSequence<K>- Specified by:
addAllin interfaceXBasicTable.Keys<K,V>- Specified by:
addAllin interfaceXCollection<K>- Specified by:
addAllin interfaceXPutGetCollection<K>- Specified by:
addAllin interfaceXPutGetEnum<K>- Specified by:
addAllin interfaceXPutGetSequence<K>- Specified by:
addAllin interfaceXPutGetSet<K>- Specified by:
addAllin interfaceXPutGetSortation<K>- Specified by:
addAllin interfaceXPuttingEnum<K>- Specified by:
addAllin interfaceXPuttingSet<K>- Specified by:
addAllin interfaceXPuttingSortation<K>- Specified by:
addAllin interfaceXSet<K>- Specified by:
addAllin interfaceXSortation<K>
-
addAll
XChart.Keys<K,V> addAll(K[] elements, int srcStartIndex, int srcLength)
- Specified by:
addAllin interfaceXAddGetCollection<K>- Specified by:
addAllin interfaceXAddGetSet<K>- Specified by:
addAllin interfaceXAddingCollection<K>- Specified by:
addAllin interfaceXAddingEnum<K>- Specified by:
addAllin interfaceXAddingSequence<K>- Specified by:
addAllin interfaceXAddingSet<K>- Specified by:
addAllin interfaceXAddingSortation<K>- Specified by:
addAllin interfaceXBasicEnum<K>- Specified by:
addAllin interfaceXBasicSequence<K>- Specified by:
addAllin interfaceXBasicTable.Keys<K,V>- Specified by:
addAllin interfaceXCollection<K>- Specified by:
addAllin interfaceXPutGetCollection<K>- Specified by:
addAllin interfaceXPutGetEnum<K>- Specified by:
addAllin interfaceXPutGetSequence<K>- Specified by:
addAllin interfaceXPutGetSet<K>- Specified by:
addAllin interfaceXPutGetSortation<K>- Specified by:
addAllin interfaceXPuttingEnum<K>- Specified by:
addAllin interfaceXPuttingSet<K>- Specified by:
addAllin interfaceXPuttingSortation<K>- Specified by:
addAllin interfaceXSet<K>- Specified by:
addAllin interfaceXSortation<K>
-
addAll
XChart.Keys<K,V> addAll(XGettingCollection<? extends K> elements)
- Specified by:
addAllin interfaceXAddGetCollection<K>- Specified by:
addAllin interfaceXAddGetSet<K>- Specified by:
addAllin interfaceXAddingCollection<K>- Specified by:
addAllin interfaceXAddingEnum<K>- Specified by:
addAllin interfaceXAddingSequence<K>- Specified by:
addAllin interfaceXAddingSet<K>- Specified by:
addAllin interfaceXAddingSortation<K>- Specified by:
addAllin interfaceXBasicEnum<K>- Specified by:
addAllin interfaceXBasicSequence<K>- Specified by:
addAllin interfaceXBasicTable.Keys<K,V>- Specified by:
addAllin interfaceXCollection<K>- Specified by:
addAllin interfaceXPutGetCollection<K>- Specified by:
addAllin interfaceXPutGetEnum<K>- Specified by:
addAllin interfaceXPutGetSequence<K>- Specified by:
addAllin interfaceXPutGetSet<K>- Specified by:
addAllin interfaceXPutGetSortation<K>- Specified by:
addAllin interfaceXPuttingEnum<K>- Specified by:
addAllin interfaceXPuttingSet<K>- Specified by:
addAllin interfaceXPuttingSortation<K>- Specified by:
addAllin interfaceXSet<K>- Specified by:
addAllin interfaceXSortation<K>
-
putAll
XChart.Keys<K,V> putAll(K... elements)
- Specified by:
putAllin interfaceXBasicEnum<K>- Specified by:
putAllin interfaceXBasicSequence<K>- Specified by:
putAllin interfaceXBasicTable.Keys<K,V>- Specified by:
putAllin interfaceXCollection<K>- Specified by:
putAllin interfaceXPutGetCollection<K>- Specified by:
putAllin interfaceXPutGetEnum<K>- Specified by:
putAllin interfaceXPutGetSequence<K>- Specified by:
putAllin interfaceXPutGetSet<K>- Specified by:
putAllin interfaceXPutGetSortation<K>- Specified by:
putAllin interfaceXPuttingCollection<K>- Specified by:
putAllin interfaceXPuttingEnum<K>- Specified by:
putAllin interfaceXPuttingSequence<K>- Specified by:
putAllin interfaceXPuttingSet<K>- Specified by:
putAllin interfaceXPuttingSortation<K>- Specified by:
putAllin interfaceXSet<K>- Specified by:
putAllin interfaceXSortation<K>
-
putAll
XChart.Keys<K,V> putAll(K[] elements, int srcStartIndex, int srcLength)
- Specified by:
putAllin interfaceXBasicEnum<K>- Specified by:
putAllin interfaceXBasicSequence<K>- Specified by:
putAllin interfaceXBasicTable.Keys<K,V>- Specified by:
putAllin interfaceXCollection<K>- Specified by:
putAllin interfaceXPutGetCollection<K>- Specified by:
putAllin interfaceXPutGetEnum<K>- Specified by:
putAllin interfaceXPutGetSequence<K>- Specified by:
putAllin interfaceXPutGetSet<K>- Specified by:
putAllin interfaceXPutGetSortation<K>- Specified by:
putAllin interfaceXPuttingCollection<K>- Specified by:
putAllin interfaceXPuttingEnum<K>- Specified by:
putAllin interfaceXPuttingSequence<K>- Specified by:
putAllin interfaceXPuttingSet<K>- Specified by:
putAllin interfaceXPuttingSortation<K>- Specified by:
putAllin interfaceXSet<K>- Specified by:
putAllin interfaceXSortation<K>
-
putAll
XChart.Keys<K,V> putAll(XGettingCollection<? extends K> elements)
- Specified by:
putAllin interfaceXBasicEnum<K>- Specified by:
putAllin interfaceXBasicSequence<K>- Specified by:
putAllin interfaceXBasicTable.Keys<K,V>- Specified by:
putAllin interfaceXCollection<K>- Specified by:
putAllin interfaceXPutGetCollection<K>- Specified by:
putAllin interfaceXPutGetEnum<K>- Specified by:
putAllin interfaceXPutGetSequence<K>- Specified by:
putAllin interfaceXPutGetSet<K>- Specified by:
putAllin interfaceXPutGetSortation<K>- Specified by:
putAllin interfaceXPuttingCollection<K>- Specified by:
putAllin interfaceXPuttingEnum<K>- Specified by:
putAllin interfaceXPuttingSequence<K>- Specified by:
putAllin interfaceXPuttingSet<K>- Specified by:
putAllin interfaceXPuttingSortation<K>- Specified by:
putAllin interfaceXSet<K>- Specified by:
putAllin interfaceXSortation<K>
-
toReversed
XRank<K> toReversed()
- Specified by:
toReversedin interfaceXBasicEnum<K>- Specified by:
toReversedin interfaceXBasicSequence<K>- Specified by:
toReversedin interfaceXGettingEnum<K>- Specified by:
toReversedin interfaceXGettingSequence<K>- Specified by:
toReversedin interfaceXGettingSortation<K>- Specified by:
toReversedin interfaceXProcessingEnum<K>- Specified by:
toReversedin interfaceXProcessingSequence<K>- Specified by:
toReversedin interfaceXProcessingSortation<K>- Specified by:
toReversedin interfaceXPutGetEnum<K>- Specified by:
toReversedin interfaceXPutGetSequence<K>- Specified by:
toReversedin interfaceXPutGetSortation<K>- Specified by:
toReversedin interfaceXSortation<K>
-
copy
XRank<K> 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 interfaceXAddGetCollection<K>- Specified by:
copyin interfaceXAddGetSet<K>- Specified by:
copyin interfaceXBasicEnum<K>- Specified by:
copyin interfaceXBasicSequence<K>- Specified by:
copyin interfaceXBasicTable.Keys<K,V>- Specified by:
copyin interfaceXCollection<K>- Specified by:
copyin interfaceXGettingCollection<K>- Specified by:
copyin interfaceXGettingEnum<K>- Specified by:
copyin interfaceXGettingSequence<K>- Specified by:
copyin interfaceXGettingSet<K>- Specified by:
copyin interfaceXGettingSortation<K>- Specified by:
copyin interfaceXProcessingEnum<K>- Specified by:
copyin interfaceXProcessingSet<K>- Specified by:
copyin interfaceXProcessingSortation<K>- Specified by:
copyin interfaceXPutGetCollection<K>- Specified by:
copyin interfaceXPutGetEnum<K>- Specified by:
copyin interfaceXPutGetSequence<K>- Specified by:
copyin interfaceXPutGetSet<K>- Specified by:
copyin interfaceXPutGetSortation<K>- Specified by:
copyin interfaceXSet<K>- Specified by:
copyin interfaceXSortation<K>- Returns:
- a copy of this list
-
-