Interface XTable<K,V>
- All Superinterfaces:
CapacityCarrying
,CapacityExtendable
,Clearable
,ConsolidatableCollection
,Consumer<KeyValue<K,V>>
,Copyable
,ExtendedCollection<KeyValue<K,V>>
,ExtendedMap<K,V>
,ExtendedSequence<KeyValue<K,V>>
,Iterable<KeyValue<K,V>>
,OptimizableCollection
,Processable<KeyValue<K,V>>
,ReleasingCollection<KeyValue<K,V>>
,Sized
,Sortable<KeyValue<K,V>>
,SortableProcedure<KeyValue<K,V>>
,Truncateable
,XAddGetCollection<KeyValue<K,V>>
,XAddGetMap<K,V>
,XAddGetSet<KeyValue<K,V>>
,XAddingCollection<KeyValue<K,V>>
,XAddingEnum<KeyValue<K,V>>
,XAddingMap<K,V>
,XAddingSequence<KeyValue<K,V>>
,XAddingSet<KeyValue<K,V>>
,XAddingTable<K,V>
,XBasicEnum<KeyValue<K,V>>
,XBasicSequence<KeyValue<K,V>>
,XBasicTable<K,V>
,XCollection<KeyValue<K,V>>
,XDecreasingEnum<KeyValue<K,V>>
,XDecreasingSequence<KeyValue<K,V>>
,XEnum<KeyValue<K,V>>
,XExpandingEnum<KeyValue<K,V>>
,XExpandingSequence<KeyValue<K,V>>
,XExtendingEnum<KeyValue<K,V>>
,XExtendingSequence<KeyValue<K,V>>
,XGettingCollection<KeyValue<K,V>>
,XGettingEnum<KeyValue<K,V>>
,XGettingMap<K,V>
,XGettingSequence<KeyValue<K,V>>
,XGettingSet<KeyValue<K,V>>
,XGettingTable<K,V>
,XIncreasingEnum<KeyValue<K,V>>
,XIncreasingSequence<KeyValue<K,V>>
,XIndexIterable<KeyValue<K,V>>
,XInputtingEnum<KeyValue<K,V>>
,XInputtingSequence<KeyValue<K,V>>
,XInsertingEnum<KeyValue<K,V>>
,XInsertingSequence<KeyValue<K,V>>
,XIterable<KeyValue<K,V>>
,XJoinable<KeyValue<K,V>>
,XMap<K,V>
,XOrderingEnum<KeyValue<K,V>>
,XOrderingSequence<KeyValue<K,V>>
,XPrependingEnum<KeyValue<K,V>>
,XPrependingSequence<KeyValue<K,V>>
,XPreputtingEnum<KeyValue<K,V>>
,XPreputtingSequence<KeyValue<K,V>>
,XProcessingCollection<KeyValue<K,V>>
,XProcessingEnum<KeyValue<K,V>>
,XProcessingMap<K,V>
,XProcessingSequence<KeyValue<K,V>>
,XProcessingSet<KeyValue<K,V>>
,XPutGetCollection<KeyValue<K,V>>
,XPutGetEnum<KeyValue<K,V>>
,XPutGetMap<K,V>
,XPutGetSequence<KeyValue<K,V>>
,XPutGetSet<KeyValue<K,V>>
,XPuttingCollection<KeyValue<K,V>>
,XPuttingEnum<KeyValue<K,V>>
,XPuttingMap<K,V>
,XPuttingSequence<KeyValue<K,V>>
,XPuttingSet<KeyValue<K,V>>
,XRemovingCollection<KeyValue<K,V>>
,XRemovingEnum<KeyValue<K,V>>
,XRemovingMap<K,V>
,XRemovingSequence<KeyValue<K,V>>
,XRemovingSet<KeyValue<K,V>>
,XReplacingCollection<KeyValue<K,V>>
,XSequence<KeyValue<K,V>>
,XSet<KeyValue<K,V>>
,XSettingEnum<KeyValue<K,V>>
,XSettingSequence<KeyValue<K,V>>
,XSortableEnum<KeyValue<K,V>>
,XSortableSequence<KeyValue<K,V>>
- All Known Implementing Classes:
EqHashTable
,HashTable
public interface XTable<K,V> extends XBasicTable<K,V>, XEnum<KeyValue<K,V>>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
XTable.Bridge<K,V>
static interface
XTable.EntriesBridge<K,V>
static interface
XTable.Keys<K,V>
static interface
XTable.Satellite<K,V>
static interface
XTable.Values<K,V>
Nested classes/interfaces inherited from interface one.microstream.collections.types.XAddingTable
XAddingTable.Creator<K,V>
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.XEnum
XEnum.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.XGettingMap
XGettingMap.Creator<K,V>
Nested classes/interfaces inherited from interface one.microstream.collections.types.XGettingSequence
XGettingSequence.Factory<E>
Nested classes/interfaces inherited from interface one.microstream.collections.types.XIncreasingEnum
XIncreasingEnum.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.XMap
XMap.Creator<K,V>
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.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.XRemovingEnum
XRemovingEnum.Factory<E>
Nested classes/interfaces inherited from interface one.microstream.collections.types.XRemovingMap
XRemovingMap.Factory<K,V>
Nested classes/interfaces inherited from interface one.microstream.collections.types.XSet
XSet.Factory<E>
-
Method Summary
Modifier and Type Method Description XTable<K,V>
addAll(XGettingCollection<? extends KeyValue<K,V>> elements)
XTable<K,V>
addAll(KeyValue<K,V>... elements)
XTable<K,V>
addAll(KeyValue<K,V>[] elements, int srcStartIndex, int srcLength)
XTable<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()
XTable.Keys<K,V>
keys()
XTable.EntriesBridge<K,V>
old()
XTable.Bridge<K,V>
oldMap()
XTable<K,V>
putAll(XGettingCollection<? extends KeyValue<K,V>> elements)
XTable<K,V>
putAll(KeyValue<K,V>... elements)
XTable<K,V>
putAll(KeyValue<K,V>[] elements, int srcStartIndex, int srcLength)
XTable<K,V>
sort(Comparator<? super KeyValue<K,V>> comparator)
XTable.Values<K,V>
values()
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 one.microstream.collections.types.XAddGetMap
addGet, ensure, substitute
Methods inherited from interface one.microstream.collections.types.XAddingCollection
accept, add, nullAdd
Methods inherited from interface one.microstream.collections.types.XAddingMap
nullKeyAllowed, nullValuesAllowed
Methods inherited from interface one.microstream.collections.types.XEnum
prependAll, prependAll, prependAll, preputAll, preputAll, preputAll, range, reverse, set, set, setAll, 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.XGettingEnum
immure, iterate, 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.XInputtingSequence
input, inputAll, inputAll, inputAll, nullInput
Methods inherited from interface one.microstream.collections.types.XInsertingSequence
insert, insertAll, insertAll, insertAll, nullInsert
Methods inherited from interface one.microstream.collections.types.XMap
add, get, immure, nullKeyAllowed, nullValuesAllowed, put, putGet, searchValue, set, setGet, valuePut, valuePutGet, valueSet, valueSetGet
Methods inherited from interface one.microstream.collections.types.XPrependingSequence
nullPrepend, prepend
Methods inherited from interface one.microstream.collections.types.XPreputtingSequence
nullPreput, preput
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.XSettingEnum
setFirst, setGet, setLast
Methods inherited from interface one.microstream.collections.types.XSortableEnum
shiftBy, shiftBy, shiftTo, shiftTo
-
Method Details
-
keys
XTable.Keys<K,V> keys()- Specified by:
keys
in interfaceXBasicTable<K,V>
- Specified by:
keys
in interfaceXGettingMap<K,V>
- Specified by:
keys
in interfaceXGettingTable<K,V>
- Specified by:
keys
in interfaceXMap<K,V>
- Specified by:
keys
in interfaceXProcessingMap<K,V>
-
values
XTable.Values<K,V> values()- Specified by:
values
in interfaceXBasicTable<K,V>
- Specified by:
values
in interfaceXGettingMap<K,V>
- Specified by:
values
in interfaceXGettingTable<K,V>
- Specified by:
values
in interfaceXMap<K,V>
- Specified by:
values
in interfaceXProcessingMap<K,V>
-
old
XTable.EntriesBridge<K,V> old()- Specified by:
old
in interfaceXBasicTable<K,V>
- Specified by:
old
in interfaceXGettingCollection<K>
- Specified by:
old
in interfaceXGettingMap<K,V>
- Specified by:
old
in interfaceXGettingTable<K,V>
- Specified by:
old
in interfaceXMap<K,V>
-
oldMap
XTable.Bridge<K,V> oldMap() -
copy
Description copied from interface:XGettingCollection
Creates 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:
copy
in interfaceCopyable
- Specified by:
copy
in interfaceXAddGetCollection<K>
- Specified by:
copy
in interfaceXAddGetSet<K>
- Specified by:
copy
in interfaceXBasicEnum<K>
- Specified by:
copy
in interfaceXBasicSequence<K>
- Specified by:
copy
in interfaceXBasicTable<K,V>
- Specified by:
copy
in interfaceXCollection<K>
- Specified by:
copy
in interfaceXDecreasingEnum<K>
- Specified by:
copy
in interfaceXDecreasingSequence<K>
- Specified by:
copy
in interfaceXEnum<K>
- Specified by:
copy
in interfaceXGettingCollection<K>
- Specified by:
copy
in interfaceXGettingEnum<K>
- Specified by:
copy
in interfaceXGettingMap<K,V>
- Specified by:
copy
in interfaceXGettingSequence<K>
- Specified by:
copy
in interfaceXGettingSet<K>
- Specified by:
copy
in interfaceXGettingTable<K,V>
- Specified by:
copy
in interfaceXIncreasingEnum<K>
- Specified by:
copy
in interfaceXIncreasingSequence<K>
- Specified by:
copy
in interfaceXMap<K,V>
- Specified by:
copy
in interfaceXProcessingEnum<K>
- Specified by:
copy
in interfaceXProcessingMap<K,V>
- Specified by:
copy
in interfaceXProcessingSet<K>
- Specified by:
copy
in interfaceXPutGetCollection<K>
- Specified by:
copy
in interfaceXPutGetEnum<K>
- Specified by:
copy
in interfaceXPutGetSequence<K>
- Specified by:
copy
in interfaceXPutGetSet<K>
- Specified by:
copy
in interfaceXSequence<K>
- Specified by:
copy
in interfaceXSet<K>
- Specified by:
copy
in interfaceXSettingEnum<K>
- Specified by:
copy
in interfaceXSettingSequence<K>
- Specified by:
copy
in interfaceXSortableEnum<K>
- Specified by:
copy
in interfaceXSortableSequence<K>
- Returns:
- a copy of this list
-
hasVolatileValues
boolean hasVolatileValues()- Specified by:
hasVolatileValues
in interfaceXBasicTable<K,V>
-
sort
- Specified by:
sort
in interfaceSortable<K>
- Specified by:
sort
in interfaceXDecreasingEnum<K>
- Specified by:
sort
in interfaceXDecreasingSequence<K>
- Specified by:
sort
in interfaceXEnum<K>
- Specified by:
sort
in interfaceXIncreasingEnum<K>
- Specified by:
sort
in interfaceXIncreasingSequence<K>
- Specified by:
sort
in interfaceXSequence<K>
- Specified by:
sort
in interfaceXSettingEnum<K>
- Specified by:
sort
in interfaceXSettingSequence<K>
- Specified by:
sort
in interfaceXSortableEnum<K>
- Specified by:
sort
in interfaceXSortableSequence<K>
-
putAll
- Specified by:
putAll
in interfaceXBasicEnum<K>
- Specified by:
putAll
in interfaceXBasicSequence<K>
- Specified by:
putAll
in interfaceXBasicTable<K,V>
- Specified by:
putAll
in interfaceXCollection<K>
- Specified by:
putAll
in interfaceXEnum<K>
- Specified by:
putAll
in interfaceXExpandingEnum<K>
- Specified by:
putAll
in interfaceXExpandingSequence<K>
- Specified by:
putAll
in interfaceXIncreasingEnum<K>
- Specified by:
putAll
in interfaceXIncreasingSequence<K>
- Specified by:
putAll
in interfaceXInputtingEnum<K>
- Specified by:
putAll
in interfaceXInputtingSequence<K>
- Specified by:
putAll
in interfaceXMap<K,V>
- Specified by:
putAll
in interfaceXPutGetCollection<K>
- Specified by:
putAll
in interfaceXPutGetEnum<K>
- Specified by:
putAll
in interfaceXPutGetSequence<K>
- Specified by:
putAll
in interfaceXPutGetSet<K>
- Specified by:
putAll
in interfaceXPuttingCollection<K>
- Specified by:
putAll
in interfaceXPuttingEnum<K>
- Specified by:
putAll
in interfaceXPuttingSequence<K>
- Specified by:
putAll
in interfaceXPuttingSet<K>
- Specified by:
putAll
in interfaceXSequence<K>
- Specified by:
putAll
in interfaceXSet<K>
-
putAll
- Specified by:
putAll
in interfaceXBasicEnum<K>
- Specified by:
putAll
in interfaceXBasicSequence<K>
- Specified by:
putAll
in interfaceXBasicTable<K,V>
- Specified by:
putAll
in interfaceXCollection<K>
- Specified by:
putAll
in interfaceXEnum<K>
- Specified by:
putAll
in interfaceXExpandingEnum<K>
- Specified by:
putAll
in interfaceXExpandingSequence<K>
- Specified by:
putAll
in interfaceXIncreasingEnum<K>
- Specified by:
putAll
in interfaceXIncreasingSequence<K>
- Specified by:
putAll
in interfaceXInputtingEnum<K>
- Specified by:
putAll
in interfaceXInputtingSequence<K>
- Specified by:
putAll
in interfaceXMap<K,V>
- Specified by:
putAll
in interfaceXPutGetCollection<K>
- Specified by:
putAll
in interfaceXPutGetEnum<K>
- Specified by:
putAll
in interfaceXPutGetSequence<K>
- Specified by:
putAll
in interfaceXPutGetSet<K>
- Specified by:
putAll
in interfaceXPuttingCollection<K>
- Specified by:
putAll
in interfaceXPuttingEnum<K>
- Specified by:
putAll
in interfaceXPuttingSequence<K>
- Specified by:
putAll
in interfaceXPuttingSet<K>
- Specified by:
putAll
in interfaceXSequence<K>
- Specified by:
putAll
in interfaceXSet<K>
-
putAll
- Specified by:
putAll
in interfaceXBasicEnum<K>
- Specified by:
putAll
in interfaceXBasicSequence<K>
- Specified by:
putAll
in interfaceXBasicTable<K,V>
- Specified by:
putAll
in interfaceXCollection<K>
- Specified by:
putAll
in interfaceXEnum<K>
- Specified by:
putAll
in interfaceXExpandingEnum<K>
- Specified by:
putAll
in interfaceXExpandingSequence<K>
- Specified by:
putAll
in interfaceXIncreasingEnum<K>
- Specified by:
putAll
in interfaceXIncreasingSequence<K>
- Specified by:
putAll
in interfaceXInputtingEnum<K>
- Specified by:
putAll
in interfaceXInputtingSequence<K>
- Specified by:
putAll
in interfaceXPutGetCollection<K>
- Specified by:
putAll
in interfaceXPutGetEnum<K>
- Specified by:
putAll
in interfaceXPutGetSequence<K>
- Specified by:
putAll
in interfaceXPutGetSet<K>
- Specified by:
putAll
in interfaceXPuttingCollection<K>
- Specified by:
putAll
in interfaceXPuttingEnum<K>
- Specified by:
putAll
in interfaceXPuttingSequence<K>
- Specified by:
putAll
in interfaceXPuttingSet<K>
- Specified by:
putAll
in interfaceXSequence<K>
- Specified by:
putAll
in interfaceXSet<K>
-
addAll
- Specified by:
addAll
in interfaceXAddGetCollection<K>
- Specified by:
addAll
in interfaceXAddGetSet<K>
- Specified by:
addAll
in interfaceXAddingCollection<K>
- Specified by:
addAll
in interfaceXAddingEnum<K>
- Specified by:
addAll
in interfaceXAddingSequence<K>
- Specified by:
addAll
in interfaceXAddingSet<K>
- Specified by:
addAll
in interfaceXAddingTable<K,V>
- Specified by:
addAll
in interfaceXBasicEnum<K>
- Specified by:
addAll
in interfaceXBasicSequence<K>
- Specified by:
addAll
in interfaceXBasicTable<K,V>
- Specified by:
addAll
in interfaceXCollection<K>
- Specified by:
addAll
in interfaceXEnum<K>
- Specified by:
addAll
in interfaceXExpandingEnum<K>
- Specified by:
addAll
in interfaceXExpandingSequence<K>
- Specified by:
addAll
in interfaceXExtendingEnum<K>
- Specified by:
addAll
in interfaceXExtendingSequence<K>
- Specified by:
addAll
in interfaceXIncreasingEnum<K>
- Specified by:
addAll
in interfaceXIncreasingSequence<K>
- Specified by:
addAll
in interfaceXInputtingEnum<K>
- Specified by:
addAll
in interfaceXInputtingSequence<K>
- Specified by:
addAll
in interfaceXInsertingEnum<K>
- Specified by:
addAll
in interfaceXInsertingSequence<K>
- Specified by:
addAll
in interfaceXMap<K,V>
- Specified by:
addAll
in interfaceXPutGetCollection<K>
- Specified by:
addAll
in interfaceXPutGetEnum<K>
- Specified by:
addAll
in interfaceXPutGetSequence<K>
- Specified by:
addAll
in interfaceXPutGetSet<K>
- Specified by:
addAll
in interfaceXPuttingEnum<K>
- Specified by:
addAll
in interfaceXPuttingSet<K>
- Specified by:
addAll
in interfaceXSequence<K>
- Specified by:
addAll
in interfaceXSet<K>
-
addAll
- Specified by:
addAll
in interfaceXAddGetCollection<K>
- Specified by:
addAll
in interfaceXAddGetSet<K>
- Specified by:
addAll
in interfaceXAddingCollection<K>
- Specified by:
addAll
in interfaceXAddingEnum<K>
- Specified by:
addAll
in interfaceXAddingSequence<K>
- Specified by:
addAll
in interfaceXAddingSet<K>
- Specified by:
addAll
in interfaceXAddingTable<K,V>
- Specified by:
addAll
in interfaceXBasicEnum<K>
- Specified by:
addAll
in interfaceXBasicSequence<K>
- Specified by:
addAll
in interfaceXBasicTable<K,V>
- Specified by:
addAll
in interfaceXCollection<K>
- Specified by:
addAll
in interfaceXEnum<K>
- Specified by:
addAll
in interfaceXExpandingEnum<K>
- Specified by:
addAll
in interfaceXExpandingSequence<K>
- Specified by:
addAll
in interfaceXExtendingEnum<K>
- Specified by:
addAll
in interfaceXExtendingSequence<K>
- Specified by:
addAll
in interfaceXIncreasingEnum<K>
- Specified by:
addAll
in interfaceXIncreasingSequence<K>
- Specified by:
addAll
in interfaceXInputtingEnum<K>
- Specified by:
addAll
in interfaceXInputtingSequence<K>
- Specified by:
addAll
in interfaceXInsertingEnum<K>
- Specified by:
addAll
in interfaceXInsertingSequence<K>
- Specified by:
addAll
in interfaceXMap<K,V>
- Specified by:
addAll
in interfaceXPutGetCollection<K>
- Specified by:
addAll
in interfaceXPutGetEnum<K>
- Specified by:
addAll
in interfaceXPutGetSequence<K>
- Specified by:
addAll
in interfaceXPutGetSet<K>
- Specified by:
addAll
in interfaceXPuttingEnum<K>
- Specified by:
addAll
in interfaceXPuttingSet<K>
- Specified by:
addAll
in interfaceXSequence<K>
- Specified by:
addAll
in interfaceXSet<K>
-
addAll
- Specified by:
addAll
in interfaceXAddGetCollection<K>
- Specified by:
addAll
in interfaceXAddGetSet<K>
- Specified by:
addAll
in interfaceXAddingCollection<K>
- Specified by:
addAll
in interfaceXAddingEnum<K>
- Specified by:
addAll
in interfaceXAddingSequence<K>
- Specified by:
addAll
in interfaceXAddingSet<K>
- Specified by:
addAll
in interfaceXAddingTable<K,V>
- Specified by:
addAll
in interfaceXBasicEnum<K>
- Specified by:
addAll
in interfaceXBasicSequence<K>
- Specified by:
addAll
in interfaceXBasicTable<K,V>
- Specified by:
addAll
in interfaceXCollection<K>
- Specified by:
addAll
in interfaceXEnum<K>
- Specified by:
addAll
in interfaceXExpandingEnum<K>
- Specified by:
addAll
in interfaceXExpandingSequence<K>
- Specified by:
addAll
in interfaceXExtendingEnum<K>
- Specified by:
addAll
in interfaceXExtendingSequence<K>
- Specified by:
addAll
in interfaceXIncreasingEnum<K>
- Specified by:
addAll
in interfaceXIncreasingSequence<K>
- Specified by:
addAll
in interfaceXInputtingEnum<K>
- Specified by:
addAll
in interfaceXInputtingSequence<K>
- Specified by:
addAll
in interfaceXInsertingEnum<K>
- Specified by:
addAll
in interfaceXInsertingSequence<K>
- Specified by:
addAll
in interfaceXMap<K,V>
- Specified by:
addAll
in interfaceXPutGetCollection<K>
- Specified by:
addAll
in interfaceXPutGetEnum<K>
- Specified by:
addAll
in interfaceXPutGetSequence<K>
- Specified by:
addAll
in interfaceXPutGetSet<K>
- Specified by:
addAll
in interfaceXPuttingEnum<K>
- Specified by:
addAll
in interfaceXPuttingSet<K>
- Specified by:
addAll
in interfaceXSequence<K>
- Specified by:
addAll
in interfaceXSet<K>
-