public interface XChart<K,V> extends XBasicTable<K,V>, Sorted<KeyValue<K,V>>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XChart.Bridge<K,V> |
static interface |
XChart.EntriesBridge<K,V> |
static interface |
XChart.Keys<K,V> |
static interface |
XChart.Satellite<K,V> |
static interface |
XChart.Values<K,V> |
XMap.Creator<K,V>XRemovingMap.Factory<K,V>XBasicEnum.Creator<E>XSet.Factory<E>XBasicSequence.Factory<E>XAddingTable.Creator<K,V>| Modifier and Type | Method and Description |
|---|---|
XChart<K,V> |
addAll(KeyValue<K,V>... elements) |
XChart<K,V> |
addAll(KeyValue<K,V>[] elements,
int srcStartIndex,
int srcLength) |
XChart<K,V> |
addAll(XGettingCollection<? extends KeyValue<K,V>> elements) |
boolean |
hasVolatileValues() |
XChart.Keys<K,V> |
keys() |
XChart.EntriesBridge<K,V> |
old() |
XChart.Bridge<K,V> |
oldMap() |
XChart<K,V> |
putAll(KeyValue<K,V>... elements)
Ensures the passed key-value-pairs to be contained as entries in the map.
|
XChart<K,V> |
putAll(KeyValue<K,V>[] elements,
int srcStartIndex,
int srcLength)
Ensures the passed key-value-pairs to be contained as entries in the map.
|
XChart<K,V> |
putAll(XGettingCollection<? extends KeyValue<K,V>> elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XChart.Values<K,V> |
values() |
copyadd, get, immure, nullKeyAllowed, nullValuesAllowed, put, putGet, searchValue, set, setGet, valuePut, valuePutGet, valueSet, valueSetGetremoveForreplaceaddGet, ensure, substitutelookup, query, viewimmure, viewimmure, toReversedcollectorputGet, replaceaddGet, deduplicatenullPut, putaccept, add, nullAddnullAllowedcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityiterate, range, 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.Keys<K,V> keys()
keys in interface XBasicTable<K,V>keys in interface XGettingMap<K,V>keys in interface XGettingTable<K,V>keys in interface XMap<K,V>keys in interface XProcessingMap<K,V>XChart.Values<K,V> values()
values in interface XBasicTable<K,V>values in interface XGettingMap<K,V>values in interface XGettingTable<K,V>values in interface XMap<K,V>values in interface XProcessingMap<K,V>XChart.EntriesBridge<K,V> old()
XChart.Bridge<K,V> oldMap()
boolean hasVolatileValues()
hasVolatileValues in interface XBasicTable<K,V>XChart<K,V> putAll(KeyValue<K,V>... elements)
XMapputAll in interface XBasicEnum<KeyValue<K,V>>putAll in interface XBasicSequence<KeyValue<K,V>>putAll in interface XBasicTable<K,V>putAll in interface XCollection<KeyValue<K,V>>putAll in interface XMap<K,V>putAll in interface XPutGetCollection<KeyValue<K,V>>putAll in interface XPutGetEnum<KeyValue<K,V>>putAll in interface XPutGetSequence<KeyValue<K,V>>putAll in interface XPutGetSet<KeyValue<K,V>>putAll in interface XPuttingCollection<KeyValue<K,V>>putAll in interface XPuttingEnum<KeyValue<K,V>>putAll in interface XPuttingSequence<KeyValue<K,V>>putAll in interface XPuttingSet<KeyValue<K,V>>putAll in interface XSet<KeyValue<K,V>>elements - to addXChart<K,V> putAll(KeyValue<K,V>[] elements, int srcStartIndex, int srcLength)
XMapputAll in interface XBasicEnum<KeyValue<K,V>>putAll in interface XBasicSequence<KeyValue<K,V>>putAll in interface XBasicTable<K,V>putAll in interface XCollection<KeyValue<K,V>>putAll in interface XMap<K,V>putAll in interface XPutGetCollection<KeyValue<K,V>>putAll in interface XPutGetEnum<KeyValue<K,V>>putAll in interface XPutGetSequence<KeyValue<K,V>>putAll in interface XPutGetSet<KeyValue<K,V>>putAll in interface XPuttingCollection<KeyValue<K,V>>putAll in interface XPuttingEnum<KeyValue<K,V>>putAll in interface XPuttingSequence<KeyValue<K,V>>putAll in interface XPuttingSet<KeyValue<K,V>>putAll in interface XSet<KeyValue<K,V>>elements - to addsrcStartIndex - start index of elements-array to add to collectionsrcLength - length of elements-array to add to collectionXChart<K,V> putAll(XGettingCollection<? extends KeyValue<K,V>> elements)
XPuttingCollectionputAll in interface XBasicEnum<KeyValue<K,V>>putAll in interface XBasicSequence<KeyValue<K,V>>putAll in interface XBasicTable<K,V>putAll in interface XCollection<KeyValue<K,V>>putAll in interface XPutGetCollection<KeyValue<K,V>>putAll in interface XPutGetEnum<KeyValue<K,V>>putAll in interface XPutGetSequence<KeyValue<K,V>>putAll in interface XPutGetSet<KeyValue<K,V>>putAll in interface XPuttingCollection<KeyValue<K,V>>putAll in interface XPuttingEnum<KeyValue<K,V>>putAll in interface XPuttingSequence<KeyValue<K,V>>putAll in interface XPuttingSet<KeyValue<K,V>>putAll in interface XSet<KeyValue<K,V>>elements - to addXChart<K,V> addAll(KeyValue<K,V>... elements)
addAll in interface XAddGetCollection<KeyValue<K,V>>addAll in interface XAddGetSet<KeyValue<K,V>>addAll in interface XAddingCollection<KeyValue<K,V>>addAll in interface XAddingEnum<KeyValue<K,V>>addAll in interface XAddingSequence<KeyValue<K,V>>addAll in interface XAddingSet<KeyValue<K,V>>addAll in interface XAddingTable<K,V>addAll in interface XBasicEnum<KeyValue<K,V>>addAll in interface XBasicSequence<KeyValue<K,V>>addAll in interface XBasicTable<K,V>addAll in interface XCollection<KeyValue<K,V>>addAll in interface XMap<K,V>addAll in interface XPutGetCollection<KeyValue<K,V>>addAll in interface XPutGetEnum<KeyValue<K,V>>addAll in interface XPutGetSequence<KeyValue<K,V>>addAll in interface XPutGetSet<KeyValue<K,V>>addAll in interface XPuttingEnum<KeyValue<K,V>>addAll in interface XPuttingSet<KeyValue<K,V>>addAll in interface XSet<KeyValue<K,V>>XChart<K,V> addAll(KeyValue<K,V>[] elements, int srcStartIndex, int srcLength)
addAll in interface XAddGetCollection<KeyValue<K,V>>addAll in interface XAddGetSet<KeyValue<K,V>>addAll in interface XAddingCollection<KeyValue<K,V>>addAll in interface XAddingEnum<KeyValue<K,V>>addAll in interface XAddingSequence<KeyValue<K,V>>addAll in interface XAddingSet<KeyValue<K,V>>addAll in interface XAddingTable<K,V>addAll in interface XBasicEnum<KeyValue<K,V>>addAll in interface XBasicSequence<KeyValue<K,V>>addAll in interface XBasicTable<K,V>addAll in interface XCollection<KeyValue<K,V>>addAll in interface XMap<K,V>addAll in interface XPutGetCollection<KeyValue<K,V>>addAll in interface XPutGetEnum<KeyValue<K,V>>addAll in interface XPutGetSequence<KeyValue<K,V>>addAll in interface XPutGetSet<KeyValue<K,V>>addAll in interface XPuttingEnum<KeyValue<K,V>>addAll in interface XPuttingSet<KeyValue<K,V>>addAll in interface XSet<KeyValue<K,V>>XChart<K,V> addAll(XGettingCollection<? extends KeyValue<K,V>> elements)
addAll in interface XAddGetCollection<KeyValue<K,V>>addAll in interface XAddGetSet<KeyValue<K,V>>addAll in interface XAddingCollection<KeyValue<K,V>>addAll in interface XAddingEnum<KeyValue<K,V>>addAll in interface XAddingSequence<KeyValue<K,V>>addAll in interface XAddingSet<KeyValue<K,V>>addAll in interface XAddingTable<K,V>addAll in interface XBasicEnum<KeyValue<K,V>>addAll in interface XBasicSequence<KeyValue<K,V>>addAll in interface XBasicTable<K,V>addAll in interface XCollection<KeyValue<K,V>>addAll in interface XMap<K,V>addAll in interface XPutGetCollection<KeyValue<K,V>>addAll in interface XPutGetEnum<KeyValue<K,V>>addAll in interface XPutGetSequence<KeyValue<K,V>>addAll in interface XPutGetSet<KeyValue<K,V>>addAll in interface XPuttingEnum<KeyValue<K,V>>addAll in interface XPuttingSet<KeyValue<K,V>>addAll in interface XSet<KeyValue<K,V>>Copyright © 2022 MicroStream Software. All rights reserved.