Class HashTable.Keys
- java.lang.Object
-
- one.microstream.collections.HashTable.Keys
-
- All Implemented Interfaces:
Iterable<K>,Consumer<K>,CapacityCarrying,CapacityExtendable,ConsolidatableCollection,ExtendedCollection<K>,ExtendedSequence<K>,HashCollection<K>,OptimizableCollection,ReleasingCollection<K>,Sized,Truncateable,Sortable<K>,SortableProcedure<K>,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>,XTable.Keys<K,V>,Processable<K>,Clearable,ComponentType,Copyable
public final class HashTable.Keys extends Object implements XTable.Keys<K,V>, HashCollection<K>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classHashTable.Keys.OldKeys-
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.interfaces.HashCollection
HashCollection.Analysis<H>
-
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>
-
-
Field Summary
-
Fields inherited from interface one.microstream.collections.interfaces.HashCollection
DEFAULT_HASH_FACTOR, DEFAULT_HASH_LENGTH
-
-
Constructor Summary
Constructors Constructor Description Keys()
-
Method Summary
Modifier and Type Method Description voidaccept(K element)booleanadd(K element)HashTable.KeysaddAll(K... elements)HashTable.KeysaddAll(K[] elements, int srcIndex, int srcLength)HashTable.KeysaddAll(XGettingCollection<? extends K> elements)KaddGet(K element)HashCollection.Analysis<HashTable.Keys>analyze()booleanapplies(Predicate<? super K> predicate)Kat(long index)voidclear()Cuts all references to existing entries, effectively clearing the set.longconsolidate()Consolidates the internal storage of this collection by discarding all elements of the internal storage that have become obsolete or otherwise unneeded anymore.booleancontains(K element)booleancontainsAll(XGettingCollection<? extends K> elements)booleancontainsId(K element)Special version of contains() that guarantees to use identity comparison (" == ") when searching for the given element regardless of the collection's internal logic.
This method has the same behavior asXGettingCollection.containsSearched(Predicate)with aPredicateimplementation that checks for object identity.booleancontainsSearched(Predicate<? super K> predicate)HashTable.Keyscopy()Creates a true copy of this collection which references the same elements as this collection does at the time the method is called.<T extends Consumer<? super K>>
TcopySelection(T target, long... indices)<C extends Consumer<? super K>>
CcopyTo(C target)longcount(K element)longcountBy(Predicate<? super K> predicate)longcurrentCapacity()Returns the current amount of elements this instance can hold before a storage rebuild becomes necessary.Kdeduplicate(K element)<C extends Consumer<? super K>>
Cdistinct(C target)<C extends Consumer<? super K>>
Cdistinct(C target, Equalator<? super K> equalator)HashTable.KeysensureCapacity(long minimalCapacity)HashTable.KeysensureFreeCapacity(long requiredFreeCapacity)Ensures that the next minimalFreeCapacity elements can be actually added in a fast way, meaning for example no internal storage rebuild will be necessary.Equalator<? super K>equality()booleanequals(XGettingCollection<? extends K> samples, Equalator<? super K> equalator)Returnstrueif the passed collection is of the same type as this collection andthis.equalsContent(list, equalator)yieldstrue.booleanequalsContent(XGettingCollection<? extends K> samples, Equalator<? super K> equalator)Returnstrueif all elements of this list and the passed list are sequentially equal as defined by the passed equalator.<C extends Consumer<? super K>>
Cexcept(XGettingCollection<? extends K> other, Equalator<? super K> equalator, C target)Kfetch()<C extends Consumer<? super K>>
CfilterTo(C target, Predicate<? super K> predicate)Kfirst()Kget()Gets one element from the collection.floathashDensity()inthashDistributionRange()HashEqualator<K>hashEquality()booleanhasVolatileElements()Tells if this collection contains volatile elements.
An element is volatile, if it can become no longer reachable by the collection without being removed from the collection.booleanhasVolatileHashElements()ConstHashEnum<K>immure()This method creates aEqConstHashEnuminstance containing all (currently existing) elements of thisConstHashEnum.
No matter which hashing logic this instance uses, the newEqConstHashEnuminstance always uses a STRONG EQUALATOR logic, using this instance's logic'sHashEqualator.
This is necessary to ensure that theEqConstHashEnuminstance is really constant and does not (can not!) lose elements over time.
If aEqConstHashEnumwith volatile elements is needed (e.g.longindexBy(Predicate<? super K> predicate)longindexOf(K element)booleaninput(long index, K element)longinputAll(long index, K... elements)longinputAll(long index, K[] elements, int offset, int length)longinputAll(long index, XGettingCollection<? extends K> elements)booleaninsert(long index, K element)longinsertAll(long index, K... elements)longinsertAll(long index, K[] elements, int offset, int length)longinsertAll(long index, XGettingCollection<? extends K> elements)<C extends Consumer<? super K>>
Cintersect(XGettingCollection<? extends K> other, Equalator<? super K> equalator, C target)booleanisEmpty()booleanisFull()Returns true if the current capacity cannot be increased any more.booleanisSorted(Comparator<? super K> comparator)<P extends Consumer<? super K>>
Piterate(P procedure)<P extends IndexedAcceptor<? super K>>
PiterateIndexed(P procedure)Iterator<K>iterator()<A> Ajoin(BiConsumer<? super K,? super A> joiner, A aggregate)Klast()longlastIndexBy(Predicate<? super K> predicate)longlastIndexOf(K element)Kmax(Comparator<? super K> comparator)longmaximumCapacity()Returns the maximum amount of elements this carrier instance can contain.
The actual value may be depend on the configuration of the concrete instance or may depend only on the implementation of the carrier (meaning it is constant for all instances of the implementation, e.g.longmaxIndex(Comparator<? super K> comparator)Kmin(Comparator<? super K> comparator)longminIndex(Comparator<? super K> comparator)<C extends Consumer<? super K>>
CmoveSelection(C target, long... indices)<C extends Consumer<? super K>>
CmoveTo(C target, Predicate<? super K> predicate)booleannullAdd()booleannullAllowed()booleannullContained()booleannullInput(long index)booleannullInsert(long index)booleannullPrepend()booleannullPreput()booleannullPut()longnullRemove()HashTable.Keys.OldKeysold()longoptimize()Optimizes internal memory usage by rebuilding the storage to only occupy as much memory as needed to store the currently contained elements in terms of the collection's current memory usage configuration (e.g.HashTable<K,V>parent()Kpeek()Kpick()Kpinch()Kpoll()Kpop()booleanprepend(K element)HashTable.KeysprependAll(K... elements)HashTable.KeysprependAll(K[] elements, int srcStartIndex, int srcLength)HashTable.KeysprependAll(XGettingCollection<? extends K> elements)booleanpreput(K element)HashTable.KeyspreputAll(K... elements)HashTable.KeyspreputAll(K[] elements, int offset, int length)HashTable.KeyspreputAll(XGettingCollection<? extends K> elements)<P extends Consumer<? super K>>
Pprocess(P procedure)booleanput(K element)HashTable.KeysputAll(K... elements)HashTable.KeysputAll(K[] elements, int srcIndex, int srcLength)HashTable.KeysputAll(XGettingCollection<? extends K> elements)KputGet(K element)XEnum<K>range(long lowIndex, long highIndex)intrehash()Recalculates the hash value of all entries and reorginazes and optimizes the hash storage accordingly.longremove(K element)longremoveAll(XGettingCollection<? extends K> elements)KremoveAt(long index)longremoveBy(Predicate<? super K> predicate)longremoveDuplicates()longremoveDuplicates(Equalator<? super K> equalator)booleanremoveOne(K element)HashTable.KeysremoveRange(long startIndex, long length)longremoveSelection(long[] indices)Kreplace(K element)longretainAll(XGettingCollection<? extends K> elements)HashTable.KeysretainRange(long startIndex, long length)Kretrieve(K element)KretrieveBy(Predicate<? super K> predicate)HashTable.Keysreverse()longscan(Predicate<? super K> predicate)Iterates through the collection and returns the index of the last element that the passedPredicateapplied to ("scanning").Ksearch(Predicate<? super K> predicate)Kseek(K sample)Returns the first contained element matching the passed sample as defined by the collection's equality logic or null, if no fitting element is contained.booleanset(long index, K element)HashTable.Keysset(long index, K[] elements, int offset, int length)HashTable.Keysset(long index, XGettingSequence<? extends K> elements, long offset, long length)HashTable.KeyssetAll(long index, K... elements)voidsetFirst(K element)KsetGet(long index, K element)voidsetHashDensity(float hashDensity)Sets the hash density (1/density) of this hashing collection if applicable.voidsetLast(K element)HashTable.KeysshiftBy(long sourceIndex, long distance)HashTable.KeysshiftBy(long sourceIndex, long distance, long length)HashTable.KeysshiftTo(long sourceIndex, long targetIndex)HashTable.KeysshiftTo(long sourceIndex, long targetIndex, long length)longsize()HashTable.Keyssort(Comparator<? super K> comparator)longsubstitute(Function<? super K,? extends K> mapper)HashTable.Keysswap(long indexA, long indexB)HashTable.Keysswap(long indexA, long indexB, long length)Object[]toArray()K[]toArray(Class<K> type)HashTable.KeystoReversed()StringtoString()voidtruncate()Allocates a new internal storage with default size.<C extends Consumer<? super K>>
Cunion(XGettingCollection<? extends K> other, Equalator<? super K> equalator, C target)XGettingEnum<K>view()XGettingEnum<K>view(long lowIndex, long highIndex)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface one.microstream.collections.interfaces.CapacityCarrying
remainingCapacity
-
Methods inherited from interface one.microstream.collections.interfaces.CapacityExtendable
currentFreeCapacity
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface one.microstream.collections.types.XCollection
collector
-
Methods inherited from interface one.microstream.collections.types.XGettingCollection
equals, hashCode, intSize
-
Methods inherited from interface one.microstream.collections.types.XGettingSequence
hasIndex
-
-
-
-
Method Detail
-
hashDistributionRange
public final int hashDistributionRange()
- Specified by:
hashDistributionRangein interfaceHashCollection<K>
-
hasVolatileHashElements
public final boolean hasVolatileHashElements()
- Specified by:
hasVolatileHashElementsin interfaceHashCollection<K>
-
setHashDensity
public final void setHashDensity(float hashDensity)
Description copied from interface:HashCollectionSets the hash density (1/density) of this hashing collection if applicable.If this procedure is not applicable for the hash collection (e.g. an immutable hash collection), calling this method has no effect.
- Specified by:
setHashDensityin interfaceHashCollection<K>- Parameters:
hashDensity- the new hash density to be set.
-
analyze
public final HashCollection.Analysis<HashTable.Keys> analyze()
- Specified by:
analyzein interfaceHashCollection<K>
-
equality
public final Equalator<? super K> equality()
- Specified by:
equalityin interfaceXGettingCollection<K>
-
copy
public final HashTable.Keys 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.Keys<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 interfaceXGettingSequence<K>- Specified by:
copyin interfaceXGettingSet<K>- Specified by:
copyin interfaceXIncreasingEnum<K>- Specified by:
copyin interfaceXIncreasingSequence<K>- Specified by:
copyin interfaceXProcessingEnum<K>- 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>- Specified by:
copyin interfaceXTable.Keys<K,V>- Returns:
- a copy of this list
-
immure
public final ConstHashEnum<K> immure()
This method creates aEqConstHashEnuminstance containing all (currently existing) elements of thisConstHashEnum.
No matter which hashing logic this instance uses, the newEqConstHashEnuminstance always uses a STRONG EQUALATOR logic, using this instance's logic'sHashEqualator.
This is necessary to ensure that theEqConstHashEnuminstance is really constant and does not (can not!) lose elements over time.
If aEqConstHashEnumwith volatile elements is needed (e.g. as a "read-only weak set"), an appropriate custom behaviorEqConstHashEnuminstance can be created via the various copy constructors.- Specified by:
immurein interfaceXBasicEnum<K>- Specified by:
immurein interfaceXGettingCollection<K>- Specified by:
immurein interfaceXGettingEnum<K>- Specified by:
immurein interfaceXGettingMap.Keys<K,V>- Specified by:
immurein interfaceXGettingSequence<K>- Specified by:
immurein interfaceXGettingSet<K>- Specified by:
immurein interfaceXProcessingMap.Keys<K,V>- Specified by:
immurein interfaceXProcessingSet<K>- Returns:
- a new
EqConstHashEnuminstance strongly referencing this set's current elements.
-
view
public final XGettingEnum<K> view()
- Specified by:
viewin interfaceXGettingCollection<K>- Specified by:
viewin interfaceXGettingEnum<K>- Specified by:
viewin interfaceXGettingSequence<K>
-
range
public final XEnum<K> range(long lowIndex, long highIndex)
- Specified by:
rangein interfaceXDecreasingEnum<K>- Specified by:
rangein interfaceXDecreasingSequence<K>- Specified by:
rangein interfaceXEnum<K>- Specified by:
rangein interfaceXGettingEnum<K>- Specified by:
rangein interfaceXGettingSequence<K>- Specified by:
rangein interfaceXIncreasingEnum<K>- Specified by:
rangein interfaceXIncreasingSequence<K>- Specified by:
rangein interfaceXSettingEnum<K>- Specified by:
rangein interfaceXSettingSequence<K>
-
view
public final XGettingEnum<K> view(long lowIndex, long highIndex)
- Specified by:
viewin interfaceXGettingEnum<K>- Specified by:
viewin interfaceXGettingSequence<K>- Specified by:
viewin interfaceXProcessingSequence<K>
-
toArray
public final K[] toArray(Class<K> type)
- Specified by:
toArrayin interfaceXGettingCollection<K>
-
iterate
public final <P extends Consumer<? super K>> P iterate(P procedure)
- Specified by:
iteratein interfaceXGettingEnum<K>- Specified by:
iteratein interfaceXGettingSet<K>- Specified by:
iteratein interfaceXIterable<K>- Specified by:
iteratein interfaceXProcessingCollection<K>
-
join
public final <A> A join(BiConsumer<? super K,? super A> joiner, A aggregate)
-
count
public final long count(K element)
- Specified by:
countin interfaceXGettingCollection<K>
-
countBy
public final long countBy(Predicate<? super K> predicate)
- Specified by:
countByin interfaceXGettingCollection<K>
-
seek
public final K seek(K sample)
Description copied from interface:XGettingCollectionReturns the first contained element matching the passed sample as defined by the collection's equality logic or null, if no fitting element is contained. (For collections using referential equality, this method is basically just a variation ofXGettingCollection.contains(Object)with a different return type. For collections with data-dependant equality, the returned element might be the same as the passed one or a data-wise equal one, depending on the content of the collection)- Specified by:
seekin interfaceXGettingCollection<K>
-
search
public final K search(Predicate<? super K> predicate)
- Specified by:
searchin interfaceXGettingCollection<K>
-
max
public final K max(Comparator<? super K> comparator)
- Specified by:
maxin interfaceXGettingCollection<K>
-
min
public final K min(Comparator<? super K> comparator)
- Specified by:
minin interfaceXGettingCollection<K>
-
hasVolatileElements
public final boolean hasVolatileElements()
Description copied from interface:XGettingCollectionTells if this collection contains volatile elements.
An element is volatile, if it can become no longer reachable by the collection without being removed from the collection. Examples areWeakReferenceofSoftReferenceor implementations of collection entries that remove the element contained in an entry by some means outside the collection.
Note thatWeakReferenceinstances that are added to a a simple (non-volatile) implementation of a collection do NOT make the collection volatile, as the elements themselves (the reference instances) are still strongly referenced.- Specified by:
hasVolatileElementsin interfaceExtendedCollection<K>- Specified by:
hasVolatileElementsin interfaceXGettingCollection<K>- Returns:
trueif the collection contains volatile elements.
-
nullAllowed
public final boolean nullAllowed()
- Specified by:
nullAllowedin interfaceExtendedCollection<K>
-
containsSearched
public final boolean containsSearched(Predicate<? super K> predicate)
- Specified by:
containsSearchedin interfaceXGettingCollection<K>
-
applies
public final boolean applies(Predicate<? super K> predicate)
- Specified by:
appliesin interfaceXGettingCollection<K>
-
nullContained
public final boolean nullContained()
- Specified by:
nullContainedin interfaceXGettingCollection<K>
-
containsId
public final boolean containsId(K element)
Description copied from interface:XGettingCollectionSpecial version of contains() that guarantees to use identity comparison (" == ") when searching for the given element regardless of the collection's internal logic.
This method has the same behavior asXGettingCollection.containsSearched(Predicate)with aPredicateimplementation that checks for object identity. The only difference is a performance and usability advantage- Specified by:
containsIdin interfaceXGettingCollection<K>- Parameters:
element- the element to be searched in the collection by identity.- Returns:
- whether this collection contains exactely the given element.
-
contains
public final boolean contains(K element)
- Specified by:
containsin interfaceXGettingCollection<K>
-
containsAll
public final boolean containsAll(XGettingCollection<? extends K> elements)
- Specified by:
containsAllin interfaceXGettingCollection<K>
-
equals
public final boolean equals(XGettingCollection<? extends K> samples, Equalator<? super K> equalator)
Description copied from interface:XGettingCollectionReturnstrueif the passed collection is of the same type as this collection andthis.equalsContent(list, equalator)yieldstrue.- Specified by:
equalsin interfaceXGettingCollection<K>
-
equalsContent
public final boolean equalsContent(XGettingCollection<? extends K> samples, Equalator<? super K> equalator)
Description copied from interface:XGettingCollectionReturnstrueif all elements of this list and the passed list are sequentially equal as defined by the passed equalator.Note that for colletion types that don't have a defined order of elements, this method is hardly usable (as is
XGettingCollection.equals(Object)for them as defined inCollection). The core problem of comparing collections that have no defined order is that they aren't really reliably comparable to any other collection.- Specified by:
equalsContentin interfaceXGettingCollection<K>equalator- the equalator to use to determine the equality of each element- Returns:
trueif this list is equal to the passed list, false otherwise
-
intersect
public final <C extends Consumer<? super K>> C intersect(XGettingCollection<? extends K> other, Equalator<? super K> equalator, C target)
- Specified by:
intersectin interfaceXGettingCollection<K>
-
except
public final <C extends Consumer<? super K>> C except(XGettingCollection<? extends K> other, Equalator<? super K> equalator, C target)
- Specified by:
exceptin interfaceXGettingCollection<K>
-
union
public final <C extends Consumer<? super K>> C union(XGettingCollection<? extends K> other, Equalator<? super K> equalator, C target)
- Specified by:
unionin interfaceXGettingCollection<K>
-
copyTo
public final <C extends Consumer<? super K>> C copyTo(C target)
- Specified by:
copyToin interfaceXGettingCollection<K>
-
filterTo
public final <C extends Consumer<? super K>> C filterTo(C target, Predicate<? super K> predicate)
- Specified by:
filterToin interfaceXGettingCollection<K>
-
distinct
public final <C extends Consumer<? super K>> C distinct(C target)
- Specified by:
distinctin interfaceXGettingCollection<K>
-
distinct
public final <C extends Consumer<? super K>> C distinct(C target, Equalator<? super K> equalator)
- Specified by:
distinctin interfaceXGettingCollection<K>
-
currentCapacity
public final long currentCapacity()
Description copied from interface:CapacityExtendableReturns the current amount of elements this instance can hold before a storage rebuild becomes necessary.For carrier implementations that don't have a concept of storage rebuilding (like linked list for example) this method returns the same value as
CapacityCarrying.maximumCapacity().- Specified by:
currentCapacityin interfaceCapacityExtendable- Returns:
- the current capacity of this instance before a rebuild is required.
-
maximumCapacity
public final long maximumCapacity()
Description copied from interface:CapacityCarryingReturns the maximum amount of elements this carrier instance can contain.
The actual value may be depend on the configuration of the concrete instance or may depend only on the implementation of the carrier (meaning it is constant for all instances of the implementation, e.g.Integer.MAX_VALUE)- Specified by:
maximumCapacityin interfaceCapacityCarrying- Returns:
- the maximum amount of elements this carrier instance can contain.
-
isFull
public final boolean isFull()
Description copied from interface:CapacityCarryingReturns true if the current capacity cannot be increased any more.- Specified by:
isFullin interfaceCapacityCarrying
-
optimize
public final long optimize()
Description copied from interface:XRemovingCollectionOptimizes internal memory usage by rebuilding the storage to only occupy as much memory as needed to store the currently contained elements in terms of the collection's current memory usage configuration (e.g. hash density).If this is not possible or not needed in the concreate implementation, this method does nothing.
Note that this method can consume a considerable amount of time depending on the implementation and should only be called intentionally and accurately when reducing occupied memory is needed.
- Specified by:
optimizein interfaceOptimizableCollection- Specified by:
optimizein interfaceXRemovingCollection<K>- Returns:
- the amount of elements that can be added before the internal storage has to be adjusted.
-
ensureFreeCapacity
public final HashTable.Keys ensureFreeCapacity(long requiredFreeCapacity)
Description copied from interface:CapacityExtendableEnsures that the next minimalFreeCapacity elements can be actually added in a fast way, meaning for example no internal storage rebuild will be necessary.- Specified by:
ensureFreeCapacityin interfaceCapacityExtendable
-
ensureCapacity
public final HashTable.Keys ensureCapacity(long minimalCapacity)
- Specified by:
ensureCapacityin interfaceCapacityExtendable
-
nullAdd
public final boolean nullAdd()
- Specified by:
nullAddin interfaceXAddingCollection<K>
-
add
public final boolean add(K element)
- Specified by:
addin interfaceXAddingCollection<K>
-
addAll
@SafeVarargs public final HashTable.Keys addAll(K... 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 interfaceXBasicEnum<K>- Specified by:
addAllin interfaceXBasicSequence<K>- Specified by:
addAllin interfaceXBasicTable.Keys<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 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>- Specified by:
addAllin interfaceXTable.Keys<K,V>
-
addAll
public final HashTable.Keys addAll(K[] elements, int srcIndex, 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 interfaceXBasicEnum<K>- Specified by:
addAllin interfaceXBasicSequence<K>- Specified by:
addAllin interfaceXBasicTable.Keys<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 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>- Specified by:
addAllin interfaceXTable.Keys<K,V>
-
addAll
public final HashTable.Keys addAll(XGettingCollection<? extends K> 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 interfaceXBasicEnum<K>- Specified by:
addAllin interfaceXBasicSequence<K>- Specified by:
addAllin interfaceXBasicTable.Keys<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 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>- Specified by:
addAllin interfaceXTable.Keys<K,V>
-
nullPut
public final boolean nullPut()
- Specified by:
nullPutin interfaceXPuttingCollection<K>
-
accept
public final void accept(K element)
-
put
public final boolean put(K element)
- Specified by:
putin interfaceXPuttingCollection<K>
-
addGet
public final K addGet(K element)
- Specified by:
addGetin interfaceXAddGetSet<K>
-
deduplicate
public final K deduplicate(K element)
- Specified by:
deduplicatein interfaceXAddGetSet<K>
-
putGet
public final K putGet(K element)
- Specified by:
putGetin interfaceXPutGetSet<K>
-
replace
public K replace(K element)
- Specified by:
replacein interfaceXPutGetSet<K>
-
putAll
@SafeVarargs public final HashTable.Keys putAll(K... elements)
- Specified by:
putAllin interfaceXBasicEnum<K>- Specified by:
putAllin interfaceXBasicSequence<K>- Specified by:
putAllin interfaceXBasicTable.Keys<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>- Specified by:
putAllin interfaceXTable.Keys<K,V>
-
putAll
public final HashTable.Keys putAll(K[] elements, int srcIndex, int srcLength)
- Specified by:
putAllin interfaceXBasicEnum<K>- Specified by:
putAllin interfaceXBasicSequence<K>- Specified by:
putAllin interfaceXBasicTable.Keys<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>- Specified by:
putAllin interfaceXTable.Keys<K,V>
-
putAll
public final HashTable.Keys putAll(XGettingCollection<? extends K> elements)
- Specified by:
putAllin interfaceXBasicEnum<K>- Specified by:
putAllin interfaceXBasicSequence<K>- Specified by:
putAllin interfaceXBasicTable.Keys<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>- Specified by:
putAllin interfaceXTable.Keys<K,V>
-
truncate
public final void truncate()
Allocates a new internal storage with default size. No cutting of entry references is performed.This can be substantially faster than
clear()as long as enough heap size is available but will also fragment heap much faster and thus slow down garbage collection compared toclear().To clear the set in a heap-clean way and reduce internal storage size to default, use both
clear()andtruncate().- Specified by:
truncatein interfaceTruncateable- Specified by:
truncatein interfaceXRemovingCollection<K>- See Also:
XRemovingCollection.truncate()
-
consolidate
public final long consolidate()
Description copied from interface:XRemovingCollectionConsolidates the internal storage of this collection by discarding all elements of the internal storage that have become obsolete or otherwise unneeded anymore. (e.g.WeakReferenceentries whose reference has been cleared).If this is not possible or not needed in the concrete implementation, this method does nothing and returns 0.
- Specified by:
consolidatein interfaceConsolidatableCollection- Specified by:
consolidatein interfaceXRemovingCollection<K>- Returns:
- the number of discarded entries.
-
remove
public final long remove(K element)
- Specified by:
removein interfaceXRemovingCollection<K>
-
nullRemove
public final long nullRemove()
- Specified by:
nullRemovein interfaceXRemovingCollection<K>
-
removeBy
public final long removeBy(Predicate<? super K> predicate)
- Specified by:
removeByin interfaceXProcessingCollection<K>
-
retainAll
public final long retainAll(XGettingCollection<? extends K> elements)
- Specified by:
retainAllin interfaceXRemovingCollection<K>
-
process
public final <P extends Consumer<? super K>> P process(P procedure)
- Specified by:
processin interfaceProcessable<K>
-
moveTo
public final <C extends Consumer<? super K>> C moveTo(C target, Predicate<? super K> predicate)
- Specified by:
moveToin interfaceXProcessingCollection<K>
-
removeAll
public final long removeAll(XGettingCollection<? extends K> elements)
- Specified by:
removeAllin interfaceXRemovingCollection<K>
-
removeDuplicates
public final long removeDuplicates()
- Specified by:
removeDuplicatesin interfaceXRemovingCollection<K>
-
removeDuplicates
public final long removeDuplicates(Equalator<? super K> equalator)
- Specified by:
removeDuplicatesin interfaceXProcessingCollection<K>
-
toReversed
public final HashTable.Keys toReversed()
- Specified by:
toReversedin interfaceXBasicEnum<K>- Specified by:
toReversedin interfaceXBasicSequence<K>- Specified by:
toReversedin interfaceXDecreasingEnum<K>- Specified by:
toReversedin interfaceXDecreasingSequence<K>- Specified by:
toReversedin interfaceXEnum<K>- Specified by:
toReversedin interfaceXGettingEnum<K>- Specified by:
toReversedin interfaceXGettingSequence<K>- Specified by:
toReversedin interfaceXIncreasingEnum<K>- Specified by:
toReversedin interfaceXIncreasingSequence<K>- Specified by:
toReversedin interfaceXProcessingEnum<K>- Specified by:
toReversedin interfaceXProcessingSequence<K>- Specified by:
toReversedin interfaceXPutGetEnum<K>- Specified by:
toReversedin interfaceXPutGetSequence<K>- Specified by:
toReversedin interfaceXSequence<K>- Specified by:
toReversedin interfaceXSettingEnum<K>- Specified by:
toReversedin interfaceXSettingSequence<K>- Specified by:
toReversedin interfaceXSortableEnum<K>- Specified by:
toReversedin interfaceXSortableSequence<K>
-
copySelection
public final <T extends Consumer<? super K>> T copySelection(T target, long... indices)
- Specified by:
copySelectionin interfaceXGettingSequence<K>
-
iterateIndexed
public final <P extends IndexedAcceptor<? super K>> P iterateIndexed(P procedure)
- Specified by:
iterateIndexedin interfaceXIndexIterable<K>
-
at
public final K at(long index)
- Specified by:
atin interfaceXGettingSequence<K>
-
get
public final K get()
Description copied from interface:XGettingCollectionGets one element from the collection. If the collection is not orderedXGettingSequence, then it is undefined which element is returned. If the collection is ordered, the element at index 0 is returned.- Specified by:
getin interfaceXGettingCollection<K>- Specified by:
getin interfaceXGettingSequence<K>- Returns:
- the first / any element.
- See Also:
XGettingSequence.at(long),XGettingSequence.first(),XGettingSequence.last()
-
first
public final K first()
- Specified by:
firstin interfaceXGettingSequence<K>
-
last
public final K last()
- Specified by:
lastin interfaceXGettingSequence<K>
-
poll
public final K poll()
- Specified by:
pollin interfaceXGettingSequence<K>
-
peek
public final K peek()
- Specified by:
peekin interfaceXGettingSequence<K>
-
indexOf
public final long indexOf(K element)
- Specified by:
indexOfin interfaceXGettingSequence<K>
-
indexBy
public final long indexBy(Predicate<? super K> predicate)
- Specified by:
indexByin interfaceXGettingSequence<K>
-
isSorted
public final boolean isSorted(Comparator<? super K> comparator)
- Specified by:
isSortedin interfaceXGettingSequence<K>
-
lastIndexOf
public final long lastIndexOf(K element)
- Specified by:
lastIndexOfin interfaceXGettingSequence<K>
-
lastIndexBy
public final long lastIndexBy(Predicate<? super K> predicate)
- Specified by:
lastIndexByin interfaceXGettingSequence<K>
-
maxIndex
public final long maxIndex(Comparator<? super K> comparator)
- Specified by:
maxIndexin interfaceXGettingSequence<K>
-
minIndex
public final long minIndex(Comparator<? super K> comparator)
- Specified by:
minIndexin interfaceXGettingSequence<K>
-
scan
public final long scan(Predicate<? super K> predicate)
Description copied from interface:XGettingSequenceIterates through the collection and returns the index of the last element that the passedPredicateapplied to ("scanning").- Specified by:
scanin interfaceXGettingSequence<K>- Returns:
- the index of the last positively tested element.
-
moveSelection
public final <C extends Consumer<? super K>> C moveSelection(C target, long... indices)
- Specified by:
moveSelectionin interfaceXProcessingSequence<K>
-
removeAt
public final K removeAt(long index)
- Specified by:
removeAtin interfaceXProcessingSequence<K>
-
fetch
public final K fetch()
- Specified by:
fetchin interfaceXProcessingCollection<K>
-
pop
public final K pop()
- Specified by:
popin interfaceXProcessingSequence<K>
-
pinch
public final K pinch()
- Specified by:
pinchin interfaceXProcessingCollection<K>
-
pick
public final K pick()
- Specified by:
pickin interfaceXProcessingSequence<K>
-
retrieve
public final K retrieve(K element)
- Specified by:
retrievein interfaceXProcessingCollection<K>
-
retrieveBy
public final K retrieveBy(Predicate<? super K> predicate)
- Specified by:
retrieveByin interfaceXProcessingCollection<K>
-
removeOne
public final boolean removeOne(K element)
- Specified by:
removeOnein interfaceXRemovingCollection<K>
-
removeRange
public final HashTable.Keys removeRange(long startIndex, long length)
- Specified by:
removeRangein interfaceXRemovingSequence<K>
-
retainRange
public final HashTable.Keys retainRange(long startIndex, long length)
- Specified by:
retainRangein interfaceXRemovingSequence<K>
-
removeSelection
public final long removeSelection(long[] indices)
- Specified by:
removeSelectionin interfaceXRemovingSequence<K>
-
size
public final long size()
- Specified by:
sizein interfaceHashCollection<K>- Specified by:
sizein interfaceSized- Specified by:
sizein interfaceXGettingCollection<K>
-
rehash
public final int rehash()
Description copied from interface:HashCollectionRecalculates the hash value of all entries and reorginazes and optimizes the hash storage accordingly. This method is meant for cases where a hash collection has to collect its elements before proper hash values can be derived for them or where hash mutable elements can change their hash-relevant state after having been added (and hashed) in a hash collection. Note that depending on the hash-relevant state of elements and their changing of it, it can be possible that some elements oust others, thus decreasing the collection's size. This behavior depends on the type of the elements and the used hash logic and cannot be compensated by a general purpose collection implementation.- Specified by:
rehashin interfaceHashCollection<K>- Returns:
- the new size of the collection which might be lower than before the call.
-
toArray
public final Object[] toArray()
- Specified by:
toArrayin interfaceXGettingCollection<K>
-
clear
public final void clear()
Cuts all references to existing entries, effectively clearing the set.The internal storage remains at its current size. All inter-entry references are cut as well, easing garbage collection of discarded entry instances belonging to different generations.
To simply reallocate a new internal storage with default size, see
truncate()- Specified by:
clearin interfaceClearable- Specified by:
clearin interfaceXRemovingCollection<K>- See Also:
XRemovingCollection.clear()
-
reverse
public final HashTable.Keys reverse()
- Specified by:
reversein interfaceXDecreasingEnum<K>- Specified by:
reversein interfaceXDecreasingSequence<K>- Specified by:
reversein interfaceXEnum<K>- Specified by:
reversein interfaceXIncreasingEnum<K>- Specified by:
reversein interfaceXIncreasingSequence<K>- Specified by:
reversein interfaceXOrderingEnum<K>- Specified by:
reversein interfaceXOrderingSequence<K>- Specified by:
reversein interfaceXSettingEnum<K>- Specified by:
reversein interfaceXSettingSequence<K>- Specified by:
reversein interfaceXSortableEnum<K>- Specified by:
reversein interfaceXSortableSequence<K>
-
sort
public final HashTable.Keys sort(Comparator<? super K> 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>
-
shiftTo
public final HashTable.Keys shiftTo(long sourceIndex, long targetIndex)
- Specified by:
shiftToin interfaceXOrderingEnum<K>- Specified by:
shiftToin interfaceXOrderingSequence<K>- Specified by:
shiftToin interfaceXSortableEnum<K>- Specified by:
shiftToin interfaceXSortableSequence<K>
-
shiftTo
public final HashTable.Keys shiftTo(long sourceIndex, long targetIndex, long length)
- Specified by:
shiftToin interfaceXOrderingEnum<K>- Specified by:
shiftToin interfaceXOrderingSequence<K>- Specified by:
shiftToin interfaceXSortableEnum<K>- Specified by:
shiftToin interfaceXSortableSequence<K>
-
shiftBy
public final HashTable.Keys shiftBy(long sourceIndex, long distance)
- Specified by:
shiftByin interfaceXOrderingEnum<K>- Specified by:
shiftByin interfaceXOrderingSequence<K>- Specified by:
shiftByin interfaceXSortableEnum<K>- Specified by:
shiftByin interfaceXSortableSequence<K>
-
shiftBy
public final HashTable.Keys shiftBy(long sourceIndex, long distance, long length)
- Specified by:
shiftByin interfaceXOrderingEnum<K>- Specified by:
shiftByin interfaceXOrderingSequence<K>- Specified by:
shiftByin interfaceXSortableEnum<K>- Specified by:
shiftByin interfaceXSortableSequence<K>
-
swap
public final HashTable.Keys swap(long indexA, long indexB)
- Specified by:
swapin interfaceXDecreasingEnum<K>- Specified by:
swapin interfaceXDecreasingSequence<K>- Specified by:
swapin interfaceXEnum<K>- Specified by:
swapin interfaceXIncreasingEnum<K>- Specified by:
swapin interfaceXIncreasingSequence<K>- Specified by:
swapin interfaceXOrderingEnum<K>- Specified by:
swapin interfaceXOrderingSequence<K>- Specified by:
swapin interfaceXSettingEnum<K>- Specified by:
swapin interfaceXSettingSequence<K>- Specified by:
swapin interfaceXSortableEnum<K>- Specified by:
swapin interfaceXSortableSequence<K>
-
swap
public final HashTable.Keys swap(long indexA, long indexB, long length)
- Specified by:
swapin interfaceXDecreasingEnum<K>- Specified by:
swapin interfaceXDecreasingSequence<K>- Specified by:
swapin interfaceXEnum<K>- Specified by:
swapin interfaceXIncreasingEnum<K>- Specified by:
swapin interfaceXIncreasingSequence<K>- Specified by:
swapin interfaceXOrderingEnum<K>- Specified by:
swapin interfaceXOrderingSequence<K>- Specified by:
swapin interfaceXSettingEnum<K>- Specified by:
swapin interfaceXSettingSequence<K>- Specified by:
swapin interfaceXSortableEnum<K>- Specified by:
swapin interfaceXSortableSequence<K>
-
old
public final HashTable.Keys.OldKeys old()
- Specified by:
oldin interfaceXGettingCollection<K>
-
parent
public final HashTable<K,V> parent()
- Specified by:
parentin interfaceXBasicTable.Keys<K,V>- Specified by:
parentin interfaceXGettingMap.Satellite<K,V>- Specified by:
parentin interfaceXGettingTable.Keys<K,V>- Specified by:
parentin interfaceXGettingTable.Satellite<K,V>- Specified by:
parentin interfaceXMap.Satellite<K,V>- Specified by:
parentin interfaceXTable.Keys<K,V>
-
hashEquality
public final HashEqualator<K> hashEquality()
- Specified by:
hashEqualityin interfaceHashCollection<K>
-
hashDensity
public final float hashDensity()
- Specified by:
hashDensityin interfaceHashCollection<K>
-
input
public final boolean input(long index, K element)- Specified by:
inputin interfaceXInputtingSequence<K>
-
inputAll
@SafeVarargs public final long inputAll(long index, K... elements)
- Specified by:
inputAllin interfaceXInputtingSequence<K>
-
inputAll
public final long inputAll(long index, K[] elements, int offset, int length)- Specified by:
inputAllin interfaceXInputtingSequence<K>
-
inputAll
public final long inputAll(long index, XGettingCollection<? extends K> elements)- Specified by:
inputAllin interfaceXInputtingSequence<K>
-
insert
public final boolean insert(long index, K element)- Specified by:
insertin interfaceXInsertingSequence<K>
-
insertAll
@SafeVarargs public final long insertAll(long index, K... elements)
- Specified by:
insertAllin interfaceXInsertingSequence<K>
-
insertAll
public final long insertAll(long index, K[] elements, int offset, int length)- Specified by:
insertAllin interfaceXInsertingSequence<K>
-
insertAll
public final long insertAll(long index, XGettingCollection<? extends K> elements)- Specified by:
insertAllin interfaceXInsertingSequence<K>
-
prepend
public final boolean prepend(K element)
- Specified by:
prependin interfaceXPrependingSequence<K>
-
preput
public final boolean preput(K element)
- Specified by:
preputin interfaceXPreputtingSequence<K>
-
nullInput
public final boolean nullInput(long index)
- Specified by:
nullInputin interfaceXInputtingSequence<K>
-
nullInsert
public final boolean nullInsert(long index)
- Specified by:
nullInsertin interfaceXInsertingSequence<K>
-
nullPrepend
public final boolean nullPrepend()
- Specified by:
nullPrependin interfaceXPrependingSequence<K>
-
prependAll
public final HashTable.Keys prependAll(K... elements)
- Specified by:
prependAllin interfaceXEnum<K>- Specified by:
prependAllin interfaceXExpandingEnum<K>- Specified by:
prependAllin interfaceXExpandingSequence<K>- Specified by:
prependAllin interfaceXExtendingEnum<K>- Specified by:
prependAllin interfaceXExtendingSequence<K>- Specified by:
prependAllin interfaceXIncreasingEnum<K>- Specified by:
prependAllin interfaceXIncreasingSequence<K>- Specified by:
prependAllin interfaceXInputtingEnum<K>- Specified by:
prependAllin interfaceXInputtingSequence<K>- Specified by:
prependAllin interfaceXInsertingEnum<K>- Specified by:
prependAllin interfaceXInsertingSequence<K>- Specified by:
prependAllin interfaceXPrependingEnum<K>- Specified by:
prependAllin interfaceXPrependingSequence<K>- Specified by:
prependAllin interfaceXPreputtingEnum<K>- Specified by:
prependAllin interfaceXPreputtingSequence<K>
-
prependAll
public final HashTable.Keys prependAll(K[] elements, int srcStartIndex, int srcLength)
- Specified by:
prependAllin interfaceXEnum<K>- Specified by:
prependAllin interfaceXExpandingEnum<K>- Specified by:
prependAllin interfaceXExpandingSequence<K>- Specified by:
prependAllin interfaceXExtendingEnum<K>- Specified by:
prependAllin interfaceXExtendingSequence<K>- Specified by:
prependAllin interfaceXIncreasingEnum<K>- Specified by:
prependAllin interfaceXIncreasingSequence<K>- Specified by:
prependAllin interfaceXInputtingEnum<K>- Specified by:
prependAllin interfaceXInputtingSequence<K>- Specified by:
prependAllin interfaceXInsertingEnum<K>- Specified by:
prependAllin interfaceXInsertingSequence<K>- Specified by:
prependAllin interfaceXPrependingEnum<K>- Specified by:
prependAllin interfaceXPrependingSequence<K>- Specified by:
prependAllin interfaceXPreputtingEnum<K>- Specified by:
prependAllin interfaceXPreputtingSequence<K>
-
prependAll
public final HashTable.Keys prependAll(XGettingCollection<? extends K> elements)
- Specified by:
prependAllin interfaceXEnum<K>- Specified by:
prependAllin interfaceXExpandingEnum<K>- Specified by:
prependAllin interfaceXExpandingSequence<K>- Specified by:
prependAllin interfaceXExtendingEnum<K>- Specified by:
prependAllin interfaceXExtendingSequence<K>- Specified by:
prependAllin interfaceXIncreasingEnum<K>- Specified by:
prependAllin interfaceXIncreasingSequence<K>- Specified by:
prependAllin interfaceXInputtingEnum<K>- Specified by:
prependAllin interfaceXInputtingSequence<K>- Specified by:
prependAllin interfaceXInsertingEnum<K>- Specified by:
prependAllin interfaceXInsertingSequence<K>- Specified by:
prependAllin interfaceXPrependingEnum<K>- Specified by:
prependAllin interfaceXPrependingSequence<K>- Specified by:
prependAllin interfaceXPreputtingEnum<K>- Specified by:
prependAllin interfaceXPreputtingSequence<K>
-
nullPreput
public final boolean nullPreput()
- Specified by:
nullPreputin interfaceXPreputtingSequence<K>
-
preputAll
@SafeVarargs public final HashTable.Keys preputAll(K... elements)
- Specified by:
preputAllin interfaceXEnum<K>- Specified by:
preputAllin interfaceXExpandingEnum<K>- Specified by:
preputAllin interfaceXExpandingSequence<K>- Specified by:
preputAllin interfaceXIncreasingEnum<K>- Specified by:
preputAllin interfaceXIncreasingSequence<K>- Specified by:
preputAllin interfaceXInputtingEnum<K>- Specified by:
preputAllin interfaceXInputtingSequence<K>- Specified by:
preputAllin interfaceXPreputtingEnum<K>- Specified by:
preputAllin interfaceXPreputtingSequence<K>
-
preputAll
public final HashTable.Keys preputAll(K[] elements, int offset, int length)
- Specified by:
preputAllin interfaceXEnum<K>- Specified by:
preputAllin interfaceXExpandingEnum<K>- Specified by:
preputAllin interfaceXExpandingSequence<K>- Specified by:
preputAllin interfaceXIncreasingEnum<K>- Specified by:
preputAllin interfaceXIncreasingSequence<K>- Specified by:
preputAllin interfaceXInputtingEnum<K>- Specified by:
preputAllin interfaceXInputtingSequence<K>- Specified by:
preputAllin interfaceXPreputtingEnum<K>- Specified by:
preputAllin interfaceXPreputtingSequence<K>
-
preputAll
public final HashTable.Keys preputAll(XGettingCollection<? extends K> elements)
- Specified by:
preputAllin interfaceXEnum<K>- Specified by:
preputAllin interfaceXExpandingEnum<K>- Specified by:
preputAllin interfaceXExpandingSequence<K>- Specified by:
preputAllin interfaceXIncreasingEnum<K>- Specified by:
preputAllin interfaceXIncreasingSequence<K>- Specified by:
preputAllin interfaceXInputtingEnum<K>- Specified by:
preputAllin interfaceXInputtingSequence<K>- Specified by:
preputAllin interfaceXPreputtingEnum<K>- Specified by:
preputAllin interfaceXPreputtingSequence<K>
-
set
public final boolean set(long index, K element)- Specified by:
setin interfaceXSettingSequence<K>
-
setGet
public final K setGet(long index, K element)
- Specified by:
setGetin interfaceXSettingEnum<K>- Specified by:
setGetin interfaceXSettingSequence<K>
-
setFirst
public final void setFirst(K element)
- Specified by:
setFirstin interfaceXSettingEnum<K>- Specified by:
setFirstin interfaceXSettingSequence<K>
-
setLast
public final void setLast(K element)
- Specified by:
setLastin interfaceXSettingEnum<K>- Specified by:
setLastin interfaceXSettingSequence<K>
-
setAll
@SafeVarargs public final HashTable.Keys setAll(long index, K... elements)
- Specified by:
setAllin interfaceXDecreasingEnum<K>- Specified by:
setAllin interfaceXDecreasingSequence<K>- Specified by:
setAllin interfaceXEnum<K>- Specified by:
setAllin interfaceXSettingEnum<K>- Specified by:
setAllin interfaceXSettingSequence<K>
-
set
public final HashTable.Keys set(long index, K[] elements, int offset, int length)
- Specified by:
setin interfaceXDecreasingEnum<K>- Specified by:
setin interfaceXDecreasingSequence<K>- Specified by:
setin interfaceXEnum<K>- Specified by:
setin interfaceXSettingEnum<K>- Specified by:
setin interfaceXSettingSequence<K>
-
set
public final HashTable.Keys set(long index, XGettingSequence<? extends K> elements, long offset, long length)
- Specified by:
setin interfaceXDecreasingEnum<K>- Specified by:
setin interfaceXDecreasingSequence<K>- Specified by:
setin interfaceXEnum<K>- Specified by:
setin interfaceXSettingEnum<K>- Specified by:
setin interfaceXSettingSequence<K>
-
substitute
public long substitute(Function<? super K,? extends K> mapper)
- Specified by:
substitutein interfaceXDecreasingEnum<K>- Specified by:
substitutein interfaceXReplacingCollection<K>
-
-