public static interface XChart.Keys<K,V> extends XBasicTable.Keys<K,V>, XSortation<K>
XBasicEnum.Creator<E>XSet.Factory<E>XBasicSequence.Factory<E>XSortation.Factory<E>| Modifier and Type | Method and 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)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XChart.Keys<K,V> |
putAll(K[] elements,
int srcStartIndex,
int srcLength)
Adds the specified elements to this collection if it is not already present (optional operation).
Only the elements with indizes from the srcStartIndex to the srcStartIndex+srcLength are put in the collection. |
XChart.Keys<K,V> |
putAll(XGettingCollection<? extends K> elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XRank<K> |
toReversed()
Creates a new
XGettingSequence with the reversed order of elements. |
immuresubstituteimmurecollectorputGet, replaceaddGet, deduplicatenullPut, putaccept, add, nullAddnullAllowedcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityiterate, range, view, viewmoveSelection, pick, pop, removeAt, viewremoveRange, removeSelection, retainRangeat, copySelection, first, get, hasIndex, indexBy, indexOf, isSorted, last, lastIndexBy, lastIndexOf, maxIndex, minIndex, peek, poll, scaniterateIndexedfetch, moveTo, pinch, removeBy, removeDuplicates, retrieve, retrieveByprocessclear, consolidate, nullRemove, optimize, remove, removeAll, removeDuplicates, removeOne, retainAll, truncategetComparatorXChart<K,V> parent()
parent in interface XBasicTable.Keys<K,V>parent in interface XGettingMap.Satellite<K,V>parent in interface XGettingTable.Keys<K,V>parent in interface XGettingTable.Satellite<K,V>parent in interface XMap.Satellite<K,V>XChart.Keys<K,V> addAll(K... elements)
addAll in interface XAddGetCollection<K>addAll in interface XAddGetSet<K>addAll in interface XAddingCollection<K>addAll in interface XAddingEnum<K>addAll in interface XAddingSequence<K>addAll in interface XAddingSet<K>addAll in interface XAddingSortation<K>addAll in interface XBasicEnum<K>addAll in interface XBasicSequence<K>addAll in interface XBasicTable.Keys<K,V>addAll in interface XCollection<K>addAll in interface XPutGetCollection<K>addAll in interface XPutGetEnum<K>addAll in interface XPutGetSequence<K>addAll in interface XPutGetSet<K>addAll in interface XPutGetSortation<K>addAll in interface XPuttingEnum<K>addAll in interface XPuttingSet<K>addAll in interface XPuttingSortation<K>addAll in interface XSet<K>addAll in interface XSortation<K>XChart.Keys<K,V> addAll(K[] elements, int srcStartIndex, int srcLength)
addAll in interface XAddGetCollection<K>addAll in interface XAddGetSet<K>addAll in interface XAddingCollection<K>addAll in interface XAddingEnum<K>addAll in interface XAddingSequence<K>addAll in interface XAddingSet<K>addAll in interface XAddingSortation<K>addAll in interface XBasicEnum<K>addAll in interface XBasicSequence<K>addAll in interface XBasicTable.Keys<K,V>addAll in interface XCollection<K>addAll in interface XPutGetCollection<K>addAll in interface XPutGetEnum<K>addAll in interface XPutGetSequence<K>addAll in interface XPutGetSet<K>addAll in interface XPutGetSortation<K>addAll in interface XPuttingEnum<K>addAll in interface XPuttingSet<K>addAll in interface XPuttingSortation<K>addAll in interface XSet<K>addAll in interface XSortation<K>XChart.Keys<K,V> addAll(XGettingCollection<? extends K> elements)
addAll in interface XAddGetCollection<K>addAll in interface XAddGetSet<K>addAll in interface XAddingCollection<K>addAll in interface XAddingEnum<K>addAll in interface XAddingSequence<K>addAll in interface XAddingSet<K>addAll in interface XAddingSortation<K>addAll in interface XBasicEnum<K>addAll in interface XBasicSequence<K>addAll in interface XBasicTable.Keys<K,V>addAll in interface XCollection<K>addAll in interface XPutGetCollection<K>addAll in interface XPutGetEnum<K>addAll in interface XPutGetSequence<K>addAll in interface XPutGetSet<K>addAll in interface XPutGetSortation<K>addAll in interface XPuttingEnum<K>addAll in interface XPuttingSet<K>addAll in interface XPuttingSortation<K>addAll in interface XSet<K>addAll in interface XSortation<K>XChart.Keys<K,V> putAll(K... elements)
XPuttingCollectionputAll in interface XBasicEnum<K>putAll in interface XBasicSequence<K>putAll in interface XBasicTable.Keys<K,V>putAll in interface XCollection<K>putAll in interface XPutGetCollection<K>putAll in interface XPutGetEnum<K>putAll in interface XPutGetSequence<K>putAll in interface XPutGetSet<K>putAll in interface XPutGetSortation<K>putAll in interface XPuttingCollection<K>putAll in interface XPuttingEnum<K>putAll in interface XPuttingSequence<K>putAll in interface XPuttingSet<K>putAll in interface XPuttingSortation<K>putAll in interface XSet<K>putAll in interface XSortation<K>elements - to addXChart.Keys<K,V> putAll(K[] elements, int srcStartIndex, int srcLength)
XPuttingCollectionputAll in interface XBasicEnum<K>putAll in interface XBasicSequence<K>putAll in interface XBasicTable.Keys<K,V>putAll in interface XCollection<K>putAll in interface XPutGetCollection<K>putAll in interface XPutGetEnum<K>putAll in interface XPutGetSequence<K>putAll in interface XPutGetSet<K>putAll in interface XPutGetSortation<K>putAll in interface XPuttingCollection<K>putAll in interface XPuttingEnum<K>putAll in interface XPuttingSequence<K>putAll in interface XPuttingSet<K>putAll in interface XPuttingSortation<K>putAll in interface XSet<K>putAll in interface XSortation<K>elements - to addsrcStartIndex - start index of elements-array to add to collectionsrcLength - length of elements-array to add to collectionXChart.Keys<K,V> putAll(XGettingCollection<? extends K> elements)
XPuttingCollectionputAll in interface XBasicEnum<K>putAll in interface XBasicSequence<K>putAll in interface XBasicTable.Keys<K,V>putAll in interface XCollection<K>putAll in interface XPutGetCollection<K>putAll in interface XPutGetEnum<K>putAll in interface XPutGetSequence<K>putAll in interface XPutGetSet<K>putAll in interface XPutGetSortation<K>putAll in interface XPuttingCollection<K>putAll in interface XPuttingEnum<K>putAll in interface XPuttingSequence<K>putAll in interface XPuttingSet<K>putAll in interface XPuttingSortation<K>putAll in interface XSet<K>putAll in interface XSortation<K>elements - to addXRank<K> toReversed()
XGettingSequenceXGettingSequence with the reversed order of elements.
This method creates a new collection and does not change the existing collection.
toReversed in interface XBasicEnum<K>toReversed in interface XBasicSequence<K>toReversed in interface XGettingEnum<K>toReversed in interface XGettingSequence<K>toReversed in interface XGettingSortation<K>toReversed in interface XProcessingEnum<K>toReversed in interface XProcessingSequence<K>toReversed in interface XProcessingSortation<K>toReversed in interface XPutGetEnum<K>toReversed in interface XPutGetSequence<K>toReversed in interface XPutGetSortation<K>toReversed in interface XSortation<K>XRank<K> copy()
XGettingCollectioncopy in interface Copyablecopy in interface XAddGetCollection<K>copy in interface XAddGetSet<K>copy in interface XBasicEnum<K>copy in interface XBasicSequence<K>copy in interface XBasicTable.Keys<K,V>copy in interface XCollection<K>copy in interface XGettingCollection<K>copy in interface XGettingEnum<K>copy in interface XGettingSequence<K>copy in interface XGettingSet<K>copy in interface XGettingSortation<K>copy in interface XProcessingEnum<K>copy in interface XProcessingSet<K>copy in interface XProcessingSortation<K>copy in interface XPutGetCollection<K>copy in interface XPutGetEnum<K>copy in interface XPutGetSequence<K>copy in interface XPutGetSet<K>copy in interface XPutGetSortation<K>copy in interface XSet<K>copy in interface XSortation<K>Copyright © 2022 MicroStream Software. All rights reserved.