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 interfaceXTable.Bridge<K,V>static interfaceXTable.EntriesBridge<K,V>static interfaceXTable.Keys<K,V>static interfaceXTable.Satellite<K,V>static interfaceXTable.Values<K,V>-
Nested classes/interfaces inherited from interface one.microstream.typing.Copyable
Copyable.Static
-
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.booleanhasVolatileValues()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 java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface one.microstream.functional.Processable
process
-
Methods inherited from interface one.microstream.collections.types.XAddGetMap
addGet, ensure, substitute
-
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.XAddingMap
nullKeyAllowed, nullValuesAllowed
-
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.XDecreasingEnum
substitute
-
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.XGettingMap
lookup, query
-
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.XGettingTable
immure, view
-
Methods inherited from interface one.microstream.collections.types.XIndexIterable
iterateIndexed
-
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.XProcessingMap
removeFor
-
Methods inherited from interface one.microstream.collections.types.XProcessingSequence
moveSelection, pick, pop, removeAt, view
-
Methods inherited from interface one.microstream.collections.types.XPutGetMap
replace
-
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.XSettingEnum
setFirst, setGet, setLast
-
Methods inherited from interface one.microstream.collections.types.XSettingSequence
set
-
Methods inherited from interface one.microstream.collections.types.XSortableEnum
shiftBy, shiftBy, shiftTo, shiftTo
-
-
-
-
Method Detail
-
keys
XTable.Keys<K,V> keys()
- Specified by:
keysin interfaceXBasicTable<K,V>- Specified by:
keysin interfaceXGettingMap<K,V>- Specified by:
keysin interfaceXGettingTable<K,V>- Specified by:
keysin interfaceXMap<K,V>- Specified by:
keysin interfaceXProcessingMap<K,V>
-
values
XTable.Values<K,V> values()
- Specified by:
valuesin interfaceXBasicTable<K,V>- Specified by:
valuesin interfaceXGettingMap<K,V>- Specified by:
valuesin interfaceXGettingTable<K,V>- Specified by:
valuesin interfaceXMap<K,V>- Specified by:
valuesin interfaceXProcessingMap<K,V>
-
old
XTable.EntriesBridge<K,V> old()
- Specified by:
oldin interfaceXBasicTable<K,V>- Specified by:
oldin interfaceXGettingCollection<K>- Specified by:
oldin interfaceXGettingMap<K,V>- Specified by:
oldin interfaceXGettingTable<K,V>- Specified by:
oldin interfaceXMap<K,V>
-
oldMap
XTable.Bridge<K,V> oldMap()
-
copy
XTable<K,V> 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<K,V>- Specified by:
copyin interfaceXCollection<K>- Specified by:
copyin interfaceXDecreasingEnum<K>- Specified by:
copyin interfaceXDecreasingSequence<K>- Specified by:
copyin interfaceXEnum<K>- Specified by:
copyin interfaceXGettingCollection<K>- Specified by:
copyin interfaceXGettingEnum<K>- Specified by:
copyin interfaceXGettingMap<K,V>- Specified by:
copyin interfaceXGettingSequence<K>- Specified by:
copyin interfaceXGettingSet<K>- Specified by:
copyin interfaceXGettingTable<K,V>- Specified by:
copyin interfaceXIncreasingEnum<K>- Specified by:
copyin interfaceXIncreasingSequence<K>- Specified by:
copyin interfaceXMap<K,V>- Specified by:
copyin interfaceXProcessingEnum<K>- Specified by:
copyin interfaceXProcessingMap<K,V>- Specified by:
copyin interfaceXProcessingSet<K>- Specified by:
copyin interfaceXPutGetCollection<K>- Specified by:
copyin interfaceXPutGetEnum<K>- Specified by:
copyin interfaceXPutGetSequence<K>- Specified by:
copyin interfaceXPutGetSet<K>- Specified by:
copyin interfaceXSequence<K>- Specified by:
copyin interfaceXSet<K>- Specified by:
copyin interfaceXSettingEnum<K>- Specified by:
copyin interfaceXSettingSequence<K>- Specified by:
copyin interfaceXSortableEnum<K>- Specified by:
copyin interfaceXSortableSequence<K>- Returns:
- a copy of this list
-
hasVolatileValues
boolean hasVolatileValues()
- Specified by:
hasVolatileValuesin interfaceXBasicTable<K,V>
-
sort
XTable<K,V> sort(Comparator<? super KeyValue<K,V>> comparator)
- Specified by:
sortin interfaceSortable<K>- Specified by:
sortin interfaceXDecreasingEnum<K>- Specified by:
sortin interfaceXDecreasingSequence<K>- Specified by:
sortin interfaceXEnum<K>- Specified by:
sortin interfaceXIncreasingEnum<K>- Specified by:
sortin interfaceXIncreasingSequence<K>- Specified by:
sortin interfaceXSequence<K>- Specified by:
sortin interfaceXSettingEnum<K>- Specified by:
sortin interfaceXSettingSequence<K>- Specified by:
sortin interfaceXSortableEnum<K>- Specified by:
sortin interfaceXSortableSequence<K>
-
putAll
XTable<K,V> putAll(KeyValue<K,V>... elements)
- Specified by:
putAllin interfaceXBasicEnum<K>- Specified by:
putAllin interfaceXBasicSequence<K>- Specified by:
putAllin interfaceXBasicTable<K,V>- Specified by:
putAllin interfaceXCollection<K>- Specified by:
putAllin interfaceXEnum<K>- Specified by:
putAllin interfaceXExpandingEnum<K>- Specified by:
putAllin interfaceXExpandingSequence<K>- Specified by:
putAllin interfaceXIncreasingEnum<K>- Specified by:
putAllin interfaceXIncreasingSequence<K>- Specified by:
putAllin interfaceXInputtingEnum<K>- Specified by:
putAllin interfaceXInputtingSequence<K>- Specified by:
putAllin interfaceXMap<K,V>- Specified by:
putAllin interfaceXPutGetCollection<K>- Specified by:
putAllin interfaceXPutGetEnum<K>- Specified by:
putAllin interfaceXPutGetSequence<K>- Specified by:
putAllin interfaceXPutGetSet<K>- Specified by:
putAllin interfaceXPuttingCollection<K>- Specified by:
putAllin interfaceXPuttingEnum<K>- Specified by:
putAllin interfaceXPuttingSequence<K>- Specified by:
putAllin interfaceXPuttingSet<K>- Specified by:
putAllin interfaceXSequence<K>- Specified by:
putAllin interfaceXSet<K>
-
putAll
XTable<K,V> putAll(KeyValue<K,V>[] elements, int srcStartIndex, int srcLength)
- Specified by:
putAllin interfaceXBasicEnum<K>- Specified by:
putAllin interfaceXBasicSequence<K>- Specified by:
putAllin interfaceXBasicTable<K,V>- Specified by:
putAllin interfaceXCollection<K>- Specified by:
putAllin interfaceXEnum<K>- Specified by:
putAllin interfaceXExpandingEnum<K>- Specified by:
putAllin interfaceXExpandingSequence<K>- Specified by:
putAllin interfaceXIncreasingEnum<K>- Specified by:
putAllin interfaceXIncreasingSequence<K>- Specified by:
putAllin interfaceXInputtingEnum<K>- Specified by:
putAllin interfaceXInputtingSequence<K>- Specified by:
putAllin interfaceXMap<K,V>- Specified by:
putAllin interfaceXPutGetCollection<K>- Specified by:
putAllin interfaceXPutGetEnum<K>- Specified by:
putAllin interfaceXPutGetSequence<K>- Specified by:
putAllin interfaceXPutGetSet<K>- Specified by:
putAllin interfaceXPuttingCollection<K>- Specified by:
putAllin interfaceXPuttingEnum<K>- Specified by:
putAllin interfaceXPuttingSequence<K>- Specified by:
putAllin interfaceXPuttingSet<K>- Specified by:
putAllin interfaceXSequence<K>- Specified by:
putAllin interfaceXSet<K>
-
putAll
XTable<K,V> putAll(XGettingCollection<? extends KeyValue<K,V>> elements)
- Specified by:
putAllin interfaceXBasicEnum<K>- Specified by:
putAllin interfaceXBasicSequence<K>- Specified by:
putAllin interfaceXBasicTable<K,V>- Specified by:
putAllin interfaceXCollection<K>- Specified by:
putAllin interfaceXEnum<K>- Specified by:
putAllin interfaceXExpandingEnum<K>- Specified by:
putAllin interfaceXExpandingSequence<K>- Specified by:
putAllin interfaceXIncreasingEnum<K>- Specified by:
putAllin interfaceXIncreasingSequence<K>- Specified by:
putAllin interfaceXInputtingEnum<K>- Specified by:
putAllin interfaceXInputtingSequence<K>- Specified by:
putAllin interfaceXPutGetCollection<K>- Specified by:
putAllin interfaceXPutGetEnum<K>- Specified by:
putAllin interfaceXPutGetSequence<K>- Specified by:
putAllin interfaceXPutGetSet<K>- Specified by:
putAllin interfaceXPuttingCollection<K>- Specified by:
putAllin interfaceXPuttingEnum<K>- Specified by:
putAllin interfaceXPuttingSequence<K>- Specified by:
putAllin interfaceXPuttingSet<K>- Specified by:
putAllin interfaceXSequence<K>- Specified by:
putAllin interfaceXSet<K>
-
addAll
XTable<K,V> addAll(KeyValue<K,V>... 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 interfaceXAddingTable<K,V>- Specified by:
addAllin interfaceXBasicEnum<K>- Specified by:
addAllin interfaceXBasicSequence<K>- Specified by:
addAllin interfaceXBasicTable<K,V>- Specified by:
addAllin interfaceXCollection<K>- Specified by:
addAllin interfaceXEnum<K>- Specified by:
addAllin interfaceXExpandingEnum<K>- Specified by:
addAllin interfaceXExpandingSequence<K>- Specified by:
addAllin interfaceXExtendingEnum<K>- Specified by:
addAllin interfaceXExtendingSequence<K>- Specified by:
addAllin interfaceXIncreasingEnum<K>- Specified by:
addAllin interfaceXIncreasingSequence<K>- Specified by:
addAllin interfaceXInputtingEnum<K>- Specified by:
addAllin interfaceXInputtingSequence<K>- Specified by:
addAllin interfaceXInsertingEnum<K>- Specified by:
addAllin interfaceXInsertingSequence<K>- Specified by:
addAllin interfaceXMap<K,V>- Specified by:
addAllin interfaceXPutGetCollection<K>- Specified by:
addAllin interfaceXPutGetEnum<K>- Specified by:
addAllin interfaceXPutGetSequence<K>- Specified by:
addAllin interfaceXPutGetSet<K>- Specified by:
addAllin interfaceXPuttingEnum<K>- Specified by:
addAllin interfaceXPuttingSet<K>- Specified by:
addAllin interfaceXSequence<K>- Specified by:
addAllin interfaceXSet<K>
-
addAll
XTable<K,V> addAll(KeyValue<K,V>[] 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 interfaceXAddingTable<K,V>- Specified by:
addAllin interfaceXBasicEnum<K>- Specified by:
addAllin interfaceXBasicSequence<K>- Specified by:
addAllin interfaceXBasicTable<K,V>- Specified by:
addAllin interfaceXCollection<K>- Specified by:
addAllin interfaceXEnum<K>- Specified by:
addAllin interfaceXExpandingEnum<K>- Specified by:
addAllin interfaceXExpandingSequence<K>- Specified by:
addAllin interfaceXExtendingEnum<K>- Specified by:
addAllin interfaceXExtendingSequence<K>- Specified by:
addAllin interfaceXIncreasingEnum<K>- Specified by:
addAllin interfaceXIncreasingSequence<K>- Specified by:
addAllin interfaceXInputtingEnum<K>- Specified by:
addAllin interfaceXInputtingSequence<K>- Specified by:
addAllin interfaceXInsertingEnum<K>- Specified by:
addAllin interfaceXInsertingSequence<K>- Specified by:
addAllin interfaceXMap<K,V>- Specified by:
addAllin interfaceXPutGetCollection<K>- Specified by:
addAllin interfaceXPutGetEnum<K>- Specified by:
addAllin interfaceXPutGetSequence<K>- Specified by:
addAllin interfaceXPutGetSet<K>- Specified by:
addAllin interfaceXPuttingEnum<K>- Specified by:
addAllin interfaceXPuttingSet<K>- Specified by:
addAllin interfaceXSequence<K>- Specified by:
addAllin interfaceXSet<K>
-
addAll
XTable<K,V> addAll(XGettingCollection<? extends KeyValue<K,V>> 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 interfaceXAddingTable<K,V>- Specified by:
addAllin interfaceXBasicEnum<K>- Specified by:
addAllin interfaceXBasicSequence<K>- Specified by:
addAllin interfaceXBasicTable<K,V>- Specified by:
addAllin interfaceXCollection<K>- Specified by:
addAllin interfaceXEnum<K>- Specified by:
addAllin interfaceXExpandingEnum<K>- Specified by:
addAllin interfaceXExpandingSequence<K>- Specified by:
addAllin interfaceXExtendingEnum<K>- Specified by:
addAllin interfaceXExtendingSequence<K>- Specified by:
addAllin interfaceXIncreasingEnum<K>- Specified by:
addAllin interfaceXIncreasingSequence<K>- Specified by:
addAllin interfaceXInputtingEnum<K>- Specified by:
addAllin interfaceXInputtingSequence<K>- Specified by:
addAllin interfaceXInsertingEnum<K>- Specified by:
addAllin interfaceXInsertingSequence<K>- Specified by:
addAllin interfaceXMap<K,V>- Specified by:
addAllin interfaceXPutGetCollection<K>- Specified by:
addAllin interfaceXPutGetEnum<K>- Specified by:
addAllin interfaceXPutGetSequence<K>- Specified by:
addAllin interfaceXPutGetSet<K>- Specified by:
addAllin interfaceXPuttingEnum<K>- Specified by:
addAllin interfaceXPuttingSet<K>- Specified by:
addAllin interfaceXSequence<K>- Specified by:
addAllin interfaceXSet<K>
-
-