Class EqHashEnum<E>
- All Implemented Interfaces:
Iterable<E>,Consumer<E>,CapacityCarrying,CapacityExtendable,ConsolidatableCollection,ExtendedCollection<E>,ExtendedSequence<E>,HashCollection<E>,OptimizableCollection,ReleasingCollection<E>,Sized,Truncateable,Sortable<E>,SortableProcedure<E>,XAddGetCollection<E>,XAddGetSet<E>,XAddingCollection<E>,XAddingEnum<E>,XAddingSequence<E>,XAddingSet<E>,XBasicEnum<E>,XBasicSequence<E>,XCollection<E>,XDecreasingEnum<E>,XDecreasingSequence<E>,XEnum<E>,XExpandingEnum<E>,XExpandingSequence<E>,XExtendingEnum<E>,XExtendingSequence<E>,XGettingCollection<E>,XGettingEnum<E>,XGettingSequence<E>,XGettingSet<E>,XIncreasingEnum<E>,XIncreasingSequence<E>,XIndexIterable<E>,XInputtingEnum<E>,XInputtingSequence<E>,XInsertingEnum<E>,XInsertingSequence<E>,XIterable<E>,XJoinable<E>,XOrderingEnum<E>,XOrderingSequence<E>,XPrependingEnum<E>,XPrependingSequence<E>,XPreputtingEnum<E>,XPreputtingSequence<E>,XProcessingCollection<E>,XProcessingEnum<E>,XProcessingSequence<E>,XProcessingSet<E>,XPutGetCollection<E>,XPutGetEnum<E>,XPutGetSequence<E>,XPutGetSet<E>,XPuttingCollection<E>,XPuttingEnum<E>,XPuttingSequence<E>,XPuttingSet<E>,XRemovingCollection<E>,XRemovingEnum<E>,XRemovingSequence<E>,XRemovingSet<E>,XReplacingCollection<E>,XSequence<E>,XSet<E>,XSettingEnum<E>,XSettingSequence<E>,XSortableEnum<E>,XSortableSequence<E>,Processable<E>,Clearable,Composition,Copyable
public final class EqHashEnum<E> extends AbstractChainCollection<E,E,E,ChainEntryLinkedHashedStrong<E>> implements XEnum<E>, HashCollection<E>, Composition
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEqHashEnum.OldVarSet<E>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.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.XGettingSequence
XGettingSequence.Factory<E>Nested classes/interfaces inherited from interface one.microstream.collections.types.XIncreasingEnum
XIncreasingEnum.Factory<E>Nested classes/interfaces inherited from interface one.microstream.collections.types.XIterable
XIterable.Executor<E>Nested classes/interfaces inherited from interface one.microstream.collections.types.XProcessingSequence
XProcessingSequence.Factory<E>Nested classes/interfaces inherited from interface one.microstream.collections.types.XProcessingSet
XProcessingSet.Factory<E>Nested classes/interfaces inherited from interface one.microstream.collections.types.XPutGetSequence
XPutGetSequence.Factory<E>Nested classes/interfaces inherited from interface one.microstream.collections.types.XPutGetSet
XPutGetSet.Factory<E>Nested classes/interfaces inherited from interface one.microstream.collections.types.XRemovingEnum
XRemovingEnum.Factory<E>Nested classes/interfaces inherited from interface one.microstream.collections.types.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 EqHashEnum() -
Method Summary
Modifier and Type Method Description voidaccept(E element)booleanadd(E element)EqHashEnum<E>addAll(E... elements)EqHashEnum<E>addAll(E[] elements, int srcIndex, int srcLength)EqHashEnum<E>addAll(XGettingCollection<? extends E> elements)EaddGet(E element)HashCollection.Analysis<EqHashEnum<E>>analyze()booleanapplies(Predicate<? super E> predicate)Eat(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(E element)booleancontainsAll(XGettingCollection<? extends E> elements)booleancontainsId(E 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 E> predicate)EqHashEnum<E>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 E>>
TcopySelection(T target, long... indices)<C extends Consumer<? super E>>
CcopyTo(C target)longcount(E element)longcountBy(Predicate<? super E> predicate)longcurrentCapacity()Returns the current amount of elements this instance can hold before a storage rebuild becomes necessary.Ededuplicate(E element)<C extends Consumer<? super E>>
Cdistinct(C target)<C extends Consumer<? super E>>
Cdistinct(C target, Equalator<? super E> equalator)CapacityExtendableensureCapacity(long minimalCapacity)CapacityExtendableensureFreeCapacity(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.HashEqualator<? super E>equality()booleanequals(XGettingCollection<? extends E> samples, Equalator<? super E> equalator)Returnstrueif the passed collection is of the same type as this collection andthis.equalsContent(list, equalator)yieldstrue.booleanequalsContent(XGettingCollection<? extends E> samples, Equalator<? super E> equalator)Returnstrueif all elements of this list and the passed list are sequentially equal as defined by the passed equalator.<C extends Consumer<? super E>>
Cexcept(XGettingCollection<? extends E> other, Equalator<? super E> equalator, C target)Efetch()<C extends Consumer<? super E>>
CfilterTo(C target, Predicate<? super E> predicate)Efirst()Eget()Gets one element from the collection.floathashDensity()inthashDistributionRange()HashEqualator<? super E>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()EqConstHashEnum<E>immure()Provides an instance of an immutable collection type with equal behavior and data as this instance.longindexBy(Predicate<? super E> predicate)longindexOf(E element)booleaninput(long index, E element)longinputAll(long index, E... elements)longinputAll(long index, E[] elements, int offset, int length)longinputAll(long index, XGettingCollection<? extends E> elements)booleaninsert(long index, E element)longinsertAll(long index, E... elements)longinsertAll(long index, E[] elements, int offset, int length)longinsertAll(long index, XGettingCollection<? extends E> elements)<C extends Consumer<? super E>>
Cintersect(XGettingCollection<? extends E> other, Equalator<? super E> equalator, C target)booleanisEmpty()booleanisFull()Returns true if the current capacity cannot be increased any more.booleanisSorted(Comparator<? super E> comparator)<P extends Consumer<? super E>>
Piterate(P procedure)<P extends IndexedAcceptor<? super E>>
PiterateIndexed(P procedure)Iterator<E>iterator()<A> Ajoin(BiConsumer<? super E,? super A> joiner, A aggregate)Elast()longlastIndexBy(Predicate<? super E> predicate)longlastIndexOf(E element)Emax(Comparator<? super E> 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 E> comparator)Emin(Comparator<? super E> comparator)longminIndex(Comparator<? super E> comparator)<C extends Consumer<? super E>>
CmoveSelection(C target, long... indices)<C extends Consumer<? super E>>
CmoveTo(C target, Predicate<? super E> predicate)static <E> EqHashEnum<E>New()static <E> EqHashEnum<E>New(E... entries)static <E> EqHashEnum<E>New(XGettingCollection<? extends E> entries)static <E> EqHashEnum<E>New(HashEqualator<? super E> hashEqualator)static <E> EqHashEnum<E>New(HashEqualator<? super E> hashEqualator, E... entries)static <E> EqHashEnum<E>NewCustom(float hashDensity, E... entries)static <E> EqHashEnum<E>NewCustom(int initialCapacity)static <E> EqHashEnum<E>NewCustom(int initialCapacity, float hashDensity)static <E> EqHashEnum<E>NewCustom(HashEqualator<? super E> hashEqualator, float hashDensity)static <E> EqHashEnum<E>NewCustom(HashEqualator<? super E> hashEqualator, float hashDensity, E... entries)static <E> EqHashEnum<E>NewCustom(HashEqualator<? super E> hashEqualator, int initialCapacity)static <E> EqHashEnum<E>NewCustom(HashEqualator<? super E> hashEqualator, int initialCapacity, float hashDensity)booleannullAdd()booleannullAllowed()booleannullContained()booleannullInput(long index)booleannullInsert(long index)booleannullPrepend()booleannullPreput()booleannullPut()longnullRemove()EqHashEnum.OldVarSet<E>old()longoptimize()Optimizes the internal storage of this collection and returns the storage size of the collection after the process is complete.Epeek()Epick()Epinch()Epoll()Epop()booleanprepend(E element)EqHashEnum<E>prependAll(E... elements)EqHashEnum<E>prependAll(E[] elements, int srcStartIndex, int srcLength)EqHashEnum<E>prependAll(XGettingCollection<? extends E> elements)booleanpreput(E element)EqHashEnum<E>preputAll(E... elements)EqHashEnum<E>preputAll(E[] elements, int offset, int length)EqHashEnum<E>preputAll(XGettingCollection<? extends E> elements)<P extends Consumer<? super E>>
Pprocess(P procedure)booleanput(E element)EqHashEnum<E>putAll(E... elements)EqHashEnum<E>putAll(E[] elements, int srcIndex, int srcLength)EqHashEnum<E>putAll(XGettingCollection<? extends E> elements)EputGet(E element)XEnum<E>range(long lowIndex, long highIndex)intrehash()Recalculates the hash value of all entries and reorginazes and optimizes the hash storage accordingly.longremove(E element)longremoveAll(XGettingCollection<? extends E> elements)EremoveAt(long index)longremoveBy(Predicate<? super E> predicate)longremoveDuplicates()longremoveDuplicates(Equalator<? super E> equalator)booleanremoveOne(E element)EqHashEnum<E>removeRange(long startIndex, long length)longremoveSelection(long[] indices)Ereplace(E element)longretainAll(XGettingCollection<? extends E> elements)EqHashEnum<E>retainRange(long startIndex, long length)Eretrieve(E element)EretrieveBy(Predicate<? super E> predicate)EqHashEnum<E>reverse()longscan(Predicate<? super E> predicate)Iterates through the collection and returns the index of the last element that the passedPredicateapplied to ("scanning").Esearch(Predicate<? super E> predicate)Eseek(E 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, E element)EqHashEnum<E>set(long index, E[] elements, int offset, int length)EqHashEnum<E>set(long index, XGettingSequence<? extends E> elements, long offset, long length)EqHashEnum<E>setAll(long index, E... elements)voidsetFirst(E element)EsetGet(long index, E element)voidsetHashDensity(float hashDensity)Sets the hash density (1/density) of this hashing collection if applicable.voidsetLast(E element)EqHashEnum<E>shiftBy(long sourceIndex, long distance)EqHashEnum<E>shiftBy(long sourceIndex, long distance, long length)EqHashEnum<E>shiftTo(long sourceIndex, long targetIndex)EqHashEnum<E>shiftTo(long sourceIndex, long targetIndex, long length)longsize()EqHashEnum<E>sort(Comparator<? super E> comparator)longsubstitute(Function<? super E,? extends E> mapper)EqHashEnum<E>swap(long indexA, long indexB)EqHashEnum<E>swap(long indexA, long indexB, long length)Object[]toArray()E[]toArray(Class<E> type)EqHashEnum<E>toReversed()StringtoString()voidtruncate()Clears (and reinitializes if needed) this collection in the fastest possible way, i.e.<C extends Consumer<? super E>>
Cunion(XGettingCollection<? extends E> other, Equalator<? super E> equalator, C target)XGettingEnum<E>view()XGettingEnum<E>view(long lowIndex, long highIndex)Methods inherited from class one.microstream.collections.AbstractExtendedCollection
ensureFreeArrayCapacity, validateIndexMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface one.microstream.collections.interfaces.CapacityCarrying
remainingCapacityMethods inherited from interface one.microstream.collections.interfaces.CapacityExtendable
currentFreeCapacityMethods inherited from interface one.microstream.collections.types.XGettingCollection
equals, hashCode, intSize
-
Constructor Details
-
EqHashEnum
public EqHashEnum()
-
-
Method Details
-
New
-
NewCustom
-
NewCustom
-
New
-
NewCustom
public static final <E> EqHashEnum<E> NewCustom(HashEqualator<? super E> hashEqualator, int initialCapacity) -
NewCustom
public static final <E> EqHashEnum<E> NewCustom(HashEqualator<? super E> hashEqualator, float hashDensity) -
NewCustom
public static final <E> EqHashEnum<E> NewCustom(HashEqualator<? super E> hashEqualator, int initialCapacity, float hashDensity) -
New
-
New
-
NewCustom
-
New
@SafeVarargs public static final <E> EqHashEnum<E> New(HashEqualator<? super E> hashEqualator, E... entries) -
NewCustom
@SafeVarargs public static final <E> EqHashEnum<E> NewCustom(HashEqualator<? super E> hashEqualator, float hashDensity, E... entries) -
nullAllowed
public boolean nullAllowed()- Specified by:
nullAllowedin interfaceExtendedCollection<E>
-
size
public final long size()- Specified by:
sizein interfaceHashCollection<E>- Specified by:
sizein interfaceSized- Specified by:
sizein interfaceXGettingCollection<E>
-
isEmpty
public final boolean isEmpty() -
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<E>
-
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<E>
-
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<E>- Returns:
- the number of discarded entries.
-
ensureCapacity
- Specified by:
ensureCapacityin interfaceCapacityExtendable
-
ensureFreeCapacity
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
-
optimize
public final long optimize()Description copied from interface:OptimizableCollectionOptimizes the internal storage of this collection and returns the storage size of the collection after the process is complete.- Specified by:
optimizein interfaceOptimizableCollection- Specified by:
optimizein interfaceXRemovingCollection<E>- Returns:
- the storage size of the collection after the optimzation.
-
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<E>- Returns:
- the new size of the collection which might be lower than before the call.
-
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<E>- Specified by:
copyin interfaceXAddGetSet<E>- Specified by:
copyin interfaceXBasicEnum<E>- Specified by:
copyin interfaceXBasicSequence<E>- Specified by:
copyin interfaceXCollection<E>- Specified by:
copyin interfaceXDecreasingEnum<E>- Specified by:
copyin interfaceXDecreasingSequence<E>- Specified by:
copyin interfaceXEnum<E>- Specified by:
copyin interfaceXGettingCollection<E>- Specified by:
copyin interfaceXGettingEnum<E>- Specified by:
copyin interfaceXGettingSequence<E>- Specified by:
copyin interfaceXGettingSet<E>- Specified by:
copyin interfaceXIncreasingEnum<E>- Specified by:
copyin interfaceXIncreasingSequence<E>- Specified by:
copyin interfaceXProcessingEnum<E>- Specified by:
copyin interfaceXProcessingSet<E>- Specified by:
copyin interfaceXPutGetCollection<E>- Specified by:
copyin interfaceXPutGetEnum<E>- Specified by:
copyin interfaceXPutGetSequence<E>- Specified by:
copyin interfaceXPutGetSet<E>- Specified by:
copyin interfaceXSequence<E>- Specified by:
copyin interfaceXSet<E>- Specified by:
copyin interfaceXSettingEnum<E>- Specified by:
copyin interfaceXSettingSequence<E>- Specified by:
copyin interfaceXSortableEnum<E>- Specified by:
copyin interfaceXSortableSequence<E>- Returns:
- a copy of this list
-
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 interfaceXBasicEnum<E>- Specified by:
immurein interfaceXGettingCollection<E>- Specified by:
immurein interfaceXGettingEnum<E>- Specified by:
immurein interfaceXGettingSequence<E>- Specified by:
immurein interfaceXGettingSet<E>- Specified by:
immurein interfaceXProcessingSet<E>- Returns:
- an immutable copy of this collection instance.
-
view
- Specified by:
viewin interfaceXGettingCollection<E>- Specified by:
viewin interfaceXGettingEnum<E>- Specified by:
viewin interfaceXGettingSequence<E>
-
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<E>- Parameters:
hashDensity- the new hash density to be set.
-
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<E>- Specified by:
hasVolatileElementsin interfaceXGettingCollection<E>- Returns:
trueif the collection contains volatile elements.
-
old
- Specified by:
oldin interfaceXGettingCollection<E>
-
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
-
addGet
- Specified by:
addGetin interfaceXAddGetSet<E>
-
deduplicate
- Specified by:
deduplicatein interfaceXAddGetSet<E>
-
putGet
- Specified by:
putGetin interfaceXPutGetSet<E>
-
replace
- Specified by:
replacein interfaceXPutGetSet<E>
-
add
- Specified by:
addin interfaceXAddingCollection<E>
-
put
- Specified by:
putin interfaceXPuttingCollection<E>
-
analyze
- Specified by:
analyzein interfaceHashCollection<E>
-
hashDistributionRange
public final int hashDistributionRange()- Specified by:
hashDistributionRangein interfaceHashCollection<E>
-
hashEquality
- Specified by:
hashEqualityin interfaceHashCollection<E>
-
hashDensity
public final float hashDensity()- Specified by:
hashDensityin interfaceHashCollection<E>
-
hasVolatileHashElements
public final boolean hasVolatileHashElements()- Specified by:
hasVolatileHashElementsin interfaceHashCollection<E>
-
toString
-
sort
- Specified by:
sortin interfaceSortable<E>- Specified by:
sortin interfaceXDecreasingEnum<E>- Specified by:
sortin interfaceXDecreasingSequence<E>- Specified by:
sortin interfaceXEnum<E>- Specified by:
sortin interfaceXIncreasingEnum<E>- Specified by:
sortin interfaceXIncreasingSequence<E>- Specified by:
sortin interfaceXSequence<E>- Specified by:
sortin interfaceXSettingEnum<E>- Specified by:
sortin interfaceXSettingSequence<E>- Specified by:
sortin interfaceXSortableEnum<E>- Specified by:
sortin interfaceXSortableSequence<E>
-
range
- Specified by:
rangein interfaceXDecreasingEnum<E>- Specified by:
rangein interfaceXDecreasingSequence<E>- Specified by:
rangein interfaceXEnum<E>- Specified by:
rangein interfaceXGettingEnum<E>- Specified by:
rangein interfaceXGettingSequence<E>- Specified by:
rangein interfaceXIncreasingEnum<E>- Specified by:
rangein interfaceXIncreasingSequence<E>- Specified by:
rangein interfaceXSettingEnum<E>- Specified by:
rangein interfaceXSettingSequence<E>
-
view
- Specified by:
viewin interfaceXGettingEnum<E>- Specified by:
viewin interfaceXGettingSequence<E>- Specified by:
viewin interfaceXProcessingSequence<E>
-
toArray
- Specified by:
toArrayin interfaceXGettingCollection<E>
-
iterate
- Specified by:
iteratein interfaceXGettingEnum<E>- Specified by:
iteratein interfaceXGettingSet<E>- Specified by:
iteratein interfaceXIterable<E>- Specified by:
iteratein interfaceXProcessingCollection<E>
-
join
-
count
- Specified by:
countin interfaceXGettingCollection<E>
-
countBy
- Specified by:
countByin interfaceXGettingCollection<E>
-
search
- Specified by:
searchin interfaceXGettingCollection<E>
-
max
- Specified by:
maxin interfaceXGettingCollection<E>
-
min
- Specified by:
minin interfaceXGettingCollection<E>
-
containsSearched
- Specified by:
containsSearchedin interfaceXGettingCollection<E>
-
applies
- Specified by:
appliesin interfaceXGettingCollection<E>
-
nullContained
public final boolean nullContained()- Specified by:
nullContainedin interfaceXGettingCollection<E>
-
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<E>- Parameters:
element- the element to be searched in the collection by identity.- Returns:
- whether this collection contains exactely the given element.
-
contains
- Specified by:
containsin interfaceXGettingCollection<E>
-
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<E>
-
containsAll
- Specified by:
containsAllin interfaceXGettingCollection<E>
-
equals
public final boolean equals(XGettingCollection<? extends E> samples, Equalator<? super E> 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<E>
-
equalsContent
public final boolean equalsContent(XGettingCollection<? extends E> samples, Equalator<? super E> 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<E>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 E>> C intersect(XGettingCollection<? extends E> other, Equalator<? super E> equalator, C target)- Specified by:
intersectin interfaceXGettingCollection<E>
-
except
public final <C extends Consumer<? super E>> C except(XGettingCollection<? extends E> other, Equalator<? super E> equalator, C target)- Specified by:
exceptin interfaceXGettingCollection<E>
-
union
public final <C extends Consumer<? super E>> C union(XGettingCollection<? extends E> other, Equalator<? super E> equalator, C target)- Specified by:
unionin interfaceXGettingCollection<E>
-
copyTo
- Specified by:
copyToin interfaceXGettingCollection<E>
-
filterTo
- Specified by:
filterToin interfaceXGettingCollection<E>
-
distinct
- Specified by:
distinctin interfaceXGettingCollection<E>
-
distinct
- Specified by:
distinctin interfaceXGettingCollection<E>
-
nullAdd
public final boolean nullAdd()- Specified by:
nullAddin interfaceXAddingCollection<E>
-
addAll
- Specified by:
addAllin interfaceXAddGetCollection<E>- Specified by:
addAllin interfaceXAddGetSet<E>- Specified by:
addAllin interfaceXAddingCollection<E>- Specified by:
addAllin interfaceXAddingEnum<E>- Specified by:
addAllin interfaceXAddingSequence<E>- Specified by:
addAllin interfaceXAddingSet<E>- Specified by:
addAllin interfaceXBasicEnum<E>- Specified by:
addAllin interfaceXBasicSequence<E>- Specified by:
addAllin interfaceXCollection<E>- Specified by:
addAllin interfaceXEnum<E>- Specified by:
addAllin interfaceXExpandingEnum<E>- Specified by:
addAllin interfaceXExpandingSequence<E>- Specified by:
addAllin interfaceXExtendingEnum<E>- Specified by:
addAllin interfaceXExtendingSequence<E>- Specified by:
addAllin interfaceXIncreasingEnum<E>- Specified by:
addAllin interfaceXIncreasingSequence<E>- Specified by:
addAllin interfaceXInputtingEnum<E>- Specified by:
addAllin interfaceXInputtingSequence<E>- Specified by:
addAllin interfaceXInsertingEnum<E>- Specified by:
addAllin interfaceXInsertingSequence<E>- Specified by:
addAllin interfaceXPutGetCollection<E>- Specified by:
addAllin interfaceXPutGetEnum<E>- Specified by:
addAllin interfaceXPutGetSequence<E>- Specified by:
addAllin interfaceXPutGetSet<E>- Specified by:
addAllin interfaceXPuttingEnum<E>- Specified by:
addAllin interfaceXPuttingSet<E>- Specified by:
addAllin interfaceXSequence<E>- Specified by:
addAllin interfaceXSet<E>
-
addAll
- Specified by:
addAllin interfaceXAddGetCollection<E>- Specified by:
addAllin interfaceXAddGetSet<E>- Specified by:
addAllin interfaceXAddingCollection<E>- Specified by:
addAllin interfaceXAddingEnum<E>- Specified by:
addAllin interfaceXAddingSequence<E>- Specified by:
addAllin interfaceXAddingSet<E>- Specified by:
addAllin interfaceXBasicEnum<E>- Specified by:
addAllin interfaceXBasicSequence<E>- Specified by:
addAllin interfaceXCollection<E>- Specified by:
addAllin interfaceXEnum<E>- Specified by:
addAllin interfaceXExpandingEnum<E>- Specified by:
addAllin interfaceXExpandingSequence<E>- Specified by:
addAllin interfaceXExtendingEnum<E>- Specified by:
addAllin interfaceXExtendingSequence<E>- Specified by:
addAllin interfaceXIncreasingEnum<E>- Specified by:
addAllin interfaceXIncreasingSequence<E>- Specified by:
addAllin interfaceXInputtingEnum<E>- Specified by:
addAllin interfaceXInputtingSequence<E>- Specified by:
addAllin interfaceXInsertingEnum<E>- Specified by:
addAllin interfaceXInsertingSequence<E>- Specified by:
addAllin interfaceXPutGetCollection<E>- Specified by:
addAllin interfaceXPutGetEnum<E>- Specified by:
addAllin interfaceXPutGetSequence<E>- Specified by:
addAllin interfaceXPutGetSet<E>- Specified by:
addAllin interfaceXPuttingEnum<E>- Specified by:
addAllin interfaceXPuttingSet<E>- Specified by:
addAllin interfaceXSequence<E>- Specified by:
addAllin interfaceXSet<E>
-
addAll
- Specified by:
addAllin interfaceXAddGetCollection<E>- Specified by:
addAllin interfaceXAddGetSet<E>- Specified by:
addAllin interfaceXAddingCollection<E>- Specified by:
addAllin interfaceXAddingEnum<E>- Specified by:
addAllin interfaceXAddingSequence<E>- Specified by:
addAllin interfaceXAddingSet<E>- Specified by:
addAllin interfaceXBasicEnum<E>- Specified by:
addAllin interfaceXBasicSequence<E>- Specified by:
addAllin interfaceXCollection<E>- Specified by:
addAllin interfaceXEnum<E>- Specified by:
addAllin interfaceXExpandingEnum<E>- Specified by:
addAllin interfaceXExpandingSequence<E>- Specified by:
addAllin interfaceXExtendingEnum<E>- Specified by:
addAllin interfaceXExtendingSequence<E>- Specified by:
addAllin interfaceXIncreasingEnum<E>- Specified by:
addAllin interfaceXIncreasingSequence<E>- Specified by:
addAllin interfaceXInputtingEnum<E>- Specified by:
addAllin interfaceXInputtingSequence<E>- Specified by:
addAllin interfaceXInsertingEnum<E>- Specified by:
addAllin interfaceXInsertingSequence<E>- Specified by:
addAllin interfaceXPutGetCollection<E>- Specified by:
addAllin interfaceXPutGetEnum<E>- Specified by:
addAllin interfaceXPutGetSequence<E>- Specified by:
addAllin interfaceXPutGetSet<E>- Specified by:
addAllin interfaceXPuttingEnum<E>- Specified by:
addAllin interfaceXPuttingSet<E>- Specified by:
addAllin interfaceXSequence<E>- Specified by:
addAllin interfaceXSet<E>
-
nullPut
public final boolean nullPut()- Specified by:
nullPutin interfaceXPuttingCollection<E>
-
accept
-
putAll
- Specified by:
putAllin interfaceXBasicEnum<E>- Specified by:
putAllin interfaceXBasicSequence<E>- Specified by:
putAllin interfaceXCollection<E>- Specified by:
putAllin interfaceXEnum<E>- Specified by:
putAllin interfaceXExpandingEnum<E>- Specified by:
putAllin interfaceXExpandingSequence<E>- Specified by:
putAllin interfaceXIncreasingEnum<E>- Specified by:
putAllin interfaceXIncreasingSequence<E>- Specified by:
putAllin interfaceXInputtingEnum<E>- Specified by:
putAllin interfaceXInputtingSequence<E>- Specified by:
putAllin interfaceXPutGetCollection<E>- Specified by:
putAllin interfaceXPutGetEnum<E>- Specified by:
putAllin interfaceXPutGetSequence<E>- Specified by:
putAllin interfaceXPutGetSet<E>- Specified by:
putAllin interfaceXPuttingCollection<E>- Specified by:
putAllin interfaceXPuttingEnum<E>- Specified by:
putAllin interfaceXPuttingSequence<E>- Specified by:
putAllin interfaceXPuttingSet<E>- Specified by:
putAllin interfaceXSequence<E>- Specified by:
putAllin interfaceXSet<E>
-
putAll
- Specified by:
putAllin interfaceXBasicEnum<E>- Specified by:
putAllin interfaceXBasicSequence<E>- Specified by:
putAllin interfaceXCollection<E>- Specified by:
putAllin interfaceXEnum<E>- Specified by:
putAllin interfaceXExpandingEnum<E>- Specified by:
putAllin interfaceXExpandingSequence<E>- Specified by:
putAllin interfaceXIncreasingEnum<E>- Specified by:
putAllin interfaceXIncreasingSequence<E>- Specified by:
putAllin interfaceXInputtingEnum<E>- Specified by:
putAllin interfaceXInputtingSequence<E>- Specified by:
putAllin interfaceXPutGetCollection<E>- Specified by:
putAllin interfaceXPutGetEnum<E>- Specified by:
putAllin interfaceXPutGetSequence<E>- Specified by:
putAllin interfaceXPutGetSet<E>- Specified by:
putAllin interfaceXPuttingCollection<E>- Specified by:
putAllin interfaceXPuttingEnum<E>- Specified by:
putAllin interfaceXPuttingSequence<E>- Specified by:
putAllin interfaceXPuttingSet<E>- Specified by:
putAllin interfaceXSequence<E>- Specified by:
putAllin interfaceXSet<E>
-
putAll
- Specified by:
putAllin interfaceXBasicEnum<E>- Specified by:
putAllin interfaceXBasicSequence<E>- Specified by:
putAllin interfaceXCollection<E>- Specified by:
putAllin interfaceXEnum<E>- Specified by:
putAllin interfaceXExpandingEnum<E>- Specified by:
putAllin interfaceXExpandingSequence<E>- Specified by:
putAllin interfaceXIncreasingEnum<E>- Specified by:
putAllin interfaceXIncreasingSequence<E>- Specified by:
putAllin interfaceXInputtingEnum<E>- Specified by:
putAllin interfaceXInputtingSequence<E>- Specified by:
putAllin interfaceXPutGetCollection<E>- Specified by:
putAllin interfaceXPutGetEnum<E>- Specified by:
putAllin interfaceXPutGetSequence<E>- Specified by:
putAllin interfaceXPutGetSet<E>- Specified by:
putAllin interfaceXPuttingCollection<E>- Specified by:
putAllin interfaceXPuttingEnum<E>- Specified by:
putAllin interfaceXPuttingSequence<E>- Specified by:
putAllin interfaceXPuttingSet<E>- Specified by:
putAllin interfaceXSequence<E>- Specified by:
putAllin interfaceXSet<E>
-
remove
- Specified by:
removein interfaceXRemovingCollection<E>
-
substitute
- Specified by:
substitutein interfaceXDecreasingEnum<E>- Specified by:
substitutein interfaceXReplacingCollection<E>
-
nullRemove
public final long nullRemove()- Specified by:
nullRemovein interfaceXRemovingCollection<E>
-
removeBy
- Specified by:
removeByin interfaceXProcessingCollection<E>
-
retainAll
- Specified by:
retainAllin interfaceXRemovingCollection<E>
-
process
- Specified by:
processin interfaceProcessable<E>
-
moveTo
- Specified by:
moveToin interfaceXProcessingCollection<E>
-
removeAll
- Specified by:
removeAllin interfaceXRemovingCollection<E>
-
removeDuplicates
public final long removeDuplicates()- Specified by:
removeDuplicatesin interfaceXRemovingCollection<E>
-
removeDuplicates
- Specified by:
removeDuplicatesin interfaceXProcessingCollection<E>
-
toReversed
- Specified by:
toReversedin interfaceXBasicEnum<E>- Specified by:
toReversedin interfaceXBasicSequence<E>- Specified by:
toReversedin interfaceXDecreasingEnum<E>- Specified by:
toReversedin interfaceXDecreasingSequence<E>- Specified by:
toReversedin interfaceXEnum<E>- Specified by:
toReversedin interfaceXGettingEnum<E>- Specified by:
toReversedin interfaceXGettingSequence<E>- Specified by:
toReversedin interfaceXIncreasingEnum<E>- Specified by:
toReversedin interfaceXIncreasingSequence<E>- Specified by:
toReversedin interfaceXProcessingEnum<E>- Specified by:
toReversedin interfaceXProcessingSequence<E>- Specified by:
toReversedin interfaceXPutGetEnum<E>- Specified by:
toReversedin interfaceXPutGetSequence<E>- Specified by:
toReversedin interfaceXSequence<E>- Specified by:
toReversedin interfaceXSettingEnum<E>- Specified by:
toReversedin interfaceXSettingSequence<E>- Specified by:
toReversedin interfaceXSortableEnum<E>- Specified by:
toReversedin interfaceXSortableSequence<E>
-
copySelection
- Specified by:
copySelectionin interfaceXGettingSequence<E>
-
iterateIndexed
- Specified by:
iterateIndexedin interfaceXIndexIterable<E>
-
at
- Specified by:
atin interfaceXGettingSequence<E>
-
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<E>- Specified by:
getin interfaceXGettingSequence<E>- Returns:
- the first / any element.
- See Also:
XGettingSequence.at(long),XGettingSequence.first(),XGettingSequence.last()
-
first
- Specified by:
firstin interfaceXGettingSequence<E>
-
last
- Specified by:
lastin interfaceXGettingSequence<E>
-
poll
- Specified by:
pollin interfaceXGettingSequence<E>
-
peek
- Specified by:
peekin interfaceXGettingSequence<E>
-
indexOf
- Specified by:
indexOfin interfaceXGettingSequence<E>
-
indexBy
- Specified by:
indexByin interfaceXGettingSequence<E>
-
isSorted
- Specified by:
isSortedin interfaceXGettingSequence<E>
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceXGettingSequence<E>
-
lastIndexBy
- Specified by:
lastIndexByin interfaceXGettingSequence<E>
-
maxIndex
- Specified by:
maxIndexin interfaceXGettingSequence<E>
-
minIndex
- Specified by:
minIndexin interfaceXGettingSequence<E>
-
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<E>- Returns:
- the index of the last positively tested element.
-
moveSelection
- Specified by:
moveSelectionin interfaceXProcessingSequence<E>
-
removeAt
- Specified by:
removeAtin interfaceXProcessingSequence<E>
-
fetch
- Specified by:
fetchin interfaceXProcessingCollection<E>
-
pop
- Specified by:
popin interfaceXProcessingSequence<E>
-
pinch
- Specified by:
pinchin interfaceXProcessingCollection<E>
-
pick
- Specified by:
pickin interfaceXProcessingSequence<E>
-
retrieve
- Specified by:
retrievein interfaceXProcessingCollection<E>
-
retrieveBy
- Specified by:
retrieveByin interfaceXProcessingCollection<E>
-
removeOne
- Specified by:
removeOnein interfaceXRemovingCollection<E>
-
removeRange
- Specified by:
removeRangein interfaceXRemovingSequence<E>
-
retainRange
- Specified by:
retainRangein interfaceXRemovingSequence<E>
-
removeSelection
public final long removeSelection(long[] indices)- Specified by:
removeSelectionin interfaceXRemovingSequence<E>
-
iterator
-
toArray
- Specified by:
toArrayin interfaceXGettingCollection<E>
-
reverse
- Specified by:
reversein interfaceXDecreasingEnum<E>- Specified by:
reversein interfaceXDecreasingSequence<E>- Specified by:
reversein interfaceXEnum<E>- Specified by:
reversein interfaceXIncreasingEnum<E>- Specified by:
reversein interfaceXIncreasingSequence<E>- Specified by:
reversein interfaceXOrderingEnum<E>- Specified by:
reversein interfaceXOrderingSequence<E>- Specified by:
reversein interfaceXSettingEnum<E>- Specified by:
reversein interfaceXSettingSequence<E>- Specified by:
reversein interfaceXSortableEnum<E>- Specified by:
reversein interfaceXSortableSequence<E>
-
shiftTo
- Specified by:
shiftToin interfaceXOrderingEnum<E>- Specified by:
shiftToin interfaceXOrderingSequence<E>- Specified by:
shiftToin interfaceXSortableEnum<E>- Specified by:
shiftToin interfaceXSortableSequence<E>
-
shiftTo
- Specified by:
shiftToin interfaceXOrderingEnum<E>- Specified by:
shiftToin interfaceXOrderingSequence<E>- Specified by:
shiftToin interfaceXSortableEnum<E>- Specified by:
shiftToin interfaceXSortableSequence<E>
-
shiftBy
- Specified by:
shiftByin interfaceXOrderingEnum<E>- Specified by:
shiftByin interfaceXOrderingSequence<E>- Specified by:
shiftByin interfaceXSortableEnum<E>- Specified by:
shiftByin interfaceXSortableSequence<E>
-
shiftBy
- Specified by:
shiftByin interfaceXOrderingEnum<E>- Specified by:
shiftByin interfaceXOrderingSequence<E>- Specified by:
shiftByin interfaceXSortableEnum<E>- Specified by:
shiftByin interfaceXSortableSequence<E>
-
swap
- Specified by:
swapin interfaceXDecreasingEnum<E>- Specified by:
swapin interfaceXDecreasingSequence<E>- Specified by:
swapin interfaceXEnum<E>- Specified by:
swapin interfaceXIncreasingEnum<E>- Specified by:
swapin interfaceXIncreasingSequence<E>- Specified by:
swapin interfaceXOrderingEnum<E>- Specified by:
swapin interfaceXOrderingSequence<E>- Specified by:
swapin interfaceXSettingEnum<E>- Specified by:
swapin interfaceXSettingSequence<E>- Specified by:
swapin interfaceXSortableEnum<E>- Specified by:
swapin interfaceXSortableSequence<E>
-
swap
- Specified by:
swapin interfaceXDecreasingEnum<E>- Specified by:
swapin interfaceXDecreasingSequence<E>- Specified by:
swapin interfaceXEnum<E>- Specified by:
swapin interfaceXIncreasingEnum<E>- Specified by:
swapin interfaceXIncreasingSequence<E>- Specified by:
swapin interfaceXOrderingEnum<E>- Specified by:
swapin interfaceXOrderingSequence<E>- Specified by:
swapin interfaceXSettingEnum<E>- Specified by:
swapin interfaceXSettingSequence<E>- Specified by:
swapin interfaceXSortableEnum<E>- Specified by:
swapin interfaceXSortableSequence<E>
-
equality
- Specified by:
equalityin interfaceXGettingCollection<E>
-
input
- Specified by:
inputin interfaceXInputtingSequence<E>
-
inputAll
- Specified by:
inputAllin interfaceXInputtingSequence<E>
-
inputAll
- Specified by:
inputAllin interfaceXInputtingSequence<E>
-
inputAll
- Specified by:
inputAllin interfaceXInputtingSequence<E>
-
insert
- Specified by:
insertin interfaceXInsertingSequence<E>
-
insertAll
- Specified by:
insertAllin interfaceXInsertingSequence<E>
-
insertAll
- Specified by:
insertAllin interfaceXInsertingSequence<E>
-
insertAll
- Specified by:
insertAllin interfaceXInsertingSequence<E>
-
prepend
- Specified by:
prependin interfaceXPrependingSequence<E>
-
preput
- Specified by:
preputin interfaceXPreputtingSequence<E>
-
nullInput
public final boolean nullInput(long index)- Specified by:
nullInputin interfaceXInputtingSequence<E>
-
nullInsert
public final boolean nullInsert(long index)- Specified by:
nullInsertin interfaceXInsertingSequence<E>
-
nullPrepend
public final boolean nullPrepend()- Specified by:
nullPrependin interfaceXPrependingSequence<E>
-
prependAll
- Specified by:
prependAllin interfaceXEnum<E>- Specified by:
prependAllin interfaceXExpandingEnum<E>- Specified by:
prependAllin interfaceXExpandingSequence<E>- Specified by:
prependAllin interfaceXExtendingEnum<E>- Specified by:
prependAllin interfaceXExtendingSequence<E>- Specified by:
prependAllin interfaceXIncreasingEnum<E>- Specified by:
prependAllin interfaceXIncreasingSequence<E>- Specified by:
prependAllin interfaceXInputtingEnum<E>- Specified by:
prependAllin interfaceXInputtingSequence<E>- Specified by:
prependAllin interfaceXInsertingEnum<E>- Specified by:
prependAllin interfaceXInsertingSequence<E>- Specified by:
prependAllin interfaceXPrependingEnum<E>- Specified by:
prependAllin interfaceXPrependingSequence<E>- Specified by:
prependAllin interfaceXPreputtingEnum<E>- Specified by:
prependAllin interfaceXPreputtingSequence<E>
-
prependAll
- Specified by:
prependAllin interfaceXEnum<E>- Specified by:
prependAllin interfaceXExpandingEnum<E>- Specified by:
prependAllin interfaceXExpandingSequence<E>- Specified by:
prependAllin interfaceXExtendingEnum<E>- Specified by:
prependAllin interfaceXExtendingSequence<E>- Specified by:
prependAllin interfaceXIncreasingEnum<E>- Specified by:
prependAllin interfaceXIncreasingSequence<E>- Specified by:
prependAllin interfaceXInputtingEnum<E>- Specified by:
prependAllin interfaceXInputtingSequence<E>- Specified by:
prependAllin interfaceXInsertingEnum<E>- Specified by:
prependAllin interfaceXInsertingSequence<E>- Specified by:
prependAllin interfaceXPrependingEnum<E>- Specified by:
prependAllin interfaceXPrependingSequence<E>- Specified by:
prependAllin interfaceXPreputtingEnum<E>- Specified by:
prependAllin interfaceXPreputtingSequence<E>
-
prependAll
- Specified by:
prependAllin interfaceXEnum<E>- Specified by:
prependAllin interfaceXExpandingEnum<E>- Specified by:
prependAllin interfaceXExpandingSequence<E>- Specified by:
prependAllin interfaceXExtendingEnum<E>- Specified by:
prependAllin interfaceXExtendingSequence<E>- Specified by:
prependAllin interfaceXIncreasingEnum<E>- Specified by:
prependAllin interfaceXIncreasingSequence<E>- Specified by:
prependAllin interfaceXInputtingEnum<E>- Specified by:
prependAllin interfaceXInputtingSequence<E>- Specified by:
prependAllin interfaceXInsertingEnum<E>- Specified by:
prependAllin interfaceXInsertingSequence<E>- Specified by:
prependAllin interfaceXPrependingEnum<E>- Specified by:
prependAllin interfaceXPrependingSequence<E>- Specified by:
prependAllin interfaceXPreputtingEnum<E>- Specified by:
prependAllin interfaceXPreputtingSequence<E>
-
nullPreput
public final boolean nullPreput()- Specified by:
nullPreputin interfaceXPreputtingSequence<E>
-
preputAll
- Specified by:
preputAllin interfaceXEnum<E>- Specified by:
preputAllin interfaceXExpandingEnum<E>- Specified by:
preputAllin interfaceXExpandingSequence<E>- Specified by:
preputAllin interfaceXIncreasingEnum<E>- Specified by:
preputAllin interfaceXIncreasingSequence<E>- Specified by:
preputAllin interfaceXInputtingEnum<E>- Specified by:
preputAllin interfaceXInputtingSequence<E>- Specified by:
preputAllin interfaceXPreputtingEnum<E>- Specified by:
preputAllin interfaceXPreputtingSequence<E>
-
preputAll
- Specified by:
preputAllin interfaceXEnum<E>- Specified by:
preputAllin interfaceXExpandingEnum<E>- Specified by:
preputAllin interfaceXExpandingSequence<E>- Specified by:
preputAllin interfaceXIncreasingEnum<E>- Specified by:
preputAllin interfaceXIncreasingSequence<E>- Specified by:
preputAllin interfaceXInputtingEnum<E>- Specified by:
preputAllin interfaceXInputtingSequence<E>- Specified by:
preputAllin interfaceXPreputtingEnum<E>- Specified by:
preputAllin interfaceXPreputtingSequence<E>
-
preputAll
- Specified by:
preputAllin interfaceXEnum<E>- Specified by:
preputAllin interfaceXExpandingEnum<E>- Specified by:
preputAllin interfaceXExpandingSequence<E>- Specified by:
preputAllin interfaceXIncreasingEnum<E>- Specified by:
preputAllin interfaceXIncreasingSequence<E>- Specified by:
preputAllin interfaceXInputtingEnum<E>- Specified by:
preputAllin interfaceXInputtingSequence<E>- Specified by:
preputAllin interfaceXPreputtingEnum<E>- Specified by:
preputAllin interfaceXPreputtingSequence<E>
-
set
- Specified by:
setin interfaceXSettingSequence<E>
-
setGet
- Specified by:
setGetin interfaceXSettingEnum<E>- Specified by:
setGetin interfaceXSettingSequence<E>
-
setFirst
- Specified by:
setFirstin interfaceXSettingEnum<E>- Specified by:
setFirstin interfaceXSettingSequence<E>
-
setLast
- Specified by:
setLastin interfaceXSettingEnum<E>- Specified by:
setLastin interfaceXSettingSequence<E>
-
setAll
- Specified by:
setAllin interfaceXDecreasingEnum<E>- Specified by:
setAllin interfaceXDecreasingSequence<E>- Specified by:
setAllin interfaceXEnum<E>- Specified by:
setAllin interfaceXSettingEnum<E>- Specified by:
setAllin interfaceXSettingSequence<E>
-
set
- Specified by:
setin interfaceXDecreasingEnum<E>- Specified by:
setin interfaceXDecreasingSequence<E>- Specified by:
setin interfaceXEnum<E>- Specified by:
setin interfaceXSettingEnum<E>- Specified by:
setin interfaceXSettingSequence<E>
-
set
public final EqHashEnum<E> set(long index, XGettingSequence<? extends E> elements, long offset, long length)- Specified by:
setin interfaceXDecreasingEnum<E>- Specified by:
setin interfaceXDecreasingSequence<E>- Specified by:
setin interfaceXEnum<E>- Specified by:
setin interfaceXSettingEnum<E>- Specified by:
setin interfaceXSettingSequence<E>
-