K - type of contained keysV - type of contained valuespublic interface XBasicTable<K,V> extends XMap<K,V>, XGettingTable<K,V>, XBasicEnum<KeyValue<K,V>>, XAddingTable<K,V>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XBasicTable.Bridge<K,V> |
static interface |
XBasicTable.EntriesBridge<K,V> |
static interface |
XBasicTable.Keys<K,V> |
static interface |
XBasicTable.Satellite<K,V> |
static interface |
XBasicTable.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 |
|---|---|
XBasicTable<K,V> |
addAll(KeyValue<K,V>... elements) |
XBasicTable<K,V> |
addAll(KeyValue<K,V>[] elements,
int srcStartIndex,
int srcLength) |
XBasicTable<K,V> |
addAll(XGettingCollection<? extends KeyValue<K,V>> elements) |
XBasicTable<K,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.
|
boolean |
hasVolatileValues() |
XBasicTable.Keys<K,V> |
keys() |
XBasicTable.EntriesBridge<K,V> |
old() |
XBasicTable.Bridge<K,V> |
oldMap() |
XBasicTable<K,V> |
putAll(KeyValue<K,V>... elements)
Ensures the passed key-value-pairs to be contained as entries in the map.
|
XBasicTable<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.
|
XBasicTable<K,V> |
putAll(XGettingCollection<? extends KeyValue<K,V>> elements)
Adds the specified elements to this collection if it is not already present (optional operation).
|
XBasicTable.Values<K,V> |
values() |
add, 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, truncateXBasicTable.Keys<K,V> keys()
XBasicTable.Values<K,V> values()
XBasicTable.EntriesBridge<K,V> old()
XBasicTable.Bridge<K,V> oldMap()
XBasicTable<K,V> copy()
XGettingCollectioncopy in interface Copyablecopy in interface XAddGetCollection<KeyValue<K,V>>copy in interface XAddGetSet<KeyValue<K,V>>copy in interface XBasicEnum<KeyValue<K,V>>copy in interface XBasicSequence<KeyValue<K,V>>copy in interface XCollection<KeyValue<K,V>>copy in interface XGettingCollection<KeyValue<K,V>>copy in interface XGettingEnum<KeyValue<K,V>>copy in interface XGettingMap<K,V>copy in interface XGettingSequence<KeyValue<K,V>>copy in interface XGettingSet<KeyValue<K,V>>copy in interface XGettingTable<K,V>copy in interface XMap<K,V>copy in interface XProcessingEnum<KeyValue<K,V>>copy in interface XProcessingMap<K,V>copy in interface XProcessingSet<KeyValue<K,V>>copy in interface XPutGetCollection<KeyValue<K,V>>copy in interface XPutGetEnum<KeyValue<K,V>>copy in interface XPutGetSequence<KeyValue<K,V>>copy in interface XPutGetSet<KeyValue<K,V>>copy in interface XSet<KeyValue<K,V>>boolean hasVolatileValues()
XBasicTable<K,V> putAll(KeyValue<K,V>... elements)
XMapputAll in interface XBasicEnum<KeyValue<K,V>>putAll in interface XBasicSequence<KeyValue<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 addXBasicTable<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 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 collectionXBasicTable<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 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 addXBasicTable<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 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>>XBasicTable<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 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>>XBasicTable<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 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.