Interface XTable.Keys<K,V>
-
- All Superinterfaces:
CapacityCarrying
,CapacityExtendable
,Clearable
,ComponentType
,ConsolidatableCollection
,Consumer<K>
,Copyable
,ExtendedCollection<K>
,ExtendedSequence<K>
,Iterable<K>
,OptimizableCollection
,Processable<K>
,ReleasingCollection<K>
,Sized
,Sortable<K>
,SortableProcedure<K>
,Truncateable
,XAddGetCollection<K>
,XAddGetSet<K>
,XAddingCollection<K>
,XAddingEnum<K>
,XAddingSequence<K>
,XAddingSet<K>
,XBasicEnum<K>
,XBasicSequence<K>
,XBasicTable.Keys<K,V>
,XCollection<K>
,XDecreasingEnum<K>
,XDecreasingSequence<K>
,XEnum<K>
,XExpandingEnum<K>
,XExpandingSequence<K>
,XExtendingEnum<K>
,XExtendingSequence<K>
,XGettingCollection<K>
,XGettingEnum<K>
,XGettingMap.Keys<K,V>
,XGettingMap.Satellite<K,V>
,XGettingSequence<K>
,XGettingSet<K>
,XGettingTable.Keys<K,V>
,XGettingTable.Satellite<K,V>
,XIncreasingEnum<K>
,XIncreasingSequence<K>
,XIndexIterable<K>
,XInputtingEnum<K>
,XInputtingSequence<K>
,XInsertingEnum<K>
,XInsertingSequence<K>
,XIterable<K>
,XJoinable<K>
,XMap.Keys<K,V>
,XMap.Satellite<K,V>
,XOrderingEnum<K>
,XOrderingSequence<K>
,XPrependingEnum<K>
,XPrependingSequence<K>
,XPreputtingEnum<K>
,XPreputtingSequence<K>
,XProcessingCollection<K>
,XProcessingEnum<K>
,XProcessingMap.Keys<K,V>
,XProcessingSequence<K>
,XProcessingSet<K>
,XPutGetCollection<K>
,XPutGetEnum<K>
,XPutGetSequence<K>
,XPutGetSet<K>
,XPuttingCollection<K>
,XPuttingEnum<K>
,XPuttingSequence<K>
,XPuttingSet<K>
,XRemovingCollection<K>
,XRemovingEnum<K>
,XRemovingSequence<K>
,XRemovingSet<K>
,XReplacingCollection<K>
,XSequence<K>
,XSet<K>
,XSettingEnum<K>
,XSettingSequence<K>
,XSortableEnum<K>
,XSortableSequence<K>
- All Known Implementing Classes:
EqHashTable.Keys
,HashTable.Keys
public static interface XTable.Keys<K,V> extends XBasicTable.Keys<K,V>, XEnum<K>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.typing.Copyable
Copyable.Static
-
Nested classes/interfaces inherited from interface one.microstream.collections.interfaces.ExtendedCollection
ExtendedCollection.Creator<E,C extends ExtendedCollection<E>>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XAddGetCollection
XAddGetCollection.Creator<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XAddingSet
XAddingSet.Creator<E>
-
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.XGettingCollection
XGettingCollection.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.XGettingSequence
XGettingSequence.Factory<E>
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XGettingSet
XGettingSet.Creator<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.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.XPutGetCollection
XPutGetCollection.Creator<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.XPuttingSet
XPuttingSet.Creator<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.XSet
XSet.Factory<E>
-
-
Method Summary
Modifier and Type Method Description XTable.Keys<K,V>
addAll(K... elements)
XTable.Keys<K,V>
addAll(K[] elements, int srcStartIndex, int srcLength)
XTable.Keys<K,V>
addAll(XGettingCollection<? extends K> elements)
XEnum<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.XTable<K,V>
parent()
XTable.Keys<K,V>
putAll(K... elements)
XTable.Keys<K,V>
putAll(K[] elements, int srcStartIndex, int srcLength)
XTable.Keys<K,V>
putAll(XGettingCollection<? extends K> elements)
-
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.XAddGetSet
addGet, deduplicate
-
Methods inherited from interface one.microstream.collections.types.XAddingCollection
accept, add, nullAdd
-
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, sort, 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, old, 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.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.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.Keys
immure
-
Methods inherited from interface one.microstream.collections.types.XProcessingSequence
moveSelection, pick, pop, removeAt, view
-
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
-
parent
XTable<K,V> parent()
- Specified by:
parent
in interfaceXBasicTable.Keys<K,V>
- Specified by:
parent
in interfaceXGettingMap.Satellite<K,V>
- Specified by:
parent
in interfaceXGettingTable.Keys<K,V>
- Specified by:
parent
in interfaceXGettingTable.Satellite<K,V>
- Specified by:
parent
in interfaceXMap.Satellite<K,V>
-
putAll
XTable.Keys<K,V> putAll(K... elements)
- Specified by:
putAll
in interfaceXBasicEnum<K>
- Specified by:
putAll
in interfaceXBasicSequence<K>
- Specified by:
putAll
in interfaceXBasicTable.Keys<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>
-
putAll
XTable.Keys<K,V> putAll(K[] elements, int srcStartIndex, int srcLength)
- Specified by:
putAll
in interfaceXBasicEnum<K>
- Specified by:
putAll
in interfaceXBasicSequence<K>
- Specified by:
putAll
in interfaceXBasicTable.Keys<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>
-
putAll
XTable.Keys<K,V> putAll(XGettingCollection<? extends K> elements)
- Specified by:
putAll
in interfaceXBasicEnum<K>
- Specified by:
putAll
in interfaceXBasicSequence<K>
- Specified by:
putAll
in interfaceXBasicTable.Keys<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
XTable.Keys<K,V> addAll(K... elements)
- 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 interfaceXBasicEnum<K>
- Specified by:
addAll
in interfaceXBasicSequence<K>
- Specified by:
addAll
in interfaceXBasicTable.Keys<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 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
XTable.Keys<K,V> addAll(K[] elements, int srcStartIndex, int srcLength)
- 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 interfaceXBasicEnum<K>
- Specified by:
addAll
in interfaceXBasicSequence<K>
- Specified by:
addAll
in interfaceXBasicTable.Keys<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 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
XTable.Keys<K,V> addAll(XGettingCollection<? extends K> elements)
- 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 interfaceXBasicEnum<K>
- Specified by:
addAll
in interfaceXBasicSequence<K>
- Specified by:
addAll
in interfaceXBasicTable.Keys<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 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>
-
copy
XEnum<K> 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.Keys<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 interfaceXGettingSequence<K>
- Specified by:
copy
in interfaceXGettingSet<K>
- Specified by:
copy
in interfaceXIncreasingEnum<K>
- Specified by:
copy
in interfaceXIncreasingSequence<K>
- Specified by:
copy
in interfaceXProcessingEnum<K>
- 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
-
-