Class HashTable.Values
- All Implemented Interfaces:
Iterable<V>,CapacityCarrying,ConsolidatableCollection,ExtendedBag<V>,ExtendedCollection<V>,ExtendedList<V>,ExtendedSequence<V>,OptimizableCollection,ReleasingCollection<V>,Sized,Truncateable,Sortable<V>,XBasicTable.Values<K,V>,XDecreasingList<V>,XDecreasingSequence<V>,XGettingBag<V>,XGettingCollection<V>,XGettingList<V>,XGettingMap.Satellite<K,V>,XGettingMap.Values<K,V>,XGettingSequence<V>,XGettingTable.Satellite<K,V>,XGettingTable.Values<K,V>,XIndexIterable<V>,XIterable<V>,XJoinable<V>,XMap.Satellite<K,V>,XMap.Values<K,V>,XOrderingSequence<V>,XProcessingBag<V>,XProcessingCollection<V>,XProcessingList<V>,XProcessingMap.Values<K,V>,XProcessingSequence<V>,XRemovingBag<V>,XRemovingCollection<V>,XRemovingList<V>,XRemovingSequence<V>,XReplacingBag<V>,XReplacingCollection<V>,XSettingList<V>,XSettingSequence<V>,XSortableSequence<V>,XTable.Values<K,V>,Processable<V>,Clearable,ComponentType,Copyable
public final class HashTable.Values extends Object implements XTable.Values<K,V>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classHashTable.Values.OldValuesNested 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.XDecreasingList
XDecreasingList.Creator<E>Nested classes/interfaces inherited from interface one.microstream.collections.types.XGettingBag
XGettingBag.Factory<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.XGettingList
XGettingList.Factory<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.XIterable
XIterable.Executor<E>Nested classes/interfaces inherited from interface one.microstream.collections.types.XProcessingBag
XProcessingBag.Factory<E>Nested classes/interfaces inherited from interface one.microstream.collections.types.XProcessingList
XProcessingList.Factory<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.XReplacingBag
XReplacingBag.Factory<E> -
Constructor Summary
Constructors Constructor Description Values() -
Method Summary
Modifier and Type Method Description booleanapplies(Predicate<? super V> predicate)Vat(long index)voidclear()Clears all elements from the collection while leaving the capacity as it is.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(V value)booleancontainsAll(XGettingCollection<? extends V> values)booleancontainsId(V value)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 V> predicate)XList<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.<T extends Consumer<? super V>>
TcopySelection(T target, long... indices)<T extends Consumer<? super V>>
TcopyTo(T target)longcount(V value)longcountBy(Predicate<? super V> predicate)<T extends Consumer<? super V>>
Tdistinct(T target)<T extends Consumer<? super V>>
Tdistinct(T target, Equalator<? super V> equalator)Equalator<? super V>equality()booleanequals(XGettingCollection<? extends V> samples, Equalator<? super V> equalator)Returnstrueif the passed collection is of the same type as this collection andthis.equalsContent(list, equalator)yieldstrue.booleanequalsContent(XGettingCollection<? extends V> samples, Equalator<? super V> equalator)Returnstrueif all elements of this list and the passed list are sequentially equal as defined by the passed equalator.<T extends Consumer<? super V>>
Texcept(XGettingCollection<? extends V> other, Equalator<? super V> equalator, T target)Vfetch()HashTable.Valuesfill(long offset, long length, V value)<T extends Consumer<? super V>>
TfilterTo(T target, Predicate<? super V> predicate)Vfirst()Vget()Gets one element from the collection.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.XImmutableList<V>immure()Provides an instance of an immutable collection type with equal behavior and data as this instance.longindexBy(Predicate<? super V> predicate)longindexOf(V value)<T extends Consumer<? super V>>
Tintersect(XGettingCollection<? extends V> other, Equalator<? super V> equalator, T target)booleanisEmpty()booleanisFull()Returns true if the current capacity cannot be increased any more.booleanisSorted(Comparator<? super V> comparator)<P extends Consumer<? super V>>
Piterate(P procedure)<P extends IndexedAcceptor<? super V>>
PiterateIndexed(P procedure)Iterator<V>iterator()<A> Ajoin(BiConsumer<? super V,? super A> joiner, A aggregate)Vlast()longlastIndexBy(Predicate<? super V> predicate)longlastIndexOf(V value)ListIterator<V>listIterator()ListIterator<V>listIterator(long index)Vmax(Comparator<? super V> 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 V> comparator)Vmin(Comparator<? super V> comparator)longminIndex(Comparator<? super V> comparator)<C extends Consumer<? super V>>
CmoveSelection(C target, long... indices)<C extends Consumer<? super V>>
CmoveTo(C target, Predicate<? super V> predicate)booleannullAllowed()booleannullContained()longnullRemove()HashTable.Values.OldValuesold()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()Vpeek()Vpick()Vpinch()Vpoll()Vpop()<P extends Consumer<? super V>>
Pprocess(P procedure)SubListProcessor<V>range(long fromIndex, long toIndex)longremainingCapacity()Returns the amount of elements this carrier instance can collect before reaching its maximimum capacity.longremove(V value)longremoveAll(XGettingCollection<? extends V> values)VremoveAt(long index)longremoveBy(Predicate<? super V> predicate)longremoveDuplicates()longremoveDuplicates(Equalator<? super V> equalator)booleanremoveOne(V element)HashTable.ValuesremoveRange(long startIndex, long length)longremoveSelection(long[] indices)longreplace(Predicate<? super V> predicate, V substitute)longreplace(V value, V replacement)longreplaceAll(XGettingCollection<? extends V> values, V replacement)booleanreplaceOne(Predicate<? super V> predicate, V substitute)booleanreplaceOne(V value, V replacement)longretainAll(XGettingCollection<? extends V> values)HashTable.ValuesretainRange(long startIndex, long length)Vretrieve(V value)VretrieveBy(Predicate<? super V> predicate)HashTable.Valuesreverse()longscan(Predicate<? super V> predicate)Iterates through the collection and returns the index of the last element that the passedPredicateapplied to ("scanning").Vsearch(Predicate<? super V> predicate)Vseek(V 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.HashTable.Valuesset(long offset, XGettingSequence<? extends V> values, long valuesOffset, long valuesLength)booleanset(long index, V value)HashTable.Valuesset(long offset, V[] src, int srcIndex, int srcLength)HashTable.ValuessetAll(long offset, V... values)voidsetFirst(V value)VsetGet(long index, V value)voidsetLast(V value)HashTable.ValuesshiftBy(long sourceIndex, long distance)HashTable.ValuesshiftBy(long sourceIndex, long distance, long length)HashTable.ValuesshiftTo(long sourceIndex, long targetIndex)HashTable.ValuesshiftTo(long sourceIndex, long targetIndex, long length)longsize()HashTable.Valuessort(Comparator<? super V> comparator)longsubstitute(Function<? super V,? extends V> mapper)longsubstitute(Predicate<? super V> predicate, Function<V,V> mapper)HashTable.Valuesswap(long indexA, long indexB)HashTable.Valuesswap(long indexA, long indexB, long length)Object[]toArray()V[]toArray(Class<V> type)HashTable.ValuestoReversed()StringtoString()voidtruncate()Clears (and reinitializes if needed) this collection in the fastest possible way, i.e.<T extends Consumer<? super V>>
Tunion(XGettingCollection<? extends V> other, Equalator<? super V> equalator, T target)ListView<V>view()SubListView<V>view(long fromIndex, long toIndex)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface one.microstream.collections.types.XGettingCollection
equals, hashCode, intSize
-
Constructor Details
-
Values
public Values()
-
-
Method Details
-
equality
- Specified by:
equalityin interfaceXGettingCollection<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 interfaceXBasicTable.Values<K,V>- Specified by:
copyin interfaceXDecreasingList<V>- Specified by:
copyin interfaceXDecreasingSequence<V>- Specified by:
copyin interfaceXGettingBag<V>- Specified by:
copyin interfaceXGettingCollection<V>- Specified by:
copyin interfaceXGettingList<V>- Specified by:
copyin interfaceXGettingSequence<V>- Specified by:
copyin interfaceXGettingTable.Values<K,V>- Specified by:
copyin interfaceXMap.Values<K,V>- Specified by:
copyin interfaceXProcessingBag<V>- Specified by:
copyin interfaceXProcessingList<V>- Specified by:
copyin interfaceXReplacingBag<V>- Specified by:
copyin interfaceXSettingList<V>- Specified by:
copyin interfaceXSettingSequence<V>- Specified by:
copyin interfaceXSortableSequence<V>- Specified by:
copyin interfaceXTable.Values<K,V>- Returns:
- a copy of this list
-
iterate
- Specified by:
iteratein interfaceXGettingTable.Values<K,V>- Specified by:
iteratein interfaceXIterable<V>- Specified by:
iteratein interfaceXProcessingCollection<V>
-
join
-
iterateIndexed
- Specified by:
iterateIndexedin interfaceXIndexIterable<V>
-
toReversed
- Specified by:
toReversedin interfaceXDecreasingList<V>- Specified by:
toReversedin interfaceXDecreasingSequence<V>- Specified by:
toReversedin interfaceXGettingList<V>- Specified by:
toReversedin interfaceXGettingSequence<V>- Specified by:
toReversedin interfaceXProcessingList<V>- Specified by:
toReversedin interfaceXProcessingSequence<V>- Specified by:
toReversedin interfaceXSettingList<V>- Specified by:
toReversedin interfaceXSettingSequence<V>- Specified by:
toReversedin interfaceXSortableSequence<V>
-
containsSearched
- Specified by:
containsSearchedin interfaceXGettingCollection<V>
-
applies
- Specified by:
appliesin interfaceXGettingCollection<V>
-
contains
- Specified by:
containsin interfaceXGettingCollection<V>
-
containsAll
- Specified by:
containsAllin interfaceXGettingCollection<V>
-
containsId
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<V>- Parameters:
value- the element to be searched in the collection by identity.- Returns:
- whether this collection contains exactely the given element.
-
copyTo
- Specified by:
copyToin interfaceXGettingCollection<V>
-
filterTo
- Specified by:
filterToin interfaceXGettingCollection<V>
-
count
- Specified by:
countin interfaceXGettingCollection<V>
-
countBy
- Specified by:
countByin interfaceXGettingCollection<V>
-
distinct
- Specified by:
distinctin interfaceXGettingCollection<V>
-
distinct
- Specified by:
distinctin interfaceXGettingCollection<V>
-
equals
public final boolean equals(XGettingCollection<? extends V> samples, Equalator<? super V> 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<V>
-
equalsContent
public final boolean equalsContent(XGettingCollection<? extends V> samples, Equalator<? super V> 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<V>equalator- the equalator to use to determine the equality of each element- Returns:
trueif this list is equal to the passed list, false otherwise
-
except
public final <T extends Consumer<? super V>> T except(XGettingCollection<? extends V> other, Equalator<? super V> equalator, T target)- Specified by:
exceptin interfaceXGettingCollection<V>
-
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<V>- Specified by:
hasVolatileElementsin interfaceXGettingCollection<V>- Returns:
trueif the collection contains volatile elements.
-
intersect
public final <T extends Consumer<? super V>> T intersect(XGettingCollection<? extends V> other, Equalator<? super V> equalator, T target)- Specified by:
intersectin interfaceXGettingCollection<V>
-
isEmpty
public final boolean isEmpty() -
iterator
-
max
- Specified by:
maxin interfaceXGettingCollection<V>
-
min
- Specified by:
minin interfaceXGettingCollection<V>
-
nullAllowed
public final boolean nullAllowed()- Specified by:
nullAllowedin interfaceExtendedCollection<V>
-
nullContained
public final boolean nullContained()- Specified by:
nullContainedin interfaceXGettingCollection<V>
-
old
- Specified by:
oldin interfaceXGettingCollection<V>- Specified by:
oldin interfaceXGettingList<V>
-
seek
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<V>
-
search
- Specified by:
searchin interfaceXGettingCollection<V>
-
size
public final long size()- Specified by:
sizein interfaceSized- Specified by:
sizein interfaceXGettingCollection<V>
-
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
-
remainingCapacity
public final long remainingCapacity()Description copied from interface:CapacityCarryingReturns the amount of elements this carrier instance can collect before reaching its maximimum capacity.- Specified by:
remainingCapacityin interfaceCapacityCarrying
-
toString
-
toArray
- Specified by:
toArrayin interfaceXGettingCollection<V>
-
toArray
- Specified by:
toArrayin interfaceXGettingCollection<V>
-
union
public final <T extends Consumer<? super V>> T union(XGettingCollection<? extends V> other, Equalator<? super V> equalator, T target)- Specified by:
unionin interfaceXGettingCollection<V>
-
parent
- Specified by:
parentin interfaceXBasicTable.Values<K,V>- Specified by:
parentin interfaceXGettingMap.Satellite<K,V>- Specified by:
parentin interfaceXGettingTable.Satellite<K,V>- Specified by:
parentin interfaceXGettingTable.Values<K,V>- Specified by:
parentin interfaceXMap.Satellite<K,V>- Specified by:
parentin interfaceXTable.Values<K,V>
-
view
- Specified by:
viewin interfaceXGettingList<V>- Specified by:
viewin interfaceXGettingSequence<V>- Specified by:
viewin interfaceXProcessingSequence<V>
-
listIterator
- Specified by:
listIteratorin interfaceXGettingList<V>
-
listIterator
- Specified by:
listIteratorin interfaceXGettingList<V>
-
range
- Specified by:
rangein interfaceXDecreasingList<V>- Specified by:
rangein interfaceXDecreasingSequence<V>- Specified by:
rangein interfaceXGettingList<V>- Specified by:
rangein interfaceXGettingSequence<V>- Specified by:
rangein interfaceXSettingList<V>- Specified by:
rangein interfaceXSettingSequence<V>
-
immure
Description copied from interface:XGettingCollectionProvides an instance of an immutable collection type with equal behavior and data as this instance.If this instance already is of an immutable collection type, it returns itself.
- Specified by:
immurein interfaceXGettingBag<V>- Specified by:
immurein interfaceXGettingCollection<V>- Specified by:
immurein interfaceXGettingList<V>- Specified by:
immurein interfaceXGettingSequence<V>- Specified by:
immurein interfaceXProcessingBag<V>- Returns:
- an immutable copy of this collection instance.
-
view
- Specified by:
viewin interfaceXBasicTable.Values<K,V>- Specified by:
viewin interfaceXGettingBag<V>- Specified by:
viewin interfaceXGettingCollection<V>- Specified by:
viewin interfaceXGettingList<V>- Specified by:
viewin interfaceXGettingSequence<V>- Specified by:
viewin interfaceXProcessingBag<V>
-
copySelection
- Specified by:
copySelectionin interfaceXGettingSequence<V>
-
at
- Specified by:
atin interfaceXGettingSequence<V>
-
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<V>- Specified by:
getin interfaceXGettingSequence<V>- Returns:
- the first / any element.
- See Also:
XGettingSequence.at(long),XGettingSequence.first(),XGettingSequence.last()
-
first
- Specified by:
firstin interfaceXGettingSequence<V>
-
last
- Specified by:
lastin interfaceXGettingSequence<V>
-
poll
- Specified by:
pollin interfaceXGettingSequence<V>
-
peek
- Specified by:
peekin interfaceXGettingSequence<V>
-
indexOf
- Specified by:
indexOfin interfaceXGettingSequence<V>
-
indexBy
- Specified by:
indexByin interfaceXGettingSequence<V>
-
isSorted
- Specified by:
isSortedin interfaceXGettingSequence<V>
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceXGettingSequence<V>
-
lastIndexBy
- Specified by:
lastIndexByin interfaceXGettingSequence<V>
-
maxIndex
- Specified by:
maxIndexin interfaceXGettingSequence<V>
-
minIndex
- Specified by:
minIndexin interfaceXGettingSequence<V>
-
scan
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<V>- Returns:
- the index of the last positively tested element.
-
moveSelection
- Specified by:
moveSelectionin interfaceXProcessingSequence<V>
-
removeAt
- Specified by:
removeAtin interfaceXProcessingSequence<V>
-
fetch
- Specified by:
fetchin interfaceXProcessingCollection<V>
-
pop
- Specified by:
popin interfaceXProcessingSequence<V>
-
pinch
- Specified by:
pinchin interfaceXProcessingCollection<V>
-
pick
- Specified by:
pickin interfaceXProcessingSequence<V>
-
retrieve
- Specified by:
retrievein interfaceXProcessingCollection<V>
-
retrieveBy
- Specified by:
retrieveByin interfaceXProcessingCollection<V>
-
removeOne
- Specified by:
removeOnein interfaceXRemovingCollection<V>
-
removeRange
- Specified by:
removeRangein interfaceXRemovingSequence<V>
-
retainRange
- Specified by:
retainRangein interfaceXRemovingSequence<V>
-
removeSelection
public final long removeSelection(long[] indices)- Specified by:
removeSelectionin interfaceXRemovingSequence<V>
-
clear
public final void clear()Description copied from interface:XRemovingCollectionClears all elements from the collection while leaving the capacity as it is.- Specified by:
clearin interfaceClearable- Specified by:
clearin interfaceXRemovingCollection<V>
-
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<V>- Returns:
- the number of discarded entries.
-
moveTo
- Specified by:
moveToin interfaceXProcessingCollection<V>
-
nullRemove
public final long nullRemove()- Specified by:
nullRemovein interfaceXRemovingCollection<V>
-
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<V>- Returns:
- the amount of elements that can be added before the internal storage has to be adjusted.
-
process
- Specified by:
processin interfaceProcessable<V>
-
removeBy
- Specified by:
removeByin interfaceXProcessingCollection<V>
-
remove
- Specified by:
removein interfaceXRemovingCollection<V>
-
removeAll
- Specified by:
removeAllin interfaceXRemovingCollection<V>
-
removeDuplicates
public final long removeDuplicates()- Specified by:
removeDuplicatesin interfaceXRemovingCollection<V>
-
removeDuplicates
- Specified by:
removeDuplicatesin interfaceXProcessingCollection<V>
-
retainAll
- Specified by:
retainAllin interfaceXRemovingCollection<V>
-
truncate
public final void truncate()Description copied from interface:XRemovingCollectionClears (and reinitializes if needed) this collection in the fastest possible way, i.e. by allocating a new and empty internal storage of default capacity. The collection will be empty after calling this method.- Specified by:
truncatein interfaceTruncateable- Specified by:
truncatein interfaceXRemovingCollection<V>
-
fill
- Specified by:
fillin interfaceXDecreasingList<V>- Specified by:
fillin interfaceXSettingList<V>
-
replace
- Specified by:
replacein interfaceXReplacingBag<V>
-
replaceAll
- Specified by:
replaceAllin interfaceXReplacingBag<V>
-
substitute
- Specified by:
substitutein interfaceXReplacingCollection<V>
-
substitute
- Specified by:
substitutein interfaceXReplacingBag<V>
-
replaceOne
- Specified by:
replaceOnein interfaceXReplacingBag<V>
-
reverse
- Specified by:
reversein interfaceXDecreasingList<V>- Specified by:
reversein interfaceXDecreasingSequence<V>- Specified by:
reversein interfaceXOrderingSequence<V>- Specified by:
reversein interfaceXSettingList<V>- Specified by:
reversein interfaceXSettingSequence<V>- Specified by:
reversein interfaceXSortableSequence<V>
-
set
- Specified by:
setin interfaceXSettingSequence<V>
-
setGet
- Specified by:
setGetin interfaceXSettingSequence<V>
-
setAll
- Specified by:
setAllin interfaceXDecreasingList<V>- Specified by:
setAllin interfaceXDecreasingSequence<V>- Specified by:
setAllin interfaceXSettingList<V>- Specified by:
setAllin interfaceXSettingSequence<V>
-
set
- Specified by:
setin interfaceXDecreasingList<V>- Specified by:
setin interfaceXDecreasingSequence<V>- Specified by:
setin interfaceXSettingList<V>- Specified by:
setin interfaceXSettingSequence<V>
-
set
public final HashTable.Values set(long offset, XGettingSequence<? extends V> values, long valuesOffset, long valuesLength)- Specified by:
setin interfaceXDecreasingList<V>- Specified by:
setin interfaceXDecreasingSequence<V>- Specified by:
setin interfaceXSettingList<V>- Specified by:
setin interfaceXSettingSequence<V>
-
setFirst
- Specified by:
setFirstin interfaceXSettingSequence<V>
-
setLast
- Specified by:
setLastin interfaceXSettingSequence<V>
-
sort
- Specified by:
sortin interfaceSortable<V>- Specified by:
sortin interfaceXDecreasingList<V>- Specified by:
sortin interfaceXDecreasingSequence<V>- Specified by:
sortin interfaceXSettingList<V>- Specified by:
sortin interfaceXSettingSequence<V>- Specified by:
sortin interfaceXSortableSequence<V>
-
replace
- Specified by:
replacein interfaceXReplacingBag<V>
-
replaceOne
- Specified by:
replaceOnein interfaceXReplacingBag<V>
-
shiftTo
- Specified by:
shiftToin interfaceXOrderingSequence<V>- Specified by:
shiftToin interfaceXSortableSequence<V>
-
shiftTo
- Specified by:
shiftToin interfaceXOrderingSequence<V>- Specified by:
shiftToin interfaceXSortableSequence<V>
-
shiftBy
- Specified by:
shiftByin interfaceXOrderingSequence<V>- Specified by:
shiftByin interfaceXSortableSequence<V>
-
shiftBy
- Specified by:
shiftByin interfaceXOrderingSequence<V>- Specified by:
shiftByin interfaceXSortableSequence<V>
-
swap
- Specified by:
swapin interfaceXDecreasingList<V>- Specified by:
swapin interfaceXDecreasingSequence<V>- Specified by:
swapin interfaceXOrderingSequence<V>- Specified by:
swapin interfaceXSettingList<V>- Specified by:
swapin interfaceXSettingSequence<V>- Specified by:
swapin interfaceXSortableSequence<V>
-
swap
- Specified by:
swapin interfaceXDecreasingList<V>- Specified by:
swapin interfaceXDecreasingSequence<V>- Specified by:
swapin interfaceXOrderingSequence<V>- Specified by:
swapin interfaceXSettingList<V>- Specified by:
swapin interfaceXSettingSequence<V>- Specified by:
swapin interfaceXSortableSequence<V>
-