Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

AbstractBasicCopyable<T extends java.lang.Cloneable> - Class in de.caff.generics
Basic implementation of copyable object.
AbstractBasicCopyable() - Constructor for class de.caff.generics.AbstractBasicCopyable
 
AbstractBasicCountingSet<T> - Class in de.caff.generics
Basic implementation for counting sets.
AbstractBasicCountingSet(Map<T, Counter>, Supplier<Counter>) - Constructor for class de.caff.generics.AbstractBasicCountingSet
Constructor.
AbstractBasicFragileLoopItemHandler<T,E extends java.lang.Exception> - Class in de.caff.generics.handler
A base implementation which just does nothing for the LoopHandler.beforeStart() and LoopHandler.afterFinish() methods.
AbstractBasicFragileLoopItemHandler() - Constructor for class de.caff.generics.handler.AbstractBasicFragileLoopItemHandler
 
AbstractBasicLoopItemHandler<T> - Class in de.caff.generics.handler
A base implementation which just does nothing for the LoopHandler.beforeStart() and LoopHandler.afterFinish() methods.
AbstractBasicLoopItemHandler() - Constructor for class de.caff.generics.handler.AbstractBasicLoopItemHandler
 
AbstractBasicMultiDimensionalArray<T> - Class in de.caff.generics.mda
Basic implementation of a multi-dimensional array.
AbstractBasicMultiDimensionalArray(int...) - Constructor for class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
Constructor.
AbstractBasicMultiDimensionalArray(MultiIndexLinearizer) - Constructor for class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
Constructor.
AbstractBasicUnmodifiableList<T> - Class in de.caff.generics
Basic implementation of an unmodifiable list.
AbstractBasicUnmodifiableList() - Constructor for class de.caff.generics.AbstractBasicUnmodifiableList
 
accept(int, boolean) - Method in interface de.caff.generics.BooleanIndexable.EntryConsumer
Do whatever is necessary for the given index-value combination.
accept(boolean) - Method in interface de.caff.generics.function.BooleanConsumer
Perform this operation on the given argument.
accept(byte) - Method in interface de.caff.generics.function.ByteConsumer
Perform this operation on the given argument.
accept(char) - Method in interface de.caff.generics.function.CharConsumer
Perform this operation on the given argument.
accept(float) - Method in interface de.caff.generics.function.FloatConsumer
Perform this operation on the given argument.
accept(boolean) - Method in interface de.caff.generics.function.FragileBooleanConsumer
Perform this operation on the given value.
accept(byte) - Method in interface de.caff.generics.function.FragileByteConsumer
Perform this operation on the given value.
accept(char) - Method in interface de.caff.generics.function.FragileCharConsumer
Perform this operation on the given value.
accept(double) - Method in interface de.caff.generics.function.FragileDoubleConsumer
Perform this operation on the given value.
accept(float) - Method in interface de.caff.generics.function.FragileFloatConsumer
Perform this operation on the given value.
accept(int) - Method in interface de.caff.generics.function.FragileIntConsumer
Perform this operation on the given value.
accept(long) - Method in interface de.caff.generics.function.FragileLongConsumer
Perform this operation on the given value.
accept(short) - Method in interface de.caff.generics.function.FragileShortConsumer
Perform this operation on the given value.
accept(ITuple2<? extends P1, ? extends P2>) - Method in interface de.caff.generics.function.Procedure2
Expand a tuple into the arguments of this procedure.
accept(ITuple3<? extends P1, ? extends P2, ? extends P3>) - Method in interface de.caff.generics.function.Procedure3
Expand a tuple into the arguments of this procedure.
accept(ITuple4<? extends P1, ? extends P2, ? extends P3, ? extends P4>) - Method in interface de.caff.generics.function.Procedure4
Expand a tuple into the arguments of this procedure.
accept(ITuple5<? extends P1, ? extends P2, ? extends P3, ? extends P4, ? extends P5>) - Method in interface de.caff.generics.function.Procedure5
Expand a tuple into the arguments of this procedure.
accept(ITuple6<? extends P1, ? extends P2, ? extends P3, ? extends P4, ? extends P5, ? extends P6>) - Method in interface de.caff.generics.function.Procedure6
Expand a tuple into the arguments of this procedure.
accept(ITuple7<? extends P1, ? extends P2, ? extends P3, ? extends P4, ? extends P5, ? extends P6, ? extends P7>) - Method in interface de.caff.generics.function.Procedure7
Expand a tuple into the arguments of this procedure.
accept(ITuple8<? extends P1, ? extends P2, ? extends P3, ? extends P4, ? extends P5, ? extends P6, ? extends P7, ? extends P8>) - Method in interface de.caff.generics.function.Procedure8
Expand a tuple into the arguments of this procedure.
accept(ITuple9<? extends P1, ? extends P2, ? extends P3, ? extends P4, ? extends P5, ? extends P6, ? extends P7, ? extends P8, ? extends P9>) - Method in interface de.caff.generics.function.Procedure9
Expand a tuple into the arguments of this procedure.
accept(short) - Method in interface de.caff.generics.function.ShortConsumer
Perform this operation on the given argument.
accept(int, int) - Method in interface de.caff.generics.IntIndexable.EntryConsumer
Do whatever is necessary for the given index-value combination.
Accessor<T> - Interface in de.caff.generics
Abstraction for getting and setting a value.
ActiveList<T> - Class in de.caff.generics
An active lists sends events on changes.
ActiveList(List<T>) - Constructor for class de.caff.generics.ActiveList
Constructor.
ActiveListListener<T> - Interface in de.caff.generics
A listener for active lists.
adapted(Function<? super S, ? extends P>) - Method in interface de.caff.generics.function.FragilePredicate1
Use this predicate on a different type.
adapted(Function<? super S, ? extends P>) - Method in interface de.caff.generics.function.Predicate1
Use this predicate on a different type.
add(T) - Method in class de.caff.generics.AbstractBasicCountingSet
Adds the specified element to this set if it is not already present (optional operation).
add(int, T) - Method in class de.caff.generics.AbstractBasicUnmodifiableList
Inserts the specified element at the specified position in this list (optional operation).
add(T) - Method in class de.caff.generics.AbstractBasicUnmodifiableList
Appends the specified element to the end of this list (optional operation).
add(T) - Method in class de.caff.generics.ActiveList
Appends the specified element to the end of this list (optional operation).
add(int, T) - Method in class de.caff.generics.ActiveList
Inserts the specified element at the specified position in this list (optional operation).
add(Function3<T, BasicLoop<T>, T, T>) - Method in class de.caff.generics.BasicLoop
Add an item.
add(int, double) - Method in interface de.caff.generics.ExpandableDoubleIndexable
Return an exoandable double indexable Insert where the the given value was inserted at the given index.
add(double) - Method in interface de.caff.generics.ExpandableDoubleIndexable
Return an expandable double indexable where the given value was added to the end of this indexable.
add(int, T) - Method in interface de.caff.generics.ExpandableIndexable
Return an expandable indexable where the the given value was inserted at the given index.
add(T) - Method in interface de.caff.generics.ExpandableIndexable
Return an expandable int indexable where the given value was added to the end of this indexable.
add(int, int) - Method in interface de.caff.generics.ExpandableIntIndexable
Return an expandable int indexable Insert where the the given value was inserted at the given index.
add(int) - Method in interface de.caff.generics.ExpandableIntIndexable
Return an expandable int indexable where the given value was added to the end of this indexable.
add(int, long) - Method in interface de.caff.generics.ExpandableLongIndexable
Return an exoandable long indexable Insert where the the given value was inserted at the given index.
add(long) - Method in interface de.caff.generics.ExpandableLongIndexable
Return an expandable long indexable where the given value was added to the end of this indexable.
add(V) - Method in class de.caff.generics.HashCoderSet
 
add(T) - Method in class de.caff.generics.ListIteratorConverter
Inserts the specified element into the list (optional operation).
add(T) - Method in class de.caff.generics.Loop
Add a value to the end of the loop.
add(E) - Method in class de.caff.generics.MatchSet
Adds the specified element to this set if it is not already present (optional operation).
add(V) - Method in class de.caff.generics.RefWrapperHashSet
Appends the specified element to the end of this list (optional operation).
add(V) - Method in class de.caff.generics.RefWrapperList
Appends the specified element to the end of this list (optional operation).
add(int, V) - Method in class de.caff.generics.RefWrapperList
Inserts the specified element at the specified position in this list (optional operation).
add(T) - Method in class de.caff.generics.SynchronizedCollection
Ensures that this collection contains the specified element (optional operation).
add(T) - Method in class de.caff.generics.SynchronizedList
Ensures that this collection contains the specified element (optional operation).
add(int, T) - Method in class de.caff.generics.SynchronizedList
Inserts the specified element at the specified position in this list (optional operation).
add(int) - Method in interface de.caff.generics.util.Counter
Add something to the counter.
add(Counter) - Method in interface de.caff.generics.util.Counter
Add something to the counter.
add(Number) - Method in interface de.caff.generics.util.Counter
Add a number to the counter.
add(long) - Method in interface de.caff.generics.util.LongCounter
Add something to the counter.
add(LongCounter) - Method in interface de.caff.generics.util.LongCounter
Add something to the counter.
add(Number) - Method in interface de.caff.generics.util.LongCounter
Add a number to the counter.
add(Counter) - Method in interface de.caff.generics.util.LongCounter
Add the value of an integer counter.
add(int) - Method in class de.caff.generics.util.SimpleCounter
Add something to the counter.
add(Counter) - Method in class de.caff.generics.util.SimpleCounter
Add something to the counter.
add(long) - Method in class de.caff.generics.util.SimpleLongCounter
 
add(LongCounter) - Method in class de.caff.generics.util.SimpleLongCounter
 
add(int) - Method in class de.caff.generics.util.ThreadSafeCounter
Add something to the counter.
add(Counter) - Method in class de.caff.generics.util.ThreadSafeCounter
Add something to the counter.
add(long) - Method in class de.caff.generics.util.ThreadSafeLongCounter
 
add(LongCounter) - Method in class de.caff.generics.util.ThreadSafeLongCounter
 
add1() - Method in interface de.caff.generics.util.Counter
Add 1 to counter.
add1() - Method in interface de.caff.generics.util.LongCounter
Add 1 to counter.
add1() - Method in class de.caff.generics.util.SimpleCounter
Add 1 to counter.
add1() - Method in class de.caff.generics.util.SimpleLongCounter
 
add1() - Method in class de.caff.generics.util.ThreadSafeCounter
Add 1 to counter.
add1() - Method in class de.caff.generics.util.ThreadSafeLongCounter
 
addActiveListListener(ActiveListListener<? super T>) - Method in class de.caff.generics.ActiveList
Add an active list listener.
addAll(Collection<? extends T>) - Method in class de.caff.generics.AbstractBasicCountingSet
Adds all of the elements in the specified collection to this set if they're not already present (optional operation).
addAll(int, Collection<? extends T>) - Method in class de.caff.generics.AbstractBasicUnmodifiableList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Collection) - Method in class de.caff.generics.AbstractBasicUnmodifiableList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(Iterable<V>, Function<? super V, Function3<T, BasicLoop<T>, T, T>>) - Method in class de.caff.generics.BasicLoop
Add all the elements to the loop.
addAll(Iterable<? extends T>) - Method in interface de.caff.generics.ExpandableIndexable
Add all elements to this indexable and return the result.
addAll(int...) - Method in interface de.caff.generics.ExpandableIntIndexable
Add all values.
addAll(Collection<? extends V>) - Method in class de.caff.generics.HashCoderSet
 
addAll(Iterable<? extends V>) - Method in class de.caff.generics.HashCoderSet
Add all elements of the given iterable.
addAll(Iterable<? extends T>) - Method in class de.caff.generics.Loop
Add all values.
addAll(Collection<? extends E>) - Method in class de.caff.generics.MatchSet
Adds all of the elements in the specified collection to this set if they're not already present (optional operation).
addAll(Collection<? extends V>) - Method in class de.caff.generics.RefWrapperHashSet
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(Collection<? extends V>) - Method in class de.caff.generics.RefWrapperList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(int, Collection<? extends V>) - Method in class de.caff.generics.RefWrapperList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Collection<? extends T>) - Method in class de.caff.generics.SynchronizedCollection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(Collection<? extends T>) - Method in class de.caff.generics.SynchronizedList
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(int, Collection<? extends T>) - Method in class de.caff.generics.SynchronizedList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(C, T...) - Static method in class de.caff.generics.Types
Add all elements to a collection.
addAll(C, Iterable<? extends T>) - Static method in class de.caff.generics.Types
Add all elements of an iterable to a collection.
addAll(C, Iterator<? extends T>) - Static method in class de.caff.generics.Types
Add all elements of an iterator to a collection.
addAll(C, Enumeration<? extends T>) - Static method in class de.caff.generics.Types
Add all elements of an enumeration to a collection.
addAllTo(Collection<? super Boolean>) - Method in interface de.caff.generics.BooleanIndexable
Add all elements of this indexable to the given collection.
addAllTo(Collection<? super Byte>) - Method in interface de.caff.generics.ByteIndexable
Add all elements of this indexable to the given collection.
addAllTo(Collection<? super Character>) - Method in interface de.caff.generics.CharIndexable
Add all elements of this indexable to the given collection.
addAllTo(Collection<? super T>) - Method in interface de.caff.generics.Countable
Add all entries of this countable to the given collection.
addAllTo(Map<? super K, ? super V>) - Method in interface de.caff.generics.Dict
Add all entries in this dictionary to the given map.
addAllTo(Collection<? super Double>) - Method in interface de.caff.generics.DoubleIndexable
Add all elements of this indexable to the given collection.
addAllTo(Collection<? super Float>) - Method in interface de.caff.generics.FloatIndexable
Add all elements of this indexable to the given collection.
addAllTo(Collection<? super Integer>) - Method in interface de.caff.generics.IntCountable
Add all entries of this countable to the given collection.
addAllTo(Collection<? super Integer>) - Method in interface de.caff.generics.IntIndexable
Add all elements of this indexable to the given collection.
addAllTo(Collection<? super Long>) - Method in interface de.caff.generics.LongIndexable
Add all elements of this indexable to the given collection.
addAllTo(Collection<? super Short>) - Method in interface de.caff.generics.ShortIndexable
Add all elements of this indexable to the given collection.
addEnumeration(C, Enumeration<? extends T>) - Static method in class de.caff.generics.Types
Deprecated.
addIterable(C, Iterable<? extends T>) - Static method in class de.caff.generics.Types
Deprecated.
addIterator(C, Iterator<? extends T>) - Static method in class de.caff.generics.Types
Deprecated.
addToArray(boolean[], int) - Method in interface de.caff.generics.BooleanIndexable
Add the content of this indexable to the given array.
addToArray(boolean[], int, int, int) - Method in interface de.caff.generics.BooleanIndexable
Add a part of the content of this indexable to the given array.
addToArray(byte[], int) - Method in interface de.caff.generics.ByteIndexable
Add the content of this indexable to the given array.
addToArray(byte[], int, int, int) - Method in interface de.caff.generics.ByteIndexable
Add a part of the content of this indexable to the given array.
addToArray(int[], int) - Method in interface de.caff.generics.ByteIndexable
Add the content of this indexable to the given int array.
addToArray(int[], int, int, int) - Method in interface de.caff.generics.ByteIndexable
Add a part of the content of this indexable to the given intarray.
addToArray(char[], int) - Method in interface de.caff.generics.CharIndexable
Add the content of this indexable to the given array.
addToArray(char[], int, int, int) - Method in interface de.caff.generics.CharIndexable
Add a part of the content of this indexable to the given array.
addToArray(int[], int) - Method in interface de.caff.generics.CharIndexable
Add the content of this indexable to the given int array.
addToArray(int[], int, int, int) - Method in interface de.caff.generics.CharIndexable
Add a part of the content of this indexable to the given intarray.
addToArray(T[], int) - Method in interface de.caff.generics.Countable
Add the complete content of this countable to the given array.
addToArray(double[], int) - Method in interface de.caff.generics.DoubleIndexable
Add the content of this indexable to the given array.
addToArray(double[], int, int, int) - Method in interface de.caff.generics.DoubleIndexable
Add a part of the content of this indexable to the given array.
addToArray(float[], int) - Method in interface de.caff.generics.FloatIndexable
Add the content of this indexable to the given array.
addToArray(float[], int, int, int) - Method in interface de.caff.generics.FloatIndexable
Add a part of the content of this indexable to the given array.
addToArray(T[], int, int, int) - Method in interface de.caff.generics.Indexable
Add a part of the content of this indexable to the given array.
addToArray(T[], int) - Method in interface de.caff.generics.Indexable
Add the complete content of this indexable to the gien array.
addToArray(int[], int) - Method in interface de.caff.generics.IntCountable
Add the complete content of this countable to the given array.
addToArray(int[], int) - Method in interface de.caff.generics.IntIndexable
Add the content of this indexable to the given array.
addToArray(int[], int, int, int) - Method in interface de.caff.generics.IntIndexable
Add a part of the content of this indexable to the given array.
addToArray(long[], int) - Method in interface de.caff.generics.LongIndexable
Add the content of this indexable to the given array.
addToArray(long[], int, int, int) - Method in interface de.caff.generics.LongIndexable
Add a part of the content of this indexable to the given array.
addToArray(short[], int) - Method in interface de.caff.generics.ShortIndexable
Add the content of this indexable to the given array.
addToArray(short[], int, int, int) - Method in interface de.caff.generics.ShortIndexable
Add a part of the content of this indexable to the given array.
addToArray(int[], int) - Method in interface de.caff.generics.ShortIndexable
Add the content of this indexable to the given int array.
addToArray(int[], int, int, int) - Method in interface de.caff.generics.ShortIndexable
Add a part of the content of this indexable to the given int array.
addToCollection(Collection<? super T>) - Method in interface de.caff.generics.Indexable
Deprecated.
advanced(int) - Method in class de.caff.generics.BasicLoop.Item
Advance to the item steps steps away.
after(Function<? super T, ? extends P>) - Method in interface de.caff.generics.function.Function1
Get a chained function which first applies the given function and then this one.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.FragileProcedure2
Get a chained procedure which first applies the given function, then this procedure.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.FragileProcedure3
Get a chained procedure which first applies the given function, then this procedure.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.FragileProcedure4
Get a chained procedure which first applies the given function, then this procedure.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Function2
Get a chained function which first applies the given function, then this one.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Function3
Get a chained function which first applies the given function, then this one.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Function4
Get a chained function which first applies the given function, then this one.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Function5
Get a chained function which first applies the given function, then this one.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Function6
Get a chained function which first applies the given function, then this one.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Function7
Get a chained function which first applies the given function, then this one.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Function8
Get a chained function which first applies the given function, then this one.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Function9
Get a chained function which first applies the given function, then this one.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Predicate2
Get a chained predicate which first applies the given function, then this predicate.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Predicate3
Get a chained predicate which first applies the given function, then this predicate.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Predicate4
Get a chained predicate which first applies the given function, then this predicate.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Predicate5
Get a chained predicate which first applies the given function, then this predicate.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Predicate6
Get a chained predicate which first applies the given function, then this predicate.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Predicate7
Get a chained predicate which first applies the given function, then this predicate.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Predicate8
Get a chained predicate which first applies the given function, then this predicate.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Predicate9
Get a chained predicate which first applies the given function, then this predicate.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Procedure2
Get a chained procedure which first applies the given function, then this procedure.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Procedure3
Get a chained procedure which first applies the given function, then this procedure.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Procedure4
Get a chained procedure which first applies the given function, then this procedure.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Procedure5
Get a chained procedure which first applies the given function, then this procedure.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Procedure6
Get a chained procedure which first applies the given function, then this procedure.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Procedure7
Get a chained procedure which first applies the given function, then this procedure.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Procedure8
Get a chained procedure which first applies the given function, then this procedure.
after1(Function<FP, FR>) - Method in interface de.caff.generics.function.Procedure9
Get a chained procedure which first applies the given function, then this procedure.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Function2
Get a chained function which first applies the given 2-parameter function, then this one.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Function3
Get a chained function which first applies the given 2-parameter function, then this one.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Function4
Get a chained function which first applies the given 2-parameter function, then this one.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Function5
Get a chained function which first applies the given 2-parameter function, then this one.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Function6
Get a chained function which first applies the given 2-parameter function, then this one.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Function7
Get a chained function which first applies the given 2-parameter function, then this one.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Function8
Get a chained function which first applies the given 2-parameter function, then this one.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Function9
Get a chained function which first applies the given 2-parameter function, then this one.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Predicate2
Get a chained predicate which first applies the given 2-parameter function, then this predicate.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Predicate3
Get a chained predicate which first applies the given 2-parameter function, then this predicate.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Predicate4
Get a chained predicate which first applies the given 2-parameter function, then this predicate.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Predicate5
Get a chained predicate which first applies the given 2-parameter function, then this predicate.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Predicate6
Get a chained predicate which first applies the given 2-parameter function, then this predicate.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Predicate7
Get a chained predicate which first applies the given 2-parameter function, then this predicate.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Predicate8
Get a chained predicate which first applies the given 2-parameter function, then this predicate.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Predicate9
Get a chained predicate which first applies the given 2-parameter function, then this predicate.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Procedure2
Get a chained procedure which first applies the given 2-parameter function, then this procedure.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Procedure3
Get a chained procedure which first applies the given 2-parameter function, then this procedure.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Procedure4
Get a chained procedure which first applies the given 2-parameter function, then this procedure.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Procedure5
Get a chained procedure which first applies the given 2-parameter function, then this procedure.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Procedure6
Get a chained procedure which first applies the given 2-parameter function, then this procedure.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Procedure7
Get a chained procedure which first applies the given 2-parameter function, then this procedure.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Procedure8
Get a chained procedure which first applies the given 2-parameter function, then this procedure.
after2(BiFunction<FP1, FP2, FR>) - Method in interface de.caff.generics.function.Procedure9
Get a chained procedure which first applies the given 2-parameter function, then this procedure.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Function2
Get a chained function which first applies the given 3-parameter function, then this one.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Function3
Get a chained function which first applies the given 3-parameter function, then this one.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Function4
Get a chained function which first applies the given 3-parameter function, then this one.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Function5
Get a chained function which first applies the given 3-parameter function, then this one.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Function6
Get a chained function which first applies the given 3-parameter function, then this one.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Function7
Get a chained function which first applies the given 3-parameter function, then this one.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Function8
Get a chained function which first applies the given 3-parameter function, then this one.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Function9
Get a chained function which first applies the given 3-parameter function, then this one.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Predicate2
Get a chained predicate which first applies the given 3-parameter function, then this predicate.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Predicate3
Get a chained predicate which first applies the given 3-parameter function, then this predicate.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Predicate4
Get a chained predicate which first applies the given 3-parameter function, then this predicate.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Predicate5
Get a chained predicate which first applies the given 3-parameter function, then this predicate.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Predicate6
Get a chained predicate which first applies the given 3-parameter function, then this predicate.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Predicate7
Get a chained predicate which first applies the given 3-parameter function, then this predicate.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Predicate8
Get a chained predicate which first applies the given 3-parameter function, then this predicate.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Predicate9
Get a chained predicate which first applies the given 3-parameter function, then this predicate.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Procedure2
Get a chained procedure which first applies the given 3-parameter function, then this procedure.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Procedure3
Get a chained procedure which first applies the given 3-parameter function, then this procedure.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Procedure4
Get a chained procedure which first applies the given 3-parameter function, then this procedure.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Procedure5
Get a chained procedure which first applies the given 3-parameter function, then this procedure.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Procedure6
Get a chained procedure which first applies the given 3-parameter function, then this procedure.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Procedure7
Get a chained procedure which first applies the given 3-parameter function, then this procedure.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Procedure8
Get a chained procedure which first applies the given 3-parameter function, then this procedure.
after3(Function3<FR, FP1, FP2, FP3>) - Method in interface de.caff.generics.function.Procedure9
Get a chained procedure which first applies the given 3-parameter function, then this procedure.
after4(Function4<FR, FP1, FP2, FP3, FP4>) - Method in interface de.caff.generics.function.Function3
Get a chained function which first applies the given 4-parameter function, then this one.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Function2
Get a chained function which first applies the given 5-parameter function, then this one.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Function3
Get a chained function which first applies the given 5-parameter function, then this one.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Function4
Get a chained function which first applies the given 5-parameter function, then this one.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Function5
Get a chained function which first applies the given 5-parameter function, then this one.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Function6
Get a chained function which first applies the given 5-parameter function, then this one.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Function7
Get a chained function which first applies the given 5-parameter function, then this one.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Function8
Get a chained function which first applies the given 5-parameter function, then this one.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Function9
Get a chained function which first applies the given 5-parameter function, then this one.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Predicate2
Get a chained predicate which first applies the given 5-parameter function, then this predicate.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Predicate3
Get a chained predicate which first applies the given 5-parameter function, then this predicate.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Predicate4
Get a chained predicate which first applies the given 5-parameter function, then this predicate.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Predicate5
Get a chained predicate which first applies the given 5-parameter function, then this predicate.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Predicate6
Get a chained predicate which first applies the given 5-parameter function, then this predicate.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Predicate7
Get a chained predicate which first applies the given 5-parameter function, then this predicate.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Predicate8
Get a chained predicate which first applies the given 5-parameter function, then this predicate.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Predicate9
Get a chained predicate which first applies the given 5-parameter function, then this predicate.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Procedure2
Get a chained procedure which first applies the given 5-parameter function, then this procedure.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Procedure3
Get a chained procedure which first applies the given 5-parameter function, then this procedure.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Procedure4
Get a chained procedure which first applies the given 5-parameter function, then this procedure.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Procedure5
Get a chained procedure which first applies the given 5-parameter function, then this procedure.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Procedure6
Get a chained procedure which first applies the given 5-parameter function, then this procedure.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Procedure7
Get a chained procedure which first applies the given 5-parameter function, then this procedure.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Procedure8
Get a chained procedure which first applies the given 5-parameter function, then this procedure.
after5(Function5<FR, FP1, FP2, FP3, FP4, FP5>) - Method in interface de.caff.generics.function.Procedure9
Get a chained procedure which first applies the given 5-parameter function, then this procedure.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Function2
Get a chained function which first applies the given 6-parameter function, then this one.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Function3
Get a chained function which first applies the given 6-parameter function, then this one.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Function4
Get a chained function which first applies the given 6-parameter function, then this one.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Function5
Get a chained function which first applies the given 6-parameter function, then this one.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Function6
Get a chained function which first applies the given 6-parameter function, then this one.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Function7
Get a chained function which first applies the given 6-parameter function, then this one.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Function8
Get a chained function which first applies the given 6-parameter function, then this one.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Function9
Get a chained function which first applies the given 6-parameter function, then this one.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Predicate2
Get a chained predicate which first applies the given 6-parameter function, then this predicate.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Predicate3
Get a chained predicate which first applies the given 6-parameter function, then this predicate.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Predicate4
Get a chained predicate which first applies the given 6-parameter function, then this predicate.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Predicate5
Get a chained predicate which first applies the given 6-parameter function, then this predicate.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Predicate6
Get a chained predicate which first applies the given 6-parameter function, then this predicate.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Predicate7
Get a chained predicate which first applies the given 6-parameter function, then this predicate.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Predicate8
Get a chained predicate which first applies the given 6-parameter function, then this predicate.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Predicate9
Get a chained predicate which first applies the given 6-parameter function, then this predicate.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Procedure2
Get a chained procedure which first applies the given 6-parameter function, then this procedure.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Procedure3
Get a chained procedure which first applies the given 6-parameter function, then this procedure.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Procedure4
Get a chained procedure which first applies the given 6-parameter function, then this procedure.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Procedure5
Get a chained procedure which first applies the given 6-parameter function, then this procedure.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Procedure6
Get a chained procedure which first applies the given 6-parameter function, then this procedure.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Procedure7
Get a chained procedure which first applies the given 6-parameter function, then this procedure.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Procedure8
Get a chained procedure which first applies the given 6-parameter function, then this procedure.
after6(Function6<FR, FP1, FP2, FP3, FP4, FP5, FP6>) - Method in interface de.caff.generics.function.Procedure9
Get a chained procedure which first applies the given 6-parameter function, then this procedure.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Function2
Get a chained function which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Function3
Get a chained function which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Function4
Get a chained function which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Function5
Get a chained function which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Function6
Get a chained function which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Function7
Get a chained function which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Function8
Get a chained function which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Function9
Get a chained function which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Predicate2
Get a chained predicate which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Predicate3
Get a chained predicate which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Predicate4
Get a chained predicate which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Predicate5
Get a chained predicate which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Predicate6
Get a chained predicate which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Predicate7
Get a chained predicate which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Predicate8
Get a chained predicate which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Predicate9
Get a chained predicate which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Procedure2
Get a chained procedure which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Procedure3
Get a chained procedure which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Procedure4
Get a chained procedure which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Procedure5
Get a chained procedure which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Procedure6
Get a chained procedure which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Procedure7
Get a chained procedure which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Procedure8
Get a chained procedure which first applies the given 7-parameter function, then this one.
after7(Function7<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7>) - Method in interface de.caff.generics.function.Procedure9
Get a chained procedure which first applies the given 7-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Function2
Get a chained function which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Function3
Get a chained function which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Function4
Get a chained function which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Function5
Get a chained function which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Function6
Get a chained function which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Function7
Get a chained function which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Function8
Get a chained function which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Function9
Get a chained function which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Predicate2
Get a chained predicate which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Predicate3
Get a chained predicate which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Predicate4
Get a chained predicate which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Predicate5
Get a chained predicate which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Predicate6
Get a chained predicate which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Predicate7
Get a chained predicate which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Predicate8
Get a chained predicate which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Predicate9
Get a chained predicate which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Procedure2
Get a chained procedure which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Procedure3
Get a chained procedure which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Procedure4
Get a chained procedure which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Procedure5
Get a chained procedure which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Procedure6
Get a chained procedure which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Procedure7
Get a chained procedure which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Procedure8
Get a chained procedure which first applies the given 8-parameter function, then this one.
after8(Function8<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8>) - Method in interface de.caff.generics.function.Procedure9
Get a chained procedure which first applies the given 8-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Function2
Get a chained function which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Function3
Get a chained function which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Function4
Get a chained function which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Function5
Get a chained function which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Function6
Get a chained function which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Function7
Get a chained function which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Function8
Get a chained function which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Function9
Get a chained function which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Predicate2
Get a chained predicate which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Predicate3
Get a chained predicate which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Predicate4
Get a chained predicate which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Predicate5
Get a chained predicate which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Predicate6
Get a chained predicate which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Predicate7
Get a chained predicate which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Predicate8
Get a chained predicate which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Predicate9
Get a chained predicate which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Procedure2
Get a chained procedure which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Procedure3
Get a chained procedure which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Procedure4
Get a chained procedure which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Procedure5
Get a chained procedure which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Procedure6
Get a chained procedure which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Procedure7
Get a chained procedure which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Procedure8
Get a chained procedure which first applies the given 9-parameter function, then this one.
after9(Function9<FR, FP1, FP2, FP3, FP4, FP5, FP6, FP7, FP8, FP9>) - Method in interface de.caff.generics.function.Procedure9
Get a chained procedure which first applies the given 9-parameter function, then this one.
afterFinish() - Method in class de.caff.generics.handler.AbstractBasicFragileLoopItemHandler
Called after the loop has finished.
afterFinish() - Method in class de.caff.generics.handler.AbstractBasicLoopItemHandler
Called after the loop has finished.
afterFinish() - Method in class de.caff.generics.handler.CarelessLoopItemHandler
Called after the loop has finished.
afterFinish() - Method in class de.caff.generics.handler.ConvertingFragileLoopItemHandler
Called after the loop has finished.
afterFinish() - Method in class de.caff.generics.handler.ConvertingLoopItemHandler
Called after the loop has finished.
afterFinish() - Method in class de.caff.generics.handler.DeletingFragileLoopItemHandler
Called after the loop has finished.
afterFinish() - Method in class de.caff.generics.handler.DeletingLoopItemHandler
Called after the loop has finished.
afterFinish() - Method in class de.caff.generics.handler.FindAllIndexesHandler
Called after the loop has finished.
afterFinish() - Method in class de.caff.generics.handler.FindFirstIndexHandler
Called after the loop has finished.
afterFinish() - Method in class de.caff.generics.handler.MultiConvertingFragileLoopItemHandler
Called after the loop has finished.
afterFinish() - Method in class de.caff.generics.handler.MultiConvertingLoopItemHandler
Called after the loop has finished.
afterFinish() - Method in interface de.caff.generics.LoopHandler
Called after the loop has finished.
all(T[], Predicate<? super T>) - Static method in class de.caff.generics.Types
Does every element in the array fulfill the predicate?
all(Iterable<T>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Does every element in the iterable fulfill the predicate?
all(Iterator<T>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Does every element of the iterator fulfill the predicate?
all(Enumeration<T>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Does every element of the enumeration fulfill the predicate?
ALPHA - Static variable in class de.caff.version.SemVer.Prerelease
Alpha prerelease.
AlphanumericIdentifier(String) - Constructor for class de.caff.version.SemVer.Prerelease.AlphanumericIdentifier
Constructor.
ALWAYS_FALSE - Static variable in interface de.caff.generics.function.Predicate1
Deprecated.
Use Predicate1.alwaysFalse() instead as the returned predicate is smarter.
ALWAYS_NULL - Static variable in interface de.caff.generics.function.Function0
Function which always returns a null object.
ALWAYS_TRUE - Static variable in interface de.caff.generics.function.Predicate1
Deprecated.
Use Predicate1.alwaysTrue() instead as the returned predicate is smarter.
alwaysFalse() - Static method in interface de.caff.generics.function.Predicate1
Get a predicate which always evaluates to false.
alwaysFalse() - Static method in interface de.caff.generics.function.Predicate2
Get a predicate which always evaluates to false.
alwaysFalse() - Static method in interface de.caff.generics.function.Predicate3
Get a predicate which always evaluates to false.
alwaysFalse() - Static method in interface de.caff.generics.function.Predicate4
Get a predicate which always evaluates to false.
alwaysFalse() - Static method in interface de.caff.generics.function.Predicate5
Get a predicate which always evaluates to false.
alwaysFalse() - Static method in interface de.caff.generics.function.Predicate6
Get a predicate which always evaluates to false.
alwaysFalse() - Static method in interface de.caff.generics.function.Predicate7
Get a predicate which always evaluates to false.
alwaysFalse() - Static method in interface de.caff.generics.function.Predicate8
Get a predicate which always evaluates to false.
alwaysFalse() - Static method in interface de.caff.generics.function.Predicate9
Get a predicate which always evaluates to false.
alwaysNull() - Static method in interface de.caff.generics.function.Function0
Get a zero-argument function which always returns null.
alwaysTrue() - Static method in interface de.caff.generics.function.Predicate1
Get a predicate which always evaluates to true.
alwaysTrue() - Static method in interface de.caff.generics.function.Predicate2
Get a predicate which always evaluates to true.
alwaysTrue() - Static method in interface de.caff.generics.function.Predicate3
Get a predicate which always evaluates to true.
alwaysTrue() - Static method in interface de.caff.generics.function.Predicate4
Get a predicate which always evaluates to true.
alwaysTrue() - Static method in interface de.caff.generics.function.Predicate5
Get a predicate which always evaluates to true.
alwaysTrue() - Static method in interface de.caff.generics.function.Predicate6
Get a predicate which always evaluates to true.
alwaysTrue() - Static method in interface de.caff.generics.function.Predicate7
Get a predicate which always evaluates to true.
alwaysTrue() - Static method in interface de.caff.generics.function.Predicate8
Get a predicate which always evaluates to true.
alwaysTrue() - Static method in interface de.caff.generics.function.Predicate9
Get a predicate which always evaluates to true.
and(Predicate<? super T>, Predicate<? super T>) - Static method in class de.caff.generics.checker.Check
Get a value checker which returns the boolean and of two checkers.
and(Predicate<? super T>, Predicate<? super T>, Predicate<? super T>...) - Static method in class de.caff.generics.checker.Check
Get a value checker which returns the boolean and of some checkers.
and(Collection<? extends Predicate<T>>) - Static method in class de.caff.generics.checker.Check
Get a value checker which returns the boolean and of some checkers
AND - Static variable in interface de.caff.generics.function.BooleanOperator2
Standard short-cut boolean AND (&&) operator.
and(Predicate<? super P>) - Method in interface de.caff.generics.function.FragilePredicate1
Combine this and another predicate with logical and.
and(FragilePredicate1<? extends X, ? super T>, FragilePredicate1<? extends X, ? super T>) - Static method in interface de.caff.generics.function.FragilePredicate1
Get a predicate which is the combination of two predicates with a logical and.
and(BiPredicate<? super P1, ? super P2>) - Method in interface de.caff.generics.function.FragilePredicate2
Combine this and another predicate with logical and.
and(FragilePredicate2<? extends X, ? super T1, ? super T2>, FragilePredicate2<? extends X, ? super T1, ? super T2>) - Static method in interface de.caff.generics.function.FragilePredicate2
Get a predicate which is the combination of two predicates with a logical and.
and(Predicate<? super P>) - Method in interface de.caff.generics.function.Predicate1
Combine this and another predicate with logical and.
and(Predicate<? super T>, Predicate<? super T>) - Static method in interface de.caff.generics.function.Predicate1
Get a predicate which is the combination of two predicates with a logical and.
and(BiPredicate<? super P1, ? super P2>) - Method in interface de.caff.generics.function.Predicate2
Combine this and another predicate with logical and.
and(BiPredicate<? super T1, ? super T2>, BiPredicate<? super T1, ? super T2>) - Static method in interface de.caff.generics.function.Predicate2
Get a predicate which is the combination of two predicates with a logical and.
and(Predicate3<? super P1, ? super P2, ? super P3>) - Method in interface de.caff.generics.function.Predicate3
Combine this and another predicate with logical and.
and(Predicate3<? super T1, ? super T2, ? super T3>, Predicate3<? super T1, ? super T2, ? super T3>) - Static method in interface de.caff.generics.function.Predicate3
Get a predicate which is the combination of two predicates with a logical and.
and(Predicate4<? super P1, ? super P2, ? super P3, ? super P4>) - Method in interface de.caff.generics.function.Predicate4
Combine this and another predicate with logical and.
and(Predicate4<? super T1, ? super T2, ? super T3, ? super T4>, Predicate4<? super T1, ? super T2, ? super T3, ? super T4>) - Static method in interface de.caff.generics.function.Predicate4
Get a predicate which is the combination of two predicates with a logical and.
and(Predicate5<? super P1, ? super P2, ? super P3, ? super P4, ? super P5>) - Method in interface de.caff.generics.function.Predicate5
Combine this and another predicate with logical and.
and(Predicate5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5>, Predicate5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5>) - Static method in interface de.caff.generics.function.Predicate5
Get a predicate which is the combination of two predicates with a logical and.
and(Predicate6<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? super P6>) - Method in interface de.caff.generics.function.Predicate6
Combine this and another predicate with logical and.
and(Predicate6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6>, Predicate6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6>) - Static method in interface de.caff.generics.function.Predicate6
Get a predicate which is the combination of two predicates with a logical and.
and(Predicate7<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? super P6, ? super P7>) - Method in interface de.caff.generics.function.Predicate7
Combine this and another predicate with logical and.
and(Predicate7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7>, Predicate7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7>) - Static method in interface de.caff.generics.function.Predicate7
Get a predicate which is the combination of two predicates with a logical and.
and(Predicate8<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? super P6, ? super P7, ? super P8>) - Method in interface de.caff.generics.function.Predicate8
Combine this and another predicate with logical and.
and(Predicate8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8>, Predicate8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8>) - Static method in interface de.caff.generics.function.Predicate8
Get a predicate which is the combination of two predicates with a logical and.
and(Predicate9<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? super P6, ? super P7, ? super P8, ? super P9>) - Method in interface de.caff.generics.function.Predicate9
Combine this and another predicate with logical and.
and(Predicate9<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9>, Predicate9<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9>) - Static method in interface de.caff.generics.function.Predicate9
Get a predicate which is the combination of two predicates with a logical and.
and() - Method in interface de.caff.generics.PrimitiveBooleanIterable
Get the truth value resulting from combining all values with logical and.
and_(Predicate<T>) - Method in interface de.caff.generics.function.FragilePredicate1
Combine this and another predicate with logical and.
and_(Predicate<T>) - Method in interface de.caff.generics.function.Predicate1
Combine this and another predicate with logical and.
AndChecker<T> - Class in de.caff.generics.checker
A value checker which returns true when all wrapped checkers return true.
AndChecker(Predicate<? super T>, Predicate<? super T>) - Constructor for class de.caff.generics.checker.AndChecker
Constructor.
AndChecker(Predicate<? super T>, Predicate<? super T>, Predicate<? super T>...) - Constructor for class de.caff.generics.checker.AndChecker
Constructor.
AndChecker(Collection<? extends Predicate<T>>) - Constructor for class de.caff.generics.checker.AndChecker
Constructor.
andIfSame(Ordering<? super T>) - Method in interface de.caff.generics.function.Ordering
Combine this ordering with a lower-level ordering.
andIfSame(Function<? super T, ? extends S>, Ordering<? super S>) - Method in interface de.caff.generics.function.Ordering
 
andIfSame(Function<? super T, ? extends S>) - Method in interface de.caff.generics.function.Ordering
 
andThen(BooleanConsumer) - Method in interface de.caff.generics.function.BooleanConsumer
Returns a composed BooleanConsumer that performs, in sequence, this operation followed by the after operation.
andThen(BooleanOperator1) - Method in interface de.caff.generics.function.BooleanOperator0
Create a function which applies this function and feeds the result into the next function.
andThen(BooleanOperator1) - Method in interface de.caff.generics.function.BooleanOperator1
Create a function which applies this function and feeds the result into the next function.
andThen(BooleanOperator1) - Method in interface de.caff.generics.function.BooleanOperator2
Create a function which applies this function and feeds the result into the next function.
andThen(BooleanOperator1) - Method in interface de.caff.generics.function.BooleanOperator3
Create a function which applies this function and feeds the result into the next function.
andThen(ByteConsumer) - Method in interface de.caff.generics.function.ByteConsumer
Returns a composed IntConsumer that performs, in sequence, this operation followed by the after operation.
andThen(ByteOperator1) - Method in interface de.caff.generics.function.ByteOperator0
Create a function which applies this function and feeds the result into the next function.
andThen(ByteOperator1) - Method in interface de.caff.generics.function.ByteOperator1
Create a function which applies this function and feeds the result into the next function.
andThen(ByteOperator1) - Method in interface de.caff.generics.function.ByteOperator2
Create a function which applies this function and feeds the result into the next function.
andThen(ByteOperator1) - Method in interface de.caff.generics.function.ByteOperator3
Create a function which applies this function and feeds the result into the next function.
andThen(CharConsumer) - Method in interface de.caff.generics.function.CharConsumer
Returns a composed IntConsumer that performs, in sequence, this operation followed by the after operation.
andThen(CharOperator1) - Method in interface de.caff.generics.function.CharOperator0
Create a function which applies this function and feeds the result into the next function.
andThen(CharOperator1) - Method in interface de.caff.generics.function.CharOperator1
Create a function which applies this function and feeds the result into the next function.
andThen(CharOperator1) - Method in interface de.caff.generics.function.CharOperator2
Create a function which applies this function and feeds the result into the next function.
andThen(CharOperator1) - Method in interface de.caff.generics.function.CharOperator3
Create a function which applies this function and feeds the result into the next function.
andThen(Function<? super T, ? extends R>) - Method in interface de.caff.generics.function.DoubleFunction2
Get a chained function which first applies this function and then the given function to the returned value.
andThen(Function<? super T, ? extends R>) - Method in interface de.caff.generics.function.DoubleFunction3
Get a chained function which first applies this function and then the given function to the returned value.
andThen(Function<? super T, ? extends R>) - Method in interface de.caff.generics.function.DoubleFunction4
Get a chained function which first applies this function and then the given function to the returned value.
andThen(DoubleOperator1) - Method in interface de.caff.generics.function.DoubleOperator0
Create a function which applies this function and feeds the result into the next function.
andThen(DoubleOperator1) - Method in interface de.caff.generics.function.DoubleOperator1
Create a function which applies this function and feeds the result into the next function.
andThen(DoubleOperator1) - Method in interface de.caff.generics.function.DoubleOperator2
Create a operator which applies this operator and feeds the result into the next operator.
andThen(DoubleOperator1) - Method in interface de.caff.generics.function.DoubleOperator3
Create a function which applies this function and feeds the result into the next function.
andThen(FloatConsumer) - Method in interface de.caff.generics.function.FloatConsumer
Returns a composed IntConsumer that performs, in sequence, this operation followed by the after operation.
andThen(FloatOperator1) - Method in interface de.caff.generics.function.FloatOperator0
Create a function which applies this function and feeds the result into the next function.
andThen(FloatOperator1) - Method in interface de.caff.generics.function.FloatOperator1
Create a function which applies this function and feeds the result into the next function.
andThen(FloatOperator1) - Method in interface de.caff.generics.function.FloatOperator2
Create a function which applies this function and feeds the result into the next function.
andThen(FloatOperator1) - Method in interface de.caff.generics.function.FloatOperator3
Create a function which applies this function and feeds the result into the next function.
andThen(Function<? super R, ? extends T>) - Method in interface de.caff.generics.function.Function0
Get a chained function which first applies this function and then the given function to the returned value.
andThen(Function<? super R, ? extends T>) - Method in interface de.caff.generics.function.Function1
Get a chained function which first applies this function and then the given function.
andThen(Function<? super R, ? extends T>) - Method in interface de.caff.generics.function.Function2
Get a chained function which first applies this function and then the given function to the returned value.
andThen(Function<? super R, ? extends T>) - Method in interface de.caff.generics.function.Function3
Get a chained function which first applies this function and then the given function to the returned value.
andThen(Function<? super R, ? extends T>) - Method in interface de.caff.generics.function.Function4
Get a chained function which first applies this function and then the given function to the returned value.
andThen(Function<? super R, ? extends T>) - Method in interface de.caff.generics.function.Function5
Get a chained function which first applies this function and then the given function to the returned value.
andThen(Function<? super R, ? extends T>) - Method in interface de.caff.generics.function.Function6
Get a chained function which first applies this function and then the given function to the returned value.
andThen(Function<? super R, ? extends T>) - Method in interface de.caff.generics.function.Function7
Get a chained function which first applies this function and then the given function to the returned value.
andThen(Function<? super R, ? extends T>) - Method in interface de.caff.generics.function.Function8
Get a chained function which first applies this function and then the given function to the returned value.
andThen(Function<? super R, ? extends T>) - Method in interface de.caff.generics.function.Function9
Get a chained function which first applies this function and then the given function to the returned value.
andThen(IntOperator1) - Method in interface de.caff.generics.function.IntOperator0
Create a function which applies this function and feeds the result into the next function.
andThen(IntOperator1) - Method in interface de.caff.generics.function.IntOperator1
Create a function which applies this function and feeds the result into the next function.
andThen(IntOperator1) - Method in interface de.caff.generics.function.IntOperator2
Create a function which applies this function and feeds the result into the next function.
andThen(IntOperator1) - Method in interface de.caff.generics.function.IntOperator3
Create a function which applies this function and feeds the result into the next function.
andThen(LongOperator1) - Method in interface de.caff.generics.function.LongOperator0
Create a function which applies this function and feeds the result into the next function.
andThen(LongOperator1) - Method in interface de.caff.generics.function.LongOperator1
Create a function which applies this function and feeds the result into the next function.
andThen(LongOperator1) - Method in interface de.caff.generics.function.LongOperator2
Create a function which applies this function and feeds the result into the next function.
andThen(LongOperator1) - Method in interface de.caff.generics.function.LongOperator3
Create a function which applies this function and feeds the result into the next function.
andThen(ShortConsumer) - Method in interface de.caff.generics.function.ShortConsumer
Returns a composed IntConsumer that performs, in sequence, this operation followed by the after operation.
andThen(ShortOperator1) - Method in interface de.caff.generics.function.ShortOperator0
Create a function which applies this function and feeds the result into the next function.
andThen(ShortOperator1) - Method in interface de.caff.generics.function.ShortOperator1
Create a function which applies this function and feeds the result into the next function.
andThen(ShortOperator1) - Method in interface de.caff.generics.function.ShortOperator2
Create a function which applies this function and feeds the result into the next function.
andThen(ShortOperator1) - Method in interface de.caff.generics.function.ShortOperator3
Create a function which applies this function and feeds the result into the next function.
andThen(Function<? super T, ? extends R>) - Method in interface de.caff.generics.TwoWayChoiceN
Convert this into a two-way choice with a different return value.
any(T[], Predicate<? super T>) - Static method in class de.caff.generics.Types
Does any element in the array fulfill the predicate?
any(Iterable<T>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Does any element in the iterable fulfill the predicate?
any(Iterator<T>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Does any element of the iterator fulfill the predicate?
any(Enumeration<T>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Does any element of the enumeration fulfill the predicate?
apply(S) - Method in class de.caff.generics.converter.CarelessTypeConverter
Convert an object to another type.
apply(T) - Method in class de.caff.generics.converter.CopyConverter
Convert an object to another type.
apply(R) - Method in class de.caff.generics.converter.DereferencingTypeConverter
Convert an object to another type.
apply(Map.Entry<KS, V>) - Method in class de.caff.generics.converter.MapKeyConverter
Convert an object to another type.
apply(Map.Entry<KS, VS>) - Method in class de.caff.generics.converter.MapKeyValueConverter
Convert an object to another type.
apply(Map.Entry<K, VS>) - Method in class de.caff.generics.converter.MapValueConverter
Convert an object to another type.
apply(OrderedPair<T, ?>) - Method in class de.caff.generics.converter.OrderedPairFirstExtractor
Convert an object to another type.
apply(OrderedPair<?, T>) - Method in class de.caff.generics.converter.OrderedPairSecondExtractor
Convert an object to another type.
apply(T) - Method in class de.caff.generics.converter.ReferencingTypeConverter
Convert an object to another type.
apply(String) - Method in class de.caff.generics.converter.StringSplitTypeConverter
Convert an object to another type.
apply(S) - Method in class de.caff.generics.converter.TransitiveTypeConverter
Convert an object to another type.
apply(T) - Method in interface de.caff.generics.Copier
Apply this as a function.
apply(Boolean, Boolean) - Method in interface de.caff.generics.function.BooleanFunction2
Default implementation.
apply(Byte, Byte) - Method in interface de.caff.generics.function.ByteFunction2
Default implementation.
apply(Character, Character) - Method in interface de.caff.generics.function.CharFunction2
Default implementation.
apply(Double, Double) - Method in interface de.caff.generics.function.DoubleFunction2
Default implementation.
apply(double, double, double) - Method in interface de.caff.generics.function.DoubleFunction3
Apply this function to three double arguments and return the result.
apply(double, double, double, double) - Method in interface de.caff.generics.function.DoubleFunction4
Apply this function to three double arguments and return the result.
apply(Float, Float) - Method in interface de.caff.generics.function.FloatFunction2
Default implementation.
apply() - Method in interface de.caff.generics.function.FragileFunction0
Run the function.
apply(P) - Method in interface de.caff.generics.function.FragileFunction1
Run the function.
apply(P1, P2) - Method in interface de.caff.generics.function.FragileFunction2
Run the function.
apply(ITuple2<? extends P1, ? extends P2>) - Method in interface de.caff.generics.function.FragileFunction2
Expand a tuple into the arguments of this function.
apply(P1, P2, P3) - Method in interface de.caff.generics.function.FragileFunction3
Run the function.
apply(ITuple3<? extends P1, ? extends P2, ? extends P3>) - Method in interface de.caff.generics.function.FragileFunction3
Expand a tuple into the arguments of this function.
apply(P1, P2, P3, P4) - Method in interface de.caff.generics.function.FragileFunction4
Run the function.
apply(ITuple4<? extends P1, ? extends P2, ? extends P3, ? extends P4>) - Method in interface de.caff.generics.function.FragileFunction4
Expand a tuple into the arguments of this function.
apply() - Method in interface de.caff.generics.function.FragileProcedure0
Run the function.
apply(P) - Method in interface de.caff.generics.function.FragileProcedure1
Run the function.
apply(ITuple2<? extends P1, ? extends P2>) - Method in interface de.caff.generics.function.FragileProcedure2
Expand a tuple into the arguments of this procedure.
apply(P1, P2) - Method in interface de.caff.generics.function.FragileProcedure2
Run the function.
apply(P1, P2, P3) - Method in interface de.caff.generics.function.FragileProcedure3
Run the procedure.
apply(ITuple3<? extends P1, ? extends P2, ? extends P3>) - Method in interface de.caff.generics.function.FragileProcedure3
 
apply(P1, P2, P3, P4) - Method in interface de.caff.generics.function.FragileProcedure4
Run the procedure.
apply(ITuple4<? extends P1, ? extends P2, ? extends P3, ? extends P4>) - Method in interface de.caff.generics.function.FragileProcedure4
 
apply() - Method in interface de.caff.generics.function.Function0
Run the function.
apply(ITuple2<? extends P1, ? extends P2>) - Method in interface de.caff.generics.function.Function2
Expand a tuple into the arguments of this function.
apply(P1, P2, P3) - Method in interface de.caff.generics.function.Function3
Run the function.
apply(ITuple3<? extends P1, ? extends P2, ? extends P3>) - Method in interface de.caff.generics.function.Function3
Expand a tuple into the arguments of this function.
apply(P1, P2, P3, P4) - Method in interface de.caff.generics.function.Function4
Run the function.
apply(ITuple4<? extends P1, ? extends P2, ? extends P3, ? extends P4>) - Method in interface de.caff.generics.function.Function4
Expand a tuple into the arguments of this function.
apply(P1, P2, P3, P4, P5) - Method in interface de.caff.generics.function.Function5
Run the function.
apply(ITuple5<? extends P1, ? extends P2, ? extends P3, ? extends P4, ? extends P5>) - Method in interface de.caff.generics.function.Function5
Expand a tuple into the arguments of this function.
apply(P1, P2, P3, P4, P5, P6) - Method in interface de.caff.generics.function.Function6
Run the function.
apply(ITuple6<? extends P1, ? extends P2, ? extends P3, ? extends P4, ? extends P5, ? extends P6>) - Method in interface de.caff.generics.function.Function6
Expand a tuple into the arguments of this function.
apply(P1, P2, P3, P4, P5, P6, P7) - Method in interface de.caff.generics.function.Function7
Run the function.
apply(ITuple7<? extends P1, ? extends P2, ? extends P3, ? extends P4, ? extends P5, ? extends P6, ? extends P7>) - Method in interface de.caff.generics.function.Function7
Expand a tuple into the arguments of this function.
apply(P1, P2, P3, P4, P5, P6, P7, P8) - Method in interface de.caff.generics.function.Function8
Run the function.
apply(ITuple8<? extends P1, ? extends P2, ? extends P3, ? extends P4, ? extends P5, ? extends P6, ? extends P7, ? extends P8>) - Method in interface de.caff.generics.function.Function8
Expand a tuple into the arguments of this function.
apply(P1, P2, P3, P4, P5, P6, P7, P8, P9) - Method in interface de.caff.generics.function.Function9
Run the function.
apply(ITuple9<? extends P1, ? extends P2, ? extends P3, ? extends P4, ? extends P5, ? extends P6, ? extends P7, ? extends P8, ? extends P9>) - Method in interface de.caff.generics.function.Function9
Expand a tuple into the arguments of this function.
apply(Integer, Integer) - Method in interface de.caff.generics.function.IntFunction2
Default implementation.
apply(Long, Long) - Method in interface de.caff.generics.function.LongFunction2
Default implementation.
apply(P1, P2) - Method in interface de.caff.generics.function.Predicate2
Deprecated.
This has been renamed to BiPredicate.test(Object, Object) to be more in sync with standard Java
apply() - Method in interface de.caff.generics.function.Procedure0
Run the function.
apply(P) - Method in interface de.caff.generics.function.Procedure1
Run the function.
apply(P1, P2) - Method in interface de.caff.generics.function.Procedure2
Run the function.
apply(P1, P2, P3) - Method in interface de.caff.generics.function.Procedure3
Run the procedure.
apply(P1, P2, P3, P4) - Method in interface de.caff.generics.function.Procedure4
Run the procedure.
apply(P1, P2, P3, P4, P5) - Method in interface de.caff.generics.function.Procedure5
Run the procedure.
apply(P1, P2, P3, P4, P5, P6) - Method in interface de.caff.generics.function.Procedure6
Run the procedure.
apply(P1, P2, P3, P4, P5, P6, P7) - Method in interface de.caff.generics.function.Procedure7
Run the procedure.
apply(P1, P2, P3, P4, P5, P6, P7, P8) - Method in interface de.caff.generics.function.Procedure8
Run the procedure.
apply(P1, P2, P3, P4, P5, P6, P7, P8, P9) - Method in interface de.caff.generics.function.Procedure9
Run the procedure.
apply(Short, Short) - Method in interface de.caff.generics.function.ShortFunction2
Default implementation.
apply(boolean...) - Method in interface de.caff.generics.function.VarBooleanOperator
Apply this operator.
apply(BooleanIndexable) - Method in interface de.caff.generics.function.VarBooleanOperator
Apply this operator.
apply(byte...) - Method in interface de.caff.generics.function.VarByteOperator
Apply this operator.
apply(ByteIndexable) - Method in interface de.caff.generics.function.VarByteOperator
Apply this operator.
apply(char...) - Method in interface de.caff.generics.function.VarCharOperator
Apply this operator.
apply(CharIndexable) - Method in interface de.caff.generics.function.VarCharOperator
Apply this operator.
apply(double...) - Method in interface de.caff.generics.function.VarDoubleOperator
Apply this operator.
apply(DoubleIndexable) - Method in interface de.caff.generics.function.VarDoubleOperator
Apply this operator.
apply(float...) - Method in interface de.caff.generics.function.VarFloatOperator
Apply this operator.
apply(FloatIndexable) - Method in interface de.caff.generics.function.VarFloatOperator
Apply this operator.
apply(int...) - Method in interface de.caff.generics.function.VarIntOperator
Apply this operator.
apply(IntIndexable) - Method in interface de.caff.generics.function.VarIntOperator
Apply this operator.
apply(long...) - Method in interface de.caff.generics.function.VarLongOperator
Apply this operator.
apply(LongIndexable) - Method in interface de.caff.generics.function.VarLongOperator
Apply this operator.
apply(short...) - Method in interface de.caff.generics.function.VarShortOperator
Apply this operator.
apply(ShortIndexable) - Method in interface de.caff.generics.function.VarShortOperator
Apply this operator.
applyAsBool(boolean) - Method in interface de.caff.generics.function.BooleanFunction1
Convert a boolean into something else.
applyAsBoolean(boolean, boolean) - Method in interface de.caff.generics.function.BooleanFunction2
Convert two booleans into something else.
applyAsBoolean() - Method in interface de.caff.generics.function.BooleanOperator0
Apply the function.
applyAsBoolean(boolean) - Method in interface de.caff.generics.function.BooleanOperator1
Apply the function.
applyAsBoolean(boolean, boolean) - Method in interface de.caff.generics.function.BooleanOperator2
Apply the function.
applyAsBoolean(boolean, boolean, boolean) - Method in interface de.caff.generics.function.BooleanOperator3
Apply the function.
applyAsBooleans(BooleanFunction2<T>) - Method in class de.caff.generics.BooleanPair
Apply a 2-boolean function on this pair.
applyAsByte(byte) - Method in interface de.caff.generics.function.ByteFunction1
Convert a byte into something else.
applyAsByte(byte, byte) - Method in interface de.caff.generics.function.ByteFunction2
Convert two bytes into something else.
applyAsByte() - Method in interface de.caff.generics.function.ByteOperator0
Apply the function.
applyAsByte(byte) - Method in interface de.caff.generics.function.ByteOperator1
Apply the function.
applyAsByte(byte, byte) - Method in interface de.caff.generics.function.ByteOperator2
Apply the function.
applyAsByte(byte, byte, byte) - Method in interface de.caff.generics.function.ByteOperator3
Apply the function.
applyAsByte(int) - Method in interface de.caff.generics.function.IntToByteFunction1
/** Applies this function to the given argument.
applyAsByte(int, int) - Method in interface de.caff.generics.function.IntToByteFunction2
Apply this function to the given 2 arguments.
applyAsByte(int, int, int) - Method in interface de.caff.generics.function.IntToByteFunction3
Apply this function to the given 2 arguments.
applyAsByte(T) - Method in interface de.caff.generics.function.ToByteFunction
Apply this function to the given value.
applyAsBytes(ByteFunction2<T>) - Method in class de.caff.generics.BytePair
Apply a 2-byte function on this pair.
applyAsChar(char) - Method in interface de.caff.generics.function.CharFunction1
Convert a character into something else.
applyAsChar(char, char) - Method in interface de.caff.generics.function.CharFunction2
Convert two characters into something else.
applyAsChar() - Method in interface de.caff.generics.function.CharOperator0
Apply the function.
applyAsChar(char) - Method in interface de.caff.generics.function.CharOperator1
Apply the function.
applyAsChar(char, char) - Method in interface de.caff.generics.function.CharOperator2
Apply the function.
applyAsChar(char, char, char) - Method in interface de.caff.generics.function.CharOperator3
Apply the function.
applyAsChar(int) - Method in interface de.caff.generics.function.IntToCharFunction1
/** Applies this function to the given argument.
applyAsChar(int, int) - Method in interface de.caff.generics.function.IntToCharFunction2
Apply this function to the given 2 arguments.
applyAsChar(int, int, int) - Method in interface de.caff.generics.function.IntToCharFunction3
Apply this function to the given 3 arguments.
applyAsChar(T) - Method in interface de.caff.generics.function.ToCharFunction
Apply this function to the given value.
applyAsChars(CharFunction2<T>) - Method in class de.caff.generics.CharPair
Apply a 2-character function on this pair.
applyAsDouble(double, double) - Method in interface de.caff.generics.function.DoubleFunction2
Apply this function to two double arguments and return the result.
applyAsDouble() - Method in interface de.caff.generics.function.DoubleOperator0
Apply the function.
applyAsDouble(double, double, double) - Method in interface de.caff.generics.function.DoubleOperator3
Apply the function.
applyAsDouble(int, int) - Method in interface de.caff.generics.function.IntToDoubleFunction2
Apply this function to the given 2 arguments.
applyAsDouble(int, int, int) - Method in interface de.caff.generics.function.IntToDoubleFunction3
Apply this function to the given 3 arguments.
applyAsDoubles(DoubleFunction2<T>) - Method in class de.caff.generics.DoublePair
Apply a 2-double function on this pair.
applyAsFloat(float) - Method in interface de.caff.generics.function.FloatFunction1
Convert a float into something else.
applyAsFloat(float, float) - Method in interface de.caff.generics.function.FloatFunction2
Convert two floats into something else.
applyAsFloat() - Method in interface de.caff.generics.function.FloatOperator0
Apply the function.
applyAsFloat(float) - Method in interface de.caff.generics.function.FloatOperator1
Apply the function.
applyAsFloat(float, float) - Method in interface de.caff.generics.function.FloatOperator2
Apply the function.
applyAsFloat(float, float, float) - Method in interface de.caff.generics.function.FloatOperator3
Apply the function.
applyAsFloat(int) - Method in interface de.caff.generics.function.IntToFloatFunction1
/** Applies this function to the given argument.
applyAsFloat(int, int) - Method in interface de.caff.generics.function.IntToFloatFunction2
Apply this function to the given 2 arguments.
applyAsFloat(int, int, int) - Method in interface de.caff.generics.function.IntToFloatFunction3
Apply this function to the given 3 arguments.
applyAsFloat(T) - Method in interface de.caff.generics.function.ToFloatFunction
Apply this function to the given value.
applyAsFloats(FloatFunction2<T>) - Method in class de.caff.generics.FloatPair
Apply a 2-float function on this pair.
applyAsInt(int, int) - Method in interface de.caff.generics.function.IntFunction2
Apply this function to the given 2 arguments.
applyAsInt(int, int, int) - Method in interface de.caff.generics.function.IntFunction3
Apply this function to the given 3 arguments.
applyAsInt() - Method in interface de.caff.generics.function.IntOperator0
Apply the function.
applyAsInt(int, int, int) - Method in interface de.caff.generics.function.IntOperator3
Apply the function.
applyAsInt(int, int, int) - Method in interface de.caff.generics.function.IntToIntFunction3
Apply this function to the given 3 arguments.
applyAsInts(IntFunction2<T>) - Method in class de.caff.generics.IntPair
Apply a 2-int function on this pair.
applyAsLong(int, int) - Method in interface de.caff.generics.function.IntToLongFunction2
Apply this function to the given 2 arguments.
applyAsLong(int, int, int) - Method in interface de.caff.generics.function.IntToLongFunction3
Apply this function to the given 3 arguments.
applyAsLong(long, long) - Method in interface de.caff.generics.function.LongFunction2
Convert two longs into something else.
applyAsLong() - Method in interface de.caff.generics.function.LongOperator0
Apply the function.
applyAsLong(long, long, long) - Method in interface de.caff.generics.function.LongOperator3
Apply the function.
applyAsLongs(LongFunction2<T>) - Method in class de.caff.generics.LongPair
Apply a 2-long function on this pair.
applyAsShort(int) - Method in interface de.caff.generics.function.IntToShortFunction1
/** Applies this function to the given argument.
applyAsShort(int, int) - Method in interface de.caff.generics.function.IntToShortFunction2
Apply this function to the given 2 arguments.
applyAsShort(int, int, int) - Method in interface de.caff.generics.function.IntToShortFunction3
Apply this function to the given 3 arguments.
applyAsShort(short) - Method in interface de.caff.generics.function.ShortFunction1
Convert a short into something else.
applyAsShort(short, short) - Method in interface de.caff.generics.function.ShortFunction2
Convert two shorts into something else.
applyAsShort() - Method in interface de.caff.generics.function.ShortOperator0
Apply the function.
applyAsShort(short) - Method in interface de.caff.generics.function.ShortOperator1
Apply the function.
applyAsShort(short, short) - Method in interface de.caff.generics.function.ShortOperator2
Apply the function.
applyAsShort(short, short, short) - Method in interface de.caff.generics.function.ShortOperator3
Apply the function.
applyAsShort(T) - Method in interface de.caff.generics.function.ToShortFunction
Apply this function to the given value.
applyAsShorts(ShortFunction2<T>) - Method in class de.caff.generics.ShortPair
Apply a 2-short function on this pair.
applyNonNull(P) - Method in interface de.caff.generics.function.FragileProcedure1
Apply this procedure only if the argument is not null.
applyNonNull(P, R) - Method in interface de.caff.generics.function.Function1
Apply this function if the argument is not null, otherwise return the fallback.
applyNonNull(P) - Method in interface de.caff.generics.function.Procedure1
Apply this procedure only if the argument is not null.
applyOnEach(Function<? super T, ? extends T>) - Method in interface de.caff.generics.MutableIndexable
Apply the given operator on each element.
applyOrDefault(P, R) - Method in interface de.caff.generics.function.Function1
Apply this function, but take care to create a fallback.
applyOrDefault(P1, P2, R) - Method in interface de.caff.generics.function.Function2
Apply this function, but take care to create a fallback.
applyOrDefault(P1, P2, P3, R) - Method in interface de.caff.generics.function.Function3
Apply this function, but take care to create a fallback.
applyOrDefault(P1, P2, P3, P4, R) - Method in interface de.caff.generics.function.Function4
Apply this function, but take care to create a fallback.
applyOrDefault(P1, P2, P3, P4, P5, R) - Method in interface de.caff.generics.function.Function5
Apply this function, but take care to create a fallback.
applyOrDefault(P1, P2, P3, P4, P5, P6, R) - Method in interface de.caff.generics.function.Function6
Apply this function, but take care to create a fallback.
applyOrDefault(P1, P2, P3, P4, P5, P6, P7, R) - Method in interface de.caff.generics.function.Function7
Apply this function, but take care to create a fallback.
applyOrDefault(P1, P2, P3, P4, P5, P6, P7, P8, R) - Method in interface de.caff.generics.function.Function8
Apply this function, but take care to create a fallback.
applyOrDefault(P1, P2, P3, P4, P5, P6, P7, P8, P9, R) - Method in interface de.caff.generics.function.Function9
Apply this function, but take care to create a fallback.
areEqual(T, T) - Method in class de.caff.generics.HashCoder
 
areEqual(T1, T2) - Method in interface de.caff.generics.Matcher
Are the given two objects considered equal?
areEqual(Object, Object) - Method in class de.caff.generics.matcher.BasicMatcher
Are the given two objects considered equal?
areEqual(T, T) - Method in class de.caff.generics.matcher.ComparableMatcher
Are the given two objects considered equal?
areEqual(T, T) - Method in class de.caff.generics.matcher.ComparatorMatcher
Are the given two objects considered equal?
areEqual(T1, T2) - Method in class de.caff.generics.matcher.NegateMatcher
Are the given two objects considered equal?
areEqual(T1, T2) - Method in class de.caff.generics.matcher.NullCheckMatcher
Are the given two objects considered equal?
areEqual(Object, Object) - Method in class de.caff.generics.matcher.ReferenceMatcher
Are the given two objects considered equal?
areEqual(T1, T2) - Method in class de.caff.generics.matcher.RevertedMatcher
Are the given two objects considered equal?
areEqual(T, T) - Method in class de.caff.generics.matcher.RevertedUniformMatcher
Are the given two objects considered equal?
areEqual(double, double) - Static method in class de.caff.generics.Primitives
Are two primitive double values equal?
areEqual(float, float) - Static method in class de.caff.generics.Primitives
Are two primitive float values equal?
areEqual(double, double, double) - Static method in class de.caff.generics.Primitives
Are two primitive double values nearly equal?
areEqual(float, float, float) - Static method in class de.caff.generics.Primitives
Are two primitive float values nearly equal?
areEqual(double[], double[]) - Static method in class de.caff.generics.Primitives
Are two primitive double arrays equal?
areEqual(float[], float[]) - Static method in class de.caff.generics.Primitives
Are two primitive float arrays equal?
areEqual(Object, Object) - Static method in class de.caff.generics.Primitives
Are the too arbitrary objects equal?
areEqual(Iterable<?>, Iterable<?>) - Static method in class de.caff.generics.Sequences
Are two sequences equal in the standard Java definition of equality?
areEqual(Iterator<?>, Iterator<?>) - Static method in class de.caff.generics.Sequences
Do two iterators provide the same sequence, using the standard Java definition of equality?
areEqual(Iterable<T1>, Iterable<T2>, BiPredicate<? super T1, ? super T2>) - Static method in class de.caff.generics.Sequences
Are two sequences equal?
areEqual(T1[], T2[], BiPredicate<? super T1, ? super T2>) - Static method in class de.caff.generics.Sequences
Are two arrays equal?
areEqual(T1[], int, int, T2[], int, int, BiPredicate<? super T1, ? super T2>) - Static method in class de.caff.generics.Sequences
Are parts of two arrays equal?
areEqual(Iterator<T1>, Iterator<T2>, BiPredicate<? super T1, ? super T2>) - Static method in class de.caff.generics.Sequences
Do two iterators provide the same sequence?
areEqual(Collection<T1>, Collection<T2>) - Static method in class de.caff.generics.Types
Are two collections equal?
areEqual(Collection<T1>, Collection<T2>, BiPredicate<? super T1, ? super T2>) - Static method in class de.caff.generics.Types
Are two collections equal?
areEqual(Countable<T1>, Countable<T2>) - Static method in class de.caff.generics.Types
Are two countables equal?
areEqual(Countable<T1>, Countable<T2>, BiPredicate<? super T1, ? super T2>) - Static method in class de.caff.generics.Types
Are two countables equal?
areEqual(T1[], T2[]) - Static method in class de.caff.generics.Types
Are two arrays equal?
areEqual(T1[], T2[], BiPredicate<? super T1, ? super T2>) - Static method in class de.caff.generics.Types
Are two arrays equal?
areEqual(Iterable<T1>, Iterable<T2>) - Static method in class de.caff.generics.Types
Are two iterables equal?
areEqual(Iterable<T1>, Iterable<T2>, BiPredicate<? super T1, ? super T2>) - Static method in class de.caff.generics.Types
Are two iterables equal?
areEqual(Iterator<T1>, Iterator<T2>) - Static method in class de.caff.generics.Types
Are two iterations equal?
areEqual(Iterator<T1>, Iterator<T2>, BiPredicate<? super T1, ? super T2>) - Static method in class de.caff.generics.Types
Are two iterations equal?
areEqual(Enumeration<T1>, Enumeration<T2>) - Static method in class de.caff.generics.Types
Are two enumerators equal?
areEqual(Enumeration<T1>, Enumeration<T2>, BiPredicate<? super T1, ? super T2>) - Static method in class de.caff.generics.Types
Are two enumerators equal?
areIdentical() - Static method in interface de.caff.generics.function.Predicate2
Get a predicate which checks whether 2 objects represent the same object.
areIdentical(Iterable<?>, Iterable<?>) - Static method in class de.caff.generics.Sequences
Are two sequences equal in the standard Java definition of equality?
areIdentical(Iterator<?>, Iterator<?>) - Static method in class de.caff.generics.Sequences
Do two iterators provide the same sequence, using the standard Java definition of equality?
ArrayFactory<T> - Interface in de.caff.generics
Factory for array creation.
ArrayIterator<T> - Class in de.caff.generics
An iterator over an array.
ArrayIterator(T...) - Constructor for class de.caff.generics.ArrayIterator
Constructor.
ArrayIterator(T[], int, int) - Constructor for class de.caff.generics.ArrayIterator
Constructor.
as(Class<T>, Object) - Static method in class de.caff.generics.Types
Cast an item to a given type if possible.
asBase() - Method in interface de.caff.generics.BooleanIndexable
Make this boolean indexable usable as a class with defined standard Object methods.
asBase() - Method in class de.caff.generics.BooleanIndexable.Base
 
asBase() - Method in interface de.caff.generics.ByteIndexable
Make this byte indexable usable as a class with defined standard Object methods.
asBase() - Method in class de.caff.generics.ByteIndexable.Base
 
asBase() - Method in interface de.caff.generics.CharIndexable
Make this char indexable usable as a class with defined standard Object methods.
asBase() - Method in class de.caff.generics.CharIndexable.Base
 
asBase() - Method in interface de.caff.generics.Countable
Convert this into a base countable.
asBase() - Method in class de.caff.generics.Countable.Base
 
asBase() - Method in interface de.caff.generics.Dict
Convert this into a Dict.Base to have useful implementations for some standard Object methods.
asBase() - Method in class de.caff.generics.Dict.Base
 
asBase() - Method in interface de.caff.generics.DoubleIndexable
Make this double indexable usable as a base class with defined standard Object methods.
asBase() - Method in class de.caff.generics.DoubleIndexable.Base
 
asBase() - Method in interface de.caff.generics.FloatIndexable
Make this float indexable usable as a class with defined standard Object methods.
asBase() - Method in interface de.caff.generics.Indexable
Convert this into a base indexable.
asBase() - Method in class de.caff.generics.Indexable.Base
 
asBase() - Method in interface de.caff.generics.IntCountable
Convert this into a base countable.
asBase() - Method in class de.caff.generics.IntCountable.Base
 
asBase() - Method in interface de.caff.generics.IntIndexable
Make this integer indexable usable as a class with defined standard Object methods.
asBase() - Method in class de.caff.generics.IntIndexable.Base
 
asBase() - Method in interface de.caff.generics.LongIndexable
Make this long integer indexable usable as a class with defined standard Object methods.
asBase() - Method in class de.caff.generics.LongIndexable.Base
 
asBase() - Method in interface de.caff.generics.mda.OneDimensionalBooleanReadAccess
Make this read access usable as a base class with default Object methods implemented.
asBase() - Method in class de.caff.generics.mda.OneDimensionalBooleanReadAccess.Base
 
asBase() - Method in interface de.caff.generics.mda.OneDimensionalByteReadAccess
Make this read access usable as a base class with default Object methods implemented.
asBase() - Method in class de.caff.generics.mda.OneDimensionalByteReadAccess.Base
 
asBase() - Method in interface de.caff.generics.mda.OneDimensionalCharReadAccess
Make this read access usable as a base class with default Object methods implemented.
asBase() - Method in class de.caff.generics.mda.OneDimensionalCharReadAccess.Base
 
asBase() - Method in interface de.caff.generics.mda.OneDimensionalDoubleReadAccess
Make this read access usable as a base class with default Object methods implemented.
asBase() - Method in class de.caff.generics.mda.OneDimensionalDoubleReadAccess.Base
 
asBase() - Method in interface de.caff.generics.mda.OneDimensionalFloatReadAccess
Make this read access usable as a base class with default Object methods implemented.
asBase() - Method in class de.caff.generics.mda.OneDimensionalFloatReadAccess.Base
 
asBase() - Method in interface de.caff.generics.mda.OneDimensionalIntReadAccess
Make this read access usable as a base class with default Object methods implemented.
asBase() - Method in class de.caff.generics.mda.OneDimensionalIntReadAccess.Base
 
asBase() - Method in interface de.caff.generics.mda.OneDimensionalLongReadAccess
Make this read access usable as a base class with default Object methods implemented.
asBase() - Method in class de.caff.generics.mda.OneDimensionalLongReadAccess.Base
 
asBase() - Method in interface de.caff.generics.mda.OneDimensionalReadAccess
Make this read access usable as a base class with default Object methods implemented.
asBase() - Method in class de.caff.generics.mda.OneDimensionalReadAccess.Base
 
asBase() - Method in interface de.caff.generics.mda.OneDimensionalShortReadAccess
Make this read access usable as a base class with default Object methods implemented.
asBase() - Method in class de.caff.generics.mda.OneDimensionalShortReadAccess.Base
 
asBase() - Method in interface de.caff.generics.mda.TwoDimensionalBooleanReadAccess
Get a view of this 2-dimensional access which provides useful defaults for standard object methods.
asBase() - Method in class de.caff.generics.mda.TwoDimensionalBooleanReadAccess.Base
 
asBase() - Method in interface de.caff.generics.mda.TwoDimensionalByteReadAccess
Get a view of this 2-dimensional access which provides useful defaults for standard object methods.
asBase() - Method in class de.caff.generics.mda.TwoDimensionalByteReadAccess.Base
 
asBase() - Method in interface de.caff.generics.mda.TwoDimensionalCharReadAccess
Get a view of this 2-dimensional access which provides useful defaults for standard object methods.
asBase() - Method in class de.caff.generics.mda.TwoDimensionalCharReadAccess.Base
 
asBase() - Method in interface de.caff.generics.mda.TwoDimensionalDoubleReadAccess
Get a view of this 2-dimensional access which provides useful defaults for standard object methods.
asBase() - Method in class de.caff.generics.mda.TwoDimensionalDoubleReadAccess.Base
 
asBase() - Method in interface de.caff.generics.mda.TwoDimensionalFloatReadAccess
Get a view of this 2-dimensional access which provides useful defaults for standard object methods.
asBase() - Method in class de.caff.generics.mda.TwoDimensionalFloatReadAccess.Base
 
asBase() - Method in interface de.caff.generics.mda.TwoDimensionalIntReadAccess
Get a view of this 2-dimensional access which provides useful defaults for standard object methods.
asBase() - Method in class de.caff.generics.mda.TwoDimensionalIntReadAccess.Base
 
asBase() - Method in interface de.caff.generics.mda.TwoDimensionalLongReadAccess
Get a view of this 2-dimensional access which provides useful defaults for standard object methods.
asBase() - Method in class de.caff.generics.mda.TwoDimensionalLongReadAccess.Base
 
asBase() - Method in interface de.caff.generics.mda.TwoDimensionalReadAccess
View this class as if it has useful defaults for standard object methods.
asBase() - Method in class de.caff.generics.mda.TwoDimensionalReadAccess.Base
 
asBase() - Method in interface de.caff.generics.mda.TwoDimensionalShortReadAccess
Get a view of this 2-dimensional access which provides useful defaults for standard object methods.
asBase() - Method in class de.caff.generics.mda.TwoDimensionalShortReadAccess.Base
 
asBase() - Method in interface de.caff.generics.ShortIndexable
Make this short integer indexable usable as a class with defined standard Object methods.
asBase() - Method in class de.caff.generics.ShortIndexable.Base
 
asBase() - Method in interface de.caff.generics.tuple.ITuple2
Convert this 2-tuple into a base tuple which provides useful implementations for standard methods.
asBase() - Method in class de.caff.generics.tuple.ITuple2.Base
 
asBase() - Method in interface de.caff.generics.tuple.ITuple3
Convert this 3-tuple into a base tuple which provides useful implementations for standard methods.
asBase() - Method in class de.caff.generics.tuple.ITuple3.Base
 
asBase() - Method in interface de.caff.generics.tuple.ITuple4
Convert this 4-tuple into a base tuple which provides useful implementations for standard methods.
asBase() - Method in class de.caff.generics.tuple.ITuple4.Base
 
asBase() - Method in interface de.caff.generics.tuple.ITuple5
Convert this 5-tuple into a base tuple which provides useful implementations for standard methods.
asBase() - Method in class de.caff.generics.tuple.ITuple5.Base
 
asBase() - Method in interface de.caff.generics.tuple.ITuple6
Convert this 6-tuple into a base tuple which provides useful implementations for standard methods.
asBase() - Method in class de.caff.generics.tuple.ITuple6.Base
 
asBase() - Method in interface de.caff.generics.tuple.ITuple7
Convert this 7-tuple into a base tuple which provides useful implementations for standard methods.
asBase() - Method in class de.caff.generics.tuple.ITuple7.Base
 
asBase() - Method in interface de.caff.generics.tuple.ITuple8
Convert this 8-tuple into a base tuple which provides useful implementations for standard methods.
asBase() - Method in class de.caff.generics.tuple.ITuple8.Base
 
asBase() - Method in interface de.caff.generics.tuple.ITuple9
Convert this 9-tuple into a base tuple which provides useful implementations for standard methods.
asBase() - Method in class de.caff.generics.tuple.ITuple9.Base
 
asByteComparator() - Method in interface de.caff.generics.function.ByteOrdering
Use this ordering as a comparator.
asByteOrdering() - Method in interface de.caff.generics.function.ByteOrdering
Get this ordering as a generic byte ordering.
ASCENDING - Static variable in interface de.caff.generics.function.ByteOrdering
Natural order of ascending byte values.
ascending(byte, byte) - Method in interface de.caff.generics.function.ByteOrdering
Are the two values represented in strictly ascending order?
ASCENDING - Static variable in interface de.caff.generics.function.CharOrdering
Natural order of ascending char values.
ascending(char, char) - Method in interface de.caff.generics.function.CharOrdering
Are the two values represented in strictly ascending order?
ascending(double, double) - Method in interface de.caff.generics.function.DoubleOrdering
Are the two values represented in strictly ascending order?
ascending(float, float) - Method in interface de.caff.generics.function.FloatOrdering
Are the two values represented in strictly ascending order?
ASCENDING - Static variable in interface de.caff.generics.function.IntOrdering
Natural order of ascending int values.
ascending(int, int) - Method in interface de.caff.generics.function.IntOrdering
Are the two values represented in strictly ascending order?
ASCENDING - Static variable in interface de.caff.generics.function.LongOrdering
Natural order of ascending long values.
ascending(long, long) - Method in interface de.caff.generics.function.LongOrdering
Are the two values represented in strictly ascending order?
ascending(T, T) - Method in interface de.caff.generics.function.Ordering
Are the two values represented in strictly ascending order?
ASCENDING - Static variable in interface de.caff.generics.function.ShortOrdering
Natural order of ascending short values.
ascending(short, short) - Method in interface de.caff.generics.function.ShortOrdering
Are the two values represented in strictly ascending order?
ascending - Variable in enum de.caff.generics.Order
Is this order ascending?
ascendingOrSame(byte, byte) - Method in interface de.caff.generics.function.ByteOrdering
Are the two values represented in ascending order?
ascendingOrSame(char, char) - Method in interface de.caff.generics.function.CharOrdering
Are the two values represented in ascending order?
ascendingOrSame(double, double) - Method in interface de.caff.generics.function.DoubleOrdering
Are the two values represented in ascending order?
ascendingOrSame(float, float) - Method in interface de.caff.generics.function.FloatOrdering
Are the two values represented in ascending order?
ascendingOrSame(int, int) - Method in interface de.caff.generics.function.IntOrdering
Are the two values represented in ascending order?
ascendingOrSame(long, long) - Method in interface de.caff.generics.function.LongOrdering
Are the two values represented in ascending order?
ascendingOrSame(T, T) - Method in interface de.caff.generics.function.Ordering
Are the two values represented in ascending order?
ascendingOrSame(short, short) - Method in interface de.caff.generics.function.ShortOrdering
Are the two values represented in ascending order?
ascendingOrSame - Variable in enum de.caff.generics.Order
Is this order ascending or the same?
asCharComparator() - Method in interface de.caff.generics.function.CharOrdering
Use this ordering as a comparator.
asCharOrdering() - Method in interface de.caff.generics.function.CharOrdering
Get this ordering as a generic char ordering.
asCharSequence() - Method in interface de.caff.generics.CharIndexable
Get a view of this char indexable as a char sequence.
asCollection() - Method in interface de.caff.generics.BooleanIndexable
Get a view on this indexable as an unmodifiable collection.
asCollection() - Method in interface de.caff.generics.ByteIndexable
Get a view on this indexable as an unmodifiable collection.
asCollection() - Method in interface de.caff.generics.CharIndexable
Get a view on this indexable as an unmodifiable collection.
asCollection() - Method in interface de.caff.generics.Countable
View this countable as an unmodifiable standard Java collection.
asCollection() - Method in interface de.caff.generics.DoubleIndexable
Get a view on this indexable as an unmodifiable collection.
asCollection() - Method in interface de.caff.generics.FloatIndexable
Get a view on this indexable as an unmodifiable collection.
asCollection() - Method in interface de.caff.generics.Indexable
Get a view on this indexable as an unmodifiable collection.
asCollection() - Method in interface de.caff.generics.IntCountable
View this countable as an unmodifiable standard Java collection.
asCollection() - Method in interface de.caff.generics.IntIndexable
Get a view on this indexable as an unmodifiable collection.
asCollection() - Method in interface de.caff.generics.LongIndexable
Get a view on this indexable as an unmodifiable collection.
asCollection() - Method in interface de.caff.generics.ShortIndexable
Get a view on this indexable as an unmodifiable collection.
asComparator() - Method in interface de.caff.generics.function.Ordering
Use this ordering as a comparator.
asDoubleComparator() - Method in interface de.caff.generics.function.DoubleOrdering
Use this ordering as a comparator.
asDoubleIndexable() - Method in interface de.caff.generics.FloatIndexable
View this float indexable as a double indexable.
asDoubleIterable() - Method in interface de.caff.generics.PrimitiveFloatIterable
View this float iterable as a double iterable.
asDoubleIterator() - Method in interface de.caff.generics.PrimitiveFloatIterator
View this float iterator as a double iterator.
asDoubleOrdering() - Method in interface de.caff.generics.function.DoubleOrdering
Get this ordering as a generic double ordering.
asEqualityChecker() - Method in interface de.caff.generics.function.Ordering
Use this ordering as a checker for equality.
asFloatComparator() - Method in interface de.caff.generics.function.FloatOrdering
Use this ordering as a comparator.
asFloatOrdering() - Method in interface de.caff.generics.function.FloatOrdering
Get this ordering as a generic float ordering.
asIndexable() - Method in interface de.caff.generics.BooleanIndexable
Get a view of this indexable as a standard object-based indexable.
asIndexable() - Method in interface de.caff.generics.ByteIndexable
Get a view of this indexable as a standard object-based indexable.
asIndexable() - Method in interface de.caff.generics.CharIndexable
Get a view of this indexable as a standard object-based indexable.
asIndexable() - Method in interface de.caff.generics.DoubleIndexable
Get a view of this indexable as a standard object-based indexable.
asIndexable() - Method in interface de.caff.generics.FloatIndexable
Get a view of this indexable as a standard object-based indexable.
asIndexable() - Method in interface de.caff.generics.IntIndexable
Get a view of this indexable as a standard object-based indexable.
asIndexable() - Method in interface de.caff.generics.LongIndexable
Get a view of this indexable as a standard object-based indexable.
asIndexable() - Method in interface de.caff.generics.ShortIndexable
Get a view of this indexable as a standard object-based indexable.
asIntComparator() - Method in interface de.caff.generics.function.IntOrdering
Use this ordering as a comparator.
asIntIndexable() - Method in interface de.caff.generics.ByteIndexable
View this byte indexable as an integer indexable.
asIntIndexable() - Method in interface de.caff.generics.CharIndexable
View this char indexable as an integer indexable.
asIntIndexable() - Method in interface de.caff.generics.ShortIndexable
View this short indexable as an integer indexable.
asIntIterable() - Method in interface de.caff.generics.PrimitiveByteIterable
View this byte iterable as an int iterable.
asIntIterable() - Method in interface de.caff.generics.PrimitiveCharIterable
View this byte iterable as an int iterable.
asIntIterable() - Method in interface de.caff.generics.PrimitiveShortIterable
View this byte iterable as an int iterable.
asIntIterator() - Method in interface de.caff.generics.PrimitiveByteIterator
View this byte iterator as an int iterator.
asIntIterator() - Method in interface de.caff.generics.PrimitiveCharIterator
View this char iterator as an int iterator.
asIntIterator() - Method in interface de.caff.generics.PrimitiveShortIterator
View this short iterator as an int iterator.
asIntOrdering() - Method in interface de.caff.generics.function.IntOrdering
Get this ordering as a generic int ordering.
asIntToCharFunction() - Method in interface de.caff.generics.function.IntToByteFunction1
View this as an int to char function which considers the byte values unsigned.
asIntToCharFunction() - Method in interface de.caff.generics.function.IntToByteFunction2
View this as a 2 int to char function which considers the byte values unsigned.
asIntToCharFunction() - Method in interface de.caff.generics.function.IntToByteFunction3
View this as a 2 int to char function which considers the byte values unsigned.
asIntToCharFunction() - Method in interface de.caff.generics.function.IntToShortFunction2
View this as an int to char function which considers the byte values unsigned.
asIntToCharFunction() - Method in interface de.caff.generics.function.IntToShortFunction3
View this as an int to char function which considers the byte values unsigned.
asIntToDoubleFunction() - Method in interface de.caff.generics.function.IntToByteFunction1
View this as an int to double function.
asIntToDoubleFunction() - Method in interface de.caff.generics.function.IntToByteFunction2
View this as a 2 int to double function.
asIntToDoubleFunction() - Method in interface de.caff.generics.function.IntToByteFunction3
View this as a 2 int to double function.
asIntToDoubleFunction() - Method in interface de.caff.generics.function.IntToCharFunction1
View this as an int to double function.
asIntToDoubleFunction() - Method in interface de.caff.generics.function.IntToCharFunction2
View this as a 2 int to double function.
asIntToDoubleFunction() - Method in interface de.caff.generics.function.IntToCharFunction3
View this as a 2 int to double function.
asIntToDoubleFunction() - Method in interface de.caff.generics.function.IntToFloatFunction1
View this as an int to double function.
asIntToDoubleFunction() - Method in interface de.caff.generics.function.IntToFloatFunction2
View this as a 2 int to double function.
asIntToDoubleFunction() - Method in interface de.caff.generics.function.IntToFloatFunction3
View this as a 3 int to double function.
asIntToDoubleFunction() - Method in interface de.caff.generics.function.IntToIntFunction3
View this as an int to double function.
asIntToDoubleFunction() - Method in interface de.caff.generics.function.IntToLongFunction2
View this as a 2 int to double function.
asIntToDoubleFunction() - Method in interface de.caff.generics.function.IntToLongFunction3
View this as a 2 int to double function.
asIntToDoubleFunction() - Method in interface de.caff.generics.function.IntToShortFunction1
View this as an int to double function.
asIntToDoubleFunction() - Method in interface de.caff.generics.function.IntToShortFunction2
View this as an int to double function.
asIntToDoubleFunction() - Method in interface de.caff.generics.function.IntToShortFunction3
View this as an int to double function.
asIntToIntFunction() - Method in interface de.caff.generics.function.IntToByteFunction1
View this as an int to int function.
asIntToIntFunction() - Method in interface de.caff.generics.function.IntToByteFunction2
View this as a 2 int to int function.
asIntToIntFunction() - Method in interface de.caff.generics.function.IntToByteFunction3
View this as a 2 int to int function.
asIntToIntFunction() - Method in interface de.caff.generics.function.IntToCharFunction1
View this as an int to int function.
asIntToIntFunction() - Method in interface de.caff.generics.function.IntToCharFunction2
View this as a 2 int to int function.
asIntToIntFunction() - Method in interface de.caff.generics.function.IntToCharFunction3
View this as a 2 int to int function.
asIntToIntFunction() - Method in interface de.caff.generics.function.IntToShortFunction1
View this as an int to int function.
asIntToIntFunction() - Method in interface de.caff.generics.function.IntToShortFunction2
View this as an int to int function.
asIntToIntFunction() - Method in interface de.caff.generics.function.IntToShortFunction3
View this as an int to int function.
asIntToLongFunction() - Method in interface de.caff.generics.function.IntToByteFunction1
View this as an int to long function.
asIntToLongFunction() - Method in interface de.caff.generics.function.IntToByteFunction2
View this as a 2 int to long function.
asIntToLongFunction() - Method in interface de.caff.generics.function.IntToByteFunction3
View this as a 2 int to long function.
asIntToLongFunction() - Method in interface de.caff.generics.function.IntToCharFunction1
View this as an int to long function.
asIntToLongFunction() - Method in interface de.caff.generics.function.IntToCharFunction2
View this as a 2 int to long function.
asIntToLongFunction() - Method in interface de.caff.generics.function.IntToCharFunction3
View this as a 2 int to long function.
asIntToLongFunction() - Method in interface de.caff.generics.function.IntToIntFunction3
View this as an int to long function.
asIntToLongFunction() - Method in interface de.caff.generics.function.IntToShortFunction1
View this as an int to long function.
asIntToLongFunction() - Method in interface de.caff.generics.function.IntToShortFunction2
View this as an int to long function.
asIntToLongFunction() - Method in interface de.caff.generics.function.IntToShortFunction3
View this as an int to long function.
asIntToShortFunction() - Method in interface de.caff.generics.function.IntToByteFunction1
View this as an int to short function.
asIntToShortFunction() - Method in interface de.caff.generics.function.IntToByteFunction2
View this as an int to short function.
asIntToShortFunction() - Method in interface de.caff.generics.function.IntToByteFunction3
View this as an int to short function.
asIntToShortFunction() - Method in interface de.caff.generics.function.IntToCharFunction1
View this as an int to short function.
asIntToShortFunction() - Method in interface de.caff.generics.function.IntToCharFunction2
View this as a 2 int to short function.
asIntToShortFunction() - Method in interface de.caff.generics.function.IntToCharFunction3
View this as a 2 int to short function.
asIntToUnsignedDoubleFunction() - Method in interface de.caff.generics.function.IntToByteFunction1
View this as an int to unsigned double function.
asIntToUnsignedDoubleFunction() - Method in interface de.caff.generics.function.IntToByteFunction2
View this as a 2 int to unsigned double function.
asIntToUnsignedDoubleFunction() - Method in interface de.caff.generics.function.IntToByteFunction3
View this as a 2 int to unsigned double function.
asIntToUnsignedDoubleFunction() - Method in interface de.caff.generics.function.IntToIntFunction3
View this as an int to unsigned double function.
asIntToUnsignedDoubleFunction() - Method in interface de.caff.generics.function.IntToShortFunction1
View this as an int to unsigned double function.
asIntToUnsignedDoubleFunction() - Method in interface de.caff.generics.function.IntToShortFunction2
View this as an int to unsigned double function.
asIntToUnsignedDoubleFunction() - Method in interface de.caff.generics.function.IntToShortFunction3
View this as an int to unsigned double function.
asIntToUnsignedIntFunction() - Method in interface de.caff.generics.function.IntToByteFunction1
View this as an int to unsigned int function.
asIntToUnsignedIntFunction() - Method in interface de.caff.generics.function.IntToByteFunction2
View this as a 2 int to unsigned int function.
asIntToUnsignedIntFunction() - Method in interface de.caff.generics.function.IntToByteFunction3
View this as a 2 int to unsigned int function.
asIntToUnsignedIntFunction() - Method in interface de.caff.generics.function.IntToShortFunction1
View this as an int to unsigned long function.
asIntToUnsignedIntFunction() - Method in interface de.caff.generics.function.IntToShortFunction2
View this as an int to unsigned int function.
asIntToUnsignedIntFunction() - Method in interface de.caff.generics.function.IntToShortFunction3
View this as an int to unsigned int function.
asIntToUnsignedLongFunction() - Method in interface de.caff.generics.function.IntToByteFunction1
View this as an int to unsigned long function.
asIntToUnsignedLongFunction() - Method in interface de.caff.generics.function.IntToByteFunction2
View this as a 2 int to unsigned long function.
asIntToUnsignedLongFunction() - Method in interface de.caff.generics.function.IntToByteFunction3
View this as a 2 int to unsigned long function.
asIntToUnsignedLongFunction() - Method in interface de.caff.generics.function.IntToIntFunction3
View this as an int to unsigned long function.
asIntToUnsignedLongFunction() - Method in interface de.caff.generics.function.IntToShortFunction1
View this as an int to unsigned long function.
asIntToUnsignedLongFunction() - Method in interface de.caff.generics.function.IntToShortFunction2
View this as an int to unsigned long function.
asIntToUnsignedLongFunction() - Method in interface de.caff.generics.function.IntToShortFunction3
View this as an int to unsigned long function.
asIntToUnsignedShortFunction() - Method in interface de.caff.generics.function.IntToByteFunction1
View this as an int to unsigned short function.
asIntToUnsignedShortFunction() - Method in interface de.caff.generics.function.IntToByteFunction2
View this as a 2 int to unsigned short function.
asIntToUnsignedShortFunction() - Method in interface de.caff.generics.function.IntToByteFunction3
View this as a 2 int to unsigned short function.
asLinearArray() - Method in class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
 
asLinearArray(MultiIndexLinearizer.Sequencer) - Method in class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
 
asLinearArray(Function1<R, T>) - Method in class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
 
asLinearArray(MultiIndexLinearizer.Sequencer, Function1<R, T>) - Method in class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
View this multi-dimensional array as a linear array.
asList() - Method in interface de.caff.generics.BooleanIndexable
Get a view on this indexable as an unmodifiable list.
asList() - Method in interface de.caff.generics.ByteIndexable
Get a view on this indexable as an unmodifiable list.
asList() - Method in interface de.caff.generics.CharIndexable
Get a view on this indexable as an unmodifiable list.
asList() - Method in interface de.caff.generics.DoubleIndexable
Get a view on this indexable as an unmodifiable list.
asList() - Method in interface de.caff.generics.FloatIndexable
Get a view on this indexable as an unmodifiable list.
asList() - Method in interface de.caff.generics.Indexable
Get a view of this indexable as an unmodifiable list.
asList() - Method in interface de.caff.generics.IntIndexable
Get a view on this indexable as an unmodifiable list.
asList() - Method in interface de.caff.generics.LongIndexable
Get a view on this indexable as an unmodifiable list.
asList() - Method in interface de.caff.generics.MutableBooleanIndexable
View this indexable as a standard list.
asList() - Method in interface de.caff.generics.MutableByteIndexable
View this indexable as a standard list.
asList() - Method in interface de.caff.generics.MutableCharIndexable
View this indexable as a standard list.
asList() - Method in interface de.caff.generics.MutableDoubleIndexable
View this indexable as a standard list.
asList() - Method in interface de.caff.generics.MutableFloatIndexable
View this indexable as a standard list.
asList() - Method in interface de.caff.generics.MutableIndexable
View this indexable as a standard list.
asList() - Method in interface de.caff.generics.MutableIntIndexable
View this indexable as a standard list.
asList() - Method in interface de.caff.generics.MutableLongIndexable
View this indexable as a standard list.
asList() - Method in interface de.caff.generics.MutableShortIndexable
View this indexable as a standard list.
asList() - Method in interface de.caff.generics.ShortIndexable
Get a view on this indexable as an unmodifiable list.
asList(T...) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
asList(T[], int) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
asList(T[], int, int) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
asLongComparator() - Method in interface de.caff.generics.function.LongOrdering
Use this ordering as a comparator.
asLongIndexable() - Method in interface de.caff.generics.IntIndexable
View this integer indexable as a long indexable.
asLongIterable() - Method in interface de.caff.generics.PrimitiveByteIterable
View this byte iterable as a long iterable.
asLongIterable() - Method in interface de.caff.generics.PrimitiveCharIterable
View this byte iterable as a long iterable.
asLongIterable() - Method in interface de.caff.generics.PrimitiveShortIterable
View this byte iterable as a long iterable.
asLongIterator() - Method in interface de.caff.generics.PrimitiveByteIterator
View this byte iterator as a long iterator.
asLongIterator() - Method in interface de.caff.generics.PrimitiveCharIterator
View this char iterator as a long iterator.
asLongIterator() - Method in interface de.caff.generics.PrimitiveShortIterator
View this short iterator as a long iterator.
asLongOrdering() - Method in interface de.caff.generics.function.LongOrdering
Get this ordering as a generic long ordering.
asNullable() - Method in interface de.caff.generics.NamedValue
View this as a nullable value with a name.
asNumberComparator() - Method in interface de.caff.generics.function.ByteOrdering
Get this ordering as a number comparator.
asNumberComparator() - Method in interface de.caff.generics.function.DoubleOrdering
View this ordering as a number comparator.
asNumberComparator() - Method in interface de.caff.generics.function.FloatOrdering
View this ordering as a number comparator.
asNumberComparator() - Method in interface de.caff.generics.function.IntOrdering
View this ordering as a number comparator.
asNumberComparator() - Method in interface de.caff.generics.function.LongOrdering
View this ordering as a number comparator.
asNumberComparator() - Method in interface de.caff.generics.function.ShortOrdering
View this ordering as a number comparator.
asNumberOrdering() - Method in interface de.caff.generics.function.DoubleOrdering
See this ordering as one working on general numbers.
asShortComparator() - Method in interface de.caff.generics.function.ShortOrdering
Use this ordering as a comparator.
asShortIterable() - Method in interface de.caff.generics.PrimitiveByteIterable
View this byte iterable as a short iterable.
asShortIterator() - Method in interface de.caff.generics.PrimitiveByteIterator
View this byte iterator as a short iterator.
asShortOrdering() - Method in interface de.caff.generics.function.ShortOrdering
Get this ordering as a generic short ordering.
asTypeConverter(FragileFunction1<T, ? extends Exception, S>) - Static method in class de.caff.generics.Types
Use a fragile function with 1 argument as a type converter.
asUnsignedIndexable() - Method in interface de.caff.generics.ByteIndexable
View this byte indexable as an integer indexable using unsigned values.
asUnsignedIndexable() - Method in interface de.caff.generics.IntIndexable
View this integer indexable as a long indexable using unsigned values.
asUnsignedIndexable() - Method in interface de.caff.generics.ShortIndexable
View this short indexable as an integer indexable using unsigned values.
asUnsignedIntIterable() - Method in interface de.caff.generics.PrimitiveByteIterable
View this byte iterable as an int iterable which uses the unsigned byte values of this iterable.
asUnsignedIntIterable() - Method in interface de.caff.generics.PrimitiveShortIterable
View this byte iterable as an int iterable which uses the unsigned byte values of this iterable.
asUnsignedIntIterator() - Method in interface de.caff.generics.PrimitiveByteIterator
View this byte iterator as an int iterator using the values of this iterator as unsigned bytes.
asUnsignedIntIterator() - Method in interface de.caff.generics.PrimitiveShortIterator
View this short iterator as an int iterator using the values of this iterator as unsigned shorts.
asUnsignedLongIterable() - Method in interface de.caff.generics.PrimitiveByteIterable
View this byte iterable as a long iterable which uses the unsigned byte values of this iterable.
asUnsignedLongIterable() - Method in interface de.caff.generics.PrimitiveShortIterable
View this byte iterable as a long iterable which uses the unsigned byte values of this iterable.
asUnsignedLongIterator() - Method in interface de.caff.generics.PrimitiveByteIterator
View this byte iterator as a long iterator using the values of this iterator as unsigned bytes.
asUnsignedLongIterator() - Method in interface de.caff.generics.PrimitiveShortIterator
View this byte iterator as a long iterator using the values of this iterator as unsigned bytes.
average() - Method in interface de.caff.generics.PrimitiveDoubleIterable
Calculate the average of all elements in this iterable.
average() - Method in interface de.caff.generics.PrimitiveIntIterable
Calculate the average of all elements in this iterable.
average() - Method in interface de.caff.generics.PrimitiveLongIterable
Calculate the average of all elements in this iterable.

B

Base() - Constructor for class de.caff.generics.BooleanIndexable.Base
 
Base() - Constructor for class de.caff.generics.ByteIndexable.Base
 
Base() - Constructor for class de.caff.generics.CharIndexable.Base
 
Base() - Constructor for class de.caff.generics.Countable.Base
 
Base() - Constructor for class de.caff.generics.Dict.Base
 
Base() - Constructor for class de.caff.generics.DoubleIndexable.Base
 
Base() - Constructor for class de.caff.generics.FloatIndexable.Base
 
Base() - Constructor for class de.caff.generics.Indexable.Base
 
Base() - Constructor for class de.caff.generics.IntCountable.Base
 
Base() - Constructor for class de.caff.generics.IntIndexable.Base
 
Base() - Constructor for class de.caff.generics.LongIndexable.Base
 
Base() - Constructor for class de.caff.generics.mda.OneDimensionalBooleanReadAccess.Base
 
Base() - Constructor for class de.caff.generics.mda.OneDimensionalByteReadAccess.Base
 
Base() - Constructor for class de.caff.generics.mda.OneDimensionalCharReadAccess.Base
 
Base() - Constructor for class de.caff.generics.mda.OneDimensionalDoubleReadAccess.Base
 
Base() - Constructor for class de.caff.generics.mda.OneDimensionalFloatReadAccess.Base
 
Base() - Constructor for class de.caff.generics.mda.OneDimensionalIntReadAccess.Base
 
Base() - Constructor for class de.caff.generics.mda.OneDimensionalLongReadAccess.Base
 
Base() - Constructor for class de.caff.generics.mda.OneDimensionalReadAccess.Base
 
Base() - Constructor for class de.caff.generics.mda.OneDimensionalShortReadAccess.Base
 
Base() - Constructor for class de.caff.generics.mda.TwoDimensionalBooleanReadAccess.Base
 
Base() - Constructor for class de.caff.generics.mda.TwoDimensionalByteReadAccess.Base
 
Base() - Constructor for class de.caff.generics.mda.TwoDimensionalCharReadAccess.Base
 
Base() - Constructor for class de.caff.generics.mda.TwoDimensionalDoubleReadAccess.Base
 
Base() - Constructor for class de.caff.generics.mda.TwoDimensionalFloatReadAccess.Base
 
Base() - Constructor for class de.caff.generics.mda.TwoDimensionalIntReadAccess.Base
 
Base() - Constructor for class de.caff.generics.mda.TwoDimensionalLongReadAccess.Base
 
Base() - Constructor for class de.caff.generics.mda.TwoDimensionalReadAccess.Base
 
Base() - Constructor for class de.caff.generics.mda.TwoDimensionalShortReadAccess.Base
 
Base() - Constructor for class de.caff.generics.MutableBooleanIndexable.Base
 
Base() - Constructor for class de.caff.generics.MutableByteIndexable.Base
 
Base() - Constructor for class de.caff.generics.MutableCharIndexable.Base
 
Base() - Constructor for class de.caff.generics.MutableDoubleIndexable.Base
 
Base() - Constructor for class de.caff.generics.MutableFloatIndexable.Base
 
Base() - Constructor for class de.caff.generics.MutableIndexable.Base
 
Base() - Constructor for class de.caff.generics.MutableIntIndexable.Base
 
Base() - Constructor for class de.caff.generics.MutableLongIndexable.Base
 
Base() - Constructor for class de.caff.generics.MutableShortIndexable.Base
 
Base() - Constructor for class de.caff.generics.ShortIndexable.Base
 
Base(TT, Class<TT>) - Constructor for class de.caff.generics.Subject.Base
 
Base() - Constructor for class de.caff.generics.tuple.ITuple2.Base
 
Base() - Constructor for class de.caff.generics.tuple.ITuple3.Base
 
Base() - Constructor for class de.caff.generics.tuple.ITuple4.Base
 
Base() - Constructor for class de.caff.generics.tuple.ITuple5.Base
 
Base() - Constructor for class de.caff.generics.tuple.ITuple6.Base
 
Base() - Constructor for class de.caff.generics.tuple.ITuple7.Base
 
Base() - Constructor for class de.caff.generics.tuple.ITuple8.Base
 
Base() - Constructor for class de.caff.generics.tuple.ITuple9.Base
 
based(FloatIndexable) - Static method in interface de.caff.generics.FloatIndexable
Wrap any indexable with a based indexable which provides useful implementations for standard methods.
based(MutableBooleanIndexable) - Static method in interface de.caff.generics.MutableBooleanIndexable
View any mutable boolean indexable as a base boolean indexable.
based(MutableByteIndexable) - Static method in interface de.caff.generics.MutableByteIndexable
View any mutable byte indexable as a base byte indexable.
based(MutableCharIndexable) - Static method in interface de.caff.generics.MutableCharIndexable
View any mutable char indexable as a base char indexable.
based(MutableDoubleIndexable) - Static method in interface de.caff.generics.MutableDoubleIndexable
View any mutable double indexable as a base double indexable.
based(MutableFloatIndexable) - Static method in interface de.caff.generics.MutableFloatIndexable
View any mutable float indexable as a base float indexable.
based(MutableIntIndexable) - Static method in interface de.caff.generics.MutableIntIndexable
View any mutable int indexable as a base int indexable.
based(MutableLongIndexable) - Static method in interface de.caff.generics.MutableLongIndexable
View any mutable long indexable as a base long indexable.
based(MutableShortIndexable) - Static method in interface de.caff.generics.MutableShortIndexable
View any mutable short indexable as a base short indexable.
BasicLoop<T extends BasicLoop.Item<T>> - Class in de.caff.generics
Wrapper around a double linked list which forms a loop.
BasicLoop() - Constructor for class de.caff.generics.BasicLoop
Create an empty loop.
BasicLoop(Iterable<V>, Function<? super V, Function3<T, BasicLoop<T>, T, T>>) - Constructor for class de.caff.generics.BasicLoop
Create a loop from an iterable.
BasicLoop(Function<? super V, Function3<T, BasicLoop<T>, T, T>>, V...) - Constructor for class de.caff.generics.BasicLoop
Create a loop from an array.
BasicLoop.Item<V extends BasicLoop.Item<V>> - Class in de.caff.generics
Base implementation of a double linked loop item.
BasicMatcher - Class in de.caff.generics.matcher
A basic matcher is just using the equals method.
BasicMatcher() - Constructor for class de.caff.generics.matcher.BasicMatcher
 
BasicSequencer(MultiIndexLinearizer) - Constructor for class de.caff.generics.mda.MultiIndexLinearizer.BasicSequencer
Constructor.
beforeStart() - Method in class de.caff.generics.handler.AbstractBasicFragileLoopItemHandler
Called before the loop is started.
beforeStart() - Method in class de.caff.generics.handler.AbstractBasicLoopItemHandler
Called before the loop is started.
beforeStart() - Method in class de.caff.generics.handler.CarelessLoopItemHandler
Called before the loop is started.
beforeStart() - Method in class de.caff.generics.handler.ConvertingFragileLoopItemHandler
Called before the loop is started.
beforeStart() - Method in class de.caff.generics.handler.ConvertingLoopItemHandler
Called before the loop is started.
beforeStart() - Method in class de.caff.generics.handler.DeletingFragileLoopItemHandler
Called before the loop is started.
beforeStart() - Method in class de.caff.generics.handler.DeletingLoopItemHandler
Called before the loop is started.
beforeStart() - Method in class de.caff.generics.handler.FindAllIndexesHandler
Called before the loop is started.
beforeStart() - Method in class de.caff.generics.handler.FindFirstIndexHandler
Called before the loop is started.
beforeStart() - Method in class de.caff.generics.handler.MultiConvertingFragileLoopItemHandler
Called before the loop is started.
beforeStart() - Method in class de.caff.generics.handler.MultiConvertingLoopItemHandler
Called before the loop is started.
beforeStart() - Method in interface de.caff.generics.LoopHandler
Called before the loop is started.
BETA - Static variable in class de.caff.version.SemVer.Prerelease
Beta prerelease.
BIN_AND - Static variable in interface de.caff.generics.function.BooleanOperator2
Default no-short boolean AND (&) operator.
BIN_OR - Static variable in interface de.caff.generics.function.BooleanOperator2
Default no-short boolean OR (|) operator.
binarySearch(byte) - Method in interface de.caff.generics.ByteIndexable
Do a binary search in an indexable ordered in natural ascending order.
binarySearch(byte, ByteOrdering) - Method in interface de.caff.generics.ByteIndexable
Do a binary search in an ordered indexable.
binarySearch(char) - Method in interface de.caff.generics.CharIndexable
Do a binary search in an indexable ordered in natural ascending order.
binarySearch(char, CharOrdering) - Method in interface de.caff.generics.CharIndexable
Do a binary search in an ordered indexable.
binarySearch(double) - Method in interface de.caff.generics.DoubleIndexable
Do a binary search in an indexable ordered in natural ascending order.
binarySearch(double, DoubleOrdering) - Method in interface de.caff.generics.DoubleIndexable
Do a binary search in an ordered indexable.
binarySearch(float) - Method in interface de.caff.generics.FloatIndexable
Do a binary search in an indexable ordered in natural ascending order.
binarySearch(float, FloatOrdering) - Method in interface de.caff.generics.FloatIndexable
Do a binary search in an ordered indexable.
binarySearch(T, Ordering<? super T>) - Method in interface de.caff.generics.Indexable
Do a binary search in an ordered indexable.
binarySearch(int) - Method in interface de.caff.generics.IntIndexable
Do a binary search in an indexable ordered in natural ascending order.
binarySearch(int, IntOrdering) - Method in interface de.caff.generics.IntIndexable
Do a binary search in an ordered indexable.
binarySearch(long) - Method in interface de.caff.generics.LongIndexable
Do a binary search in an indexable ordered in natural ascending order.
binarySearch(long, LongOrdering) - Method in interface de.caff.generics.LongIndexable
Do a binary search in an ordered indexable.
binarySearch(short) - Method in interface de.caff.generics.ShortIndexable
Do a binary search in an indexable ordered in natural ascending order.
binarySearch(short, ShortOrdering) - Method in interface de.caff.generics.ShortIndexable
Do a binary search in an ordered indexable.
BIT_FLIP - Static variable in interface de.caff.generics.function.ByteOperator1
Byte operator BIT FLIP (~).
BIT_FLIP - Static variable in interface de.caff.generics.function.IntOperator1
Integer operator BIT FLIP (~).
BIT_FLIP - Static variable in interface de.caff.generics.function.LongOperator1
Byte operator BIT FLIP (~).
BIT_FLIP - Static variable in interface de.caff.generics.function.ShortOperator1
Short operator BIT FLIP (~).
BOOLEAN_ARRAY - Static variable in class de.caff.generics.Empty
Empty boolean array.
BOOLEAN_ARRAY_2D - Static variable in class de.caff.generics.Empty
Empty array of boolean arrays.
BooleanConsumer - Interface in de.caff.generics.function
A consumer for short values.
BooleanFunction1<T> - Interface in de.caff.generics.function
Function which has a primitive boolean as input, and an object as output.
BooleanFunction2<T> - Interface in de.caff.generics.function
Function which has two primitive booleans as input, and an object as output.
BooleanIndexable - Interface in de.caff.generics
Class which allows readonly access of raw booleans by index.
BooleanIndexable.Base - Class in de.caff.generics
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
BooleanIndexable.EntryConsumer - Interface in de.caff.generics
Consumer for index-value pairs with int values.
booleanIterator() - Method in interface de.caff.generics.BooleanIndexable
Get an primitive boolean iterator.
booleanIterator(int, int) - Method in interface de.caff.generics.BooleanIndexable
Get a boolean iterator from the given sub set.
booleanIterator() - Method in interface de.caff.generics.PrimitiveBooleanIterable
Get a primitive boolean iterator.
BooleanOperator0 - Interface in de.caff.generics.function
Function with no argument and a boolean result.
BooleanOperator1 - Interface in de.caff.generics.function
Unary operator with a boolean argument and result.
BooleanOperator2 - Interface in de.caff.generics.function
Binary operator with two boolean arguments and a boolean result.
BooleanOperator3 - Interface in de.caff.generics.function
Ternary operator with three boolean arguments and a boolean result.
BooleanPair - Class in de.caff.generics
A pair of primitive boolean values.
BooleanPair(boolean, boolean) - Constructor for class de.caff.generics.BooleanPair
Constructor.
BooleanPredicate1 - Interface in de.caff.generics.function
Predicate which expects a primitive boolean argument.
BooleanPredicate2 - Interface in de.caff.generics.function
Predicate which expects two primitive boolean arguments.
BooleanPredicate3 - Interface in de.caff.generics.function
Predicate which expects three primitive boolean arguments.
BooleanSetter<T> - Interface in de.caff.generics.function
Procedure with a generic and a boolean argument.
booleanView(Iterator<S>, Predicate<? super S>) - Static method in class de.caff.generics.Types
View a generic iterator as if it is an iterator for primitive boolean values.
booleanView(Iterable<S>, Predicate<? super S>) - Static method in class de.caff.generics.Types
View a generic iterable as if it is an iterable of primitive boolean values.
boxed(float) - Static method in class de.caff.generics.Primitives
Get a boxed float value which takes care of handling positive and negative zero in a more natural way.
boxed(double) - Static method in class de.caff.generics.Primitives
Get a boxed double value which takes care of handling positive and negative zero in a more natural way.
boxedN(float) - Static method in class de.caff.generics.Primitives
Get a boxed float value which takes care of handling positive and negative zero in a more natural way.
boxedN(double) - Static method in class de.caff.generics.Primitives
Get a boxed double value which takes care of handling positive and negative zero in a more natural way.
BYTE_ARRAY - Static variable in class de.caff.generics.Empty
Empty byte array.
BYTE_ARRAY_2D - Static variable in class de.caff.generics.Empty
Empty array of byte arrays.
BYTE_ARRAY_CLONER - Static variable in class de.caff.generics.Primitives
Function which clones byte arrays.
ByteConsumer - Interface in de.caff.generics.function
A consumer for short values.
ByteFunction1<T> - Interface in de.caff.generics.function
Function which has a primitive byte as input, and an object as output.
ByteFunction2<T> - Interface in de.caff.generics.function
Function which has two primitive bytes as input, and an object as output.
ByteIndexable - Interface in de.caff.generics
Class which allows readonly access of raw bytes by index.
ByteIndexable.Base - Class in de.caff.generics
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
byteIterator() - Method in interface de.caff.generics.ByteIndexable
Get an primitive byte iterator.
byteIterator(int, int) - Method in interface de.caff.generics.ByteIndexable
Get a byte iterator from the given sub set.
byteIterator() - Method in interface de.caff.generics.PrimitiveByteIterable
Get a primitive byte iterator.
ByteOperator0 - Interface in de.caff.generics.function
Function with no argument and a byte result.
ByteOperator1 - Interface in de.caff.generics.function
Unaray operator with a byte argument and result.
ByteOperator2 - Interface in de.caff.generics.function
Binary operator with two byte arguments and a byte result.
ByteOperator3 - Interface in de.caff.generics.function
Ternary operator with three byte arguments and a byte result.
ByteOrdering - Interface in de.caff.generics.function
Define an order for two primitive byte values.
ByteOrdering.Serial - Interface in de.caff.generics.function
A byte ordering which is serializable.
BytePair - Class in de.caff.generics
A pair of primitive byte values.
BytePair(byte, byte) - Constructor for class de.caff.generics.BytePair
Constructor.
BytePredicate1 - Interface in de.caff.generics.function
Predicate which expects a primitive byte argument.
BytePredicate2 - Interface in de.caff.generics.function
Predicate which expects two primitive byte arguments.
BytePredicate3 - Interface in de.caff.generics.function
Predicate which expects three primitive byte arguments.
ByteSetter<T> - Interface in de.caff.generics.function
Procedure with a generic and a byte argument.
bytesFromHexString(String) - Static method in interface de.caff.generics.ByteIndexable
Get a byte array from a string of hexcoded bytes.
byteView(Iterator<S>, ToByteFunction<? super S>) - Static method in class de.caff.generics.Types
View a generic iterator as if it is an iterator for primitive byte values.
byteView(Iterable<S>, ToByteFunction<? super S>) - Static method in class de.caff.generics.Types
View a generic iterable as if it is an iterable of primitive byte values.

C

CarelessLoopItemHandler<T,E extends java.lang.Exception,L extends FragileLoopItemHandler<T,E>> - Class in de.caff.generics.handler
Wrapper allowing to use a FragileLoopItemHandler as a standard LoopItemHandler.
CarelessLoopItemHandler(L) - Constructor for class de.caff.generics.handler.CarelessLoopItemHandler
Constructor.
CarelessTypeConverter<T,S> - Class in de.caff.generics.converter
A standard type converter which wraps a fragile type converter.
CarelessTypeConverter(FragileTypeConverter<T, S>, T) - Constructor for class de.caff.generics.converter.CarelessTypeConverter
Constructor.
cast(Object) - Method in interface de.caff.generics.Subjective
Cast any object to the type of this subjective.
cast(Iterable<?>) - Static method in class de.caff.generics.Types
Get a casted iterable.
cast(Iterator<?>) - Static method in class de.caff.generics.Types
Get a casted iterator.
cast(Enumeration<? extends T>) - Static method in class de.caff.generics.Types
Get a casted enumeration.
castConverter() - Static method in class de.caff.generics.Types
A converter which converts a type to a any other type by applying a cast.
change(Function<? super T, ? extends T>, int...) - Method in interface de.caff.generics.mda.MultiDimensionalAccess
Change the value located at the given indexes.
change(Function<? super T, ? extends T>, int...) - Method in class de.caff.generics.mda.MultiDimensionalArray
 
change(Function<? super Boolean, ? extends Boolean>, int...) - Method in class de.caff.generics.mda.MultiDimensionalBooleanArray
 
change(Function<? super Byte, ? extends Byte>, int...) - Method in class de.caff.generics.mda.MultiDimensionalByteArray
 
change(Function<? super Character, ? extends Character>, int...) - Method in class de.caff.generics.mda.MultiDimensionalCharArray
 
change(Function<? super Double, ? extends Double>, int...) - Method in class de.caff.generics.mda.MultiDimensionalDoubleArray
 
change(Function<? super Float, ? extends Float>, int...) - Method in class de.caff.generics.mda.MultiDimensionalFloatArray
 
change(Function<? super Integer, ? extends Integer>, int...) - Method in class de.caff.generics.mda.MultiDimensionalIntArray
 
change(Function<? super Long, ? extends Long>, int...) - Method in class de.caff.generics.mda.MultiDimensionalLongArray
 
change(Function<? super Short, ? extends Short>, int...) - Method in class de.caff.generics.mda.MultiDimensionalShortArray
 
changeAll(BiFunction<? super T, int[], ? extends T>) - Method in interface de.caff.generics.mda.MultiDimensionalAccess
Change all elements in this multi-dimensional array.
changeAll(Function<? super T, ? extends T>) - Method in interface de.caff.generics.mda.MultiDimensionalAccess
Change all elements in this multi-dimensional array.
changeAll(BiFunction<? super T, int[], ? extends T>) - Method in interface de.caff.generics.mda.OneDimensionalAccess
 
changeAll(Function<? super T, ? extends T>) - Method in interface de.caff.generics.mda.OneDimensionalAccess
 
changeAll(BiFunction<? super T, int[], ? extends T>) - Method in interface de.caff.generics.mda.ThreeDimensionalAccess
 
changeAll(Function<? super T, ? extends T>) - Method in interface de.caff.generics.mda.ThreeDimensionalAccess
 
changeAll(BiFunction<? super T, int[], ? extends T>) - Method in interface de.caff.generics.mda.TwoDimensionalAccess
 
changeAll(Function<? super T, ? extends T>) - Method in interface de.caff.generics.mda.TwoDimensionalAccess
 
changeAllValues(BooleanOperator1) - Method in interface de.caff.generics.mda.OneDimensionalBooleanAccess
Change all values by applying an operator.
changeAllValues(ByteOperator1) - Method in interface de.caff.generics.mda.OneDimensionalByteAccess
Change all values by applying an operator.
changeAllValues(CharOperator1) - Method in interface de.caff.generics.mda.OneDimensionalCharAccess
Change all values by applying an operator.
changeAllValues(DoubleUnaryOperator) - Method in interface de.caff.generics.mda.OneDimensionalDoubleAccess
Change all values by applying an operator.
changeAllValues(FloatOperator1) - Method in interface de.caff.generics.mda.OneDimensionalFloatAccess
Change all values by applying an operator.
changeAllValues(IntOperator1) - Method in interface de.caff.generics.mda.OneDimensionalIntAccess
Change all values by applying an operator.
changeAllValues(LongOperator1) - Method in interface de.caff.generics.mda.OneDimensionalLongAccess
Change all values by applying an operator.
changeAllValues(ShortOperator1) - Method in interface de.caff.generics.mda.OneDimensionalShortAccess
Change all values by applying an operator.
changeAllValues(BooleanOperator1) - Method in interface de.caff.generics.mda.ThreeDimensionalBooleanAccess
Change all values by applying an operator.
changeAllValues(ByteOperator1) - Method in interface de.caff.generics.mda.ThreeDimensionalByteAccess
Change all values by applying an operator.
changeAllValues(CharOperator1) - Method in interface de.caff.generics.mda.ThreeDimensionalCharAccess
Change all values by applying an operator.
changeAllValues(DoubleUnaryOperator) - Method in interface de.caff.generics.mda.ThreeDimensionalDoubleAccess
Change all values by applying an operator.
changeAllValues(FloatOperator1) - Method in interface de.caff.generics.mda.ThreeDimensionalFloatAccess
Change all values by applying an operator.
changeAllValues(IntOperator1) - Method in interface de.caff.generics.mda.ThreeDimensionalIntAccess
Change all values by applying an operator.
changeAllValues(LongOperator1) - Method in interface de.caff.generics.mda.ThreeDimensionalLongAccess
Change all values by applying an operator.
changeAllValues(ShortOperator1) - Method in interface de.caff.generics.mda.ThreeDimensionalShortAccess
Change all values by applying an operator.
changeAllValues(BooleanOperator1) - Method in interface de.caff.generics.mda.TwoDimensionalBooleanAccess
Change all values by applying an operator.
changeAllValues(ByteOperator1) - Method in interface de.caff.generics.mda.TwoDimensionalByteAccess
Change all values by applying an operator.
changeAllValues(CharOperator1) - Method in interface de.caff.generics.mda.TwoDimensionalCharAccess
Change all values by applying an operator.
changeAllValues(DoubleUnaryOperator) - Method in interface de.caff.generics.mda.TwoDimensionalDoubleAccess
Change all values by applying an operator.
changeAllValues(FloatOperator1) - Method in interface de.caff.generics.mda.TwoDimensionalFloatAccess
Change all values by applying an operator.
changeAllValues(IntOperator1) - Method in interface de.caff.generics.mda.TwoDimensionalIntAccess
Change all values by applying an operator.
changeAllValues(LongOperator1) - Method in interface de.caff.generics.mda.TwoDimensionalLongAccess
Change all values by applying an operator.
changeAllValues(ShortOperator1) - Method in interface de.caff.generics.mda.TwoDimensionalShortAccess
Change all values by applying an operator.
changeValue(BooleanOperator1, int...) - Method in class de.caff.generics.mda.MultiDimensionalBooleanArray
Change the element at the given index combination.
changeValue(ByteOperator1, int...) - Method in class de.caff.generics.mda.MultiDimensionalByteArray
Change the element at the given index combination.
changeValue(CharOperator1, int...) - Method in class de.caff.generics.mda.MultiDimensionalCharArray
Change the element at the given index combination.
changeValue(DoubleUnaryOperator, int...) - Method in class de.caff.generics.mda.MultiDimensionalDoubleArray
Change the element at the given index combination.
changeValue(FloatOperator1, int...) - Method in class de.caff.generics.mda.MultiDimensionalFloatArray
Change the element at the given index combination.
changeValue(IntOperator1, int...) - Method in class de.caff.generics.mda.MultiDimensionalIntArray
Change the element at the given index combination.
changeValue(ShortOperator1, int...) - Method in class de.caff.generics.mda.MultiDimensionalShortArray
Change the element at the given index combination.
changeValueAt(LongOperator1, int...) - Method in class de.caff.generics.mda.MultiDimensionalLongArray
Change the element at the given index combination.
changeValueAt(BooleanOperator1, int) - Method in interface de.caff.generics.mda.OneDimensionalBooleanAccess
Change the value at the given indexes.
changeValueAt(ByteOperator1, int) - Method in interface de.caff.generics.mda.OneDimensionalByteAccess
Change the value at the given indexes.
changeValueAt(CharOperator1, int) - Method in interface de.caff.generics.mda.OneDimensionalCharAccess
Change the value at the given indexes.
changeValueAt(DoubleUnaryOperator, int) - Method in interface de.caff.generics.mda.OneDimensionalDoubleAccess
Change the value at the given indexes.
changeValueAt(FloatOperator1, int) - Method in interface de.caff.generics.mda.OneDimensionalFloatAccess
Change the value at the given indexes.
changeValueAt(IntOperator1, int) - Method in interface de.caff.generics.mda.OneDimensionalIntAccess
Change the value at the given indexes.
changeValueAt(LongOperator1, int) - Method in interface de.caff.generics.mda.OneDimensionalLongAccess
Change the value at the given indexes.
changeValueAt(ShortOperator1, int) - Method in interface de.caff.generics.mda.OneDimensionalShortAccess
Change the value at the given indexes.
changeValueAt(BooleanOperator1, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalBooleanAccess
Change the value at the given indexes.
changeValueAt(ByteOperator1, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalByteAccess
Change the value at the given indexes.
changeValueAt(CharOperator1, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalCharAccess
Change the value at the given indexes.
changeValueAt(DoubleUnaryOperator, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalDoubleAccess
Change the value at the given indexes.
changeValueAt(FloatOperator1, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalFloatAccess
Change the value at the given indexes.
changeValueAt(IntOperator1, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalIntAccess
Change the value at the given indexes.
changeValueAt(LongOperator1, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalLongAccess
Change the value at the given indexes.
changeValueAt(ShortOperator1, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalShortAccess
Change the value at the given indexes.
changeValueAt(BooleanOperator1, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalBooleanAccess
Change the value at the given indexes.
changeValueAt(ByteOperator1, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalByteAccess
Change the value at the given indexes.
changeValueAt(CharOperator1, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalCharAccess
Change the value at the given indexes.
changeValueAt(DoubleUnaryOperator, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalDoubleAccess
Change the value at the given indexes.
changeValueAt(FloatOperator1, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalFloatAccess
Change the value at the given indexes.
changeValueAt(IntOperator1, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalIntAccess
Change the value at the given indexes.
changeValueAt(LongOperator1, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalLongAccess
Change the value at the given indexes.
changeValueAt(ShortOperator1, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalShortAccess
Change the value at the given indexes.
CHAR_ARRAY - Static variable in class de.caff.generics.Empty
Empty char array.
CHAR_ARRAY_2D - Static variable in class de.caff.generics.Empty
Empty array of char arrays.
CHAR_ARRAY_CLONER - Static variable in class de.caff.generics.Primitives
Function which clones char arrays.
characteristics() - Method in class de.caff.generics.DoubleIndexable.DoubleIndexableSpliterator
 
characteristics() - Method in class de.caff.generics.Indexable.IndexableSpliterator
 
characteristics() - Method in class de.caff.generics.IntIndexable.IntIndexableSpliterator
 
characteristics() - Method in class de.caff.generics.LongIndexable.LongIndexableSpliterator
 
CharConsumer - Interface in de.caff.generics.function
A consumer for short values.
CharFunction1<T> - Interface in de.caff.generics.function
Function which has a primitive character as input, and an object as output.
CharFunction2<T> - Interface in de.caff.generics.function
Function which has two primitive characters as input, and an object as output.
CharIndexable - Interface in de.caff.generics
Class which allows readonly access of raw chars by index.
CharIndexable.Base - Class in de.caff.generics
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
charIterator() - Method in interface de.caff.generics.CharIndexable
Get an primitive char iterator.
charIterator(int, int) - Method in interface de.caff.generics.CharIndexable
Get a char iterator from the given sub set.
charIterator() - Method in interface de.caff.generics.PrimitiveCharIterable
Get a primitive char iterator.
CharOperator0 - Interface in de.caff.generics.function
Function with no argument and a char result.
CharOperator1 - Interface in de.caff.generics.function
Unary operator with a char argument and result.
CharOperator2 - Interface in de.caff.generics.function
Binary operator with two char arguments and a char result.
CharOperator3 - Interface in de.caff.generics.function
Ternary operator with three char arguments and a char result.
CharOrdering - Interface in de.caff.generics.function
Define an order for two primitive char values.
CharOrdering.Serial - Interface in de.caff.generics.function
A char ordering which is serializable.
CharPair - Class in de.caff.generics
A pair of primitive char values.
CharPair(char, char) - Constructor for class de.caff.generics.CharPair
Constructor.
CharPair(String) - Constructor for class de.caff.generics.CharPair
Create a character pair from a 2-character string.
CharPredicate1 - Interface in de.caff.generics.function
Predicate which expects a primitive char argument.
CharPredicate2 - Interface in de.caff.generics.function
Predicate which expects two primitive char arguments.
CharPredicate3 - Interface in de.caff.generics.function
Predicate which expects three primitive char arguments.
CharSetter<T> - Interface in de.caff.generics.function
Procedure with a generic and a char argument.
charView(Iterator<S>, ToCharFunction<? super S>) - Static method in class de.caff.generics.Types
View a generic iterator as if it is an iterator for primitive char values.
charView(Iterable<S>, ToCharFunction<? super S>) - Static method in class de.caff.generics.Types
View a generic iterable as if it is an iterable of primitive char values.
Check - Class in de.caff.generics.checker
Helper methods for using Predicates as checkers,, useful for combination of checkers.
check(Long, Long) - Method in interface de.caff.generics.function.LongOrdering
 
check(T, T) - Method in interface de.caff.generics.function.Ordering
Check the ordering of the two values.
checkBinomial(int, int) - Static method in class de.caff.generics.util.combi.Combinations
Check the parameters of a "n choice k" for sanity.
checkByte(byte, byte) - Method in interface de.caff.generics.function.ByteOrdering
Get the order of the two values.
checkByte(byte, byte) - Method in interface de.caff.generics.function.IntOrdering
 
checkChar(char, char) - Method in interface de.caff.generics.function.CharOrdering
Get the order of the two values.
checkChar(char, char) - Method in interface de.caff.generics.function.IntOrdering
 
checkDouble(double, double) - Method in interface de.caff.generics.function.DoubleOrdering
Get the order of the two values.
checkFloat(float, float) - Method in interface de.caff.generics.function.DoubleOrdering
 
checkFloat(float, float) - Method in interface de.caff.generics.function.FloatOrdering
Get the order of the two values.
checkIndex(int, int) - Static method in interface de.caff.generics.Indexable
Check the index if it is between 0 (included) and the given size (excluded).
checkIndex(int, int, int) - Static method in interface de.caff.generics.mda.MultiIndexLinearizer
Check a single index.
checkIndexes(int[], int...) - Static method in interface de.caff.generics.mda.MultiIndexLinearizer
Check indexes whether they fulfill the basic restrictions.
checkInt(int, int) - Method in interface de.caff.generics.function.IntOrdering
Get the order of the two values.
checkLong(long, long) - Method in interface de.caff.generics.function.LongOrdering
Get the order of the two values.
checkShort(short, short) - Method in interface de.caff.generics.function.IntOrdering
 
checkShort(short, short) - Method in interface de.caff.generics.function.ShortOrdering
Get the order of the two values.
choose(boolean) - Method in interface de.caff.generics.TwoWayChoice
Return the selected choice.
choose(boolean) - Method in interface de.caff.generics.TwoWayChoiceN
Return the selected choice.
CLASS_BOOLEAN_ARRAY - Static variable in class de.caff.generics.Empty
Emoty Boolean array.
CLASS_BYTE_ARRAY - Static variable in class de.caff.generics.Empty
Empty Byte array.
CLASS_CHAR_ARRAY - Static variable in class de.caff.generics.Empty
Empty Character array.
CLASS_DOUBLE_ARRAY - Static variable in class de.caff.generics.Empty
Empty Double array.
CLASS_FLOAT_ARRAY - Static variable in class de.caff.generics.Empty
Empty Float array.
CLASS_INTEGER_ARRAY - Static variable in class de.caff.generics.Empty
Empty Integer array,
CLASS_LONG_ARRAY - Static variable in class de.caff.generics.Empty
Empty Long array,
CLASS_SHORT_ARRAY - Static variable in class de.caff.generics.Empty
Empty Short array,
cleanup() - Method in class de.caff.generics.LeastRecentlyUsedCache
Remove all key-value pairs which are no longer available.
cleanup() - Method in class de.caff.generics.RecreatingLeastRecentlyUsedCache
 
clear() - Method in class de.caff.generics.AbstractBasicCountingSet
Removes all of the elements from this set (optional operation).
clear() - Method in class de.caff.generics.AbstractBasicUnmodifiableList
Removes all of the elements from this list (optional operation).
clear() - Method in class de.caff.generics.ActiveList
Removes all of the elements from this list (optional operation).
clear() - Method in class de.caff.generics.BasicLoop
Clear this loop.
clear() - Method in class de.caff.generics.converter.CarelessTypeConverter
Clear the latest exception.
clear() - Method in class de.caff.generics.HashCoderMap
 
clear() - Method in class de.caff.generics.HashCoderSet
 
clear() - Method in class de.caff.generics.LeastRecentlyUsedCache
Remove all entries from this cache.
clear() - Method in class de.caff.generics.Loop
Clear this loop.
clear() - Method in class de.caff.generics.MatchSet
Removes all of the elements from this set (optional operation).
clear() - Method in class de.caff.generics.RefValueHashMap
Removes all mappings from this map (optional operation).
clear() - Method in class de.caff.generics.RefWrapperHashSet
Removes all of the elements from this list (optional operation).
clear() - Method in class de.caff.generics.RefWrapperList
Removes all of the elements from this list (optional operation).
clear() - Method in class de.caff.generics.SynchronizedCollection
Removes all of the elements from this collection (optional operation).
clear() - Method in class de.caff.generics.SynchronizedList
Removes all of the elements from this collection (optional operation).
clone(Collection<T>, Function<T, T>) - Static method in class de.caff.generics.Types
Clone a collection.
clone(Countable<T>, Function<T, T>) - Static method in class de.caff.generics.Types
Clone a countable.
closedItemView() - Method in class de.caff.generics.BasicLoop
View this loop's items as a countable which is "closed".
closedValueView() - Method in class de.caff.generics.Loop
View this loop's values as a countable which is "closed".
collectServices() - Static method in interface de.caff.version.ModuleVersionService
Collect the module version services and cache them in an indexable.
collectServices(String) - Static method in interface de.caff.version.ModuleVersionService
Collect the module version services and cache them in an indexable.
Combinations<T> - Class in de.caff.generics.util.combi
Create all combinations.
Combinations(int, Indexable<T>) - Constructor for class de.caff.generics.util.combi.Combinations
Constructor.
Combinations(int, List<T>) - Constructor for class de.caff.generics.util.combi.Combinations
Constructor.
Combinations(int, Countable<T>) - Constructor for class de.caff.generics.util.combi.Combinations
Constructor.
Combinations(int, Collection<T>) - Constructor for class de.caff.generics.util.combi.Combinations
Constructor.
Combinations(int, T...) - Constructor for class de.caff.generics.util.combi.Combinations
Constructor.
Combinations.OfBoolean - Class in de.caff.generics.util.combi
Combinations of boolean values.
Combinations.OfByte - Class in de.caff.generics.util.combi
Combinations of byte values.
Combinations.OfChar - Class in de.caff.generics.util.combi
Combinations of char values.
Combinations.OfDouble - Class in de.caff.generics.util.combi
Combinations of double values.
Combinations.OfFloat - Class in de.caff.generics.util.combi
Combinations of float values.
Combinations.OfInt - Class in de.caff.generics.util.combi
The combinations of integer values.
Combinations.OfLong - Class in de.caff.generics.util.combi
Combinations of long values.
Combinations.OfRange - Class in de.caff.generics.util.combi
The combinations of an index range.
Combinations.OfShort - Class in de.caff.generics.util.combi
Combinations of short values.
Combinations.OfString - Class in de.caff.generics.util.combi
The combinations of the characters of a string, as strings.
combine(DoubleOperator1, DoubleOperator1) - Method in interface de.caff.generics.function.DoubleOperator2
Use this operator on the results of two other operators.
combine(Indexable<? extends E>...) - Static method in interface de.caff.generics.Indexable
 
combine(Function<I, T>, Function<S, ? extends I>) - Static method in class de.caff.generics.Types
Get a combined type converter using an intermediate value.
combined(Countable<? extends E>...) - Static method in interface de.caff.generics.Countable
Combine several countables into one.
combined(Countable<? extends Countable<? extends E>>) - Static method in interface de.caff.generics.Countable
Combine several countables into one.
combineEE(FragileTypeConverter<T, I>, FragileTypeConverter<? extends I, S>) - Static method in class de.caff.generics.Types
Get a combined type converter using an intermediate value.
combineEF(FragileTypeConverter<T, I>, Function<S, ? extends I>) - Static method in class de.caff.generics.Types
Get a combined type converter using an intermediate value.
combineFE(Function<I, T>, FragileTypeConverter<? extends I, S>) - Static method in class de.caff.generics.Types
Get a combined type converter using an intermediate value.
COMPARABLE_COMPARATOR - Static variable in class de.caff.generics.Types
Comparator which compares Comparables in their natural order.
ComparableMatcher<T extends java.lang.Comparable<T>> - Class in de.caff.generics.matcher
A matcher which considers two comparable objects equals if they compare with result 0.
ComparableMatcher() - Constructor for class de.caff.generics.matcher.ComparableMatcher
 
comparator() - Method in class de.caff.generics.CountingTreeSet
Returns the comparator associated with this sorted set, or null if it uses its elements' natural ordering.
ComparatorMatcher<T> - Class in de.caff.generics.matcher
A matcher which uses a comparator for equality checking.
ComparatorMatcher(Comparator<T>) - Constructor for class de.caff.generics.matcher.ComparatorMatcher
Constructor.
compare(BooleanIndexable, BooleanIndexable) - Static method in interface de.caff.generics.BooleanIndexable
Compare two boolean indexables.
compare(ByteIndexable, ByteIndexable) - Static method in interface de.caff.generics.ByteIndexable
Compare two byte indexables.
compare(CharIndexable, CharIndexable) - Static method in interface de.caff.generics.CharIndexable
Compare two char indexables.
compare(DoubleIndexable, DoubleIndexable) - Static method in interface de.caff.generics.DoubleIndexable
Compare two double indexables.
compare(FloatIndexable, FloatIndexable) - Static method in interface de.caff.generics.FloatIndexable
Compare two float indexables.
compare(Indexable<? extends E>, Indexable<? extends E>, Comparator<E>) - Static method in interface de.caff.generics.Indexable
compare(IntIndexable, IntIndexable) - Static method in interface de.caff.generics.IntIndexable
Compare two int indexables.
compare(LongIndexable, LongIndexable) - Static method in interface de.caff.generics.LongIndexable
Compare two long indexables.
compare(double, double) - Static method in class de.caff.generics.Primitives
Compare two double values without the quirks of Double.compare(double, double).
compare(float, float) - Static method in class de.caff.generics.Primitives
Compare two float values without the quirks of Float.compare(float, float).
compare(Iterable<? extends T>, Iterable<? extends T>) - Static method in class de.caff.generics.Sequences
Compare two sequences of comparable elements and return the result.
compare(Iterable<? extends T>, Iterable<? extends T>, Order) - Static method in class de.caff.generics.Sequences
Compare two sequences of comparable elements and return the result.
compare(Iterable<? extends T>, Iterable<? extends T>, Ordering<? super T>) - Static method in class de.caff.generics.Sequences
Compare two sequences and return the result.
compare(Iterable<? extends T>, Iterable<? extends T>, Order, Ordering<? super T>) - Static method in class de.caff.generics.Sequences
Compare two sequences and return the result.
compare(Iterator<? extends T>, Iterator<? extends T>, Ordering<? super T>) - Static method in class de.caff.generics.Sequences
Compare the iterators of two sequences and return the result.
compare(Iterator<? extends T>, Iterator<? extends T>) - Static method in class de.caff.generics.Sequences
Compare the iterators of two sequences and return the result.
compare(Iterator<? extends T>, Iterator<? extends T>, Order) - Static method in class de.caff.generics.Sequences
Compare the iterators of two sequences of comparable elements and return the result.
compare(Iterator<? extends T>, Iterator<? extends T>, Order, Ordering<? super T>) - Static method in class de.caff.generics.Sequences
Compare the iterators of two sequences and return the result.
compare(ShortIndexable, ShortIndexable) - Static method in interface de.caff.generics.ShortIndexable
Compare two short indexables.
compareTo(BooleanIndexable) - Method in class de.caff.generics.BooleanIndexable.Base
 
compareTo(ByteIndexable) - Method in class de.caff.generics.ByteIndexable.Base
 
compareTo(CharIndexable) - Method in class de.caff.generics.CharIndexable.Base
 
compareTo(DoubleIndexable) - Method in class de.caff.generics.DoubleIndexable.Base
 
compareTo(FloatIndexable) - Method in class de.caff.generics.FloatIndexable.Base
 
compareTo(IntIndexable) - Method in class de.caff.generics.IntIndexable.Base
 
compareTo(LongIndexable) - Method in class de.caff.generics.LongIndexable.Base
 
compareTo(ShortIndexable) - Method in class de.caff.generics.ShortIndexable.Base
 
compareTo(SemVer) - Method in class de.caff.version.SemVer
Compare this semantic version with another.
compareTo(SemVer, Comparator<? super Indexable<String>>) - Method in class de.caff.version.SemVer
Compare this with another version, but don't ignore the build metadata.
compareTo(SemVer.Prerelease.NumericIdentifier) - Method in class de.caff.version.SemVer.Prerelease.AlphanumericIdentifier
 
compareTo(SemVer.Prerelease.AlphanumericIdentifier) - Method in class de.caff.version.SemVer.Prerelease.AlphanumericIdentifier
 
compareTo(SemVer.Prerelease.Identifier) - Method in class de.caff.version.SemVer.Prerelease.AlphanumericIdentifier
 
compareTo(SemVer.Prerelease) - Method in class de.caff.version.SemVer.Prerelease
 
compareTo(SemVer.Prerelease.NumericIdentifier) - Method in interface de.caff.version.SemVer.Prerelease.Identifier
Compare this to a numeric identifier.
compareTo(SemVer.Prerelease.AlphanumericIdentifier) - Method in interface de.caff.version.SemVer.Prerelease.Identifier
Compare this to an alphanumeric identifier.
compareTo(SemVer.Prerelease.NumericIdentifier) - Method in class de.caff.version.SemVer.Prerelease.NumericIdentifier
 
compareTo(SemVer.Prerelease.AlphanumericIdentifier) - Method in class de.caff.version.SemVer.Prerelease.NumericIdentifier
 
compareTo(SemVer.Prerelease.Identifier) - Method in class de.caff.version.SemVer.Prerelease.NumericIdentifier
 
compareUnsigned(ByteIndexable, ByteIndexable) - Static method in interface de.caff.generics.ByteIndexable
Compare two byte indexables as if they contain unsigned byte values.
compareUnsigned(IntIndexable, IntIndexable) - Static method in interface de.caff.generics.IntIndexable
Compare two int indexables as if they contain unsigned int values.
compareUnsigned(LongIndexable, LongIndexable) - Static method in interface de.caff.generics.LongIndexable
Compare two long indexables as if they contain unsigned long values.
compareUnsigned(byte, byte) - Static method in class de.caff.generics.Primitives
Compare two bytes as if they are unsigned.
compareUnsigned(short, short) - Static method in class de.caff.generics.Primitives
Compare two short integers as if they are unsigned.
compareUnsigned(ShortIndexable, ShortIndexable) - Static method in interface de.caff.generics.ShortIndexable
Compare two short indexables as if they contain unsigned short values.
comparison - Variable in enum de.caff.generics.Order
The equivalent of this order when used for standard compare.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class de.caff.generics.LeastRecentlyUsedCache
Get the value for the given key, or compute a new value and add it for the given key.
concat(Iterable<? extends T>...) - Static method in class de.caff.generics.Types
Concatenate some iterables to a combined iterable.
concat(Iterator<? extends T>...) - Static method in class de.caff.generics.Types
Concatenate some iterators.
concat1(Function<S1, ? extends ITuple2<? extends E1, ? extends E2>>, BiFunction<? super E1, ? super E2, R>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 1-argument function returning a 2-tuple with a 2-parameter function returning another result value into one 1-argument function.
concat1(Function<S1, ? extends ITuple3<? extends E1, ? extends E2, ? extends E3>>, Function3<R, ? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 1-argument function returning a 3-tuple with a 3-parameter function returning another result value into one 1-argument function.
concat1(Function<S1, ? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>>, Function4<R, ? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 1-argument function returning a 4-tuple with a 4-parameter function returning another result value into one 1-argument function.
concat1(Function<S1, ? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>>, Function5<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 1-argument function returning a 5-tuple with a 5-parameter function returning another result value into one 1-argument function.
concat1(Function<S1, ? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>>, Function6<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 1-argument function returning a 6-tuple with a 6-parameter function returning another result value into one 1-argument function.
concat1(Function<S1, ? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>>, Function7<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 1-argument function returning a 7-tuple with a 7-parameter function returning another result value into one 1-argument function.
concat1(Function<S1, ? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>>, Function8<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 1-argument function returning a 8-tuple with a 8-parameter function returning another result value into one 1-argument function.
concat1(Function<S1, ? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>>, Function9<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 1-argument function returning a 9-tuple with a 9-parameter function returning another result value into one 1-argument function.
concat2(BiFunction<S1, S2, ? extends ITuple2<? extends E1, ? extends E2>>, BiFunction<? super E1, ? super E2, R>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 2-argument function returning a 2-tuple with a 2-parameter function returning another result value into one 2-argument function.
concat2(BiFunction<S1, S2, ? extends ITuple3<? extends E1, ? extends E2, ? extends E3>>, Function3<R, ? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 2-argument function returning a 3-tuple with a 3-parameter function returning another result value into one 2-argument function.
concat2(BiFunction<S1, S2, ? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>>, Function4<R, ? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 2-argument function returning a 4-tuple with a 4-parameter function returning another result value into one 2-argument function.
concat2(BiFunction<S1, S2, ? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>>, Function5<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 2-argument function returning a 5-tuple with a 5-parameter function returning another result value into one 2-argument function.
concat2(BiFunction<S1, S2, ? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>>, Function6<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 2-argument function returning a 6-tuple with a 6-parameter function returning another result value into one 2-argument function.
concat2(BiFunction<S1, S2, ? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>>, Function7<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 2-argument function returning a 7-tuple with a 7-parameter function returning another result value into one 2-argument function.
concat2(BiFunction<S1, S2, ? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>>, Function8<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 2-argument function returning a 8-tuple with a 8-parameter function returning another result value into one 2-argument function.
concat2(BiFunction<S1, S2, ? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>>, Function9<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 2-argument function returning a 9-tuple with a 9-parameter function returning another result value into one 2-argument function.
concat3(Function3<? extends ITuple2<? extends E1, ? extends E2>, S1, S2, S3>, BiFunction<? super E1, ? super E2, R>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 3-argument function returning a 2-tuple with a 2-parameter function returning another result value into one 3-argument function.
concat3(Function3<? extends ITuple3<? extends E1, ? extends E2, ? extends E3>, S1, S2, S3>, Function3<R, ? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 3-argument function returning a 3-tuple with a 3-parameter function returning another result value into one 3-argument function.
concat3(Function3<? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>, S1, S2, S3>, Function4<R, ? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 3-argument function returning a 4-tuple with a 4-parameter function returning another result value into one 3-argument function.
concat3(Function3<? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>, S1, S2, S3>, Function5<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 3-argument function returning a 5-tuple with a 5-parameter function returning another result value into one 3-argument function.
concat3(Function3<? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>, S1, S2, S3>, Function6<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 3-argument function returning a 6-tuple with a 6-parameter function returning another result value into one 3-argument function.
concat3(Function3<? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>, S1, S2, S3>, Function7<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 3-argument function returning a 7-tuple with a 7-parameter function returning another result value into one 3-argument function.
concat3(Function3<? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>, S1, S2, S3>, Function8<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 3-argument function returning a 8-tuple with a 8-parameter function returning another result value into one 3-argument function.
concat3(Function3<? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>, S1, S2, S3>, Function9<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 3-argument function returning a 9-tuple with a 9-parameter function returning another result value into one 3-argument function.
concat4(Function4<? extends ITuple2<? extends E1, ? extends E2>, S1, S2, S3, S4>, BiFunction<? super E1, ? super E2, R>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 4-argument function returning a 2-tuple with a 2-parameter function returning another result value into one 4-argument function.
concat4(Function4<? extends ITuple3<? extends E1, ? extends E2, ? extends E3>, S1, S2, S3, S4>, Function3<R, ? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 4-argument function returning a 3-tuple with a 3-parameter function returning another result value into one 4-argument function.
concat4(Function4<? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>, S1, S2, S3, S4>, Function4<R, ? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 4-argument function returning a 4-tuple with a 4-parameter function returning another result value into one 4-argument function.
concat4(Function4<? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>, S1, S2, S3, S4>, Function5<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 4-argument function returning a 5-tuple with a 5-parameter function returning another result value into one 4-argument function.
concat4(Function4<? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>, S1, S2, S3, S4>, Function6<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 4-argument function returning a 6-tuple with a 6-parameter function returning another result value into one 4-argument function.
concat4(Function4<? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>, S1, S2, S3, S4>, Function7<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 4-argument function returning a 7-tuple with a 7-parameter function returning another result value into one 4-argument function.
concat4(Function4<? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>, S1, S2, S3, S4>, Function8<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 4-argument function returning a 8-tuple with a 8-parameter function returning another result value into one 4-argument function.
concat4(Function4<? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>, S1, S2, S3, S4>, Function9<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 4-argument function returning a 9-tuple with a 9-parameter function returning another result value into one 4-argument function.
concat5(Function5<? extends ITuple2<? extends E1, ? extends E2>, S1, S2, S3, S4, S5>, BiFunction<? super E1, ? super E2, R>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 5-argument function returning a 2-tuple with a 2-parameter function returning another result value into one 5-argument function.
concat5(Function5<? extends ITuple3<? extends E1, ? extends E2, ? extends E3>, S1, S2, S3, S4, S5>, Function3<R, ? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 5-argument function returning a 3-tuple with a 3-parameter function returning another result value into one 5-argument function.
concat5(Function5<? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>, S1, S2, S3, S4, S5>, Function4<R, ? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 5-argument function returning a 4-tuple with a 4-parameter function returning another result value into one 5-argument function.
concat5(Function5<? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>, S1, S2, S3, S4, S5>, Function5<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 5-argument function returning a 5-tuple with a 5-parameter function returning another result value into one 5-argument function.
concat5(Function5<? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>, S1, S2, S3, S4, S5>, Function6<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 5-argument function returning a 6-tuple with a 6-parameter function returning another result value into one 5-argument function.
concat5(Function5<? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>, S1, S2, S3, S4, S5>, Function7<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 5-argument function returning a 7-tuple with a 7-parameter function returning another result value into one 5-argument function.
concat5(Function5<? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>, S1, S2, S3, S4, S5>, Function8<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 5-argument function returning a 8-tuple with a 8-parameter function returning another result value into one 5-argument function.
concat5(Function5<? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>, S1, S2, S3, S4, S5>, Function9<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 5-argument function returning a 9-tuple with a 9-parameter function returning another result value into one 5-argument function.
concat6(Function6<? extends ITuple2<? extends E1, ? extends E2>, S1, S2, S3, S4, S5, S6>, BiFunction<? super E1, ? super E2, R>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 6-argument function returning a 2-tuple with a 2-parameter function returning another result value into one 6-argument function.
concat6(Function6<? extends ITuple3<? extends E1, ? extends E2, ? extends E3>, S1, S2, S3, S4, S5, S6>, Function3<R, ? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 6-argument function returning a 3-tuple with a 3-parameter function returning another result value into one 6-argument function.
concat6(Function6<? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>, S1, S2, S3, S4, S5, S6>, Function4<R, ? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 6-argument function returning a 4-tuple with a 4-parameter function returning another result value into one 6-argument function.
concat6(Function6<? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>, S1, S2, S3, S4, S5, S6>, Function5<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 6-argument function returning a 5-tuple with a 5-parameter function returning another result value into one 6-argument function.
concat6(Function6<? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>, S1, S2, S3, S4, S5, S6>, Function6<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 6-argument function returning a 6-tuple with a 6-parameter function returning another result value into one 6-argument function.
concat6(Function6<? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>, S1, S2, S3, S4, S5, S6>, Function7<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 6-argument function returning a 7-tuple with a 7-parameter function returning another result value into one 6-argument function.
concat6(Function6<? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>, S1, S2, S3, S4, S5, S6>, Function8<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 6-argument function returning a 8-tuple with a 8-parameter function returning another result value into one 6-argument function.
concat6(Function6<? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>, S1, S2, S3, S4, S5, S6>, Function9<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 6-argument function returning a 9-tuple with a 9-parameter function returning another result value into one 6-argument function.
concat7(Function7<? extends ITuple2<? extends E1, ? extends E2>, S1, S2, S3, S4, S5, S6, S7>, BiFunction<? super E1, ? super E2, R>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 7-argument function returning a 2-tuple with a 2-parameter function returning another result value into one 7-argument function.
concat7(Function7<? extends ITuple3<? extends E1, ? extends E2, ? extends E3>, S1, S2, S3, S4, S5, S6, S7>, Function3<R, ? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 7-argument function returning a 3-tuple with a 3-parameter function returning another result value into one 7-argument function.
concat7(Function7<? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>, S1, S2, S3, S4, S5, S6, S7>, Function4<R, ? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 7-argument function returning a 4-tuple with a 4-parameter function returning another result value into one 7-argument function.
concat7(Function7<? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>, S1, S2, S3, S4, S5, S6, S7>, Function5<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 7-argument function returning a 5-tuple with a 5-parameter function returning another result value into one 7-argument function.
concat7(Function7<? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>, S1, S2, S3, S4, S5, S6, S7>, Function6<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 7-argument function returning a 6-tuple with a 6-parameter function returning another result value into one 7-argument function.
concat7(Function7<? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>, S1, S2, S3, S4, S5, S6, S7>, Function7<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 7-argument function returning a 7-tuple with a 7-parameter function returning another result value into one 7-argument function.
concat7(Function7<? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>, S1, S2, S3, S4, S5, S6, S7>, Function8<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 7-argument function returning a 8-tuple with a 8-parameter function returning another result value into one 7-argument function.
concat7(Function7<? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>, S1, S2, S3, S4, S5, S6, S7>, Function9<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 7-argument function returning a 9-tuple with a 9-parameter function returning another result value into one 7-argument function.
concat8(Function8<? extends ITuple2<? extends E1, ? extends E2>, S1, S2, S3, S4, S5, S6, S7, S8>, BiFunction<? super E1, ? super E2, R>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 8-argument function returning a 2-tuple with a 2-parameter function returning another result value into one 8-argument function.
concat8(Function8<? extends ITuple3<? extends E1, ? extends E2, ? extends E3>, S1, S2, S3, S4, S5, S6, S7, S8>, Function3<R, ? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 8-argument function returning a 3-tuple with a 3-parameter function returning another result value into one 8-argument function.
concat8(Function8<? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>, S1, S2, S3, S4, S5, S6, S7, S8>, Function4<R, ? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 8-argument function returning a 4-tuple with a 4-parameter function returning another result value into one 8-argument function.
concat8(Function8<? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>, S1, S2, S3, S4, S5, S6, S7, S8>, Function5<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 8-argument function returning a 5-tuple with a 5-parameter function returning another result value into one 8-argument function.
concat8(Function8<? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>, S1, S2, S3, S4, S5, S6, S7, S8>, Function6<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 8-argument function returning a 6-tuple with a 6-parameter function returning another result value into one 8-argument function.
concat8(Function8<? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>, S1, S2, S3, S4, S5, S6, S7, S8>, Function7<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 8-argument function returning a 7-tuple with a 7-parameter function returning another result value into one 8-argument function.
concat8(Function8<? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>, S1, S2, S3, S4, S5, S6, S7, S8>, Function8<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 8-argument function returning a 8-tuple with a 8-parameter function returning another result value into one 8-argument function.
concat8(Function8<? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>, S1, S2, S3, S4, S5, S6, S7, S8>, Function9<R, ? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 8-argument function returning a 9-tuple with a 9-parameter function returning another result value into one 8-argument function.
ConcatenatedIterables<T> - Class in de.caff.generics
Concatenated iterables.
ConcatenatedIterables(Iterable<? extends T>...) - Constructor for class de.caff.generics.ConcatenatedIterables
Constructor.
ConcatenatedIterables(Iterable<? extends Iterable<? extends T>>) - Constructor for class de.caff.generics.ConcatenatedIterables
Constructor.
ConcatenatedIterators<T> - Class in de.caff.generics
Concatenated iterators.
ConcatenatedIterators(Iterator<? extends T>...) - Constructor for class de.caff.generics.ConcatenatedIterators
Constructor.
ConcatenatedIterators(Iterable<? extends Iterator<? extends T>>) - Constructor for class de.caff.generics.ConcatenatedIterators
Constructor.
concatIterables(Iterable<? extends Iterable<? extends T>>) - Static method in class de.caff.generics.Types
Concatenate some iterables to a combined iterable.
concatIterators(Iterable<? extends Iterator<? extends T>>) - Static method in class de.caff.generics.Types
Concatenate some iterators.
concatPred1(Function<S1, ? extends ITuple2<? extends E1, ? extends E2>>, BiPredicate<? super E1, ? super E2>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 1-argument function returning a 2-tuple with a 2-parameter predicate into a 1-argument predicate.
concatPred1(Function<S1, ? extends ITuple3<? extends E1, ? extends E2, ? extends E3>>, Predicate3<? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 1-argument function returning a 3-tuple with a 3-parameter predicate into a 1-argument predicate.
concatPred1(Function<S1, ? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>>, Predicate4<? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 1-argument function returning a 4-tuple with a 4-parameter predicate into a 1-argument predicate.
concatPred1(Function<S1, ? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>>, Predicate5<? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 1-argument function returning a 5-tuple with a 5-parameter predicate into a 1-argument predicate.
concatPred1(Function<S1, ? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>>, Predicate6<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 1-argument function returning a 6-tuple with a 6-parameter predicate into a 1-argument predicate.
concatPred1(Function<S1, ? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>>, Predicate7<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 1-argument function returning a 7-tuple with a 7-parameter predicate into a 1-argument predicate.
concatPred1(Function<S1, ? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>>, Predicate8<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 1-argument function returning a 8-tuple with a 8-parameter predicate into a 1-argument predicate.
concatPred1(Function<S1, ? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>>, Predicate9<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 1-argument function returning a 9-tuple with a 9-parameter predicate into a 1-argument predicate.
concatPred2(BiFunction<S1, S2, ? extends ITuple2<? extends E1, ? extends E2>>, BiPredicate<? super E1, ? super E2>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 2-argument function returning a 2-tuple with a 2-parameter predicate into a 2-argument predicate.
concatPred2(BiFunction<S1, S2, ? extends ITuple3<? extends E1, ? extends E2, ? extends E3>>, Predicate3<? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 2-argument function returning a 3-tuple with a 3-parameter predicate into a 2-argument predicate.
concatPred2(BiFunction<S1, S2, ? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>>, Predicate4<? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 2-argument function returning a 4-tuple with a 4-parameter predicate into a 2-argument predicate.
concatPred2(BiFunction<S1, S2, ? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>>, Predicate5<? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 2-argument function returning a 5-tuple with a 5-parameter predicate into a 2-argument predicate.
concatPred2(BiFunction<S1, S2, ? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>>, Predicate6<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 2-argument function returning a 6-tuple with a 6-parameter predicate into a 2-argument predicate.
concatPred2(BiFunction<S1, S2, ? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>>, Predicate7<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 2-argument function returning a 7-tuple with a 7-parameter predicate into a 2-argument predicate.
concatPred2(BiFunction<S1, S2, ? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>>, Predicate8<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 2-argument function returning a 8-tuple with a 8-parameter predicate into a 2-argument predicate.
concatPred2(BiFunction<S1, S2, ? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>>, Predicate9<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 2-argument function returning a 9-tuple with a 9-parameter predicate into a 2-argument predicate.
concatPred3(Function3<? extends ITuple2<? extends E1, ? extends E2>, S1, S2, S3>, BiPredicate<? super E1, ? super E2>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 3-argument function returning a 2-tuple with a 2-parameter predicate into a 3-argument predicate.
concatPred3(Function3<? extends ITuple3<? extends E1, ? extends E2, ? extends E3>, S1, S2, S3>, Predicate3<? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 3-argument function returning a 3-tuple with a 3-parameter predicate into a 3-argument predicate.
concatPred3(Function3<? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>, S1, S2, S3>, Predicate4<? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 3-argument function returning a 4-tuple with a 4-parameter predicate into a 3-argument predicate.
concatPred3(Function3<? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>, S1, S2, S3>, Predicate5<? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 3-argument function returning a 5-tuple with a 5-parameter predicate into a 3-argument predicate.
concatPred3(Function3<? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>, S1, S2, S3>, Predicate6<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 3-argument function returning a 6-tuple with a 6-parameter predicate into a 3-argument predicate.
concatPred3(Function3<? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>, S1, S2, S3>, Predicate7<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 3-argument function returning a 7-tuple with a 7-parameter predicate into a 3-argument predicate.
concatPred3(Function3<? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>, S1, S2, S3>, Predicate8<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 3-argument function returning a 8-tuple with a 8-parameter predicate into a 3-argument predicate.
concatPred3(Function3<? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>, S1, S2, S3>, Predicate9<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 3-argument function returning a 9-tuple with a 9-parameter predicate into a 3-argument predicate.
concatPred4(Function4<? extends ITuple2<? extends E1, ? extends E2>, S1, S2, S3, S4>, BiPredicate<? super E1, ? super E2>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 4-argument function returning a 2-tuple with a 2-parameter predicate into a 4-argument predicate.
concatPred4(Function4<? extends ITuple3<? extends E1, ? extends E2, ? extends E3>, S1, S2, S3, S4>, Predicate3<? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 4-argument function returning a 3-tuple with a 3-parameter predicate into a 4-argument predicate.
concatPred4(Function4<? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>, S1, S2, S3, S4>, Predicate4<? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 4-argument function returning a 4-tuple with a 4-parameter predicate into a 4-argument predicate.
concatPred4(Function4<? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>, S1, S2, S3, S4>, Predicate5<? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 4-argument function returning a 5-tuple with a 5-parameter predicate into a 4-argument predicate.
concatPred4(Function4<? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>, S1, S2, S3, S4>, Predicate6<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 4-argument function returning a 6-tuple with a 6-parameter predicate into a 4-argument predicate.
concatPred4(Function4<? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>, S1, S2, S3, S4>, Predicate7<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 4-argument function returning a 7-tuple with a 7-parameter predicate into a 4-argument predicate.
concatPred4(Function4<? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>, S1, S2, S3, S4>, Predicate8<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 4-argument function returning a 8-tuple with a 8-parameter predicate into a 4-argument predicate.
concatPred4(Function4<? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>, S1, S2, S3, S4>, Predicate9<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 4-argument function returning a 9-tuple with a 9-parameter predicate into a 4-argument predicate.
concatPred5(Function5<? extends ITuple2<? extends E1, ? extends E2>, S1, S2, S3, S4, S5>, BiPredicate<? super E1, ? super E2>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 5-argument function returning a 2-tuple with a 2-parameter predicate into a 5-argument predicate.
concatPred5(Function5<? extends ITuple3<? extends E1, ? extends E2, ? extends E3>, S1, S2, S3, S4, S5>, Predicate3<? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 5-argument function returning a 3-tuple with a 3-parameter predicate into a 5-argument predicate.
concatPred5(Function5<? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>, S1, S2, S3, S4, S5>, Predicate4<? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 5-argument function returning a 4-tuple with a 4-parameter predicate into a 5-argument predicate.
concatPred5(Function5<? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>, S1, S2, S3, S4, S5>, Predicate5<? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 5-argument function returning a 5-tuple with a 5-parameter predicate into a 5-argument predicate.
concatPred5(Function5<? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>, S1, S2, S3, S4, S5>, Predicate6<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 5-argument function returning a 6-tuple with a 6-parameter predicate into a 5-argument predicate.
concatPred5(Function5<? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>, S1, S2, S3, S4, S5>, Predicate7<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 5-argument function returning a 7-tuple with a 7-parameter predicate into a 5-argument predicate.
concatPred5(Function5<? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>, S1, S2, S3, S4, S5>, Predicate8<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 5-argument function returning a 8-tuple with a 8-parameter predicate into a 5-argument predicate.
concatPred5(Function5<? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>, S1, S2, S3, S4, S5>, Predicate9<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 5-argument function returning a 9-tuple with a 9-parameter predicate into a 5-argument predicate.
concatPred6(Function6<? extends ITuple2<? extends E1, ? extends E2>, S1, S2, S3, S4, S5, S6>, BiPredicate<? super E1, ? super E2>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 6-argument function returning a 2-tuple with a 2-parameter predicate into a 6-argument predicate.
concatPred6(Function6<? extends ITuple3<? extends E1, ? extends E2, ? extends E3>, S1, S2, S3, S4, S5, S6>, Predicate3<? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 6-argument function returning a 3-tuple with a 3-parameter predicate into a 6-argument predicate.
concatPred6(Function6<? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>, S1, S2, S3, S4, S5, S6>, Predicate4<? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 6-argument function returning a 4-tuple with a 4-parameter predicate into a 6-argument predicate.
concatPred6(Function6<? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>, S1, S2, S3, S4, S5, S6>, Predicate5<? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 6-argument function returning a 5-tuple with a 5-parameter predicate into a 6-argument predicate.
concatPred6(Function6<? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>, S1, S2, S3, S4, S5, S6>, Predicate6<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 6-argument function returning a 6-tuple with a 6-parameter predicate into a 6-argument predicate.
concatPred6(Function6<? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>, S1, S2, S3, S4, S5, S6>, Predicate7<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 6-argument function returning a 7-tuple with a 7-parameter predicate into a 6-argument predicate.
concatPred6(Function6<? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>, S1, S2, S3, S4, S5, S6>, Predicate8<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 6-argument function returning a 8-tuple with a 8-parameter predicate into a 6-argument predicate.
concatPred6(Function6<? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>, S1, S2, S3, S4, S5, S6>, Predicate9<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 6-argument function returning a 9-tuple with a 9-parameter predicate into a 6-argument predicate.
concatPred7(Function7<? extends ITuple2<? extends E1, ? extends E2>, S1, S2, S3, S4, S5, S6, S7>, BiPredicate<? super E1, ? super E2>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 7-argument function returning a 2-tuple with a 2-parameter predicate into a 7-argument predicate.
concatPred7(Function7<? extends ITuple3<? extends E1, ? extends E2, ? extends E3>, S1, S2, S3, S4, S5, S6, S7>, Predicate3<? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 7-argument function returning a 3-tuple with a 3-parameter predicate into a 7-argument predicate.
concatPred7(Function7<? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>, S1, S2, S3, S4, S5, S6, S7>, Predicate4<? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 7-argument function returning a 4-tuple with a 4-parameter predicate into a 7-argument predicate.
concatPred7(Function7<? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>, S1, S2, S3, S4, S5, S6, S7>, Predicate5<? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 7-argument function returning a 5-tuple with a 5-parameter predicate into a 7-argument predicate.
concatPred7(Function7<? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>, S1, S2, S3, S4, S5, S6, S7>, Predicate6<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 7-argument function returning a 6-tuple with a 6-parameter predicate into a 7-argument predicate.
concatPred7(Function7<? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>, S1, S2, S3, S4, S5, S6, S7>, Predicate7<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 7-argument function returning a 7-tuple with a 7-parameter predicate into a 7-argument predicate.
concatPred7(Function7<? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>, S1, S2, S3, S4, S5, S6, S7>, Predicate8<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 7-argument function returning a 8-tuple with a 8-parameter predicate into a 7-argument predicate.
concatPred7(Function7<? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>, S1, S2, S3, S4, S5, S6, S7>, Predicate9<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 7-argument function returning a 9-tuple with a 9-parameter predicate into a 7-argument predicate.
concatPred8(Function8<? extends ITuple2<? extends E1, ? extends E2>, S1, S2, S3, S4, S5, S6, S7, S8>, BiPredicate<? super E1, ? super E2>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 8-argument function returning a 2-tuple with a 2-parameter predicate into a 8-argument predicate.
concatPred8(Function8<? extends ITuple3<? extends E1, ? extends E2, ? extends E3>, S1, S2, S3, S4, S5, S6, S7, S8>, Predicate3<? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 8-argument function returning a 3-tuple with a 3-parameter predicate into a 8-argument predicate.
concatPred8(Function8<? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>, S1, S2, S3, S4, S5, S6, S7, S8>, Predicate4<? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 8-argument function returning a 4-tuple with a 4-parameter predicate into a 8-argument predicate.
concatPred8(Function8<? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>, S1, S2, S3, S4, S5, S6, S7, S8>, Predicate5<? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 8-argument function returning a 5-tuple with a 5-parameter predicate into a 8-argument predicate.
concatPred8(Function8<? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>, S1, S2, S3, S4, S5, S6, S7, S8>, Predicate6<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 8-argument function returning a 6-tuple with a 6-parameter predicate into a 8-argument predicate.
concatPred8(Function8<? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>, S1, S2, S3, S4, S5, S6, S7, S8>, Predicate7<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 8-argument function returning a 7-tuple with a 7-parameter predicate into a 8-argument predicate.
concatPred8(Function8<? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>, S1, S2, S3, S4, S5, S6, S7, S8>, Predicate8<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 8-argument function returning a 8-tuple with a 8-parameter predicate into a 8-argument predicate.
concatPred8(Function8<? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>, S1, S2, S3, S4, S5, S6, S7, S8>, Predicate9<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 8-argument function returning a 9-tuple with a 9-parameter predicate into a 8-argument predicate.
concatProc1(Function<S1, ? extends ITuple2<? extends E1, ? extends E2>>, BiConsumer<? super E1, ? super E2>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 1-argument function returning a 2-tuple with a 2-parameter consumer/procedure into a 1-argument consumer/procedure.
concatProc1(Function<S1, ? extends ITuple3<? extends E1, ? extends E2, ? extends E3>>, Procedure3<? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 1-argument function returning a 3-tuple with a 3-parameter consumer/procedure into a 1-argument consumer/procedure.
concatProc1(Function<S1, ? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>>, Procedure4<? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 1-argument function returning a 4-tuple with a 4-parameter consumer/procedure into a 1-argument consumer/procedure.
concatProc1(Function<S1, ? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>>, Procedure5<? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 1-argument function returning a 5-tuple with a 5-parameter consumer/procedure into a 1-argument consumer/procedure.
concatProc1(Function<S1, ? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>>, Procedure6<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 1-argument function returning a 6-tuple with a 6-parameter consumer/procedure into a 1-argument consumer/procedure.
concatProc1(Function<S1, ? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>>, Procedure7<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 1-argument function returning a 7-tuple with a 7-parameter consumer/procedure into a 1-argument consumer/procedure.
concatProc1(Function<S1, ? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>>, Procedure8<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 1-argument function returning a 8-tuple with a 8-parameter consumer/procedure into a 1-argument consumer/procedure.
concatProc1(Function<S1, ? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>>, Procedure9<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 1-argument function returning a 9-tuple with a 9-parameter consumer/procedure into a 1-argument consumer/procedure.
concatProc2(BiFunction<S1, S2, ? extends ITuple2<? extends E1, ? extends E2>>, BiConsumer<? super E1, ? super E2>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 2-argument function returning a 2-tuple with a 2-parameter consumer/procedure into a 2-argument consumer/procedure.
concatProc2(BiFunction<S1, S2, ? extends ITuple3<? extends E1, ? extends E2, ? extends E3>>, Procedure3<? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 2-argument function returning a 3-tuple with a 3-parameter consumer/procedure into a 2-argument consumer/procedure.
concatProc2(BiFunction<S1, S2, ? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>>, Procedure4<? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 2-argument function returning a 4-tuple with a 4-parameter consumer/procedure into a 2-argument consumer/procedure.
concatProc2(BiFunction<S1, S2, ? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>>, Procedure5<? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 2-argument function returning a 5-tuple with a 5-parameter consumer/procedure into a 2-argument consumer/procedure.
concatProc2(BiFunction<S1, S2, ? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>>, Procedure6<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 2-argument function returning a 6-tuple with a 6-parameter consumer/procedure into a 2-argument consumer/procedure.
concatProc2(BiFunction<S1, S2, ? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>>, Procedure7<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 2-argument function returning a 7-tuple with a 7-parameter consumer/procedure into a 2-argument consumer/procedure.
concatProc2(BiFunction<S1, S2, ? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>>, Procedure8<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 2-argument function returning a 8-tuple with a 8-parameter consumer/procedure into a 2-argument consumer/procedure.
concatProc2(BiFunction<S1, S2, ? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>>, Procedure9<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 2-argument function returning a 9-tuple with a 9-parameter consumer/procedure into a 2-argument consumer/procedure.
concatProc3(Function3<? extends ITuple2<? extends E1, ? extends E2>, S1, S2, S3>, BiConsumer<? super E1, ? super E2>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 3-argument function returning a 2-tuple with a 2-parameter consumer/procedure into a 3-argument consumer/procedure.
concatProc3(Function3<? extends ITuple3<? extends E1, ? extends E2, ? extends E3>, S1, S2, S3>, Procedure3<? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 3-argument function returning a 3-tuple with a 3-parameter consumer/procedure into a 3-argument consumer/procedure.
concatProc3(Function3<? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>, S1, S2, S3>, Procedure4<? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 3-argument function returning a 4-tuple with a 4-parameter consumer/procedure into a 3-argument consumer/procedure.
concatProc3(Function3<? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>, S1, S2, S3>, Procedure5<? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 3-argument function returning a 5-tuple with a 5-parameter consumer/procedure into a 3-argument consumer/procedure.
concatProc3(Function3<? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>, S1, S2, S3>, Procedure6<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 3-argument function returning a 6-tuple with a 6-parameter consumer/procedure into a 3-argument consumer/procedure.
concatProc3(Function3<? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>, S1, S2, S3>, Procedure7<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 3-argument function returning a 7-tuple with a 7-parameter consumer/procedure into a 3-argument consumer/procedure.
concatProc3(Function3<? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>, S1, S2, S3>, Procedure8<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 3-argument function returning a 8-tuple with a 8-parameter consumer/procedure into a 3-argument consumer/procedure.
concatProc3(Function3<? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>, S1, S2, S3>, Procedure9<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 3-argument function returning a 9-tuple with a 9-parameter consumer/procedure into a 3-argument consumer/procedure.
concatProc4(Function4<? extends ITuple2<? extends E1, ? extends E2>, S1, S2, S3, S4>, BiConsumer<? super E1, ? super E2>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 4-argument function returning a 2-tuple with a 2-parameter consumer/procedure into a 4-argument consumer/procedure.
concatProc4(Function4<? extends ITuple3<? extends E1, ? extends E2, ? extends E3>, S1, S2, S3, S4>, Procedure3<? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 4-argument function returning a 3-tuple with a 3-parameter consumer/procedure into a 4-argument consumer/procedure.
concatProc4(Function4<? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>, S1, S2, S3, S4>, Procedure4<? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 4-argument function returning a 4-tuple with a 4-parameter consumer/procedure into a 4-argument consumer/procedure.
concatProc4(Function4<? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>, S1, S2, S3, S4>, Procedure5<? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 4-argument function returning a 5-tuple with a 5-parameter consumer/procedure into a 4-argument consumer/procedure.
concatProc4(Function4<? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>, S1, S2, S3, S4>, Procedure6<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 4-argument function returning a 6-tuple with a 6-parameter consumer/procedure into a 4-argument consumer/procedure.
concatProc4(Function4<? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>, S1, S2, S3, S4>, Procedure7<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 4-argument function returning a 7-tuple with a 7-parameter consumer/procedure into a 4-argument consumer/procedure.
concatProc4(Function4<? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>, S1, S2, S3, S4>, Procedure8<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 4-argument function returning a 8-tuple with a 8-parameter consumer/procedure into a 4-argument consumer/procedure.
concatProc4(Function4<? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>, S1, S2, S3, S4>, Procedure9<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 4-argument function returning a 9-tuple with a 9-parameter consumer/procedure into a 4-argument consumer/procedure.
concatProc5(Function5<? extends ITuple2<? extends E1, ? extends E2>, S1, S2, S3, S4, S5>, BiConsumer<? super E1, ? super E2>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 5-argument function returning a 2-tuple with a 2-parameter consumer/procedure into a 5-argument consumer/procedure.
concatProc5(Function5<? extends ITuple3<? extends E1, ? extends E2, ? extends E3>, S1, S2, S3, S4, S5>, Procedure3<? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 5-argument function returning a 3-tuple with a 3-parameter consumer/procedure into a 5-argument consumer/procedure.
concatProc5(Function5<? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>, S1, S2, S3, S4, S5>, Procedure4<? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 5-argument function returning a 4-tuple with a 4-parameter consumer/procedure into a 5-argument consumer/procedure.
concatProc5(Function5<? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>, S1, S2, S3, S4, S5>, Procedure5<? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 5-argument function returning a 5-tuple with a 5-parameter consumer/procedure into a 5-argument consumer/procedure.
concatProc5(Function5<? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>, S1, S2, S3, S4, S5>, Procedure6<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 5-argument function returning a 6-tuple with a 6-parameter consumer/procedure into a 5-argument consumer/procedure.
concatProc5(Function5<? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>, S1, S2, S3, S4, S5>, Procedure7<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 5-argument function returning a 7-tuple with a 7-parameter consumer/procedure into a 5-argument consumer/procedure.
concatProc5(Function5<? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>, S1, S2, S3, S4, S5>, Procedure8<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 5-argument function returning a 8-tuple with a 8-parameter consumer/procedure into a 5-argument consumer/procedure.
concatProc5(Function5<? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>, S1, S2, S3, S4, S5>, Procedure9<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 5-argument function returning a 9-tuple with a 9-parameter consumer/procedure into a 5-argument consumer/procedure.
concatProc6(Function6<? extends ITuple2<? extends E1, ? extends E2>, S1, S2, S3, S4, S5, S6>, BiConsumer<? super E1, ? super E2>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 6-argument function returning a 2-tuple with a 2-parameter consumer/procedure into a 6-argument consumer/procedure.
concatProc6(Function6<? extends ITuple3<? extends E1, ? extends E2, ? extends E3>, S1, S2, S3, S4, S5, S6>, Procedure3<? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 6-argument function returning a 3-tuple with a 3-parameter consumer/procedure into a 6-argument consumer/procedure.
concatProc6(Function6<? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>, S1, S2, S3, S4, S5, S6>, Procedure4<? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 6-argument function returning a 4-tuple with a 4-parameter consumer/procedure into a 6-argument consumer/procedure.
concatProc6(Function6<? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>, S1, S2, S3, S4, S5, S6>, Procedure5<? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 6-argument function returning a 5-tuple with a 5-parameter consumer/procedure into a 6-argument consumer/procedure.
concatProc6(Function6<? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>, S1, S2, S3, S4, S5, S6>, Procedure6<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 6-argument function returning a 6-tuple with a 6-parameter consumer/procedure into a 6-argument consumer/procedure.
concatProc6(Function6<? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>, S1, S2, S3, S4, S5, S6>, Procedure7<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 6-argument function returning a 7-tuple with a 7-parameter consumer/procedure into a 6-argument consumer/procedure.
concatProc6(Function6<? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>, S1, S2, S3, S4, S5, S6>, Procedure8<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 6-argument function returning a 8-tuple with a 8-parameter consumer/procedure into a 6-argument consumer/procedure.
concatProc6(Function6<? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>, S1, S2, S3, S4, S5, S6>, Procedure9<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 6-argument function returning a 9-tuple with a 9-parameter consumer/procedure into a 6-argument consumer/procedure.
concatProc7(Function7<? extends ITuple2<? extends E1, ? extends E2>, S1, S2, S3, S4, S5, S6, S7>, BiConsumer<? super E1, ? super E2>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 7-argument function returning a 2-tuple with a 2-parameter consumer/procedure into a 7-argument consumer/procedure.
concatProc7(Function7<? extends ITuple3<? extends E1, ? extends E2, ? extends E3>, S1, S2, S3, S4, S5, S6, S7>, Procedure3<? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 7-argument function returning a 3-tuple with a 3-parameter consumer/procedure into a 7-argument consumer/procedure.
concatProc7(Function7<? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>, S1, S2, S3, S4, S5, S6, S7>, Procedure4<? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 7-argument function returning a 4-tuple with a 4-parameter consumer/procedure into a 7-argument consumer/procedure.
concatProc7(Function7<? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>, S1, S2, S3, S4, S5, S6, S7>, Procedure5<? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 7-argument function returning a 5-tuple with a 5-parameter consumer/procedure into a 7-argument consumer/procedure.
concatProc7(Function7<? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>, S1, S2, S3, S4, S5, S6, S7>, Procedure6<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 7-argument function returning a 6-tuple with a 6-parameter consumer/procedure into a 7-argument consumer/procedure.
concatProc7(Function7<? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>, S1, S2, S3, S4, S5, S6, S7>, Procedure7<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 7-argument function returning a 7-tuple with a 7-parameter consumer/procedure into a 7-argument consumer/procedure.
concatProc7(Function7<? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>, S1, S2, S3, S4, S5, S6, S7>, Procedure8<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 7-argument function returning a 8-tuple with a 8-parameter consumer/procedure into a 7-argument consumer/procedure.
concatProc7(Function7<? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>, S1, S2, S3, S4, S5, S6, S7>, Procedure9<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 7-argument function returning a 9-tuple with a 9-parameter consumer/procedure into a 7-argument consumer/procedure.
concatProc8(Function8<? extends ITuple2<? extends E1, ? extends E2>, S1, S2, S3, S4, S5, S6, S7, S8>, BiConsumer<? super E1, ? super E2>) - Static method in interface de.caff.generics.tuple.ITuple2
Combine a 8-argument function returning a 2-tuple with a 2-parameter consumer/procedure into a 8-argument consumer/procedure.
concatProc8(Function8<? extends ITuple3<? extends E1, ? extends E2, ? extends E3>, S1, S2, S3, S4, S5, S6, S7, S8>, Procedure3<? super E1, ? super E2, ? super E3>) - Static method in interface de.caff.generics.tuple.ITuple3
Combine a 8-argument function returning a 3-tuple with a 3-parameter consumer/procedure into a 8-argument consumer/procedure.
concatProc8(Function8<? extends ITuple4<? extends E1, ? extends E2, ? extends E3, ? extends E4>, S1, S2, S3, S4, S5, S6, S7, S8>, Procedure4<? super E1, ? super E2, ? super E3, ? super E4>) - Static method in interface de.caff.generics.tuple.ITuple4
Combine a 8-argument function returning a 4-tuple with a 4-parameter consumer/procedure into a 8-argument consumer/procedure.
concatProc8(Function8<? extends ITuple5<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5>, S1, S2, S3, S4, S5, S6, S7, S8>, Procedure5<? super E1, ? super E2, ? super E3, ? super E4, ? super E5>) - Static method in interface de.caff.generics.tuple.ITuple5
Combine a 8-argument function returning a 5-tuple with a 5-parameter consumer/procedure into a 8-argument consumer/procedure.
concatProc8(Function8<? extends ITuple6<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6>, S1, S2, S3, S4, S5, S6, S7, S8>, Procedure6<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6>) - Static method in interface de.caff.generics.tuple.ITuple6
Combine a 8-argument function returning a 6-tuple with a 6-parameter consumer/procedure into a 8-argument consumer/procedure.
concatProc8(Function8<? extends ITuple7<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7>, S1, S2, S3, S4, S5, S6, S7, S8>, Procedure7<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7>) - Static method in interface de.caff.generics.tuple.ITuple7
Combine a 8-argument function returning a 7-tuple with a 7-parameter consumer/procedure into a 8-argument consumer/procedure.
concatProc8(Function8<? extends ITuple8<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8>, S1, S2, S3, S4, S5, S6, S7, S8>, Procedure8<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8>) - Static method in interface de.caff.generics.tuple.ITuple8
Combine a 8-argument function returning a 8-tuple with a 8-parameter consumer/procedure into a 8-argument consumer/procedure.
concatProc8(Function8<? extends ITuple9<? extends E1, ? extends E2, ? extends E3, ? extends E4, ? extends E5, ? extends E6, ? extends E7, ? extends E8, ? extends E9>, S1, S2, S3, S4, S5, S6, S7, S8>, Procedure9<? super E1, ? super E2, ? super E3, ? super E4, ? super E5, ? super E6, ? super E7, ? super E8, ? super E9>) - Static method in interface de.caff.generics.tuple.ITuple9
Combine a 8-argument function returning a 9-tuple with a 9-parameter consumer/procedure into a 8-argument consumer/procedure.
contains(Object) - Method in class de.caff.generics.AbstractBasicCountingSet
Returns true if this set contains the specified element.
contains(Object) - Method in class de.caff.generics.ActiveList
Returns true if this list contains the specified element.
contains(Object) - Method in class de.caff.generics.HashCoderSet
 
contains(Object) - Method in class de.caff.generics.MatchSet
Returns true if this set contains the specified element.
contains(Object) - Method in class de.caff.generics.RefWrapperHashSet
Returns true if this list contains the specified element.
contains(Object) - Method in class de.caff.generics.RefWrapperList
Returns true if this list contains the specified element.
contains(Object) - Method in class de.caff.generics.SynchronizedCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in class de.caff.generics.SynchronizedList
Returns true if this collection contains the specified element.
contains(T[], E, BiPredicate<? super T, ? super E>) - Static method in class de.caff.generics.Types
Is an element contained in an array?
contains(Iterable<T>, E, BiPredicate<? super T, ? super E>) - Static method in class de.caff.generics.Types
Is an element contained in an iterable?
contains(Iterator<T>, E, BiPredicate<? super T, ? super E>) - Static method in class de.caff.generics.Types
Is an element contained in an iterator?
contains(Enumeration<T>, E, BiPredicate<? super T, ? super E>) - Static method in class de.caff.generics.Types
Is an element contained in an enumeration?
contains(Object) - Method in class de.caff.generics.UnmodifiableListArrayWrapper
Returns true if this list contains the specified element.
contains(Object) - Method in class de.caff.generics.UnmodifiableListBooleanArrayWrapper
Returns true if this list contains the specified element.
contains(Object) - Method in class de.caff.generics.UnmodifiableListByteArrayWrapper
Returns true if this list contains the specified element.
contains(Object) - Method in class de.caff.generics.UnmodifiableListDoubleArrayWrapper
Returns true if this list contains the specified element.
contains(Object) - Method in class de.caff.generics.UnmodifiableListFloatArrayWrapper
Returns true if this list contains the specified element.
contains(Object) - Method in class de.caff.generics.UnmodifiableListIntArrayWrapper
Returns true if this list contains the specified element.
contains(Object) - Method in class de.caff.generics.UnmodifiableListLongArrayWrapper
Returns true if this list contains the specified element.
contains(Object) - Method in class de.caff.generics.UnmodifiableListShortArrayWrapper
Returns true if this list contains the specified element.
containsAll(Collection<?>) - Method in class de.caff.generics.AbstractBasicCountingSet
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class de.caff.generics.ActiveList
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class de.caff.generics.HashCoderSet
 
containsAll(Collection<?>) - Method in class de.caff.generics.MatchSet
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class de.caff.generics.RefWrapperHashSet
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class de.caff.generics.RefWrapperList
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class de.caff.generics.SynchronizedCollection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class de.caff.generics.SynchronizedList
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection) - Method in class de.caff.generics.UnmodifiableListArrayWrapper
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection) - Method in class de.caff.generics.UnmodifiableListBooleanArrayWrapper
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection) - Method in class de.caff.generics.UnmodifiableListByteArrayWrapper
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection) - Method in class de.caff.generics.UnmodifiableListDoubleArrayWrapper
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection) - Method in class de.caff.generics.UnmodifiableListFloatArrayWrapper
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection) - Method in class de.caff.generics.UnmodifiableListIntArrayWrapper
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection) - Method in class de.caff.generics.UnmodifiableListLongArrayWrapper
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection) - Method in class de.caff.generics.UnmodifiableListShortArrayWrapper
Returns true if this list contains all of the elements of the specified collection.
containsAny(Collection<T>, Iterable<? extends T>) - Static method in class de.caff.generics.Types
Check whether any of a bunch of elements is contained in a collection.
containsBool(boolean) - Method in interface de.caff.generics.PrimitiveBooleanIterable
Does this boolean iterable contain the given value?
containsByte(byte) - Method in interface de.caff.generics.PrimitiveByteIterable
Does this byte iterable contain the given value?
containsChar(char) - Method in interface de.caff.generics.PrimitiveCharIterable
Does this char iterable contain the given value?
containsDouble(double) - Method in interface de.caff.generics.PrimitiveDoubleIterable
Does this double iterable contain the given value?
containsDouble(double, double) - Method in interface de.caff.generics.PrimitiveDoubleIterable
Does this float iterable contain the given value?
containsEq(T) - Method in interface de.caff.generics.Countable
Is the given element contained?
containsEquals(Iterable<T>, T) - Static method in class de.caff.generics.Types
Test whether a collection contains an element which is equal to another element.
containsFalse() - Method in interface de.caff.generics.PrimitiveBooleanIterable
Does this boolean iterable contain any false values?
containsFloat(float) - Method in interface de.caff.generics.PrimitiveFloatIterable
Does this float iterable contain the given value?
containsFloat(float, float) - Method in interface de.caff.generics.PrimitiveFloatIterable
Does this float iterable contain the given value?
containsInt(int) - Method in interface de.caff.generics.PrimitiveIntIterable
Does this integer iterable contain the given value?
containsKey(Object) - Method in class de.caff.generics.HashCoderMap
 
containsKey(Object) - Method in class de.caff.generics.RefValueHashMap
Returns true if this map contains a mapping for the specified key.
containsLong(long) - Method in interface de.caff.generics.PrimitiveLongIterable
Does this long iterable contain the given value?
containsRef(T) - Method in interface de.caff.generics.Countable
Is the given element contained?
containsShort(short) - Method in interface de.caff.generics.PrimitiveShortIterable
Does this short iterable contain the given value?
containsTrue() - Method in interface de.caff.generics.PrimitiveBooleanIterable
Does this boolean iterable contain any true values?
containsValue(Object) - Method in class de.caff.generics.HashCoderMap
 
containsValue(Object) - Method in class de.caff.generics.RefValueHashMap
Returns true if this map maps one or more keys to the specified value.
convert(S) - Method in class de.caff.generics.converter.OverCaringTypeConverter
Convert an object to another type.
convert(String) - Method in class de.caff.generics.converter.StringToByteTypeConverter
Convert an object to another type.
convert(String) - Method in class de.caff.generics.converter.StringToDoubleTypeConverter
Convert an object to another type.
convert(String) - Method in class de.caff.generics.converter.StringToFloatTypeConverter
Convert an object to another type.
convert(String) - Method in class de.caff.generics.converter.StringToIntegerTypeConverter
Convert an object to another type.
convert(String) - Method in class de.caff.generics.converter.StringToLongTypeConverter
Convert an object to another type.
convert(String) - Method in class de.caff.generics.converter.StringToShortTypeConverter
Convert an object to another type.
convert(S) - Method in class de.caff.generics.converter.TransitiveFragileTypeConverter
Convert an object to another type.
convert(S) - Method in interface de.caff.generics.FragileTypeConverter
Convert an object to another type.
convertBack(T) - Method in interface de.caff.generics.TwoWayTypeConverter
Convert an object of type T to an object of type S.
ConvertingFragileLoopItemHandler<T,S> - Class in de.caff.generics.handler
A fragile loop item handler which converts incoming items.
ConvertingFragileLoopItemHandler(FragileTypeConverter<T, S>) - Constructor for class de.caff.generics.handler.ConvertingFragileLoopItemHandler
Constructor.
ConvertingLoopItemHandler<T,S> - Class in de.caff.generics.handler
A loop item handler which converts incoming items.
ConvertingLoopItemHandler(Function1<T, S>) - Constructor for class de.caff.generics.handler.ConvertingLoopItemHandler
Constructor.
Copier<T> - Interface in de.caff.generics
Get copies of items of a given class.
CopierFStackImpl<T> - Class in de.caff.generics
Implementation of a functional stack which takes care of mutable elements by copying them.
CopierFStackImpl(Copier<T>, T, FStack<T>) - Constructor for class de.caff.generics.CopierFStackImpl
Constructor.
CopierFStackImpl.Empty<T> - Class in de.caff.generics
Empty copier stack implementation.
copy(T) - Method in interface de.caff.generics.Copier
Get a copy of the given item.
copy(U) - Static method in interface de.caff.generics.Copyable
Copy an copyable object while taking care of null values.
copy(T) - Method in class de.caff.generics.HashCoder
Copy a key.
copy() - Method in interface de.caff.generics.mda.OneDimensionalAccess
Get an independent copy.
copy() - Method in class de.caff.generics.mda.OneDimensionalArray
 
copy() - Method in interface de.caff.generics.mda.OneDimensionalReadAccess
Get an independent copy.
copy() - Method in class de.caff.generics.mda.SmallTwoDimensionalArray
Get a copy of this array.
copy() - Method in class de.caff.generics.mda.SmallTwoDimensionalBitArray
Get a copy of this array.
copy() - Method in class de.caff.generics.mda.SmallTwoDimensionalBooleanArray
Get a copy of this array.
copy() - Method in class de.caff.generics.mda.SmallTwoDimensionalByteArray
Get a copy of this array.
copy() - Method in class de.caff.generics.mda.SmallTwoDimensionalCharArray
Get a copy of this array.
copy() - Method in class de.caff.generics.mda.SmallTwoDimensionalDoubleArray
Get a copy of this array.
copy() - Method in class de.caff.generics.mda.SmallTwoDimensionalFloatArray
Get a copy of this array.
copy() - Method in class de.caff.generics.mda.SmallTwoDimensionalIntArray
Get a copy of this array.
copy() - Method in class de.caff.generics.mda.SmallTwoDimensionalLongArray
Get a copy of this array.
copy() - Method in class de.caff.generics.mda.SmallTwoDimensionalShortArray
Get a copy of this array.
copy() - Method in class de.caff.generics.mda.TwoDimensionalDoubleArray
Get a copy of this array.
copy(Collection<IN>, Predicate<IN>) - Static method in interface de.caff.generics.MutableBooleanIndexable
Create a mutable indexable which is initialized from copied elements of a given collection.
copy(Collection<IN>, Function<IN, Number>) - Static method in interface de.caff.generics.MutableByteIndexable
Create a mutable indexable which is initialized from copied elements of a given collection.
copy(Collection<IN>, Function<IN, Character>) - Static method in interface de.caff.generics.MutableCharIndexable
Create a mutable indexable which is initialized from copied elements of a given collection.
copy(Collection<IN>, Function<IN, Number>) - Static method in interface de.caff.generics.MutableDoubleIndexable
Create a mutable indexable which is initialized from copied elements of a given collection.
copy(Collection<IN>, Function<IN, Number>) - Static method in interface de.caff.generics.MutableFloatIndexable
Create a mutable indexable which is initialized from copied elements of a given collection.
copy(Collection<IN>, Function<IN, E>) - Static method in interface de.caff.generics.MutableIndexable
Create a mutable indexable which is initialized from copied elements of a given collection.
copy(Collection<IN>, Function<IN, Number>) - Static method in interface de.caff.generics.MutableIntIndexable
Create a mutable indexable which is initialized from copied elements of a given collection.
copy(Collection<IN>, Function<IN, Number>) - Static method in interface de.caff.generics.MutableLongIndexable
Create a mutable indexable which is initialized from copied elements of a given collection.
copy(Collection<IN>, Function<IN, Number>) - Static method in interface de.caff.generics.MutableShortIndexable
Create a mutable indexable which is initialized from copied elements of a given collection.
copy(T[]) - Static method in class de.caff.generics.Types
Get a copy of an array, while copying the content.
copy(C, T[]) - Static method in class de.caff.generics.Types
Get a copy of an array, while copying the content.
copy(Iterable<T>) - Static method in class de.caff.generics.Types
Get a copy of an iterable, while copying the content.
copy(Indexable<T>) - Static method in class de.caff.generics.Types
Get a copy of a indexable, while copying the content.
copy(Collection<T>) - Static method in class de.caff.generics.Types
Get a copy of a collection, while copying the content.
copy(Countable<T>) - Static method in class de.caff.generics.Types
Get a copy of a countable, while copying the content.
copy(C, Iterable<T>) - Static method in class de.caff.generics.Types
Get a copy of an iterable, while copying the content.
copy(Iterator<T>) - Static method in class de.caff.generics.Types
Get a copy of an iterator, while copying the content.
copy(C, Iterator<T>) - Static method in class de.caff.generics.Types
Get a copy of an iterator while copying the content.
copy(Enumeration<T>) - Static method in class de.caff.generics.Types
Get a copy of an enumeration, while copying the content.
copy(C, Enumeration<T>) - Static method in class de.caff.generics.Types
Get a copy of an enumeration while copying the content.
Copyable<T> - Interface in de.caff.generics
Enhanced cloning support.
CopyConverter<T extends Copyable<T>> - Class in de.caff.generics.converter
A converter which is creating a copy of the given copyable object.
CopyConverter() - Constructor for class de.caff.generics.converter.CopyConverter
 
copyInternally(int, int, int) - Method in interface de.caff.generics.MutableByteIndexable
Copy elements inside this indexable.
copyInternally(int, int, int) - Method in interface de.caff.generics.MutableCharIndexable
Copy elements inside this indexable.
copyInternally(int, int, int) - Method in interface de.caff.generics.MutableDoubleIndexable
Copy elements inside this indexable.
copyInternally(int, int, int) - Method in interface de.caff.generics.MutableFloatIndexable
Copy elements inside this indexable.
copyInternally(int, int, int) - Method in interface de.caff.generics.MutableIndexable
Copy elements inside this indexable.
copyInternally(int, int, int) - Method in interface de.caff.generics.MutableIntIndexable
Copy elements inside this indexable.
copyInternally(int, int, int) - Method in interface de.caff.generics.MutableLongIndexable
Copy elements inside this indexable.
copyInternally(int, int, int) - Method in interface de.caff.generics.MutableShortIndexable
Copy elements inside this indexable.
copyOf(Collection<? extends Boolean>) - Static method in interface de.caff.generics.MutableBooleanIndexable
Create a mutable indexable which is initialized from a given collection.
copyOf(Collection<? extends Number>) - Static method in interface de.caff.generics.MutableByteIndexable
Create a mutable byte indexable which is initialized from a given collection.
copyOf(Collection<? extends Character>) - Static method in interface de.caff.generics.MutableCharIndexable
Create a mutable indexable which is initialized from a given collection.
copyOf(Collection<? extends Number>) - Static method in interface de.caff.generics.MutableDoubleIndexable
Create a mutable indexable which is initialized from a given collection.
copyOf(Collection<? extends Number>) - Static method in interface de.caff.generics.MutableFloatIndexable
Create a mutable indexable which is initialized from a given collection.
copyOf(Collection<E>) - Static method in interface de.caff.generics.MutableIndexable
Create a mutable indexable which is intialized from a given collection.
copyOf(Collection<? extends Number>) - Static method in interface de.caff.generics.MutableIntIndexable
Create a mutable indexable which is initialized from a given collection.
copyOf(Collection<? extends Number>) - Static method in interface de.caff.generics.MutableLongIndexable
Create a mutable indexable which is initialized from a given collection.
copyOf(Collection<? extends Number>) - Static method in interface de.caff.generics.MutableShortIndexable
Create a mutable indexable which is initialized from a given collection.
CopyRef<T extends Copyable<T>> - Class in de.caff.generics.util
A reference which copies its object on construction (incoming) and when requested (outgoing).
CopyRef(T, UnaryOperator<T>) - Constructor for class de.caff.generics.util.CopyRef
Constructor.
copyTo(byte[], int) - Method in interface de.caff.generics.ByteIndexable
Copy the content of this indexable into a byte array.
copyTo(byte[], int, int, int) - Method in interface de.caff.generics.ByteIndexable
Copy the content of this indexable (or a part of it) into a byte array.
count(int, int) - Static method in class de.caff.generics.util.combi.Combinations
Get the number of combinations for n choose k.
count - Variable in class de.caff.generics.util.combi.IntPartitions.Part
How often the number is contained in the partition.
count(int) - Static method in class de.caff.generics.util.combi.Permutations
Get the number of permutations for a set of size n.
Countable<T> - Interface in de.caff.generics
Something containing a defined number of arbitrary elements which can be iterated over.
Countable.Base<TT> - Class in de.caff.generics
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
Counter - Interface in de.caff.generics.util
A counter is basically an integer which can be used for counting.
Counter.Creator - Interface in de.caff.generics.util
Deprecated.
outdated, use Supplier<Counter> instead
CountingHashSet<T> - Class in de.caff.generics
A set which also counts how often any element was added.
CountingHashSet(Supplier<Counter>) - Constructor for class de.caff.generics.CountingHashSet
Constructor.
CountingHashSet() - Constructor for class de.caff.generics.CountingHashSet
Constructor.
CountingSet<T> - Interface in de.caff.generics
A set which counts the number of additions.
CountingTreeSet<T> - Class in de.caff.generics
A sorted set which also counts how often any element was added.
CountingTreeSet(Supplier<Counter>) - Constructor for class de.caff.generics.CountingTreeSet
Deprecated.
use CountingTreeSet.create(Supplier) instead because it handles comparability correctly
CountingTreeSet(Comparator<? super T>, Supplier<Counter>) - Constructor for class de.caff.generics.CountingTreeSet
Constructor.
CountingTreeSet() - Constructor for class de.caff.generics.CountingTreeSet
Deprecated.
use CountingTreeSet.create() instead because it handles comparability correctly
CountingTreeSet(Comparator<? super T>) - Constructor for class de.caff.generics.CountingTreeSet
Constructor.
create(int) - Method in interface de.caff.generics.ArrayFactory
Create an array with the given number of elements.
create(Supplier<Counter>) - Method in class de.caff.generics.CountingTreeSet
Create a new non-threadsafe counting tree set.
create() - Method in class de.caff.generics.CountingTreeSet
Create a new simple counting tree set.
create() - Method in interface de.caff.generics.Factory
Create a new object of type T.
create(U, V) - Static method in class de.caff.generics.OrderedPair
Create an ordered pair from two values.
create(Map.Entry<U, V>) - Static method in class de.caff.generics.OrderedPair
Create an ordered pair from a map entry.
create(ReferenceCreator<? extends Reference<W>, W>, List<Reference<W>>) - Static method in class de.caff.generics.RefWrapperList
Factory method which allows to define a given underlying list.
create(List<U>) - Static method in class de.caff.generics.SynchronizedList
Create a synchronized list from the given basic list.
create() - Method in interface de.caff.generics.util.Counter.Creator
Deprecated.
Create a new counter.
create() - Method in interface de.caff.generics.util.LongCounter.Creator
Create a new counter.
createConstant(E, int, int) - Static method in interface de.caff.generics.mda.TwoDimensionalAccess
Create a 2dimensional array with the given sizes with elements initialized to a given constant.
createIndexed(BiFunction<Integer, Integer, ? extends E>, int, int) - Static method in interface de.caff.generics.mda.TwoDimensionalAccess
Create a 2dimensional array with the given sizes with elements initialized by their indices.
createJavaImpl(String, String, SemVer, Date, File) - Static method in class de.caff.version.ModuleVersionTool
Write a Java file which implements this service.
createNulled(int, int) - Static method in interface de.caff.generics.mda.TwoDimensionalAccess
Create a 2dimensional array with the given sizes with elements initialized to null.
createPair(U, U) - Static method in class de.caff.generics.Pair
Create a pair from two items.
createRangeIterator(int, int) - Static method in class de.caff.generics.util.combi.Combinations
Create an iterator which iterates of the subsets of size k from the set {0, 1, 2, ..., n-1}.
createReference(V) - Method in interface de.caff.generics.ReferenceCreator
Create a reference from a value.
createSupplied(Supplier<? extends E>, int, int) - Static method in interface de.caff.generics.mda.TwoDimensionalAccess
Create a 2dimensional array with the given sizes with elements initialized by a supplier.
createThreadSafe(Supplier<Counter>) - Method in class de.caff.generics.CountingTreeSet
Create a new non-threadsafe counting tree set.
createTwoWay(Function<S, T>, Function<T, S>) - Static method in class de.caff.generics.Types
Create a two way type converter from two one way type converters.
creator - Variable in class de.caff.generics.AbstractBasicCountingSet
 
CUBIC - Static variable in interface de.caff.generics.function.DoubleOperator1
Cubic function.
CUBIC_ROOT - Static variable in interface de.caff.generics.function.DoubleOperator1
Cubic root function.

D

de.caff - package de.caff
Core package of all classes from caff.de.
de.caff.annotation - package de.caff.annotation
Helpful annotations package.
de.caff.generics - package de.caff.generics
Generics tools package.
de.caff.generics.algorithm - package de.caff.generics.algorithm
Useful algorithms.
de.caff.generics.checker - package de.caff.generics.checker
Generics helper package: filters Package Specification This package contains predefined Function1s for logical filtering.
de.caff.generics.converter - package de.caff.generics.converter
Generics helper package: type converters.
de.caff.generics.function - package de.caff.generics.function
Function support.
de.caff.generics.handler - package de.caff.generics.handler
Generics helper package: loop item handlers.
de.caff.generics.map - package de.caff.generics.map
Mapping for primitive values.
de.caff.generics.matcher - package de.caff.generics.matcher
Generics helper package: matchers.
de.caff.generics.mda - package de.caff.generics.mda
Multi-dimensional array access.
de.caff.generics.range - package de.caff.generics.range
Range support.
de.caff.generics.tuple - package de.caff.generics.tuple
Tuple classes.
de.caff.generics.util - package de.caff.generics.util
Utility classes for counting and referencing.
de.caff.generics.util.combi - package de.caff.generics.util.combi
This package contains combinatorics algorithms.
de.caff.version - package de.caff.version
This package provides semantic versioning for modules.
DEEP_EQUALS - Static variable in class de.caff.generics.function.Predicates
Predicate2 which uses Objects.deepEquals(Object, Object) for checking for equality.
DEEP_NATURAL_FP - Static variable in class de.caff.generics.Primitives
Subjective wrapper factory to repair floating point values in a way that they behave more natural.
DEFAULT - Static variable in interface de.caff.generics.HashCodeCalculator
Default hash code calculator which just uses Objects.hashCode(java.lang.Object).
DEFAULT_MATCHER - Static variable in class de.caff.generics.matcher.Match
Basic matcher, using Object.equals(Object) method of first object.
deleteMark - Variable in class de.caff.generics.handler.DeletingFragileLoopItemHandler
 
deleteMark - Variable in class de.caff.generics.handler.DeletingLoopItemHandler
 
DeletingFragileLoopItemHandler<T,S> - Class in de.caff.generics.handler
A loop item handler which converts incoming items, while allowing to discard some of them.
DeletingFragileLoopItemHandler(Function1<T, S>, T) - Constructor for class de.caff.generics.handler.DeletingFragileLoopItemHandler
Constructor.
DeletingLoopItemHandler<T,S> - Class in de.caff.generics.handler
A loop item handler which converts incoming items, while allowing to discard some of them.
DeletingLoopItemHandler(Function1<T, S>, T) - Constructor for class de.caff.generics.handler.DeletingLoopItemHandler
Constructor.
deltas() - Method in interface de.caff.generics.DoubleIndexable
View the differences between consecutive elements as a new double indexable.
DereferencingTypeConverter<T,R extends java.lang.ref.Reference<? extends T>> - Class in de.caff.generics.converter
Type converter which dereferences a reference.
DereferencingTypeConverter() - Constructor for class de.caff.generics.converter.DereferencingTypeConverter
 
DESCENDING - Static variable in interface de.caff.generics.function.ByteOrdering
Inverse natural order of byte values.
descending(byte, byte) - Method in interface de.caff.generics.function.ByteOrdering
Are the two values represented in strictly descending order?
DESCENDING - Static variable in interface de.caff.generics.function.CharOrdering
Inverse natural order of char values.
descending(char, char) - Method in interface de.caff.generics.function.CharOrdering
Are the two values represented in strictly descending order?
descending(double, double) - Method in interface de.caff.generics.function.DoubleOrdering
Are the two values represented in strictly descending order?
descending(float, float) - Method in interface de.caff.generics.function.FloatOrdering
Are the two values represented in strictly descending order?
DESCENDING - Static variable in interface de.caff.generics.function.IntOrdering
Inverse natural order of int values.
descending(int, int) - Method in interface de.caff.generics.function.IntOrdering
Are the two values represented in strictly descending order?
DESCENDING - Static variable in interface de.caff.generics.function.LongOrdering
Inverse natural order of long values.
descending(long, long) - Method in interface de.caff.generics.function.LongOrdering
Are the two values represented in strictly descending order?
descending(T, T) - Method in interface de.caff.generics.function.Ordering
Are the two values represented in strictly descending order?
DESCENDING - Static variable in interface de.caff.generics.function.ShortOrdering
Inverse natural order of short values.
descending(short, short) - Method in interface de.caff.generics.function.ShortOrdering
Are the two values represented in strictly descending order?
descending - Variable in enum de.caff.generics.Order
Is this order descending?
descendingOrSame(byte, byte) - Method in interface de.caff.generics.function.ByteOrdering
Are the two values represented in descending order?
descendingOrSame(char, char) - Method in interface de.caff.generics.function.CharOrdering
Are the two values represented in descending order?
descendingOrSame(double, double) - Method in interface de.caff.generics.function.DoubleOrdering
Are the two values represented in descending order?
descendingOrSame(float, float) - Method in interface de.caff.generics.function.FloatOrdering
Are the two values represented in descending order?
descendingOrSame(int, int) - Method in interface de.caff.generics.function.IntOrdering
Are the two values represented in descending order?
descendingOrSame(long, long) - Method in interface de.caff.generics.function.LongOrdering
Are the two values represented in descending order?
descendingOrSame(T, T) - Method in interface de.caff.generics.function.Ordering
Are the two values represented in descending order?
descendingOrSame(short, short) - Method in interface de.caff.generics.function.ShortOrdering
Are the two values represented in descending order?
descendingOrSame - Variable in enum de.caff.generics.Order
Is this order descending or the same?
Dict<K,V> - Interface in de.caff.generics
A dictionary.
Dict.Base<KK,VV> - Class in de.caff.generics
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
Dict.Entry<EK,EV> - Class in de.caff.generics
Entry access.
different(byte, byte) - Method in interface de.caff.generics.function.ByteOrdering
Are the two values considered different by this order?
different(char, char) - Method in interface de.caff.generics.function.CharOrdering
Are the two values considered different by this order?
different(double, double) - Method in interface de.caff.generics.function.DoubleOrdering
Are the two values considered different by this order?
different(float, float) - Method in interface de.caff.generics.function.FloatOrdering
Are the two values considered different by this order?
different(int, int) - Method in interface de.caff.generics.function.IntOrdering
Are the two values considered different by this order?
different(long, long) - Method in interface de.caff.generics.function.LongOrdering
Are the two values considered different by this order?
different(T, T) - Method in interface de.caff.generics.function.Ordering
Are the two values considered different by this order?
different(short, short) - Method in interface de.caff.generics.function.ShortOrdering
Are the two values considered different by this order?
different - Variable in enum de.caff.generics.Order
Is this order considering two values equal?
DIV - Static variable in interface de.caff.generics.function.ByteOperator2
DIVISION (/) operator.
DIV - Static variable in interface de.caff.generics.function.DoubleOperator2
Double operator which returns the division result of two arguments: a / b
DIV - Static variable in interface de.caff.generics.function.FloatOperator2
Float operator which returns the division result of two arguments: a / b
DIV - Static variable in interface de.caff.generics.function.IntOperator2
DIVISION (/) operator.
DIV - Static variable in interface de.caff.generics.function.LongOperator2
DIVISION (/) operator.
DIV - Static variable in interface de.caff.generics.function.ShortOperator2
DIVISION (/) operator.
DOUBLE_ARRAY - Static variable in class de.caff.generics.Empty
Empty double array.
DOUBLE_ARRAY_2D - Static variable in class de.caff.generics.Empty
Empty array of double arrays.
DOUBLE_ARRAY_CLONER - Static variable in class de.caff.generics.Primitives
Function which clones double arrays.
DoubleFunction2<T> - Interface in de.caff.generics.function
Function with 2 primitive double arguments creation a general result.
DoubleFunction3<T> - Interface in de.caff.generics.function
Function with 3 primitive double arguments creation a general result.
DoubleFunction4<T> - Interface in de.caff.generics.function
Function with 4 primitive double arguments creation a general result.
DoubleIndexable - Interface in de.caff.generics
Class which allows readonly access of raw doubles by index.
DoubleIndexable.Base - Class in de.caff.generics
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
DoubleIndexable.DoubleIndexableSpliterator - Class in de.caff.generics
Spliterator for double indexables.
DoubleIndexableSpliterator(DoubleIndexable) - Constructor for class de.caff.generics.DoubleIndexable.DoubleIndexableSpliterator
Instantiate a mutable spliterator for an double indexable.
DoubleIndexableSpliterator(DoubleIndexable, int, int, boolean) - Constructor for class de.caff.generics.DoubleIndexable.DoubleIndexableSpliterator
Instantiate a spliterator for part of an double indexable.
doubleIterator() - Method in interface de.caff.generics.DoubleIndexable
Get an primitive double iterator.
doubleIterator(int, int) - Method in interface de.caff.generics.DoubleIndexable
Get a double iterator from the given sub set.
doubleIterator() - Method in interface de.caff.generics.FloatIndexable
Get an primitive double iterator.
doubleIterator() - Method in interface de.caff.generics.PrimitiveDoubleIterable
Get a primitive double iterator.
DoubleOperator0 - Interface in de.caff.generics.function
Function with no argument and a double result.
DoubleOperator1 - Interface in de.caff.generics.function
Unary operator with a double argument and result.
DoubleOperator2 - Interface in de.caff.generics.function
Binary operator with two double arguments and a double result.
DoubleOperator3 - Interface in de.caff.generics.function
Ternary operator with three double arguments and a double result.
DoubleOrdering - Interface in de.caff.generics.function
Define an order for two primitive double values.
DoubleOrdering.Serial - Interface in de.caff.generics.function
A double ordering which is serializable.
DoublePair - Class in de.caff.generics
A pair of primitive double values.
DoublePair(double, double) - Constructor for class de.caff.generics.DoublePair
Constructor.
DoublePredicate1 - Interface in de.caff.generics.function
Predicate which expects a primitive double argument.
DoublePredicate2 - Interface in de.caff.generics.function
Predicate which expects two primitive double arguments.
DoublePredicate3 - Interface in de.caff.generics.function
Predicate which expects three primitive double arguments.
DoubleSetter<T> - Interface in de.caff.generics.function
Procedure with a generic and a double argument.
doubleSpliterator() - Method in interface de.caff.generics.DoubleIndexable
Get a spliterator on this indexable.
doubleView(Iterator<S>, ToDoubleFunction<? super S>) - Static method in class de.caff.generics.Types
View a generic iterator as if it is an iterator for primitive double values.
doubleView(Iterable<S>, ToDoubleFunction<? super S>) - Static method in class de.caff.generics.Types
View a generic iterable as if it is an iterable of primitive double values.
downCast(Countable<? extends E>) - Static method in interface de.caff.generics.Countable
Downcast a countable of a given type so that it appears at a countable of a super type.
downCast(Indexable<? extends E>) - Static method in interface de.caff.generics.Indexable
Downcast an indexable of a given type so that it appears at an indexable of a super type.
downCast(Tuple2<? extends T1, ? extends T2>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view a 2-tuple as one with different more basic element types.
downCast(Tuple3<? extends T1, ? extends T2, ? extends T3>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view a 3-tuple as one with different more basic element types.
downCast(Tuple4<? extends T1, ? extends T2, ? extends T3, ? extends T4>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view a 4-tuple as one with different more basic element types.
downCast(Tuple5<? extends T1, ? extends T2, ? extends T3, ? extends T4, ? extends T5>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view a 5-tuple as one with different more basic element types.
downCast(Tuple6<? extends T1, ? extends T2, ? extends T3, ? extends T4, ? extends T5, ? extends T6>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view a 6-tuple as one with different more basic element types.
downCast(Tuple7<? extends T1, ? extends T2, ? extends T3, ? extends T4, ? extends T5, ? extends T6, ? extends T7>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view a 7-tuple as one with different more basic element types.
downCast(Tuple8<? extends T1, ? extends T2, ? extends T3, ? extends T4, ? extends T5, ? extends T6, ? extends T7, ? extends T8>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view an 8-tuple as one with different more basic element types.
downCast(Tuple9<? extends T1, ? extends T2, ? extends T3, ? extends T4, ? extends T5, ? extends T6, ? extends T7, ? extends T8, ? extends T9>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view a 9-tuple as one with different more basic element types.
downCast(NTuple2<? extends T1, ? extends T2>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view a 2-tuple as one with different more basic element types.
downCast(NTuple3<? extends T1, ? extends T2, ? extends T3>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view a 3-tuple as one with different more basic element types.
downCast(NTuple4<? extends T1, ? extends T2, ? extends T3, ? extends T4>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view a 4-tuple as one with different more basic element types.
downCast(NTuple5<? extends T1, ? extends T2, ? extends T3, ? extends T4, ? extends T5>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view a 5-tuple as one with different more basic element types.
downCast(NTuple6<? extends T1, ? extends T2, ? extends T3, ? extends T4, ? extends T5, ? extends T6>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view a 6-tuple as one with different more basic element types.
downCast(NTuple7<? extends T1, ? extends T2, ? extends T3, ? extends T4, ? extends T5, ? extends T6, ? extends T7>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view a 7-tuple as one with different more basic element types.
downCast(NTuple8<? extends T1, ? extends T2, ? extends T3, ? extends T4, ? extends T5, ? extends T6, ? extends T7, ? extends T8>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view an 8-tuple as one with different more basic element types.
downCast(NTuple9<? extends T1, ? extends T2, ? extends T3, ? extends T4, ? extends T5, ? extends T6, ? extends T7, ? extends T8, ? extends T9>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view a 9-tuple as one with different more basic element types.
downCast(ITuple2<? extends T1, ? extends T2>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view a 2-tuple as one with different more basic element types.
downCast(ITuple3<? extends T1, ? extends T2, ? extends T3>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view a 3-tuple as one with different more basic element types.
downCast(ITuple4<? extends T1, ? extends T2, ? extends T3, ? extends T4>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view a 4-tuple as one with different more basic element types.
downCast(ITuple5<? extends T1, ? extends T2, ? extends T3, ? extends T4, ? extends T5>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view a 5-tuple as one with different more basic element types.
downCast(ITuple6<? extends T1, ? extends T2, ? extends T3, ? extends T4, ? extends T5, ? extends T6>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view a 6-tuple as one with different more basic element types.
downCast(ITuple7<? extends T1, ? extends T2, ? extends T3, ? extends T4, ? extends T5, ? extends T6, ? extends T7>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view a 7-tuple as one with different more basic element types.
downCast(ITuple8<? extends T1, ? extends T2, ? extends T3, ? extends T4, ? extends T5, ? extends T6, ? extends T7, ? extends T8>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view an 8-tuple as one with different more basic element types.
downCast(ITuple9<? extends T1, ? extends T2, ? extends T3, ? extends T4, ? extends T5, ? extends T6, ? extends T7, ? extends T8, ? extends T9>) - Static method in class de.caff.generics.tuple.Tuples
Allow to view a 9-tuple as one with different more basic element types.
downCast(Iterable<? extends T>) - Static method in class de.caff.generics.Types
Get a down-casted iterable.
downCast(Iterator<? extends T>) - Static method in class de.caff.generics.Types
Get a down-casted iterator.
downCast(Enumeration<? extends T>) - Static method in class de.caff.generics.Types
Get a down-casted enumeration.
downCast(Function<? super S, ? extends T>) - Static method in class de.caff.generics.Types
Downcast a type converter.
downCastT(FragileTypeConverter<? extends T, ? super S>) - Static method in class de.caff.generics.Types
Downcast a type converter.
downConverter() - Static method in class de.caff.generics.Types
A converter which converts a type to a more basic type.
DualPivotQuicksort - Class in de.caff.generics.algorithm
This class implements the Dual-Pivot Quicksort algorithm by Vladimir Yaroslavskiy, Jon Bentley, and Josh Bloch.

E

EMPTY - Static variable in interface de.caff.generics.BooleanIndexable
An empty indexable.
EMPTY - Static variable in interface de.caff.generics.ByteIndexable
An empty indexable.
EMPTY - Static variable in interface de.caff.generics.CharIndexable
An empty indexable.
Empty(Copier<T>) - Constructor for class de.caff.generics.CopierFStackImpl.Empty
Constructor.
EMPTY - Static variable in interface de.caff.generics.Countable
A basic implementation of an empty countable.
empty() - Static method in interface de.caff.generics.Countable
Get an empty countable.
EMPTY - Static variable in interface de.caff.generics.Dict
Empty dictionary implementation.
empty() - Static method in interface de.caff.generics.Dict
Get an empty dictionary.
EMPTY - Static variable in interface de.caff.generics.DoubleIndexable
An empty indexable.
Empty - Class in de.caff.generics
This interface just contains various constant empty items (especially arrays): These can be used as defaults in various circumstances.
empty() - Static method in interface de.caff.generics.ExpandableDoubleIndexable
Convenience method to create an empty expandable int indexable.
empty() - Static method in interface de.caff.generics.ExpandableIndexable
Convenience method to create an empty expandable int indexable.
empty() - Static method in interface de.caff.generics.ExpandableIntIndexable
Convenience method to create an empty expandable int indexable.
empty() - Static method in interface de.caff.generics.ExpandableLongIndexable
Convenience method to create an empty expandable int indexable.
EMPTY - Static variable in interface de.caff.generics.FloatIndexable
An empty indexable.
empty() - Static method in interface de.caff.generics.FStack
Get an empty stack.
empty(Copier<E>) - Static method in interface de.caff.generics.FStack
Get an empty stack which uses a copier to allow using changeable elements securely in multi-threaded environments.
EMPTY - Static variable in class de.caff.generics.FStackImpl
Empty stack.
empty() - Static method in interface de.caff.generics.function.FragileProcedure0
Return a zero argument procedure which does nothing, not even throw.
empty() - Static method in interface de.caff.generics.function.FragileProcedure1
Return a procedure which does nothing, not even throw.
empty() - Static method in interface de.caff.generics.function.FragileProcedure2
Return a procedure which does nothing.
empty() - Static method in interface de.caff.generics.function.FragileProcedure3
Return a procedure which does nothing.
empty() - Static method in interface de.caff.generics.function.FragileProcedure4
Return a procedure which does nothing.
empty() - Static method in interface de.caff.generics.function.Procedure1
Return a procedure which does nothing.
empty() - Static method in interface de.caff.generics.function.Procedure2
Return a procedure which does nothing.
empty() - Static method in interface de.caff.generics.function.Procedure3
Return a procedure which does nothing.
empty() - Static method in interface de.caff.generics.function.Procedure4
Return a procedure which does nothing.
empty() - Static method in interface de.caff.generics.function.Procedure5
Return a procedure which does nothing.
empty() - Static method in interface de.caff.generics.function.Procedure6
Return a procedure which does nothing.
empty() - Static method in interface de.caff.generics.function.Procedure7
Return a procedure which does nothing.
empty() - Static method in interface de.caff.generics.function.Procedure8
Return a procedure which does nothing.
empty() - Static method in interface de.caff.generics.function.Procedure9
Return a procedure which does nothing.
EMPTY - Static variable in interface de.caff.generics.Indexable
An empty indexable.
EMPTY - Static variable in interface de.caff.generics.IntCountable
Basic implementation of an empty countable Don't use this, use IntCountable.empty().
empty() - Static method in interface de.caff.generics.IntCountable
Get an empty countable.
EMPTY - Static variable in interface de.caff.generics.IntIndexable
An empty indexable.
EMPTY - Static variable in interface de.caff.generics.LongIndexable
An empty indexable.
empty(int) - Static method in interface de.caff.generics.mda.MultiDimensionalReadAccess
 
EMPTY - Static variable in interface de.caff.generics.mda.OneDimensionalAccess
Empty 1dimensional access.
empty() - Static method in interface de.caff.generics.mda.OneDimensionalAccess
Get an empty 1dimensional access.
EMPTY - Static variable in interface de.caff.generics.mda.OneDimensionalBooleanAccess
Empty 1dimensional boolean access.
EMPTY - Static variable in interface de.caff.generics.mda.OneDimensionalBooleanReadAccess
Empty 1dimensional boolean read access.
EMPTY - Static variable in interface de.caff.generics.mda.OneDimensionalByteAccess
Empty 1dimensional byte access.
EMPTY - Static variable in interface de.caff.generics.mda.OneDimensionalByteReadAccess
Empty 1dimensional byte read access.
EMPTY - Static variable in interface de.caff.generics.mda.OneDimensionalCharAccess
Empty 1dimensional char access.
EMPTY - Static variable in interface de.caff.generics.mda.OneDimensionalCharReadAccess
Empty 1dimensional char read access.
EMPTY - Static variable in interface de.caff.generics.mda.OneDimensionalDoubleAccess
Empty 1dimensional double access.
EMPTY - Static variable in interface de.caff.generics.mda.OneDimensionalDoubleReadAccess
Empty 1dimensional double read access.
EMPTY - Static variable in interface de.caff.generics.mda.OneDimensionalFloatAccess
Empty 1dimensional float access.
EMPTY - Static variable in interface de.caff.generics.mda.OneDimensionalFloatReadAccess
Empty 1dimensional float read access.
EMPTY - Static variable in interface de.caff.generics.mda.OneDimensionalIntAccess
Empty 1dimensional int access.
EMPTY - Static variable in interface de.caff.generics.mda.OneDimensionalIntReadAccess
Empty 1dimensional int read access.
EMPTY - Static variable in interface de.caff.generics.mda.OneDimensionalLongAccess
Empty 1dimensional long access.
EMPTY - Static variable in interface de.caff.generics.mda.OneDimensionalLongReadAccess
Empty 1dimensional long read access.
EMPTY - Static variable in interface de.caff.generics.mda.OneDimensionalReadAccess
Empty 1dimensional read access.
empty() - Static method in interface de.caff.generics.mda.OneDimensionalReadAccess
Get an empty 1dimensional read access.
EMPTY - Static variable in interface de.caff.generics.mda.OneDimensionalShortAccess
Empty 1dimensional short access.
EMPTY - Static variable in interface de.caff.generics.mda.OneDimensionalShortReadAccess
Empty 1dimensional short read access.
EMPTY - Static variable in interface de.caff.generics.mda.ThreeDimensionalAccess
Empty 3dimensional access.
empty() - Static method in interface de.caff.generics.mda.ThreeDimensionalAccess
Get an empty 3dimensional access.
EMPTY - Static variable in interface de.caff.generics.mda.ThreeDimensionalBooleanAccess
Empty 3dimensional boolean access.
EMPTY - Static variable in interface de.caff.generics.mda.ThreeDimensionalBooleanReadAccess
Empty 3dimensional boolean read access.
EMPTY - Static variable in interface de.caff.generics.mda.ThreeDimensionalByteAccess
Empty 3dimensional byte access.
EMPTY - Static variable in interface de.caff.generics.mda.ThreeDimensionalByteReadAccess
Empty 3dimensional byte read access.
EMPTY - Static variable in interface de.caff.generics.mda.ThreeDimensionalCharAccess
Empty 3dimensional char access.
EMPTY - Static variable in interface de.caff.generics.mda.ThreeDimensionalCharReadAccess
Empty 3dimensional char read access.
EMPTY - Static variable in interface de.caff.generics.mda.ThreeDimensionalDoubleAccess
Empty 3dimensional double access.
EMPTY - Static variable in interface de.caff.generics.mda.ThreeDimensionalDoubleReadAccess
Empty 3dimensional double read access.
EMPTY - Static variable in interface de.caff.generics.mda.ThreeDimensionalFloatAccess
Empty 3dimensional float access.
EMPTY - Static variable in interface de.caff.generics.mda.ThreeDimensionalFloatReadAccess
Empty 3dimensional float read access.
EMPTY - Static variable in interface de.caff.generics.mda.ThreeDimensionalIntAccess
Empty 3dimensional int access.
EMPTY - Static variable in interface de.caff.generics.mda.ThreeDimensionalIntReadAccess
Empty 3dimensional int read access.
EMPTY - Static variable in interface de.caff.generics.mda.ThreeDimensionalReadAccess
Empty 3dimensional read access.
empty() - Static method in interface de.caff.generics.mda.ThreeDimensionalReadAccess
Get an empty 3dimensional read access.
EMPTY - Static variable in interface de.caff.generics.mda.ThreeDimensionalShortAccess
Empty 3dimensional short access.
EMPTY - Static variable in interface de.caff.generics.mda.ThreeDimensionalShortReadAccess
Empty 3dimensional short read access.
EMPTY - Static variable in interface de.caff.generics.mda.TwoDimensionalAccess
Empty 2dim array.
empty() - Static method in interface de.caff.generics.mda.TwoDimensionalAccess
Get an empty 2dimensional access.
EMPTY - Static variable in interface de.caff.generics.mda.TwoDimensionalBooleanAccess
Empty 2dimensional boolean access.
EMPTY - Static variable in interface de.caff.generics.mda.TwoDimensionalBooleanReadAccess
Empty 2dimensional boolean read access.
EMPTY - Static variable in interface de.caff.generics.mda.TwoDimensionalByteAccess
Empty 2dimensional byte access.
EMPTY - Static variable in interface de.caff.generics.mda.TwoDimensionalByteReadAccess
Empty 2dimensional byte read access.
EMPTY - Static variable in interface de.caff.generics.mda.TwoDimensionalCharAccess
Empty 2dimensional char access.
EMPTY - Static variable in interface de.caff.generics.mda.TwoDimensionalCharReadAccess
Empty 2dimensional char read access.
EMPTY - Static variable in interface de.caff.generics.mda.TwoDimensionalDoubleAccess
Empty 2dimensional double access.
EMPTY - Static variable in interface de.caff.generics.mda.TwoDimensionalDoubleReadAccess
Empty 2dimensional double read access.
EMPTY - Static variable in interface de.caff.generics.mda.TwoDimensionalFloatAccess
Empty 2dimensional float access.
EMPTY - Static variable in interface de.caff.generics.mda.TwoDimensionalFloatReadAccess
Empty 2dimensional float read access.
EMPTY - Static variable in interface de.caff.generics.mda.TwoDimensionalIntAccess
Empty 2dimensional int access.
EMPTY - Static variable in interface de.caff.generics.mda.TwoDimensionalIntReadAccess
Empty 2dimensional int read access.
EMPTY - Static variable in interface de.caff.generics.mda.TwoDimensionalReadAccess
Empty acces, use TwoDimensionalReadAccess.empty() instead.
empty() - Static method in interface de.caff.generics.mda.TwoDimensionalReadAccess
Get an empty 2dimensional read access.
EMPTY - Static variable in interface de.caff.generics.mda.TwoDimensionalShortAccess
Empty 2dimensional short access.
EMPTY - Static variable in interface de.caff.generics.mda.TwoDimensionalShortReadAccess
Empty 2dimensional short read access.
EMPTY - Static variable in interface de.caff.generics.MutableBooleanIndexable
Empty mutable indexable.
empty() - Static method in interface de.caff.generics.MutableBooleanIndexable
 
EMPTY - Static variable in interface de.caff.generics.MutableByteIndexable
Empty mutable indexable.
empty() - Static method in interface de.caff.generics.MutableByteIndexable
 
EMPTY - Static variable in interface de.caff.generics.MutableCharIndexable
Empty mutable indexable.
empty() - Static method in interface de.caff.generics.MutableCharIndexable
 
EMPTY - Static variable in interface de.caff.generics.MutableDoubleIndexable
Empty mutable indexable.
empty() - Static method in interface de.caff.generics.MutableDoubleIndexable
 
EMPTY - Static variable in interface de.caff.generics.MutableFloatIndexable
Empty mutable indexable.
empty() - Static method in interface de.caff.generics.MutableFloatIndexable
 
EMPTY - Static variable in interface de.caff.generics.MutableIndexable
Empty mutable indexable.
empty() - Static method in interface de.caff.generics.MutableIndexable
Get an empty mutable indexable.
EMPTY - Static variable in interface de.caff.generics.MutableIntIndexable
Empty mutable indexable.
empty() - Static method in interface de.caff.generics.MutableIntIndexable
 
EMPTY - Static variable in interface de.caff.generics.MutableLongIndexable
Empty mutable indexable.
empty() - Static method in interface de.caff.generics.MutableLongIndexable
 
EMPTY - Static variable in interface de.caff.generics.MutableShortIndexable
Empty mutable indexable.
empty() - Static method in interface de.caff.generics.MutableShortIndexable
 
EMPTY - Static variable in interface de.caff.generics.PrimitiveBooleanIterable
Empty iterable of primitive boolean values.
EMPTY - Static variable in interface de.caff.generics.PrimitiveBooleanIterator
Empty iterator of primitive boolean values.
EMPTY - Static variable in interface de.caff.generics.PrimitiveByteIterable
Empty iterable of primitive byte values.
EMPTY - Static variable in interface de.caff.generics.PrimitiveByteIterator
Empty iterator of primitive byte values.
EMPTY - Static variable in interface de.caff.generics.PrimitiveCharIterable
Empty iterable of primitive char values.
EMPTY - Static variable in interface de.caff.generics.PrimitiveCharIterator
Empty iterator of primitive char values.
EMPTY - Static variable in interface de.caff.generics.PrimitiveDoubleIterable
Empty iterable of primitive double values.
EMPTY - Static variable in interface de.caff.generics.PrimitiveFloatIterable
Empty iterable of primitive float values.
EMPTY - Static variable in interface de.caff.generics.PrimitiveFloatIterator
Empty iterator of primitive float values.
EMPTY - Static variable in interface de.caff.generics.PrimitiveIntIterable
Empty iterable of primitive int values.
EMPTY - Static variable in interface de.caff.generics.PrimitiveLongIterable
Empty iterable of primitive long values.
EMPTY - Static variable in interface de.caff.generics.PrimitiveShortIterable
Empty iterable of primitive short values.
EMPTY - Static variable in interface de.caff.generics.PrimitiveShortIterator
Empty iterator of primitive short values.
EMPTY - Static variable in interface de.caff.generics.ShortIndexable
An empty indexable.
EMPTY0 - Static variable in interface de.caff.generics.mda.MultiDimensionalReadAccess
Empty multi-dimensional read access for 0 dimensions.
EMPTY1 - Static variable in interface de.caff.generics.mda.MultiDimensionalReadAccess
Empty multi-dimensional read access for 1 dimension.
EMPTY2 - Static variable in interface de.caff.generics.mda.MultiDimensionalReadAccess
Empty multi-dimensional read access for 2 dimensions.
EMPTY3 - Static variable in interface de.caff.generics.mda.MultiDimensionalReadAccess
Empty multi-dimensional read access for 3 dimensions.
EMPTY4 - Static variable in interface de.caff.generics.mda.MultiDimensionalReadAccess
Empty multi-dimensional read access for 4 dimensions.
EMPTY5 - Static variable in interface de.caff.generics.mda.MultiDimensionalReadAccess
Empty multi-dimensional read access for 4 dimensions.
EMPTY6 - Static variable in interface de.caff.generics.mda.MultiDimensionalReadAccess
Empty multi-dimensional read access for 4 dimensions.
EMPTY7 - Static variable in interface de.caff.generics.mda.MultiDimensionalReadAccess
Empty multi-dimensional read access for 4 dimensions.
EMPTY_BOOLEAN_ITERATOR - Static variable in interface de.caff.generics.PrimitiveBooleanIterable
Empty iterator of primitive boolean values.
EMPTY_BOOLEAN_ITERATOR - Static variable in class de.caff.generics.Types
Empty primitive boolean iterator.
EMPTY_BYTE_ITERATOR - Static variable in interface de.caff.generics.PrimitiveByteIterable
Empty iterator of primitive byte values.
EMPTY_BYTE_ITERATOR - Static variable in class de.caff.generics.Types
Empty primitive byte iterator.
EMPTY_CHAR_ITERATOR - Static variable in interface de.caff.generics.PrimitiveCharIterable
Empty iterator of primitive char values.
EMPTY_CHAR_ITERATOR - Static variable in class de.caff.generics.Types
Empty primitive char iterator.
EMPTY_DOUBLE_ITERATOR - Static variable in interface de.caff.generics.PrimitiveDoubleIterable
Empty iterator of primitive double values.
EMPTY_DOUBLE_ITERATOR - Static variable in class de.caff.generics.Types
Empty primitve double iterator.
EMPTY_FLOAT_ITERATOR - Static variable in interface de.caff.generics.PrimitiveFloatIterable
Empty iterator of primitive float values.
EMPTY_FLOAT_ITERATOR - Static variable in class de.caff.generics.Types
Empty primitive float iterator.
EMPTY_HASH - Static variable in class de.caff.generics.Types
Hash value for empty collections.
EMPTY_INDEXABLE_STRING - Static variable in interface de.caff.generics.Indexable
String representation of an empty indexable.
EMPTY_INT_ITERATOR - Static variable in interface de.caff.generics.PrimitiveIntIterable
Empty iterator of primitive int values.
EMPTY_INT_ITERATOR - Static variable in class de.caff.generics.Types
Empty primitive int iterator.
EMPTY_LONG_ITERATOR - Static variable in interface de.caff.generics.PrimitiveLongIterable
Empty iterator of primitive long values.
EMPTY_LONG_ITERATOR - Static variable in class de.caff.generics.Types
Empty primitive long iterator.
EMPTY_SHORT_ITERATOR - Static variable in interface de.caff.generics.PrimitiveShortIterable
Empty iterator of primitive short values.
EMPTY_SHORT_ITERATOR - Static variable in class de.caff.generics.Types
Empty primitive short iterator.
emptyCopyable() - Static method in interface de.caff.generics.FStack
Get an empty stack which can be used securely in multi-threaded environemnts because it copies it copyable elements.
emptyEnumeration() - Static method in class de.caff.generics.Types
Return an empty enumeration which does not iterate.
emptyIndexable() - Static method in interface de.caff.generics.BooleanIndexable
Get an empty indexable set.
emptyIndexable() - Static method in interface de.caff.generics.ByteIndexable
Get an empty indexable set.
emptyIndexable() - Static method in interface de.caff.generics.CharIndexable
Get an empty indexable set.
emptyIndexable() - Static method in interface de.caff.generics.DoubleIndexable
Get an empty indexable set.
emptyIndexable() - Static method in interface de.caff.generics.FloatIndexable
Get an empty indexable set.
emptyIndexable() - Static method in interface de.caff.generics.Indexable
Get an empty indexable set.
emptyIndexable() - Static method in interface de.caff.generics.IntIndexable
Get an empty indexable set.
emptyIndexable() - Static method in interface de.caff.generics.LongIndexable
Get an empty indexable set.
emptyIndexable() - Static method in interface de.caff.generics.ShortIndexable
Get an empty indexable set.
emptyIterable() - Static method in class de.caff.generics.Types
Return an empty iterable which does not iterate.
emptyIterator() - Static method in class de.caff.generics.Types
Return an empty iterator which does not iterate.
emptyListIterator() - Static method in class de.caff.generics.Types
Return an empty list iterator which does not iterate.
EmptyLoopError - Error in de.caff.generics
Empty loop error thrown when accessing elements of an empty BasicLoop.
EmptyLoopError() - Constructor for error de.caff.generics.EmptyLoopError
Constructor.
entries() - Method in interface de.caff.generics.Dict
Get the entries of this dictionary.
Entry() - Constructor for class de.caff.generics.Dict.Entry
 
entrySet() - Method in class de.caff.generics.HashCoderMap
 
entrySet() - Method in class de.caff.generics.RefValueHashMap
Returns a set view of the mappings contained in this map.
EnumerationIterator<T> - Class in de.caff.generics
Iterator wrapper for an enumeration.
EnumerationIterator(Enumeration<T>) - Constructor for class de.caff.generics.EnumerationIterator
Constructor.
Enums - Class in de.caff.generics
Toolbox for enums.
equal(BooleanIndexable, BooleanIndexable) - Static method in interface de.caff.generics.BooleanIndexable
Are two boolean indexables equal?
equal(BooleanIndexable, Object) - Static method in interface de.caff.generics.BooleanIndexable
Are two boolean indexables equal?
equal(ByteIndexable, ByteIndexable) - Static method in interface de.caff.generics.ByteIndexable
Are two byte indexables equal?
equal(ByteIndexable, Object) - Static method in interface de.caff.generics.ByteIndexable
Are two byte indexables equal?
equal(CharIndexable, CharIndexable) - Static method in interface de.caff.generics.CharIndexable
Are two char indexables equal?
equal(CharIndexable, Object) - Static method in interface de.caff.generics.CharIndexable
Are two char indexables equal?
equal(Countable<E1>, Countable<E2>, BiPredicate<? super E1, ? super E2>) - Static method in interface de.caff.generics.Countable
Are two countables equal?
equal(Dict<KK, VV>, Object) - Static method in interface de.caff.generics.Dict
Useful implementation for equality which can be used in Dict implementations for Object.equals(Object).
equal(DoubleIndexable, DoubleIndexable) - Static method in interface de.caff.generics.DoubleIndexable
Are two double indexables equal?
equal(DoubleIndexable, DoubleIndexable, DoublePredicate2) - Static method in interface de.caff.generics.DoubleIndexable
Are two double indexables equal?
equal(DoubleIndexable, Object) - Static method in interface de.caff.generics.DoubleIndexable
Are two double indexables equal?
equal(FloatIndexable, FloatIndexable) - Static method in interface de.caff.generics.FloatIndexable
Are two float indexables equal?
equal(FloatIndexable, FloatIndexable, FloatPredicate2) - Static method in interface de.caff.generics.FloatIndexable
Are two float indexables equal?
equal(FloatIndexable, Object) - Static method in interface de.caff.generics.FloatIndexable
Are two float indexables equal?
equal(Indexable<? extends E>, Indexable<? extends E>, BiPredicate<E, E>) - Static method in interface de.caff.generics.Indexable
equal(IntIndexable, IntIndexable) - Static method in interface de.caff.generics.IntIndexable
Are two int indexables equal?
equal(IntIndexable, Object) - Static method in interface de.caff.generics.IntIndexable
Are two int indexables equal?
equal(LongIndexable, LongIndexable) - Static method in interface de.caff.generics.LongIndexable
Are two long indexables equal?
equal(LongIndexable, Object) - Static method in interface de.caff.generics.LongIndexable
Are two long indexables equal?
equal(TwoDimensionalReadAccess<? extends E>, TwoDimensionalReadAccess<? extends E>, BiPredicate<E, E>) - Static method in interface de.caff.generics.mda.TwoDimensionalReadAccess
Are two 2-dimensional accesses equal?
equal(ShortIndexable, ShortIndexable) - Static method in interface de.caff.generics.ShortIndexable
Are two short indexables equal?
equal(ShortIndexable, Object) - Static method in interface de.caff.generics.ShortIndexable
Are two short indexables equal?
EQUAL_EVEN_NAN - Static variable in interface de.caff.generics.function.DoublePredicate2
Predicate which checks whether two double values are equal which handles NaN values in a way that Double.NaN == Double.NaN is true.
EQUAL_EVEN_NAN - Static variable in interface de.caff.generics.function.FloatPredicate2
Predicate which checks whether two float values are equal which handles NaN values in a way that Float.NaN == Float.NaN is true.
EQUAL_STANDARD - Static variable in interface de.caff.generics.function.DoublePredicate2
Predicate which checks whether two float values are equal which handles NaN as defined by IEEE 745 so that Float.NaN == Float.NaN is false, i.e.
EQUAL_STANDARD - Static variable in interface de.caff.generics.function.FloatPredicate2
Predicate which checks whether two float values are equal which handles NaN as defined by IEEE 745 so that Float.NaN == Float.NaN is false, i.e.
equals(Object) - Method in class de.caff.generics.BooleanIndexable.Base
 
equals(Object) - Method in class de.caff.generics.BooleanPair
 
equals(Object) - Method in class de.caff.generics.ByteIndexable.Base
 
equals(Object) - Method in class de.caff.generics.BytePair
 
equals(Object) - Method in class de.caff.generics.CharIndexable.Base
 
equals(Object) - Method in class de.caff.generics.CharPair
 
equals(Object) - Method in class de.caff.generics.Countable.Base
 
equals(Countable<E>, BiPredicate<? super T, ? super E>) - Method in interface de.caff.generics.Countable
Does this countable equal another one?
equals(Object) - Method in class de.caff.generics.Dict.Base
Equals implementation.
equals(Object) - Method in class de.caff.generics.Dict.Entry
 
equals(Object) - Method in class de.caff.generics.DoubleIndexable.Base
 
equals(Object) - Method in class de.caff.generics.DoublePair
 
equals(Object) - Method in class de.caff.generics.FloatIndexable.Base
 
equals(Object) - Method in class de.caff.generics.FloatPair
 
equals(Object) - Method in class de.caff.generics.HashCacheWrapper
 
equals(Object) - Method in class de.caff.generics.IntCountable.Base
 
equals(Object) - Method in class de.caff.generics.IntIndexable.Base
 
equals(Object) - Method in class de.caff.generics.IntPair
 
equals(Object) - Method in class de.caff.generics.LongIndexable.Base
 
equals(Object) - Method in class de.caff.generics.LongPair
 
equals(Object) - Method in class de.caff.generics.mda.MultiDimensionalArray
 
equals(Object) - Method in class de.caff.generics.mda.MultiDimensionalBooleanArray
 
equals(Object) - Method in class de.caff.generics.mda.MultiDimensionalByteArray
 
equals(Object) - Method in class de.caff.generics.mda.MultiDimensionalCharArray
 
equals(Object) - Method in class de.caff.generics.mda.MultiDimensionalDoubleArray
 
equals(Object) - Method in class de.caff.generics.mda.MultiDimensionalFloatArray
 
equals(Object) - Method in class de.caff.generics.mda.MultiDimensionalIntArray
 
equals(Object) - Method in class de.caff.generics.mda.MultiDimensionalLongArray
 
equals(Object) - Method in class de.caff.generics.mda.MultiDimensionalShortArray
 
equals(Object) - Method in class de.caff.generics.mda.TwoDimensionalReadAccess.Base
 
equals(Object) - Method in class de.caff.generics.OrderedPair
Is this pair equal to another?
equals(Object) - Method in class de.caff.generics.ShortIndexable.Base
 
equals(Object) - Method in class de.caff.generics.ShortPair
 
equals(Object) - Method in class de.caff.generics.Subject.Base
 
equals(Object) - Method in class de.caff.generics.tuple.ITuple2.Base
 
equals(ITuple2<?, ?>, Object) - Static method in interface de.caff.generics.tuple.ITuple2
Basic implementation of equals for 2-tuples.
equals(Object) - Method in class de.caff.generics.tuple.ITuple3.Base
 
equals(ITuple3<?, ?, ?>, Object) - Static method in interface de.caff.generics.tuple.ITuple3
Basic implementation of equals for 3-tuples.
equals(Object) - Method in class de.caff.generics.tuple.ITuple4.Base
 
equals(ITuple4<?, ?, ?, ?>, Object) - Static method in interface de.caff.generics.tuple.ITuple4
Basic implementation of equals for 4-tuples.
equals(Object) - Method in class de.caff.generics.tuple.ITuple5.Base
 
equals(ITuple5<?, ?, ?, ?, ?>, Object) - Static method in interface de.caff.generics.tuple.ITuple5
Basic implementation of equals for 5-tuples.
equals(Object) - Method in class de.caff.generics.tuple.ITuple6.Base
 
equals(ITuple6<?, ?, ?, ?, ?, ?>, Object) - Static method in interface de.caff.generics.tuple.ITuple6
Basic implementation of equals for 6-tuples.
equals(Object) - Method in class de.caff.generics.tuple.ITuple7.Base
 
equals(ITuple7<?, ?, ?, ?, ?, ?, ?>, Object) - Static method in interface de.caff.generics.tuple.ITuple7
Basic implementation of equals for 7-tuples.
equals(Object) - Method in class de.caff.generics.tuple.ITuple8.Base
 
equals(ITuple8<?, ?, ?, ?, ?, ?, ?, ?>, Object) - Static method in interface de.caff.generics.tuple.ITuple8
Basic implementation of equals for 8-tuples.
equals(Object) - Method in class de.caff.generics.tuple.ITuple9.Base
 
equals(ITuple9<?, ?, ?, ?, ?, ?, ?, ?, ?>, Object) - Static method in interface de.caff.generics.tuple.ITuple9
Basic implementation of equals for 9-tuples.
equals(Object) - Method in class de.caff.generics.util.combi.IntPartitions.Part
 
equals(Object) - Method in class de.caff.version.SemVer
 
equals(Object) - Method in class de.caff.version.SemVer.Prerelease.AlphanumericIdentifier
 
equals(Object) - Method in class de.caff.version.SemVer.Prerelease
 
equals(Object) - Method in class de.caff.version.SemVer.Prerelease.NumericIdentifier
 
EqualsChecker<T> - Class in de.caff.generics.checker
This filter uses the equals method to check for equalitiy, and returns true for equals objects.
EqualsChecker(T) - Constructor for class de.caff.generics.checker.EqualsChecker
Constructor.
equalsIgnoreBuild(SemVer) - Method in class de.caff.version.SemVer
Equality check ignoring the build metadata.
equalStandard(DoubleIndexable, DoubleIndexable) - Static method in interface de.caff.generics.DoubleIndexable
Are two double indexables equal?
equalStandard(FloatIndexable, FloatIndexable) - Static method in interface de.caff.generics.FloatIndexable
Are two float indexables equal?
ERROR_INDEX_OUT_OF_BOUNDS_FORMAT - Static variable in class de.caff.generics.Pythonesque
Format used for index out of bounds exception.
estimateSize() - Method in class de.caff.generics.DoubleIndexable.DoubleIndexableSpliterator
 
estimateSize() - Method in class de.caff.generics.Indexable.IndexableSpliterator
 
estimateSize() - Method in class de.caff.generics.IntIndexable.IntIndexableSpliterator
 
estimateSize() - Method in class de.caff.generics.LongIndexable.LongIndexableSpliterator
 
EvaluationException - Exception in de.caff.generics.function
Helper exception for wrapping a checked exception.
EvaluationException(String, Exception) - Constructor for exception de.caff.generics.function.EvaluationException
 
EvaluationException(Exception) - Constructor for exception de.caff.generics.function.EvaluationException
 
exchangeWith(Function3<? extends V, BasicLoop<V>, V, V>) - Method in class de.caff.generics.BasicLoop.Item
Exchange this item with a new item.
ExpandableDoubleIndexable - Interface in de.caff.generics
Immutable expandable primitive double indexable.
ExpandableDoubleIndexableImpl - Class in de.caff.generics
Default implementation used for immutable expandable double indexable.
ExpandableDoubleIndexableImpl() - Constructor for class de.caff.generics.ExpandableDoubleIndexableImpl
 
ExpandableIndexable<T> - Interface in de.caff.generics
Immutable expandable indexable.
ExpandableIndexableImpl - Class in de.caff.generics
Default implementation used for immutable expandable indexable.
ExpandableIndexableImpl() - Constructor for class de.caff.generics.ExpandableIndexableImpl
 
ExpandableIntIndexable - Interface in de.caff.generics
Immutable expandable primitive integer indexable.
ExpandableIntIndexableImpl - Class in de.caff.generics
Default implementation used for immutable expandable integer indexable.
ExpandableIntIndexableImpl() - Constructor for class de.caff.generics.ExpandableIntIndexableImpl
 
ExpandableLongIndexable - Interface in de.caff.generics
Immutable expandable primitive long indexable.
ExpandableLongIndexableImpl - Class in de.caff.generics
Default implementation used for immutable expandable long indexable.
ExpandableLongIndexableImpl() - Constructor for class de.caff.generics.ExpandableLongIndexableImpl
 
extract(Object[], Class<T>) - Static method in class de.caff.generics.Types
Extract all elements of a given type.
extract(C, Object[], Class<T>) - Static method in class de.caff.generics.Types
Extract all elements of a given type.
extract(Iterable<?>, Class<T>) - Static method in class de.caff.generics.Types
Extract all elements of a given type.
extract(C, Iterable<?>, Class<T>) - Static method in class de.caff.generics.Types
Extract all elements of a given type.
extract(Iterator<?>, Class<T>) - Static method in class de.caff.generics.Types
Extract all elements of a given type.
extract(C, Iterator<?>, Class<T>) - Static method in class de.caff.generics.Types
Extract all elements of a given type.
extract(Enumeration<?>, Class<T>) - Static method in class de.caff.generics.Types
Extract all elements of a given type.
extract(C, Enumeration<?>, Class<T>) - Static method in class de.caff.generics.Types
Extract all elements of a given type.
extractFromJavaImpl(File) - Static method in class de.caff.version.ModuleVersionTool
Extract the semantic version from a Java service implementation.
extractFromJavaImpl(String, File) - Static method in class de.caff.version.ModuleVersionTool
Extract the semantic version from a Java service implementation.

F

factorial(int) - Static method in class de.caff.generics.util.combi.Permutations
 
Factory<T> - Interface in de.caff.generics
A factory knows how to create objects of a given type.
FactoryError - Error in de.caff.generics
Error which the Factory.create() method may throw.
FactoryError(String, Throwable) - Constructor for error de.caff.generics.FactoryError
Constructs a new error with the specified detail message and cause.
FactoryError(Throwable) - Constructor for error de.caff.generics.FactoryError
Constructs a new error with the specified cause and a detail message of (cause==null ?
fallback(Function1<? extends RR, ? super PP>, Function1<? extends RR, ? super PP>) - Static method in interface de.caff.generics.function.Function1
Get a function which is a combination of two functions which calls the first function and returns its result.
fallback(Predicate<? super RR>, Function1<? extends RR, ? super PP>, Function1<? extends RR, ? super PP>) - Static method in interface de.caff.generics.function.Function1
Get a function which is a combination of two functions which calls the first function and returns its result.
FALSE1 - Static variable in class de.caff.generics.function.Predicates
One argument predicate which always evaluates to false.
FALSE2 - Static variable in class de.caff.generics.function.Predicates
Two argument predicate which always evaluates to false.
FALSE3 - Static variable in class de.caff.generics.function.Predicates
Three argument predicate which always evaluates to false.
FALSE4 - Static variable in class de.caff.generics.function.Predicates
Four argument predicate which always evaluates to false.
FALSE5 - Static variable in class de.caff.generics.function.Predicates
Five argument predicate which always evaluates to false.
FALSE6 - Static variable in class de.caff.generics.function.Predicates
Six argument predicate which always evaluates to false.
FALSE7 - Static variable in class de.caff.generics.function.Predicates
Seven argument predicate which always evaluates to false.
FALSE8 - Static variable in class de.caff.generics.function.Predicates
Eight argument predicate which always evaluates to false.
FALSE9 - Static variable in class de.caff.generics.function.Predicates
Nine argument predicate which always evaluates to false.
falseBiPredicate() - Static method in class de.caff.generics.Types
Return a bi-predicate which returns always false.
falsePredicate() - Static method in class de.caff.generics.Types
Return a predicate which returns always false.
FastByteSequenceSearch - Class in de.caff.generics.algorithm
Fast search algorithm in sequences of random-accessible byte values.
FastByteSequenceSearch(ByteIndexable) - Constructor for class de.caff.generics.algorithm.FastByteSequenceSearch
Constructor.
FastByteSequenceSearch(byte...) - Constructor for class de.caff.generics.algorithm.FastByteSequenceSearch
Constructor.
FastByteSequenceSearch(int...) - Constructor for class de.caff.generics.algorithm.FastByteSequenceSearch
Convenience constructor.
FastCharSequenceSearch - Class in de.caff.generics.algorithm
Fast search algorithm in sequences of random-accessible char values.
FastCharSequenceSearch(CharIndexable) - Constructor for class de.caff.generics.algorithm.FastCharSequenceSearch
Constructor.
FastCharSequenceSearch(String) - Constructor for class de.caff.generics.algorithm.FastCharSequenceSearch
Convenience constructor.
FastCharSequenceSearch(char...) - Constructor for class de.caff.generics.algorithm.FastCharSequenceSearch
Convenience constructor.
FastDoubleSequenceSearch - Class in de.caff.generics.algorithm
Fast search algorithm in sequences of random-accessible double values.
FastDoubleSequenceSearch(DoubleIndexable) - Constructor for class de.caff.generics.algorithm.FastDoubleSequenceSearch
Constructor.
FastDoubleSequenceSearch(double...) - Constructor for class de.caff.generics.algorithm.FastDoubleSequenceSearch
Constructor.
FastFloatSequenceSearch - Class in de.caff.generics.algorithm
Fast search algorithm in sequences of random-accessible float values.
FastFloatSequenceSearch(FloatIndexable) - Constructor for class de.caff.generics.algorithm.FastFloatSequenceSearch
Constructor.
FastFloatSequenceSearch(float...) - Constructor for class de.caff.generics.algorithm.FastFloatSequenceSearch
Constructor.
FastIntSequenceSearch - Class in de.caff.generics.algorithm
Fast search algorithm in sequences of random-accessible integers.
FastIntSequenceSearch(IntIndexable) - Constructor for class de.caff.generics.algorithm.FastIntSequenceSearch
Constructor.
FastIntSequenceSearch(int...) - Constructor for class de.caff.generics.algorithm.FastIntSequenceSearch
Constructor.
FastLongSequenceSearch - Class in de.caff.generics.algorithm
Fast search algorithm in sequences of random-accessible long values.
FastLongSequenceSearch(LongIndexable) - Constructor for class de.caff.generics.algorithm.FastLongSequenceSearch
Constructor.
FastLongSequenceSearch(long...) - Constructor for class de.caff.generics.algorithm.FastLongSequenceSearch
Constructor.
FastSequenceSearch<T> - Class in de.caff.generics.algorithm
Fast search algorithm in sequences of random-accessible values.
FastSequenceSearch(Indexable<T>, BiPredicate<? super T, ? super T>) - Constructor for class de.caff.generics.algorithm.FastSequenceSearch
Constructor.
FastSequenceSearch(BiPredicate<? super T, ? super T>, T...) - Constructor for class de.caff.generics.algorithm.FastSequenceSearch
Constructor.
FastSequentialSearch - Class in de.caff.generics.algorithm
Deprecated.
FastSequentialSearch(IntIndexable) - Constructor for class de.caff.generics.algorithm.FastSequentialSearch
Deprecated.
Constructor.
FastShortSequenceSearch - Class in de.caff.generics.algorithm
Fast search algorithm in sequences of random-accessible short values.
FastShortSequenceSearch(ShortIndexable) - Constructor for class de.caff.generics.algorithm.FastShortSequenceSearch
Constructor.
FastShortSequenceSearch(short...) - Constructor for class de.caff.generics.algorithm.FastShortSequenceSearch
Constructor.
FastShortSequenceSearch(int...) - Constructor for class de.caff.generics.algorithm.FastShortSequenceSearch
Convenience constructor.
FastSortByte - Class in de.caff.generics.algorithm
A non-stable sort algorithm for byte arrays which is much faster compared to TimSort.
FastSortByte() - Constructor for class de.caff.generics.algorithm.FastSortByte
 
FastSortChar - Class in de.caff.generics.algorithm
A sort algorithm for byte arrays which is much faster compared to TimSort.
FastSortChar() - Constructor for class de.caff.generics.algorithm.FastSortChar
 
fillArray(T[], int, int, Supplier<? extends T>) - Static method in class de.caff.generics.Types
Fill part of an array with elements provided by a supplier.
fillArray(T[], Supplier<? extends T>) - Static method in class de.caff.generics.Types
Fill an array with elements provided by a supplier.
fillByIndex(IntFunction<? extends T>) - Method in interface de.caff.generics.mda.OneDimensionalAccess
Set all values by their index.
fillByIndex(IntFunction3<? extends T>) - Method in interface de.caff.generics.mda.ThreeDimensionalAccess
Set all values depending on their indexes.
fillByIndex(IntFunction2<? extends T>) - Method in interface de.caff.generics.mda.TwoDimensionalAccess
Set all values depending on their indexes.
filled(int, IntFunction<? extends E>) - Static method in interface de.caff.generics.MutableIndexable
Deprecated.
inconsistently named, use MutableIndexable.initByIndex(int, IntFunction) instead
fillFrom(IntToByteFunction1) - Method in interface de.caff.generics.MutableByteIndexable
Fill this indexable from a provider.
fillFrom(IntToCharFunction1) - Method in interface de.caff.generics.MutableCharIndexable
Fill this indexable from a provider.
fillFrom(IntToDoubleFunction) - Method in interface de.caff.generics.MutableDoubleIndexable
Fill this indexable from a provider.
fillFrom(IntToFloatFunction1) - Method in interface de.caff.generics.MutableFloatIndexable
Fill this indexable from a provider.
fillFrom(IntFunction<? extends T>) - Method in interface de.caff.generics.MutableIndexable
Fill this indexable from a provider.
fillFrom(IntUnaryOperator) - Method in interface de.caff.generics.MutableIntIndexable
Fill this indexable from a provider.
fillFrom(IntToLongFunction) - Method in interface de.caff.generics.MutableLongIndexable
Fill this indexable from a provider.
fillFrom(IntToShortFunction1) - Method in interface de.caff.generics.MutableShortIndexable
Fill this indexable from a provider.
fillTight(ArrayList<T>, Iterable<S>, Function<? super S, ? extends T>) - Static method in class de.caff.generics.Types
Fill an array list with a number of elements.
fillTight(ArrayList<T>, Iterable<? extends T>) - Static method in class de.caff.generics.Types
Fill an array list with a number of alements.
fillTight(ArrayList<T>, Collection<S>, Function<? super S, ? extends T>) - Static method in class de.caff.generics.Types
Fill an array list with a number of elements.
fillTight(ArrayList<T>, Countable<S>, Function<? super S, ? extends T>) - Static method in class de.caff.generics.Types
Fill an array list with a number of elements.
fillTight(ArrayList<T>, Collection<? extends T>) - Static method in class de.caff.generics.Types
Fill an array list with a number of alements.
fillTight(ArrayList<T>, Countable<? extends T>) - Static method in class de.caff.generics.Types
Fill an array list with a number of alements.
fillValuesByIndex(IntPredicate1) - Method in interface de.caff.generics.mda.OneDimensionalBooleanAccess
Set all values by their index.
fillValuesByIndex(IntToByteFunction1) - Method in interface de.caff.generics.mda.OneDimensionalByteAccess
Set all values by their index.
fillValuesByIndex(IntToCharFunction1) - Method in interface de.caff.generics.mda.OneDimensionalCharAccess
Set all values by their index.
fillValuesByIndex(IntToDoubleFunction) - Method in interface de.caff.generics.mda.OneDimensionalDoubleAccess
Set all values by their index.
fillValuesByIndex(IntToFloatFunction1) - Method in interface de.caff.generics.mda.OneDimensionalFloatAccess
Set all values by their index.
fillValuesByIndex(IntUnaryOperator) - Method in interface de.caff.generics.mda.OneDimensionalIntAccess
Set all values by their index.
fillValuesByIndex(IntToLongFunction) - Method in interface de.caff.generics.mda.OneDimensionalLongAccess
Set all values by their index.
fillValuesByIndex(IntToShortFunction1) - Method in interface de.caff.generics.mda.OneDimensionalShortAccess
Set all values by their index.
fillValuesByIndex(IntPredicate3) - Method in interface de.caff.generics.mda.ThreeDimensionalBooleanAccess
Set all values depending on their indexes.
fillValuesByIndex(IntToByteFunction3) - Method in interface de.caff.generics.mda.ThreeDimensionalByteAccess
Set all values depending on their indexes.
fillValuesByIndex(IntToCharFunction3) - Method in interface de.caff.generics.mda.ThreeDimensionalCharAccess
Set all values depending on their indexes.
fillValuesByIndex(IntToDoubleFunction3) - Method in interface de.caff.generics.mda.ThreeDimensionalDoubleAccess
Set all values depending on their indexes.
fillValuesByIndex(IntToFloatFunction3) - Method in interface de.caff.generics.mda.ThreeDimensionalFloatAccess
Set all values depending on their indexes.
fillValuesByIndex(IntToIntFunction3) - Method in interface de.caff.generics.mda.ThreeDimensionalIntAccess
Set all values depending on their indexes.
fillValuesByIndex(IntToLongFunction3) - Method in interface de.caff.generics.mda.ThreeDimensionalLongAccess
Set all values depending on their indexes.
fillValuesByIndex(IntToShortFunction3) - Method in interface de.caff.generics.mda.ThreeDimensionalShortAccess
Set all values depending on their indexes.
fillValuesByIndex(IntPredicate2) - Method in interface de.caff.generics.mda.TwoDimensionalBooleanAccess
Set all values depending on their indexes.
fillValuesByIndex(IntToByteFunction2) - Method in interface de.caff.generics.mda.TwoDimensionalByteAccess
Set all values depending on their indexes.
fillValuesByIndex(IntToCharFunction2) - Method in interface de.caff.generics.mda.TwoDimensionalCharAccess
Set all values depending on their indexes.
fillValuesByIndex(IntToDoubleFunction2) - Method in interface de.caff.generics.mda.TwoDimensionalDoubleAccess
Set all values depending on their indexes.
fillValuesByIndex(IntToFloatFunction2) - Method in interface de.caff.generics.mda.TwoDimensionalFloatAccess
Set all values depending on their indexes.
fillValuesByIndex(IntBinaryOperator) - Method in interface de.caff.generics.mda.TwoDimensionalIntAccess
Set all values depending on their indexes.
fillValuesByIndex(IntToLongFunction2) - Method in interface de.caff.generics.mda.TwoDimensionalLongAccess
Set all values depending on their indexes.
fillValuesByIndex(IntToShortFunction2) - Method in interface de.caff.generics.mda.TwoDimensionalShortAccess
Set all values depending on their indexes.
filter(C, T[], Predicate<? super T>) - Static method in class de.caff.generics.Types
Filter the elements of an array into a collection.
filter(C, Iterable<T>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Filter the elements of an iterable into a collection.
filter(C, Iterator<T>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Filter the elements of an iterator into a collection.
filter(C, Enumeration<T>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Filter the elements of an enumeration into a collection.
filter(T[], Predicate<? super T>) - Static method in class de.caff.generics.Types
Filter the elements of an array into a collection.
filter(Iterable<T>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Filter the elements of an iterable into a collection.
filter(Iterator<T>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Filter the elements of an iterator into a collection.
filter(Enumeration<T>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Filter the elements of an enumeration into a result list.
filtered(Predicate<? super T>) - Method in interface de.caff.generics.Countable
Get a filtered view of this countable.
filtered(Predicate<? super Dict.Entry<? super K, ? super V>>) - Method in interface de.caff.generics.Dict
Get a filtered version of this dictionary.
filtered(IntPredicate) - Method in interface de.caff.generics.IntCountable
Get a filtered view of this countable.
filteredToIndexable(Predicate<? super T>) - Method in interface de.caff.generics.Countable
Get an indexable which contains elements from this countable which fulfill a given filter.
filterImpl(C, Iterator<T>, Predicate<? super T>) - Static method in class de.caff.generics.TypesImpFilter
Filter the elements of an iterator into a collection.
filterImpl(C, Enumeration<T>, Predicate<? super T>) - Static method in class de.caff.generics.TypesImpFilter
Filter the elements of an iterator into a collection.
FilteringIteratorWrapper<T> - Class in de.caff.generics
A wrapper for a standard iterator which only iterates over selected elements.
FilteringIteratorWrapper(Iterator<T>, Predicate<? super T>) - Constructor for class de.caff.generics.FilteringIteratorWrapper
Create a filtering iterator.
FilteringLoopItemHandler<T> - Class in de.caff.generics.handler
A converting loop item handler which filters the converted items.
FilteringLoopItemHandler(Predicate<T>, T) - Constructor for class de.caff.generics.handler.FilteringLoopItemHandler
Constructor.
FilteringLoopItemHandler(Predicate<T>) - Constructor for class de.caff.generics.handler.FilteringLoopItemHandler
Constructor.
filterOut(Iterable<T>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Filter a modifiable iterable inline.
filterToCountable(Predicate<? super T>) - Method in interface de.caff.generics.Countable
Get a countable which contains elements from this countable which fulfill a given filter condition.
findAll(Predicate<? super T>) - Method in interface de.caff.generics.Indexable
Find all elements that fulfill a given condition.
findAllEntries(Map<K, V>, Predicate2<? super K, ? super V>) - Static method in class de.caff.generics.Types
Return all entries which which the given checker accepts.
FindAllIndexesHandler<T> - Class in de.caff.generics.handler
Handler which finds the index of an item in a loop.
FindAllIndexesHandler(T) - Constructor for class de.caff.generics.handler.FindAllIndexesHandler
Constructor.
findAllMatches(ByteIndexable, boolean) - Method in class de.caff.generics.algorithm.FastByteSequenceSearch
Find all matches.
findAllMatches(CharIndexable, boolean) - Method in class de.caff.generics.algorithm.FastCharSequenceSearch
Find all matches.
findAllMatches(DoubleIndexable, boolean) - Method in class de.caff.generics.algorithm.FastDoubleSequenceSearch
Find all matches.
findAllMatches(FloatIndexable, boolean) - Method in class de.caff.generics.algorithm.FastFloatSequenceSearch
Find all matches.
findAllMatches(IntIndexable, boolean) - Method in class de.caff.generics.algorithm.FastIntSequenceSearch
 
findAllMatches(LongIndexable, boolean) - Method in class de.caff.generics.algorithm.FastLongSequenceSearch
Find all matches.
findAllMatches(Indexable<T>, boolean) - Method in class de.caff.generics.algorithm.FastSequenceSearch
Find all matches.
findAllMatches(IntIndexable, boolean) - Method in class de.caff.generics.algorithm.FastSequentialSearch
Deprecated.
 
findAllMatches(ShortIndexable, boolean) - Method in class de.caff.generics.algorithm.FastShortSequenceSearch
Find all matches.
findAllX(FragilePredicate1<X, ? super T>) - Method in interface de.caff.generics.Indexable
Find all elements that fulfill a given condition that might throw a checked exception.
findAnyEntry(Map<K, V>, Predicate2<? super K, ? super V>) - Static method in class de.caff.generics.Types
Find the first entry in a map which the given entry checker accepts.
findAnyKey(Map<K, V>, Predicate<? super V>) - Static method in class de.caff.generics.Types
Find the first key in a map which the given value checker accepts.
findFirst(ByteIndexable) - Method in class de.caff.generics.algorithm.FastByteSequenceSearch
Find the first appearance of the search term in the given data.
findFirst(CharIndexable) - Method in class de.caff.generics.algorithm.FastCharSequenceSearch
Find the first appearance of the search term in the given data.
findFirst(DoubleIndexable) - Method in class de.caff.generics.algorithm.FastDoubleSequenceSearch
Find the first appearance of the search term in the given data.
findFirst(FloatIndexable) - Method in class de.caff.generics.algorithm.FastFloatSequenceSearch
Find the first appearance of the search term in the given data.
findFirst(IntIndexable) - Method in class de.caff.generics.algorithm.FastIntSequenceSearch
Find the first appearance of the search term in the given data.
findFirst(LongIndexable) - Method in class de.caff.generics.algorithm.FastLongSequenceSearch
Find the first appearance of the search term in the given data.
findFirst(Indexable<T>) - Method in class de.caff.generics.algorithm.FastSequenceSearch
Find the first appearance of the search term in the given data.
findFirst(IntIndexable) - Method in class de.caff.generics.algorithm.FastSequentialSearch
Deprecated.
Find the first appearance of the search term in the given data.
findFirst(ShortIndexable) - Method in class de.caff.generics.algorithm.FastShortSequenceSearch
Find the first appearance of the search term in the given data.
findFirst(Predicate<? super T>) - Method in class de.caff.generics.BasicLoop
Find the first item in this loop which fulfills a condition.
findFirst(T) - Method in interface de.caff.generics.Indexable
Do a linear forward search from the beginning.
findFirst(U, Matcher<? super U, ? super T>) - Method in interface de.caff.generics.Indexable
Do a linear forward search from an element (or a substitute) from the beginning.
findFirst(Predicate<? super T>) - Method in interface de.caff.generics.Indexable
Do a linear forward search from the beginning.
findFirst(Iterable<T>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Find the first element which fulfills the given check.
findFirstEqual(Iterable<T>, T) - Static method in class de.caff.generics.Types
Find the first element in an collection which is equal to another element.
FindFirstIndexHandler<T> - Class in de.caff.generics.handler
Handler which finds the index of an item in a loop.
FindFirstIndexHandler(T) - Constructor for class de.caff.generics.handler.FindFirstIndexHandler
Constructor.
FindFirstIndexHandler(T, int) - Constructor for class de.caff.generics.handler.FindFirstIndexHandler
Constructor.
findFirstMatch(Iterable<T>, E, BiPredicate<? super T, ? super E>) - Static method in class de.caff.generics.Types
Find the first element in a collection which is matching another element.
findFirstValue(Predicate<? super T>) - Method in class de.caff.generics.Loop
Find the first item in this loop for which the value fulfills a given condition.
findFirstX(FragilePredicate1<X, ? super T>) - Method in interface de.caff.generics.Indexable
Do a linear forward search from the beginning.
findLast(Predicate<? super T>) - Method in class de.caff.generics.BasicLoop
Find the first item in this loop which fulfills a condition.
findLast(T) - Method in interface de.caff.generics.Indexable
Do a linear backward search from the end.
findLast(U, Matcher<? super U, ? super T>) - Method in interface de.caff.generics.Indexable
Do a linear backward search from an element (or a substitute) from the beginning.
findLast(Predicate<? super T>) - Method in interface de.caff.generics.Indexable
Do a linear backward search from the beginning.
findLastValue(Predicate<? super T>) - Method in class de.caff.generics.Loop
Find the last item in this loop for which the value fulfills a given condition.
findNext(ByteIndexable, int) - Method in class de.caff.generics.algorithm.FastByteSequenceSearch
Find the next appearance of the search term after the given position in the given data.
findNext(ByteIndexable, int, int) - Method in class de.caff.generics.algorithm.FastByteSequenceSearch
Find the next appearance of the search term after the given start position and before the given end position in the given data.
findNext(CharIndexable, int) - Method in class de.caff.generics.algorithm.FastCharSequenceSearch
Find the next appearance of the search term after the given position in the given data.
findNext(CharIndexable, int, int) - Method in class de.caff.generics.algorithm.FastCharSequenceSearch
Find the next appearance of the search term after the given start position and before the given end position in the given data.
findNext(DoubleIndexable, int) - Method in class de.caff.generics.algorithm.FastDoubleSequenceSearch
Find the next appearance of the search term after the given position in the given data.
findNext(DoubleIndexable, int, int) - Method in class de.caff.generics.algorithm.FastDoubleSequenceSearch
Find the next appearance of the search term after the given start position and before the given end position in the given data.
findNext(FloatIndexable, int) - Method in class de.caff.generics.algorithm.FastFloatSequenceSearch
Find the next appearance of the search term after the given position in the given data.
findNext(FloatIndexable, int, int) - Method in class de.caff.generics.algorithm.FastFloatSequenceSearch
Find the next appearance of the search term after the given start position and before the given end position in the given data.
findNext(IntIndexable, int) - Method in class de.caff.generics.algorithm.FastIntSequenceSearch
Find the next appearance of the search term after the given position in the given data.
findNext(IntIndexable, int, int) - Method in class de.caff.generics.algorithm.FastIntSequenceSearch
Find the next appearance of the search term after the given start position and before the given end position in the given data.
findNext(LongIndexable, int) - Method in class de.caff.generics.algorithm.FastLongSequenceSearch
Find the next appearance of the search term after the given position in the given data.
findNext(LongIndexable, int, int) - Method in class de.caff.generics.algorithm.FastLongSequenceSearch
Find the next appearance of the search term after the given start position and before the given end position in the given data.
findNext(Indexable<T>, int) - Method in class de.caff.generics.algorithm.FastSequenceSearch
Find the next appearance of the search term after the given position in the given data.
findNext(Indexable<T>, int, int) - Method in class de.caff.generics.algorithm.FastSequenceSearch
Find the next appearance of the search term after the given start position and before the given end position in the given data.
findNext(IntIndexable, int) - Method in class de.caff.generics.algorithm.FastSequentialSearch
Deprecated.
Find the next appearance of the search term after the given position in the given data.
findNext(IntIndexable, int, int) - Method in class de.caff.generics.algorithm.FastSequentialSearch
Deprecated.
Find the next appearance of the search term after the given start position and before the given end position in the given data.
findNext(ShortIndexable, int) - Method in class de.caff.generics.algorithm.FastShortSequenceSearch
Find the next appearance of the search term after the given position in the given data.
findNext(ShortIndexable, int, int) - Method in class de.caff.generics.algorithm.FastShortSequenceSearch
Find the next appearance of the search term after the given start position and before the given end position in the given data.
findNext(Predicate<? super V>) - Method in class de.caff.generics.BasicLoop.Item
Find the next item for which its value fulfills the given condition, starting with this item.
findNext(T, int) - Method in interface de.caff.generics.Indexable
Do a linear forward search from a given index and look for an element which is the same as the given element.
findNext(U, Matcher<? super U, ? super T>, int) - Method in interface de.caff.generics.Indexable
Do a linear forward search from a given index and look for an element which is the same as the given object.
findNext(Predicate<? super T>, int) - Method in interface de.caff.generics.Indexable
Do a linear forward search from the beginning.
findNext(Iterator<T>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Find the nect element which fulfils the given check.
findNext(Enumeration<T>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Find the nect element which fulfils the given check.
findNextValue(Predicate<? super T>) - Method in class de.caff.generics.Loop.Item
Find the next item for which its value fulfills a given condition.
findNextX(FragilePredicate1<X, ? super T>, int) - Method in interface de.caff.generics.Indexable
Do a linear forward search from the beginning.
findPrevious(Predicate<? super V>) - Method in class de.caff.generics.BasicLoop.Item
Find the previous item for which its value fulfills the given condition, starting with this item.
findPrevious(T, int) - Method in interface de.caff.generics.Indexable
Do a linear backward search from a given index and look for an element which is the same as the given element.
findPrevious(U, Matcher<? super U, ? super T>, int) - Method in interface de.caff.generics.Indexable
Do a linear backward search from a given index and look for an element which is the same as the given object.
findPrevious(Predicate<? super T>, int) - Method in interface de.caff.generics.Indexable
Do a linear backward search from a given index and look for an element which is the same as the given object.
findPreviousValue(Predicate<? super T>) - Method in class de.caff.generics.Loop.Item
Find the previous item for which its value fulfills a given condition.
first - Variable in class de.caff.generics.BooleanPair
The first value of this pair.
first - Variable in class de.caff.generics.BytePair
The first value of this pair.
first - Variable in class de.caff.generics.CharPair
The first value of this pair.
first() - Method in interface de.caff.generics.Countable
Get the first element.
first() - Method in class de.caff.generics.CountingTreeSet
Returns the first (lowest) element currently in this sorted set.
first - Variable in class de.caff.generics.DoublePair
The first value of this pair.
first - Variable in class de.caff.generics.FloatPair
The first value of this pair.
first() - Method in interface de.caff.generics.Indexable
 
first() - Method in interface de.caff.generics.IntCountable
Get the first value.
first - Variable in class de.caff.generics.IntPair
The first value of this pair.
first - Variable in class de.caff.generics.LongPair
The first value of this pair.
first - Variable in class de.caff.generics.OrderedPair
The first element.
first - Variable in class de.caff.generics.ShortPair
The first value of this pair.
first(Iterable<T>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Get the first element which fulfills a check.
FIRST_FACTORIALS - Static variable in class de.caff.generics.util.combi.Permutations
Precalculated set of factorials (big int).
FIRST_FACTORIALS_LONG - Static variable in class de.caff.generics.util.combi.Permutations
Precalculated set of factorials (long).
firstMatch(BooleanPredicate1) - Method in interface de.caff.generics.BooleanIndexable
Get the first index for which the given check is fulfilled.
firstMatch(BytePredicate1) - Method in interface de.caff.generics.ByteIndexable
Get the first index for which the given check is fulfilled.
firstMatch(CharPredicate1) - Method in interface de.caff.generics.CharIndexable
Get the first index for which the given check is fulfilled.
firstMatch(DoublePredicate) - Method in interface de.caff.generics.DoubleIndexable
Get the first index for which the given check is fulfilled.
firstMatch(FloatPredicate1) - Method in interface de.caff.generics.FloatIndexable
Get the first index for which the given check is fulfilled.
firstMatch(Predicate<? super T>) - Method in interface de.caff.generics.Indexable
Get the first element which matches a given condition.
firstMatch(Predicate<? super T>, Function<? super T, ? extends R>) - Method in interface de.caff.generics.Indexable
Get an adapted value from the first element which matches a given condition.
firstMatch(IntPredicate) - Method in interface de.caff.generics.IntIndexable
Get the first index for which the given check is fulfilled.
firstMatch(LongPredicate) - Method in interface de.caff.generics.LongIndexable
Get the first index for which the given check is fulfilled.
firstMatch(ShortPredicate1) - Method in interface de.caff.generics.ShortIndexable
Get the first index for which the given check is fulfilled.
firstMatchX(FragilePredicate1<X, ? super T>) - Method in interface de.caff.generics.Indexable
Get the first element which matches a given fragile condition.
firstOrNull() - Method in interface de.caff.generics.Countable
Get the first element, or null if this countable is empty.
firstValue() - Method in interface de.caff.generics.DoubleIndexable
Get the first value in this double indexable.
firstValue() - Method in class de.caff.generics.Loop
Get the value of the first item in this loop.
flatten(Iterable<? extends Iterable<T>>) - Static method in class de.caff.generics.Types
Flatten a collection of collections.
flatten(R, Iterable<? extends Iterable<T>>) - Static method in class de.caff.generics.Types
Flatten a collection of collections.
flatten2(Iterable<? extends Iterable<? extends Iterable<U>>>) - Static method in class de.caff.generics.ConcatenatedIterables
Flatten iterables 2 levels deep.
FLOAT_ARRAY - Static variable in class de.caff.generics.Empty
Empty float array.
FLOAT_ARRAY_2D - Static variable in class de.caff.generics.Empty
Empty array of float arrays.
FLOAT_ARRAY_CLONER - Static variable in class de.caff.generics.Primitives
Function which clones float arrays.
FloatConsumer - Interface in de.caff.generics.function
A consumer for short values.
FloatFunction1<T> - Interface in de.caff.generics.function
Function which has a primitive float as input, and an object as output.
FloatFunction2<T> - Interface in de.caff.generics.function
Function which has two primitive floats as input, and an object as output.
FloatIndexable - Interface in de.caff.generics
Class which allows readonly access of raw floats by index.
FloatIndexable.Base - Class in de.caff.generics
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
floatIterator() - Method in interface de.caff.generics.FloatIndexable
Get an primitive float iterator.
floatIterator(int, int) - Method in interface de.caff.generics.FloatIndexable
Get a float iterator from the given sub set.
floatIterator() - Method in interface de.caff.generics.PrimitiveFloatIterable
Get a primitive float iterator.
FloatOperator0 - Interface in de.caff.generics.function
Function with no argument and a float result.
FloatOperator1 - Interface in de.caff.generics.function
Unary operator with a float argument and result.
FloatOperator2 - Interface in de.caff.generics.function
Binary operator with two float arguments and a float result.
FloatOperator3 - Interface in de.caff.generics.function
Ternary operator with three float arguments and a float result.
FloatOrdering - Interface in de.caff.generics.function
Define an order for two primitive float values.
FloatOrdering.Serial - Interface in de.caff.generics.function
A float ordering which is serializable.
FloatPair - Class in de.caff.generics
A pair of primitive float values.
FloatPair(float, float) - Constructor for class de.caff.generics.FloatPair
Constructor.
FloatPredicate1 - Interface in de.caff.generics.function
Predicate which expects a primitive float argument.
FloatPredicate2 - Interface in de.caff.generics.function
Predicate which expects two primitive float arguments.
FloatPredicate3 - Interface in de.caff.generics.function
Predicate which expects three primitive float arguments.
FloatSetter<T> - Interface in de.caff.generics.function
Procedure with a generic and a float argument.
floatView(Iterator<S>, ToFloatFunction<? super S>) - Static method in class de.caff.generics.Types
View a generic iterator as if it is an iterator for primitive float values.
floatView(Iterable<S>, ToFloatFunction<? super S>) - Static method in class de.caff.generics.Types
View a generic iterable as if it is an iterable of primitive float values.
foldLeft(boolean, BooleanOperator2) - Method in interface de.caff.generics.BooleanIndexable
Go over all values and do a cumulative calculation.
foldLeft(byte, ByteOperator2) - Method in interface de.caff.generics.ByteIndexable
Go over all values and do a cumulative calculation.
foldLeft(char, CharOperator2) - Method in interface de.caff.generics.CharIndexable
Go over all values and do a cumulative calculation.
foldLeft(V, BiFunction<? super V, ? super T, ? extends V>) - Method in interface de.caff.generics.Countable
Calculate a value from this countable by reapplying a 2-argument function for each element, with the result of the latest application and the current element.
foldLeft(double, DoubleBinaryOperator) - Method in interface de.caff.generics.DoubleIndexable
Go over all values and do a cumulative calculation.
foldLeft(float, FloatOperator2) - Method in interface de.caff.generics.FloatIndexable
Go over all values and do a cumulative calculation.
foldLeft(int, IntBinaryOperator) - Method in interface de.caff.generics.IntIndexable
Go over all values and do a cumulative calculation.
foldLeft(long, LongBinaryOperator) - Method in interface de.caff.generics.LongIndexable
Go over all values and do a cumulative calculation.
foldLeft(T1) - Method in interface de.caff.generics.Matcher
Get a predicate with a fix argument for the first object of the equality check.
foldLeft(short, ShortOperator2) - Method in interface de.caff.generics.ShortIndexable
Go over all values and do a cumulative calculation.
foldLeft(T[], V, BiFunction<? super V, ? super T, ? extends V>) - Static method in class de.caff.generics.Types
Do left-associative folding of an array.
foldLeft(Iterable<T>, V, BiFunction<? super V, ? super T, ? extends V>) - Static method in class de.caff.generics.Types
Do left-associative folding of an iterable.
foldLeft(Iterator<T>, V, BiFunction<? super V, ? super T, ? extends V>) - Static method in class de.caff.generics.Types
Do left-associative folding of an iterator.
foldLeft(Enumeration<T>, V, BiFunction<? super V, ? super T, ? extends V>) - Static method in class de.caff.generics.Types
Do left-associative folding of an enumeration.
foldLeftImpl(Iterator<T>, V, BiFunction<? super V, ? super T, ? extends V>) - Static method in class de.caff.generics.TypesImplFolding
Do left-associative folding of an iterator.
foldLeftImpl(Enumeration<T>, V, BiFunction<? super V, ? super T, ? extends V>) - Static method in class de.caff.generics.TypesImplFolding
Do left-associative folding of an enumeration.
foldRight(T2) - Method in interface de.caff.generics.Matcher
Get a predicate with a fix argument for the second object of the equality check.
foldRight(T[], V, BiFunction<? super V, ? super T, ? extends V>) - Static method in class de.caff.generics.Types
Do right-associative folding of an array.
foldRight(Iterable<T>, V, BiFunction<? super V, ? super T, ? extends V>) - Static method in class de.caff.generics.Types
Do right-associative folding of an iterable.
foldRight(Iterator<T>, V, BiFunction<? super V, ? super T, ? extends V>) - Static method in class de.caff.generics.Types
Do right-associative folding of an iteration.
foldRight(Enumeration<T>, V, BiFunction<? super V, ? super T, ? extends V>) - Static method in class de.caff.generics.Types
Do right-associative folding of an enumeration.
foldRight(List<T>, V, BiFunction<? super V, ? super T, ? extends V>) - Static method in class de.caff.generics.Types
Do right-associative folding of a list.
foldRight(ListIterator<T>, V, BiFunction<? super V, ? super T, ? extends V>) - Static method in class de.caff.generics.Types
Do right-associative folding of a list iterator using it in reverse direction.
foldRightImpl(List<T>, V, BiFunction<? super V, ? super T, ? extends V>) - Static method in class de.caff.generics.TypesImplFolding
Do right-associative folding of an iteration.
foldRightImpl(ListIterator<T>, V, BiFunction<? super V, ? super T, ? extends V>) - Static method in class de.caff.generics.TypesImplFolding
Do right-associative folding of a list iterator using it in reverse direction.
forClass(Class<T>) - Static method in class de.caff.generics.matcher.Match
Create a matcher for a comparable type.
forEach(T[], LoopItemHandler<? super T>) - Static method in class de.caff.generics.Types
Call a handler for each item in an array.
forEach(T[], FragileLoopItemHandler<? super T, E>) - Static method in class de.caff.generics.Types
Call a handler for each item in an array.
forEach(Iterable<T>, LoopItemHandler<? super T>) - Static method in class de.caff.generics.Types
Call a handler for each item in an iterable.
forEach(Iterable<T>, FragileLoopItemHandler<? super T, E>) - Static method in class de.caff.generics.Types
Call a handler for each item in an iterable.
forEach(Iterator<T>, LoopItemHandler<? super T>) - Static method in class de.caff.generics.Types
Call a handler for each item in an iterator.
forEach(Iterator<T>, FragileLoopItemHandler<? super T, E>) - Static method in class de.caff.generics.Types
Call a handler for each item in an iterator
forEach(Enumeration<T>, LoopItemHandler<? super T>) - Static method in class de.caff.generics.Types
Call a handler for each item in an enumeration.
forEach(Enumeration<T>, FragileLoopItemHandler<? super T, E>) - Static method in class de.caff.generics.Types
Call a handler for each item in an enumeration
forEachBool(BooleanConsumer) - Method in interface de.caff.generics.PrimitiveBooleanIterable
Invoke the given action with each boolean value in this iterable.
forEachBooleanFragile(FragileBooleanConsumer<E>) - Method in interface de.caff.generics.PrimitiveBooleanIterable
forEachBoolEntry(BooleanIndexable.EntryConsumer) - Method in interface de.caff.generics.BooleanIndexable
Call an entry consumer foreach entry in this indexable.
forEachBoolFragile(FragileBooleanConsumer<E>) - Method in interface de.caff.generics.PrimitiveBooleanIterable
Invoke the given fragile action with each value in this iterable.
forEachByte(ByteConsumer) - Method in interface de.caff.generics.PrimitiveByteIterable
Invoke the given action with each byte value in this iterable.
forEachByteFragile(FragileByteConsumer<E>) - Method in interface de.caff.generics.PrimitiveByteIterable
Invoke the given fragile action with each value in this iterable.
forEachChar(CharConsumer) - Method in interface de.caff.generics.PrimitiveCharIterable
Invoke the given action with each char value in this iterable.
forEachCharFragile(FragileCharConsumer<E>) - Method in interface de.caff.generics.PrimitiveCharIterable
Invoke the given fragile action with each value in this iterable.
forEachDouble(DoubleConsumer) - Method in interface de.caff.generics.PrimitiveDoubleIterable
Invoke the given action with each double value in this iterable.
forEachDoubleFragile(FragileDoubleConsumer<E>) - Method in interface de.caff.generics.PrimitiveDoubleIterable
Invoke the given fragile action with each value in this iterable.
forEachEntry(BiConsumer<? super K, ? super V>) - Method in interface de.caff.generics.Dict
Call a procedure for each entry.
forEachEntry(BiConsumer<Integer, ? super T>) - Method in interface de.caff.generics.Indexable
Call an action for each entry.
forEachEntryFragile(FragileProcedure2<E, ? super K, ? super V>) - Method in interface de.caff.generics.Dict
Call a procedure which might throw an exception for each entry.
forEachEntryFragile(FragileProcedure2<E, Integer, ? super T>) - Method in interface de.caff.generics.Indexable
Call a fragile action for each entry.
forEachFloat(FloatConsumer) - Method in interface de.caff.generics.PrimitiveFloatIterable
Invoke the given action with each float value in this iterable.
forEachFloatFragile(FragileFloatConsumer<E>) - Method in interface de.caff.generics.PrimitiveFloatIterable
Invoke the given fragile action with each value in this iterable.
forEachFragile(FragileProcedure1<E, ? super T>) - Method in interface de.caff.generics.Countable
Apply a fragile consumer to each element of this countable.
forEachFragile(Iterable<T>, FragileProcedure1<E, ? super T>) - Static method in class de.caff.generics.Types
Foreach implementation which can be used with consumers which might throw a checked exception.
forEachInt(IntConsumer) - Method in interface de.caff.generics.PrimitiveIntIterable
Invoke the given action with each int value in this iterable.
forEachIntEntry(IntIndexable.EntryConsumer) - Method in interface de.caff.generics.IntIndexable
Call an entry consumer foreach entry in this indexable.
forEachIntFragile(FragileIntConsumer<E>) - Method in interface de.caff.generics.PrimitiveIntIterable
Invoke the given fragile action with each value in this iterable.
forEachLong(LongConsumer) - Method in interface de.caff.generics.PrimitiveLongIterable
Invoke the given action with each long value in this iterable.
forEachLongFragile(FragileLongConsumer<E>) - Method in interface de.caff.generics.PrimitiveLongIterable
Invoke the given fragile action with each value in this iterable.
forEachRemaining(BooleanConsumer) - Method in interface de.caff.generics.PrimitiveBooleanIterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super Boolean>) - Method in interface de.caff.generics.PrimitiveBooleanIterator
If the action is an instance of BooleanConsumer then it is cast to BooleanConsumer and passed to PrimitiveBooleanIterator.forEachRemaining(de.caff.generics.function.BooleanConsumer); otherwise the action is adapted to an instance of BooleanConsumer, by boxing the argument of BooleanConsumer, and then passed to PrimitiveBooleanIterator.forEachRemaining(de.caff.generics.function.BooleanConsumer).
forEachRemaining(ByteConsumer) - Method in interface de.caff.generics.PrimitiveByteIterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super Byte>) - Method in interface de.caff.generics.PrimitiveByteIterator
If the action is an instance of ByteConsumer then it is cast to ByteConsumer and passed to PrimitiveByteIterator.forEachRemaining(de.caff.generics.function.ByteConsumer); otherwise the action is adapted to an instance of ByteConsumer, by boxing the argument of ByteConsumer, and then passed to PrimitiveByteIterator.forEachRemaining(de.caff.generics.function.ByteConsumer).
forEachRemaining(CharConsumer) - Method in interface de.caff.generics.PrimitiveCharIterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super Character>) - Method in interface de.caff.generics.PrimitiveCharIterator
If the action is an instance of CharConsumer then it is cast to CharConsumer and passed to PrimitiveCharIterator.forEachRemaining(de.caff.generics.function.CharConsumer); otherwise the action is adapted to an instance of CharConsumer, by boxing the argument of CharConsumer, and then passed to PrimitiveCharIterator.forEachRemaining(de.caff.generics.function.CharConsumer).
forEachRemaining(FloatConsumer) - Method in interface de.caff.generics.PrimitiveFloatIterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super Float>) - Method in interface de.caff.generics.PrimitiveFloatIterator
If the action is an instance of FloatConsumer then it is cast to FloatConsumer and passed to PrimitiveFloatIterator.forEachRemaining(de.caff.generics.function.FloatConsumer); otherwise the action is adapted to an instance of FloatConsumer, by boxing the argument of FloatConsumer, and then passed to PrimitiveFloatIterator.forEachRemaining(de.caff.generics.function.FloatConsumer).
forEachRemaining(ShortConsumer) - Method in interface de.caff.generics.PrimitiveShortIterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super Short>) - Method in interface de.caff.generics.PrimitiveShortIterator
If the action is an instance of ShortConsumer then it is cast to ShortConsumer and passed to PrimitiveShortIterator.forEachRemaining(de.caff.generics.function.ShortConsumer); otherwise the action is adapted to an instance of ShortConsumer, by boxing the argument of ShortConsumer, and then passed to PrimitiveShortIterator.forEachRemaining(de.caff.generics.function.ShortConsumer).
forEachRemainingFragile(Iterator<T>, FragileProcedure1<E, ? super T>) - Static method in class de.caff.generics.Types
Foreach remaining implementation which can be used with consumers which might throw a checked exception.
forEachShort(ShortConsumer) - Method in interface de.caff.generics.PrimitiveShortIterable
Invoke the given action with each short value in this iterable.
forEachShortFragile(FragileShortConsumer<E>) - Method in interface de.caff.generics.PrimitiveShortIterable
Invoke the given fragile action with each value in this iterable.
forEachValue(Consumer<? super T>) - Method in class de.caff.generics.Loop
Perform an action for each value in this loop.
FragileBooleanConsumer<E extends java.lang.Exception> - Interface in de.caff.generics.function
Boolean consumer which throws a checked exception.
FragileByteConsumer<E extends java.lang.Exception> - Interface in de.caff.generics.function
Byte consumer which throws a checked exception.
FragileCharConsumer<E extends java.lang.Exception> - Interface in de.caff.generics.function
Character consumer which throws a checked exception.
FragileDoubleConsumer<E extends java.lang.Exception> - Interface in de.caff.generics.function
Double consumer which throws a checked exception.
FragileFloatConsumer<E extends java.lang.Exception> - Interface in de.caff.generics.function
Float consumer which throws a checked exception.
FragileFunction0<R,E extends java.lang.Exception> - Interface in de.caff.generics.function
Function with no parameter which can throw an exception.
FragileFunction1<R,E extends java.lang.Exception,P> - Interface in de.caff.generics.function
Function with one parameter, possibly throwing an exception.
FragileFunction2<R,E extends java.lang.Exception,P1,P2> - Interface in de.caff.generics.function
Function with two parameters, possibly throwing an exception.
FragileFunction3<R,E extends java.lang.Exception,P1,P2,P3> - Interface in de.caff.generics.function
Function with three parameters, possibly throwing a checked exception.
FragileFunction4<R,E extends java.lang.Exception,P1,P2,P3,P4> - Interface in de.caff.generics.function
Function with four parameters, possibly throwing a checked exception.
FragileIntConsumer<E extends java.lang.Exception> - Interface in de.caff.generics.function
Int consumer which throws a checked exception.
FragileLongConsumer<E extends java.lang.Exception> - Interface in de.caff.generics.function
Long consumer which throws a checked exception.
FragileLoopItemHandler<T,E extends java.lang.Exception> - Interface in de.caff.generics
A generic handler for loop items which may throw an exception.
FragilePredicate1<E extends java.lang.Exception,P> - Interface in de.caff.generics.function
A function with one argument which returns a boolean value, and throws a checked exception.
FragilePredicate2<E extends java.lang.Exception,P1,P2> - Interface in de.caff.generics.function
A function with two arguments which returns a boolean value, and might throw a checked exception.
FragileProcedure0<E extends java.lang.Exception> - Interface in de.caff.generics.function
Function without return and with no paramete, but a possible expectionr.
FragileProcedure1<E extends java.lang.Exception,P> - Interface in de.caff.generics.function
Function without return and with one parameter.
FragileProcedure2<E extends java.lang.Exception,P1,P2> - Interface in de.caff.generics.function
Function without return and with two parameters.
FragileProcedure3<E extends java.lang.Exception,P1,P2,P3> - Interface in de.caff.generics.function
Function without return and with three parameters.
FragileProcedure4<E extends java.lang.Exception,P1,P2,P3,P4> - Interface in de.caff.generics.function
Function without return and with four parameters.
FragileShortConsumer<E extends java.lang.Exception> - Interface in de.caff.generics.function
Short consumer which throws a checked exception.
FragileTypeConverter<T,S> - Interface in de.caff.generics
Converter which knows how to convert one type into another, but may throw an exception in certain cases..
freeze(Countable<? extends TT>) - Static method in interface de.caff.generics.Countable
Freeze a countable to an indexable.
from(double...) - Static method in interface de.caff.generics.ExpandableDoubleIndexable
Create an expandable integer indexable from an initial array of values.
from(double[], int, int) - Static method in interface de.caff.generics.ExpandableDoubleIndexable
Create an expandable integer indexable from part of an int array.
from(DoubleIndexable) - Static method in interface de.caff.generics.ExpandableDoubleIndexable
Get an expandable integer indexable from a normal integer indexable.
from(Indexable<? extends Number>) - Static method in interface de.caff.generics.ExpandableDoubleIndexable
Get an expandable integer indexable from an indexable of numbers.
from(Collection<? extends Number>) - Static method in interface de.caff.generics.ExpandableDoubleIndexable
Create an expandable integer indexable from a collection of numbers.
from(double[], int, int) - Static method in class de.caff.generics.ExpandableDoubleIndexableImpl
Create an expandable double indexable node from the given values.
from(double...) - Static method in class de.caff.generics.ExpandableDoubleIndexableImpl
Create an expandable double indexable node from the given values.
from(DoubleIndexable) - Static method in class de.caff.generics.ExpandableDoubleIndexableImpl
Create an expandable ouble indexable node from a given indexable.
from(E...) - Static method in interface de.caff.generics.ExpandableIndexable
Deprecated.
overlaps with other from() methods, use ExpandableIndexable.fromArray(Object[]) instead
from(E[], int, int) - Static method in interface de.caff.generics.ExpandableIndexable
Deprecated.
overlaps with other from() methods, use ExpandableIndexable.fromArray(Object[], int, int) instead
from(Indexable<E>) - Static method in interface de.caff.generics.ExpandableIndexable
Deprecated.
overlaps with other from() methods, use ExpandableIndexable.fromIndexable(Indexable) instead
from(Collection<? extends E>) - Static method in interface de.caff.generics.ExpandableIndexable
Deprecated.
overlaps with other from() methods, use ExpandableIndexable.fromCollection(Collection) instead
from(int...) - Static method in interface de.caff.generics.ExpandableIntIndexable
Create an expandable integer indexable from an initial array of values.
from(int[], int, int) - Static method in interface de.caff.generics.ExpandableIntIndexable
Create an expandable integer indexable from part of an int array.
from(IntIndexable) - Static method in interface de.caff.generics.ExpandableIntIndexable
Get an expandable integer indexable from a normal integer indexable.
from(Indexable<? extends Number>) - Static method in interface de.caff.generics.ExpandableIntIndexable
Get an expandable integer indexable from an indexable of numbers.
from(Collection<? extends Number>) - Static method in interface de.caff.generics.ExpandableIntIndexable
Create an expandable integer indexable from a collection of numbers.
from(int[], int, int) - Static method in class de.caff.generics.ExpandableIntIndexableImpl
Create an expandable int indexable node from the given values.
from(int...) - Static method in class de.caff.generics.ExpandableIntIndexableImpl
Create an expandable int indexable node from the given values.
from(IntIndexable) - Static method in class de.caff.generics.ExpandableIntIndexableImpl
Create an expandable integer indexable node from a given indexable.
from(long...) - Static method in interface de.caff.generics.ExpandableLongIndexable
Create an expandable integer indexable from an initial array of values.
from(long[], int, int) - Static method in interface de.caff.generics.ExpandableLongIndexable
Create an expandable integer indexable from part of an int array.
from(LongIndexable) - Static method in interface de.caff.generics.ExpandableLongIndexable
Get an expandable integer indexable from a normal integer indexable.
from(Indexable<? extends Number>) - Static method in interface de.caff.generics.ExpandableLongIndexable
Get an expandable integer indexable from an indexable of numbers.
from(Collection<? extends Number>) - Static method in interface de.caff.generics.ExpandableLongIndexable
Create an expandable integer indexable from a collection of numbers.
from(long[], int, int) - Static method in class de.caff.generics.ExpandableLongIndexableImpl
Create an expandable long indexable node from the given values.
from(long...) - Static method in class de.caff.generics.ExpandableLongIndexableImpl
Create an expandable long indexable node from the given values.
from(LongIndexable) - Static method in class de.caff.generics.ExpandableLongIndexableImpl
Create an expandable ouble indexable node from a given indexable.
from(Iterable<E>) - Static method in interface de.caff.generics.FStack
Create a stack from pushing all elements of an iterable to this stack.
from(Copier<E>, Iterable<E>) - Static method in interface de.caff.generics.FStack
Create a stack from pushing copies of all elements of an iterable to this stack.
from(DoubleUnaryOperator) - Static method in interface de.caff.generics.function.DoubleOperator1
Make a standard unary double operator usable as DoubleOperator1.
from(DoubleBinaryOperator) - Static method in interface de.caff.generics.function.DoubleOperator2
Make a standard unary double operator usable as DoubleOperator2.
from(Supplier<T>) - Static method in interface de.caff.generics.function.Function0
Make a Supplier usable as a Function0.
from(FragileFunction1<TT, EE, PP>) - Static method in interface de.caff.generics.function.Function1
Create a normal function from a fragile function.
from(Function<PP, RR>) - Static method in interface de.caff.generics.function.Function1
Make a Function usable as a Function1.
from(BiFunction<PP1, PP2, RR>) - Static method in interface de.caff.generics.function.Function2
Make a standard BiFunction usable as a Function2.
from(IntUnaryOperator) - Static method in interface de.caff.generics.function.IntOperator1
Make a standard unary int operator usable as IntOperator1.
from(IntBinaryOperator) - Static method in interface de.caff.generics.function.IntOperator2
Make a standard unary int operator usable as IntOperator2.
from(LongUnaryOperator) - Static method in interface de.caff.generics.function.LongOperator1
Make a standard unary long operator usable as LongOperator1.
from(LongBinaryOperator) - Static method in interface de.caff.generics.function.LongOperator2
Make a standard unary long operator usable as LongOperator2.
from(Predicate<T>) - Static method in interface de.caff.generics.function.Predicate1
Use a standard Predicate as a Predicate1, This is eg useful if your want to use the Predicate1.xor(Predicate) method.
from(BiPredicate<T1, T2>) - Static method in interface de.caff.generics.function.Predicate2
Make a standard BiPredicate usable as a Predicate2.
from(Consumer<T>) - Static method in interface de.caff.generics.function.Procedure1
Make a Consumer usable as a Procedure1.
from(BiConsumer<T1, T2>) - Static method in interface de.caff.generics.function.Procedure2
Make a BiConsumer usable as a Procedure2.
from(Comparator<T>) - Static method in class de.caff.generics.matcher.Match
Create a matcher from a comparator.
fromArray(E...) - Static method in interface de.caff.generics.ExpandableIndexable
Create an expandable integer indexable from an initial array of values.
fromArray(E[], int, int) - Static method in interface de.caff.generics.ExpandableIndexable
Create an expandable integer indexable from part of an int array.
fromArray(E[], int, int) - Static method in class de.caff.generics.ExpandableIndexableImpl
Create an expandable int indexable node from the given values.
fromArray(E...) - Static method in class de.caff.generics.ExpandableIndexableImpl
Create an expandable int indexable node from the given values.
fromArray(E...) - Static method in interface de.caff.generics.Indexable
Deprecated.
this was inconsistently named, use Indexable.viewArray(Object[]) instead
fromArray(boolean...) - Static method in interface de.caff.generics.MutableBooleanIndexable
Create a mutable indexable which is initialized from elements of the given array.
fromArray(boolean[], int, int) - Static method in interface de.caff.generics.MutableBooleanIndexable
Create a mutable indexable which is initialized from elements of the given array.
fromArray(byte...) - Static method in interface de.caff.generics.MutableByteIndexable
Create a mutable indexable which is initialized from elements of the given array.
fromArray(byte[], int, int) - Static method in interface de.caff.generics.MutableByteIndexable
Create a mutable indexable which is initialized from elements of the given array.
fromArray(char...) - Static method in interface de.caff.generics.MutableCharIndexable
Create a mutable indexable which is initialized from elements of the given array.
fromArray(char[], int, int) - Static method in interface de.caff.generics.MutableCharIndexable
Create a mutable indexable which is initialized from elements of the given array.
fromArray(double...) - Static method in interface de.caff.generics.MutableDoubleIndexable
Create a mutable indexable which is initialized from elements of the given array.
fromArray(double[], int, int) - Static method in interface de.caff.generics.MutableDoubleIndexable
Create a mutable indexable which is initialized from elements of the given array.
fromArray(float...) - Static method in interface de.caff.generics.MutableFloatIndexable
Create a mutable indexable which is initialized from elements of the given array.
fromArray(float[], int, int) - Static method in interface de.caff.generics.MutableFloatIndexable
Create a mutable indexable which is initialized from elements of the given array.
fromArray(E...) - Static method in interface de.caff.generics.MutableIndexable
Create a mutable indexable which is initialized from elements of the given array.
fromArray(E[], int, int) - Static method in interface de.caff.generics.MutableIndexable
Create a mutable indexable which is initialized from elements of the given array.
fromArray(int...) - Static method in interface de.caff.generics.MutableIntIndexable
Create a mutable indexable which is initialized from elements of the given array.
fromArray(int[], int, int) - Static method in interface de.caff.generics.MutableIntIndexable
Create a mutable indexable which is initialized from elements of the given array.
fromArray(long...) - Static method in interface de.caff.generics.MutableLongIndexable
Create a mutable indexable which is initialized from elements of the given array.
fromArray(long[], int, int) - Static method in interface de.caff.generics.MutableLongIndexable
Create a mutable indexable which is initialized from elements of the given array.
fromArray(short...) - Static method in interface de.caff.generics.MutableShortIndexable
Create a mutable indexable which is initialized from elements of the given array.
fromArray(short[], int, int) - Static method in interface de.caff.generics.MutableShortIndexable
Create a mutable indexable which is initialized from elements of the given array.
fromBinary(BooleanOperator2, boolean) - Static method in interface de.caff.generics.function.VarBooleanOperator
Create an variable args operator from applying a binary operator over and over.
fromBinary(ByteOperator2, byte) - Static method in interface de.caff.generics.function.VarByteOperator
Create an variable args operator from applying a binary operator over and over.
fromBinary(CharOperator2, char) - Static method in interface de.caff.generics.function.VarCharOperator
Create an variable args operator from applying a binary operator over and over.
fromBinary(DoubleBinaryOperator, double) - Static method in interface de.caff.generics.function.VarDoubleOperator
Create an variable args operator from applying a binary operator over and over.
fromBinary(FloatOperator2, float) - Static method in interface de.caff.generics.function.VarFloatOperator
Create an variable args operator from applying a binary operator over and over.
fromBinary(IntBinaryOperator, int) - Static method in interface de.caff.generics.function.VarIntOperator
Create an variable args operator from applying a binary operator over and over.
fromBinary(LongBinaryOperator, long) - Static method in interface de.caff.generics.function.VarLongOperator
Create an variable args operator from applying a binary operator over and over.
fromBinary(ShortOperator2, short) - Static method in interface de.caff.generics.function.VarShortOperator
Create an variable args operator from applying a binary operator over and over.
fromBooleanIndexable(BooleanIndexable) - Static method in interface de.caff.generics.MutableBooleanIndexable
Return a mutable boolean indexable initialized with the content of a standard boolean indexable.
fromByteIndexable(ByteIndexable) - Static method in interface de.caff.generics.MutableByteIndexable
Return a mutable short indexable initialized with the content of a standard byte indexable.
fromByteIndexable(ByteIndexable) - Static method in interface de.caff.generics.MutableDoubleIndexable
Return a mutable double indexable initialized with the content of a standard byte indexable.
fromByteIndexable(ByteIndexable) - Static method in interface de.caff.generics.MutableFloatIndexable
Return a mutable double indexable initialized with the content of a standard byte indexable.
fromByteIndexable(ByteIndexable) - Static method in interface de.caff.generics.MutableIntIndexable
Return a mutable int indexable initialized with the content of a standard byte indexable.
fromByteIndexable(ByteIndexable) - Static method in interface de.caff.generics.MutableLongIndexable
Return a mutable double indexable initialized with the content of a standard byte indexable.
fromByteIndexable(ByteIndexable) - Static method in interface de.caff.generics.MutableShortIndexable
Return a mutable short indexable initialized with the content of a standard byte indexable.
fromCharIndexable(CharIndexable) - Static method in interface de.caff.generics.MutableCharIndexable
Return a mutable char indexable initialized with the content of a standard char indexable.
fromCharIndexable(CharIndexable) - Static method in interface de.caff.generics.MutableIntIndexable
Return a mutable int indexable initialized with the content of a standard char indexable.
fromCollection(Collection<? extends E>) - Static method in interface de.caff.generics.ExpandableIndexable
Create an expandable integer indexable from a collection of numbers.
fromCollection(Collection<? extends E>) - Static method in interface de.caff.generics.Indexable
Convert a collection into an indexable.
fromCollection(Collection<V>, Function<? super V, ? extends E>) - Static method in interface de.caff.generics.Indexable
Convert a collection into an indexable.
fromComparator(Comparator<Byte>) - Static method in interface de.caff.generics.function.ByteOrdering
Convert a standard comparator of Double into a double ordering.
fromComparator(Comparator<Character>) - Static method in interface de.caff.generics.function.CharOrdering
Convert a standard comparator of Double into a double ordering.
fromComparator(Comparator<Double>) - Static method in interface de.caff.generics.function.DoubleOrdering
Convert a standard comparator of Double into a double ordering.
fromComparator(Comparator<Float>) - Static method in interface de.caff.generics.function.FloatOrdering
Convert a standard comparator of Double into a double ordering.
fromComparator(Comparator<Integer>) - Static method in interface de.caff.generics.function.IntOrdering
Convert a standard comparator of Double into a double ordering.
fromComparator(Comparator<Long>) - Static method in interface de.caff.generics.function.LongOrdering
Convert a standard comparator of Double into a double ordering.
fromComparator(Comparator<E>) - Static method in interface de.caff.generics.function.Ordering
Convert a standard comparator of Double into a double ordering.
fromComparator(Comparator<Short>) - Static method in interface de.caff.generics.function.ShortOrdering
Convert a standard comparator of Double into a double ordering.
fromCompare(int) - Static method in enum de.caff.generics.Order
Get the order from a standard Comparator or Comparable result.
fromCopyable(Iterable<E>) - Static method in interface de.caff.generics.FStack
Create a stack from pushing copies of all elements of an iterable to this stack.
fromCountable(Countable<? extends E>) - Static method in interface de.caff.generics.Indexable
Convert a countable into an indexable.
fromCountable(Countable<V>, Function<? super V, ? extends E>) - Static method in interface de.caff.generics.Indexable
Convert a countable into an indexable.
fromDoubleIndexable(DoubleIndexable) - Static method in interface de.caff.generics.MutableByteIndexable
Return a mutable byte indexable initialized with the content of a standard double indexable.
fromDoubleIndexable(DoubleIndexable) - Static method in interface de.caff.generics.MutableDoubleIndexable
Return a mutable double indexable initialized with the content of a standard double indexable.
fromDoubleIndexable(DoubleIndexable) - Static method in interface de.caff.generics.MutableFloatIndexable
Return a mutable float indexable initialized with the content of a standard double indexable.
fromDoubleIndexable(DoubleIndexable) - Static method in interface de.caff.generics.MutableIntIndexable
Return a mutable int indexable initialized with the content of a standard double indexable.
fromDoubleIndexable(DoubleIndexable) - Static method in interface de.caff.generics.MutableLongIndexable
Return a mutable long indexable initialized with the content of a standard double indexable.
fromDoubleIndexable(DoubleIndexable) - Static method in interface de.caff.generics.MutableShortIndexable
Return a mutable short indexable initialized with the content of a standard double indexable.
fromEnumeration(Enumeration<? extends E>, int) - Static method in interface de.caff.generics.Indexable
Convert an enumeration into an indexable.
fromEnumeration(Enumeration<V>, int, Function<? super V, ? extends E>) - Static method in interface de.caff.generics.Indexable
Convert an enumeration into an indexable.
fromFloatIndexable(FloatIndexable) - Static method in interface de.caff.generics.MutableByteIndexable
Return a mutable byte indexable initialized with the content of a standard float indexable.
fromFloatIndexable(FloatIndexable) - Static method in interface de.caff.generics.MutableDoubleIndexable
Return a mutable double indexable initialized with the content of a standard float indexable.
fromFloatIndexable(FloatIndexable) - Static method in interface de.caff.generics.MutableFloatIndexable
Return a mutable float indexable initialized with the content of a standard float indexable.
fromFloatIndexable(FloatIndexable) - Static method in interface de.caff.generics.MutableIntIndexable
Return a mutable int indexable initialized with the content of a standard float indexable.
fromFloatIndexable(FloatIndexable) - Static method in interface de.caff.generics.MutableLongIndexable
Return a mutable long indexable initialized with the content of a standard float indexable.
fromFloatIndexable(FloatIndexable) - Static method in interface de.caff.generics.MutableShortIndexable
Return a mutable short indexable initialized with the content of a standard float indexable.
fromHexString(String) - Static method in interface de.caff.generics.ByteIndexable
Get a byte indexable from a string of hexcoded bytes.
fromIndexable(Indexable<E>) - Static method in interface de.caff.generics.ExpandableIndexable
Get an expandable integer indexable from a normal integer indexable.
fromIndexable(Indexable<? extends E>) - Static method in class de.caff.generics.ExpandableIndexableImpl
Create an expandable integer indexable node from a given indexable.
fromIndexable(Indexable<? extends Boolean>) - Static method in interface de.caff.generics.MutableBooleanIndexable
Create a mutable indexable which is the copy of a standard indexable.
fromIndexable(Indexable<B>, Predicate<? super B>) - Static method in interface de.caff.generics.MutableBooleanIndexable
Create a mutable indexable which is the copy of a standard indexable.
fromIndexable(Indexable<? extends Number>) - Static method in interface de.caff.generics.MutableByteIndexable
Create a mutable indexable which is the copy of a standard indexable.
fromIndexable(Indexable<B>, Function<? super B, ? extends Number>) - Static method in interface de.caff.generics.MutableByteIndexable
Create a mutable indexable which is the copy of a standard indexable.
fromIndexable(Indexable<? extends Character>) - Static method in interface de.caff.generics.MutableCharIndexable
Create a mutable indexable which is the copy of a standard indexable.
fromIndexable(Indexable<B>, Function<? super B, ? extends Character>) - Static method in interface de.caff.generics.MutableCharIndexable
Create a mutable indexable which is the copy of a standard indexable.
fromIndexable(Indexable<? extends Number>) - Static method in interface de.caff.generics.MutableDoubleIndexable
Create a mutable indexable which is the copy of a standard indexable.
fromIndexable(Indexable<B>, Function<? super B, ? extends Number>) - Static method in interface de.caff.generics.MutableDoubleIndexable
Create a mutable indexable which is the copy of a standard indexable.
fromIndexable(Indexable<? extends Number>) - Static method in interface de.caff.generics.MutableFloatIndexable
Create a mutable indexable which is the copy of a standard indexable.
fromIndexable(Indexable<B>, Function<? super B, ? extends Number>) - Static method in interface de.caff.generics.MutableFloatIndexable
Create a mutable indexable which is the copy of a standard indexable.
fromIndexable(Indexable<E>) - Static method in interface de.caff.generics.MutableIndexable
Create a mutable indexable which is the copy of a standard indexable.
fromIndexable(Indexable<B>, Function<B, E>) - Static method in interface de.caff.generics.MutableIndexable
Create a mutable indexable which is the copy of a standard indexable.
fromIndexable(Indexable<? extends Number>) - Static method in interface de.caff.generics.MutableIntIndexable
Create a mutable indexable which is the copy of a standard indexable.
fromIndexable(Indexable<B>, Function<? super B, ? extends Number>) - Static method in interface de.caff.generics.MutableIntIndexable
Create a mutable indexable which is the copy of a standard indexable.
fromIndexable(Indexable<? extends Number>) - Static method in interface de.caff.generics.MutableLongIndexable
Create a mutable indexable which is the copy of a standard indexable.
fromIndexable(Indexable<B>, Function<? super B, ? extends Number>) - Static method in interface de.caff.generics.MutableLongIndexable
Create a mutable indexable which is the copy of a standard indexable.
fromIndexable(Indexable<? extends Number>) - Static method in interface de.caff.generics.MutableShortIndexable
Create a mutable indexable which is the copy of a standard indexable.
fromIndexable(Indexable<B>, Function<? super B, ? extends Number>) - Static method in interface de.caff.generics.MutableShortIndexable
Create a mutable indexable which is the copy of a standard indexable.
fromInternal(int) - Static method in enum de.caff.generics.Order
Get the Order enum associated with the given internal value.
fromInternal(int, Order) - Static method in enum de.caff.generics.Order
Get the Order enum associated with the given internal value.
fromIntIndexable(IntIndexable) - Static method in interface de.caff.generics.MutableByteIndexable
Return a mutable byte indexable initialized with the content of a standard int indexable.
fromIntIndexable(IntIndexable) - Static method in interface de.caff.generics.MutableDoubleIndexable
Return a mutable double indexable initialized with the content of a standard int indexable.
fromIntIndexable(IntIndexable) - Static method in interface de.caff.generics.MutableFloatIndexable
Return a mutable float indexable initialized with the content of a standard int indexable.
fromIntIndexable(IntIndexable) - Static method in interface de.caff.generics.MutableIntIndexable
Return a mutable int indexable initialized with the content of a standard int indexable.
fromIntIndexable(IntIndexable) - Static method in interface de.caff.generics.MutableLongIndexable
Return a mutable long indexable initialized with the content of a standard int indexable.
fromIntIndexable(IntIndexable) - Static method in interface de.caff.generics.MutableShortIndexable
Return a mutable short indexable initialized with the content of a standard int indexable.
fromIterable(Iterable<? extends E>) - Static method in interface de.caff.generics.Indexable
Convert an iterable into an indexable.
fromIterable(Iterable<V>, Function<? super V, ? extends E>) - Static method in interface de.caff.generics.Indexable
Convert an iterable into an indexable.
fromIterable(Iterable<? extends E>, int) - Static method in interface de.caff.generics.Indexable
Convert an iterable into an indexable.
fromIterable(Iterable<V>, int, Function<? super V, ? extends E>) - Static method in interface de.caff.generics.Indexable
Convert an iterable into an indexable.
fromIterable(int, Iterable<? extends Boolean>) - Static method in interface de.caff.generics.MutableBooleanIndexable
Create a mutable indexable from an iterable or a part of it.
fromIterable(int, Iterable<? extends Number>) - Static method in interface de.caff.generics.MutableByteIndexable
Create a mutable indexable from an iterable or a part of it.
fromIterable(int, Iterable<? extends Character>) - Static method in interface de.caff.generics.MutableCharIndexable
Create a mutable indexable from an iterable or a part of it.
fromIterable(int, Iterable<? extends Number>) - Static method in interface de.caff.generics.MutableDoubleIndexable
Create a mutable indexable from an iterable or a part of it.
fromIterable(int, Iterable<? extends Number>) - Static method in interface de.caff.generics.MutableFloatIndexable
Create a mutable indexable from an iterable or a part of it.
fromIterable(int, Iterable<E>) - Static method in interface de.caff.generics.MutableIndexable
Create a mutable indexable from an iterable or a part of it.
fromIterable(int, Iterable<? extends Number>) - Static method in interface de.caff.generics.MutableIntIndexable
Create a mutable indexable from an iterable or a part of it.
fromIterable(int, Iterable<? extends Number>) - Static method in interface de.caff.generics.MutableLongIndexable
Create a mutable indexable from an iterable or a part of it.
fromIterable(int, Iterable<? extends Number>) - Static method in interface de.caff.generics.MutableShortIndexable
Create a mutable indexable from an iterable or a part of it.
fromIterator(Iterator<? extends E>) - Static method in interface de.caff.generics.Indexable
Convert an iterator to an indexable.
fromLinear(int) - Method in class de.caff.generics.mda.HighFastMultiIndexLinearizer
Get the multi-dimensional index mapped to a given linear index.
fromLinear(int) - Method in class de.caff.generics.mda.LowFastMultiIndexLinearizer
Get the multi-dimensional index mapped to a given linear index.
fromList(List<? extends E>) - Static method in interface de.caff.generics.Indexable
Deprecated.
this was inconsistently named, use Indexable.viewList(List) instead
fromLongIndexable(LongIndexable) - Static method in interface de.caff.generics.MutableByteIndexable
Return a mutable byte indexable initialized with the content of a standard long indexable.
fromLongIndexable(LongIndexable) - Static method in interface de.caff.generics.MutableDoubleIndexable
Return a mutable double indexable initialized with the content of a standard long indexable.
fromLongIndexable(LongIndexable) - Static method in interface de.caff.generics.MutableFloatIndexable
Return a mutable float indexable initialized with the content of a standard long indexable.
fromLongIndexable(LongIndexable) - Static method in interface de.caff.generics.MutableIntIndexable
Return a mutable int indexable initialized with the content of a standard long indexable.
fromLongIndexable(LongIndexable) - Static method in interface de.caff.generics.MutableLongIndexable
Return a mutable long indexable initialized with the content of a standard long indexable.
fromLongIndexable(LongIndexable) - Static method in interface de.caff.generics.MutableShortIndexable
Return a mutable short indexable initialized with the content of a standard long indexable.
fromNumbers(N...) - Static method in interface de.caff.generics.ExpandableDoubleIndexable
Get an expandable integer indexable from an array of numbers.
fromNumbers(N...) - Static method in interface de.caff.generics.ExpandableIntIndexable
Get an expandable integer indexable from an array of numbers.
fromNumbers(N...) - Static method in interface de.caff.generics.ExpandableLongIndexable
Get an expandable integer indexable from an array of numbers.
fromOptional(Optional<E>) - Static method in interface de.caff.generics.Countable
Convert a standard Optional to a Countable with either one or no element.
fromOptional(Optional<E>) - Static method in interface de.caff.generics.Indexable
Convert a standard Optional to an Indexable with either one or no element.
fromShortIndexable(ShortIndexable) - Static method in interface de.caff.generics.MutableByteIndexable
Return a mutable short indexable initialized with the content of a standard short indexable.
fromShortIndexable(ShortIndexable) - Static method in interface de.caff.generics.MutableDoubleIndexable
Return a mutable double indexable initialized with the content of a standard short indexable.
fromShortIndexable(ShortIndexable) - Static method in interface de.caff.generics.MutableFloatIndexable
Return a mutable long indexable initialized with the content of a standard short indexable.
fromShortIndexable(ShortIndexable) - Static method in interface de.caff.generics.MutableIntIndexable
Return a mutable int indexable initialized with the content of a standard short indexable.
fromShortIndexable(ShortIndexable) - Static method in interface de.caff.generics.MutableLongIndexable
Return a mutable long indexable initialized with the content of a standard short indexable.
fromShortIndexable(ShortIndexable) - Static method in interface de.caff.generics.MutableShortIndexable
Return a mutable short indexable initialized with the content of a standard short indexable.
fromTuples(Iterable<? extends ITuple2<? extends TK, ? extends TV>>) - Static method in interface de.caff.generics.Dict
Create a dictionary from a bunch of tuples.
frozen() - Method in interface de.caff.generics.BooleanIndexable
Get a frozen version of this indexable.
frozen() - Method in interface de.caff.generics.ByteIndexable
Get a frozen version of this indexable.
frozen() - Method in interface de.caff.generics.CharIndexable
Get a frozen version of this indexable.
frozen() - Method in interface de.caff.generics.Countable
Get a frozen version of this countable.
frozen(Function<? super T, ? extends T>, boolean) - Method in interface de.caff.generics.Countable
Get a frozen version of this countable.
frozen() - Method in interface de.caff.generics.Dict
Get a frozen version of this dictionary.
frozen() - Method in interface de.caff.generics.DoubleIndexable
Get a frozen version of this indexable.
frozen() - Method in interface de.caff.generics.FloatIndexable
Get a frozen version of this indexable.
frozen() - Method in interface de.caff.generics.IntCountable
Get a frozen version of this countable.
frozen() - Method in interface de.caff.generics.IntIndexable
Get a frozen version of this indexable.
frozen() - Method in interface de.caff.generics.LongIndexable
Get a frozen version of this indexable.
frozen() - Method in interface de.caff.generics.ShortIndexable
Get a frozen version of this indexable.
frozen() - Method in interface de.caff.generics.tuple.ITuple2
Convert this into an object of a concrete tuple implementation.
frozen() - Method in interface de.caff.generics.tuple.ITuple3
Convert this into an object of a concrete tuple implementation.
frozen() - Method in interface de.caff.generics.tuple.ITuple4
Convert this into an object of a concrete tuple implementation.
frozen() - Method in interface de.caff.generics.tuple.ITuple5
Convert this into an object of a concrete tuple implementation.
frozen() - Method in interface de.caff.generics.tuple.ITuple6
Convert this into an object of a concrete tuple implementation.
frozen() - Method in interface de.caff.generics.tuple.ITuple7
Convert this into an object of a concrete tuple implementation.
frozen() - Method in interface de.caff.generics.tuple.ITuple8
Convert this into an object of a concrete tuple implementation.
frozen() - Method in interface de.caff.generics.tuple.ITuple9
Convert this into an object of a concrete tuple implementation.
frozen() - Method in class de.caff.generics.tuple.NTuple2
 
frozen() - Method in class de.caff.generics.tuple.NTuple3
 
frozen() - Method in class de.caff.generics.tuple.NTuple4
 
frozen() - Method in class de.caff.generics.tuple.NTuple5
 
frozen() - Method in class de.caff.generics.tuple.NTuple6
 
frozen() - Method in class de.caff.generics.tuple.NTuple7
 
frozen() - Method in class de.caff.generics.tuple.NTuple8
 
frozen() - Method in class de.caff.generics.tuple.NTuple9
 
frozen() - Method in class de.caff.generics.util.combi.IntPartitions.Partition
 
frozenDoubleSpliterator() - Method in interface de.caff.generics.DoubleIndexable
Get an immutable spliterator on a frozen copy of this indexable.
frozenFromArray(T[]) - Static method in class de.caff.generics.IndexableHelper
 
frozenFromArray(double[]) - Static method in class de.caff.generics.IndexableHelper
Get a double indexable view of an array which is frozen.
frozenFromArray(double[], int, int) - Static method in class de.caff.generics.IndexableHelper
Get a double indexable view of a part of an array which is frozen.
frozenFromArray(float[]) - Static method in class de.caff.generics.IndexableHelper
Get a float indexable view of an array which is frozen.
frozenFromArray(float[], int, int) - Static method in class de.caff.generics.IndexableHelper
Get a float indexable view of a part of an array which is frozen.
frozenFromArray(long[]) - Static method in class de.caff.generics.IndexableHelper
Get a long indexable view of an array which is frozen.
frozenFromArray(long[], int, int) - Static method in class de.caff.generics.IndexableHelper
Get a long indexable view of a part of an array which is frozen.
frozenFromArray(int[]) - Static method in class de.caff.generics.IndexableHelper
Get an int indexable view of an array which is frozen.
frozenFromArray(int[], int, int) - Static method in class de.caff.generics.IndexableHelper
Get an int indexable view of a part of an array which is frozen.
frozenFromArray(short[]) - Static method in class de.caff.generics.IndexableHelper
Get a short indexable view of an array which is frozen.
frozenFromArray(short[], int, int) - Static method in class de.caff.generics.IndexableHelper
Get a short indexable view of a part of an array which is frozen.
frozenFromArray(byte[]) - Static method in class de.caff.generics.IndexableHelper
Get a byte indexable view of an array which is frozen.
frozenFromArray(byte[], int, int) - Static method in class de.caff.generics.IndexableHelper
Get a byte indexable view of a part of an array which is frozen.
frozenFromArray(char[]) - Static method in class de.caff.generics.IndexableHelper
Get a char indexable view of an array which is frozen.
frozenFromArray(char[], int, int) - Static method in class de.caff.generics.IndexableHelper
Get a char indexable view of a part of an array which is frozen.
frozenFromArray(boolean[]) - Static method in class de.caff.generics.IndexableHelper
Get a boolean indexable view of an array which is frozen.
frozenFromArray(boolean[], int, int) - Static method in class de.caff.generics.IndexableHelper
Get a boolean indexable view of a part of an array which is frozen.
frozenFromList(List<T>) - Static method in class de.caff.generics.IndexableHelper
Create a frozen indexable from a list.
frozenFromList(List<T>, Function<? super T, ? extends T>) - Static method in class de.caff.generics.IndexableHelper
Create a frozen indexable from a list while keeping possibly mutable elements safe.
frozenIntSpliterator() - Method in interface de.caff.generics.IntIndexable
Get an immutable spliterator on a frozen copy of this indexable.
frozenLongSpliterator() - Method in interface de.caff.generics.LongIndexable
Get an immutable spliterator on a frozen copy of this indexable.
frozenNotNull() - Method in interface de.caff.generics.tuple.ITuple2
Convert this into an object of a concrete tuple implementation.
frozenNotNull() - Method in interface de.caff.generics.tuple.ITuple3
Convert this into an object of a concrete tuple implementation.
frozenNotNull() - Method in interface de.caff.generics.tuple.ITuple4
Convert this into an object of a concrete tuple implementation.
frozenNotNull() - Method in interface de.caff.generics.tuple.ITuple5
Convert this into an object of a concrete tuple implementation.
frozenNotNull() - Method in interface de.caff.generics.tuple.ITuple6
Convert this into an object of a concrete tuple implementation.
frozenNotNull() - Method in interface de.caff.generics.tuple.ITuple7
Convert this into an object of a concrete tuple implementation.
frozenNotNull() - Method in interface de.caff.generics.tuple.ITuple8
Convert this into an object of a concrete tuple implementation.
frozenNotNull() - Method in interface de.caff.generics.tuple.ITuple9
Convert this into an object of a concrete tuple implementation.
frozenNotNull() - Method in class de.caff.generics.tuple.Tuple2
 
frozenNotNull() - Method in class de.caff.generics.tuple.Tuple3
 
frozenNotNull() - Method in class de.caff.generics.tuple.Tuple4
 
frozenNotNull() - Method in class de.caff.generics.tuple.Tuple5
 
frozenNotNull() - Method in class de.caff.generics.tuple.Tuple6
 
frozenNotNull() - Method in class de.caff.generics.tuple.Tuple7
 
frozenNotNull() - Method in class de.caff.generics.tuple.Tuple8
 
frozenNotNull() - Method in class de.caff.generics.tuple.Tuple9
 
frozenSpliterator() - Method in interface de.caff.generics.Indexable
Get an immutable spliterator on a frozen copy of this indexable.
FStack<T> - Interface in de.caff.generics
A functional stack.
FStackImpl<T> - Class in de.caff.generics
Implementation of a functional stack.
FStackImpl(T, FStack<T>) - Constructor for class de.caff.generics.FStackImpl
Constructor.
Function0<R> - Interface in de.caff.generics.function
Function with no parameter.
Function1<R,P> - Interface in de.caff.generics.function
Function with one parameter.
Function2<R,P1,P2> - Interface in de.caff.generics.function
Function with two parameters.
Function3<R,P1,P2,P3> - Interface in de.caff.generics.function
Function with three parameters.
Function4<R,P1,P2,P3,P4> - Interface in de.caff.generics.function
Function with four parameters.
Function5<R,P1,P2,P3,P4,P5> - Interface in de.caff.generics.function
Function with five parameters.
Function6<R,P1,P2,P3,P4,P5,P6> - Interface in de.caff.generics.function
Function with six parameters.
Function7<R,P1,P2,P3,P4,P5,P6,P7> - Interface in de.caff.generics.function
Function with seven parameters.
Function8<R,P1,P2,P3,P4,P5,P6,P7,P8> - Interface in de.caff.generics.function
Function with eight parameters.
Function9<R,P1,P2,P3,P4,P5,P6,P7,P8,P9> - Interface in de.caff.generics.function
Function with nine parameters.

G

get() - Method in interface de.caff.generics.Accessor
Get the value.
get(int) - Method in class de.caff.generics.ActiveList
Returns the element at the specified position in this list.
get(int) - Method in interface de.caff.generics.BooleanIndexable
Get the element at the given index.
get(int) - Method in class de.caff.generics.BooleanPair
 
get(int) - Method in interface de.caff.generics.ByteIndexable
Get the element at the given index.
get(int) - Method in class de.caff.generics.BytePair
 
get(int) - Method in interface de.caff.generics.CharIndexable
Get the element at the given index.
get(int) - Method in class de.caff.generics.CharPair
 
get(K) - Method in interface de.caff.generics.Dict
Get the value for the given key.
get(int) - Method in interface de.caff.generics.DoubleIndexable
Get the element at the given index.
get(int) - Method in class de.caff.generics.DoublePair
 
get(int) - Method in interface de.caff.generics.FloatIndexable
Get the element at the given index.
get(int) - Method in class de.caff.generics.FloatPair
 
get(Object) - Method in class de.caff.generics.HashCoderMap
 
get(int) - Method in interface de.caff.generics.Indexable
Get the element at the given index.
get(int) - Method in class de.caff.generics.Indexable.ListView
 
get(int) - Method in interface de.caff.generics.IntIndexable
Get the element at the given index.
get(int) - Method in class de.caff.generics.IntPair
 
get(K) - Method in class de.caff.generics.LeastRecentlyUsedCache
Get the value for the given key.
get(int) - Method in interface de.caff.generics.LongIndexable
Get the element at the given index.
get(int) - Method in class de.caff.generics.LongPair
 
get(int) - Method in class de.caff.generics.mda.MultiIndexLinearizer.BasicSequencer
 
get(int, int[]) - Method in class de.caff.generics.mda.MultiIndexLinearizer.BasicSequencer
Get the multi-indexes for the given sequence index.
get(int) - Method in class de.caff.generics.mda.OneDimensionalArray
 
get(int) - Method in interface de.caff.generics.mda.OneDimensionalBooleanReadAccess
 
get(int) - Method in interface de.caff.generics.mda.OneDimensionalByteReadAccess
 
get(int) - Method in interface de.caff.generics.mda.OneDimensionalCharReadAccess
 
get(int) - Method in interface de.caff.generics.mda.OneDimensionalDoubleReadAccess
 
get(int) - Method in interface de.caff.generics.mda.OneDimensionalFloatReadAccess
 
get(int) - Method in interface de.caff.generics.mda.OneDimensionalIntReadAccess
 
get(int) - Method in interface de.caff.generics.mda.OneDimensionalLongReadAccess
 
get(int) - Method in interface de.caff.generics.mda.OneDimensionalShortReadAccess
 
get(int) - Method in class de.caff.generics.MutableIndexable.ListView
 
get() - Method in interface de.caff.generics.NullableAccessor
Get the value.
get(int) - Method in class de.caff.generics.Pair
Get the first or second parameter via its index.
get(K) - Method in class de.caff.generics.RecreatingLeastRecentlyUsedCache
 
get(Object) - Method in class de.caff.generics.RefValueHashMap
Returns the value to which this map maps the specified key.
get(int) - Method in class de.caff.generics.RefWrapperList
Returns the element at the specified position in this list.
get(int) - Method in interface de.caff.generics.ShortIndexable
Get the element at the given index.
get(int) - Method in class de.caff.generics.ShortPair
 
get(int) - Method in class de.caff.generics.SynchronizedList
Returns the element at the specified position in this list.
get(Iterable<T>, int) - Static method in class de.caff.generics.Types
Get the nth element of an iterable.
get(int) - Method in class de.caff.generics.UnmodifiableListArrayWrapper
Returns the element at the specified position in this list.
get(int) - Method in class de.caff.generics.UnmodifiableListBooleanArrayWrapper
Returns the element at the specified position in this list.
get(int) - Method in class de.caff.generics.UnmodifiableListByteArrayWrapper
Returns the element at the specified position in this list.
get(int) - Method in class de.caff.generics.UnmodifiableListDoubleArrayWrapper
Returns the element at the specified position in this list.
get(int) - Method in class de.caff.generics.UnmodifiableListFloatArrayWrapper
Returns the element at the specified position in this list.
get(int) - Method in class de.caff.generics.UnmodifiableListIntArrayWrapper
Returns the element at the specified position in this list.
get(int) - Method in class de.caff.generics.UnmodifiableListLongArrayWrapper
Returns the element at the specified position in this list.
get(int) - Method in class de.caff.generics.UnmodifiableListShortArrayWrapper
Returns the element at the specified position in this list.
get(int) - Method in class de.caff.generics.util.combi.IntPartitions.Partition
 
get() - Method in class de.caff.generics.util.CopyRef
 
get() - Method in interface de.caff.generics.util.Counter.Creator
Deprecated.
 
get() - Method in class de.caff.generics.util.HardReferenceImpl
Get the type.
get() - Method in interface de.caff.generics.util.IReference
Get the referenced object.
get() - Method in class de.caff.generics.util.MutableRef
 
get(int) - Method in class de.caff.version.SemVer.Prerelease
Get the identifier in the given position.
getBuildMetaData() - Method in class de.caff.version.SemVer
Get the build metadata.
getBuildString() - Method in class de.caff.version.SemVer
Get the build metadata as one string.
getCopier(Class<T>) - Static method in class de.caff.generics.Types
Get a copier function which creates an copy of its argument.
getCopy() - Method in class de.caff.generics.AbstractBasicCopyable
Get a copy of this object.
getCopy(Copier<U>, U) - Static method in interface de.caff.generics.Copier
Get a copy of the given item while taking care of null values.
getCopy() - Method in interface de.caff.generics.Copyable
Get a copy of this object.
getCopy() - Method in interface de.caff.generics.ExpandableDoubleIndexable
Get an expandable copy of this double indexable.
getCopy() - Method in interface de.caff.generics.ExpandableLongIndexable
Get an expandable copy of this long indexable.
getCopy() - Method in class de.caff.generics.mda.MultiDimensionalArray
Get an independent copy.
getCopy(Function1<? extends R, ? super T>) - Method in class de.caff.generics.mda.MultiDimensionalArray
Get an independent copy with adapted element values.
getCopy() - Method in class de.caff.generics.mda.MultiDimensionalBooleanArray
Get an independent copy.
getCopy() - Method in class de.caff.generics.mda.MultiDimensionalByteArray
Get an independent copy.
getCopy() - Method in class de.caff.generics.mda.MultiDimensionalCharArray
Get an independent copy.
getCopy() - Method in class de.caff.generics.mda.MultiDimensionalDoubleArray
Get an independent copy.
getCopy() - Method in class de.caff.generics.mda.MultiDimensionalFloatArray
Get an independent copy.
getCopy() - Method in class de.caff.generics.mda.MultiDimensionalIntArray
Get an independent copy.
getCopy() - Method in class de.caff.generics.mda.MultiDimensionalLongArray
Get an independent copy.
getCopy() - Method in class de.caff.generics.mda.MultiDimensionalShortArray
Get an independent copy.
getCopy(Function<? super T, ? extends R>) - Method in class de.caff.generics.mda.TwoDimensionalArray
Get an independent copy with a possibly different element type.
getCopy() - Method in interface de.caff.generics.MutableBooleanIndexable
 
getCopy() - Method in interface de.caff.generics.MutableByteIndexable
 
getCopy() - Method in interface de.caff.generics.MutableCharIndexable
 
getCopy() - Method in interface de.caff.generics.MutableDoubleIndexable
 
getCopy() - Method in interface de.caff.generics.MutableFloatIndexable
 
getCopy() - Method in interface de.caff.generics.MutableIndexable
Get a flat copy of this mutable indexable.
getCopy(Function<? super T, ? extends T>) - Method in interface de.caff.generics.MutableIndexable
Get a copy of this object, allowing to define a copy method for the elements.
getCopy() - Method in interface de.caff.generics.MutableIntIndexable
 
getCopy() - Method in interface de.caff.generics.MutableLongIndexable
 
getCopy() - Method in interface de.caff.generics.MutableShortIndexable
 
getCount(T) - Method in class de.caff.generics.AbstractBasicCountingSet
Get the count how often any item was added.
getCount(T) - Method in interface de.caff.generics.CountingSet
Get the count how often any item was added.
getCount() - Method in class de.caff.generics.util.combi.IntPartitions.Part
Get how often the IntPartitions.Part.getNumber() is contained in the partition.
getElement(int...) - Method in class de.caff.generics.mda.MultiDimensionalArray
Get the element at the given index combination.
getElement(int...) - Method in class de.caff.generics.mda.MultiDimensionalBooleanArray
 
getElement(int...) - Method in class de.caff.generics.mda.MultiDimensionalByteArray
 
getElement(int...) - Method in class de.caff.generics.mda.MultiDimensionalCharArray
 
getElement(int...) - Method in class de.caff.generics.mda.MultiDimensionalDoubleArray
 
getElement(int...) - Method in class de.caff.generics.mda.MultiDimensionalFloatArray
 
getElement(int...) - Method in class de.caff.generics.mda.MultiDimensionalIntArray
 
getElement(int...) - Method in class de.caff.generics.mda.MultiDimensionalLongArray
 
getElement(int...) - Method in interface de.caff.generics.mda.MultiDimensionalReadAccess
Get the element located at the given indexes.
getElement(int...) - Method in class de.caff.generics.mda.MultiDimensionalShortArray
 
getElement(int...) - Method in interface de.caff.generics.mda.OneDimensionalReadAccess
 
getElement(int...) - Method in interface de.caff.generics.mda.ThreeDimensionalReadAccess
 
getElement(int...) - Method in interface de.caff.generics.mda.TwoDimensionalReadAccess
 
getElementAt(int, int) - Method in class de.caff.generics.mda.SmallTwoDimensionalArray
 
getElementAt(int, int, int) - Method in class de.caff.generics.mda.ThreeDimensionalArray
 
getElementAt(int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalBooleanReadAccess
 
getElementAt(int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalByteReadAccess
 
getElementAt(int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalCharReadAccess
 
getElementAt(int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalDoubleReadAccess
 
getElementAt(int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalFloatReadAccess
 
getElementAt(int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalIntReadAccess
 
getElementAt(int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalLongReadAccess
 
getElementAt(int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalReadAccess
Get the element at the given indexes.
getElementAt(int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalShortReadAccess
 
getElementAt(int, int) - Method in class de.caff.generics.mda.TwoDimensionalArray
 
getElementAt(int, int) - Method in interface de.caff.generics.mda.TwoDimensionalBooleanReadAccess
 
getElementAt(int, int) - Method in interface de.caff.generics.mda.TwoDimensionalByteReadAccess
 
getElementAt(int, int) - Method in interface de.caff.generics.mda.TwoDimensionalCharReadAccess
 
getElementAt(int, int) - Method in interface de.caff.generics.mda.TwoDimensionalDoubleReadAccess
 
getElementAt(int, int) - Method in interface de.caff.generics.mda.TwoDimensionalFloatReadAccess
 
getElementAt(int, int) - Method in interface de.caff.generics.mda.TwoDimensionalIntReadAccess
 
getElementAt(int, int) - Method in interface de.caff.generics.mda.TwoDimensionalLongReadAccess
 
getElementAt(int, int) - Method in interface de.caff.generics.mda.TwoDimensionalReadAccess
Get the element at the given indexes.
getElementAt(int, int) - Method in interface de.caff.generics.mda.TwoDimensionalShortReadAccess
 
getEnumFromOrdinal(E[], int) - Static method in class de.caff.generics.Enums
Get an enum value from its ordinal.
getEnumFromOrdinal(Indexable<E>, int) - Static method in class de.caff.generics.Enums
Get an enum value from its ordinal.
getEnumFromOrdinal(E[], int, E) - Static method in class de.caff.generics.Enums
Get an enum value from its ordinal.
getEnumFromOrdinal(Indexable<E>, int, E) - Static method in class de.caff.generics.Enums
Get an enum value from its ordinal.
getException() - Method in class de.caff.generics.handler.CarelessLoopItemHandler
Get the exception thrown during the last loop.
getException() - Method in exception de.caff.generics.TypeConverterException
Get the exception which caused the type conversion to fail.
getException() - Method in exception de.caff.generics.WrappedFragileException
Get the exception.
getFirstEntryOrderedPairComparator() - Static method in class de.caff.generics.OrderedPair
Get a comparator which compares the first entries of ordered pairs using their natural order.
getFirstEntryOrderedPairComparator(Comparator<U>) - Static method in class de.caff.generics.OrderedPair
Get a comparator which compares the first entries of ordered pairs using a comparator.
getFirstEntryPairComparator() - Static method in class de.caff.generics.Pair
Get a comparator which compares the first entries of pairs using their natural order.
getFirstEntryPairComparator(Comparator<S>) - Static method in class de.caff.generics.Pair
Get a comparator which compares the first entries of pairs using a comparator.
getFirstItem() - Method in class de.caff.generics.BasicLoop
Get the first item in the loop.
getFirstItemOrNull() - Method in class de.caff.generics.BasicLoop
Get the first item in the loop, or null if the loop is empty.
getFirstThanSecondEntryPairComparator() - Static method in class de.caff.generics.Pair
Get a comparator which compares the first entries of two pairs using their natural order., and then the second entries of the pairs if the first are equal.
getFirstThanSecondEntryPairComparator(Comparator<S>) - Static method in class de.caff.generics.Pair
Get a comparator which compares the first entries of two pairs, and then the second entries of the pairs if the first are equal.
getFoundIndex() - Method in class de.caff.generics.handler.FindFirstIndexHandler
Get the index where the object was found.
getFoundItem() - Method in class de.caff.generics.handler.FindFirstIndexHandler
Get the item which was found.
getFoundItems() - Method in class de.caff.generics.handler.FindAllIndexesHandler
Get the found indexes and items.
getHashCode(T) - Method in interface de.caff.generics.HashCodeCalculator
Get the hash code value of the given object.
getHashCode(T) - Method in class de.caff.generics.HashCoder
 
getHashCoder() - Method in class de.caff.generics.HashCoderMap
Get the hash coder used in this map.
getHashCoder() - Method in class de.caff.generics.HashCoderSet
Get the hash coder used in this map.
getHighFastSequencer() - Method in interface de.caff.generics.mda.MultiIndexLinearizer
Get a sequencer will create a multi-index by changing the highest dimension most fast.
getId() - Method in class de.caff.version.SemVer.Prerelease.AlphanumericIdentifier
 
getId() - Method in class de.caff.version.SemVer.Prerelease.NumericIdentifier
 
getIndexLinearizer() - Method in class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
Get the multi-index linearizer on which this multi-dimensional array is based.
getKey() - Method in class de.caff.generics.Dict.Entry
Get the key.
getKey() - Method in class de.caff.generics.OrderedPair
Returns the key corresponding to this entry.
getLastItem() - Method in class de.caff.generics.BasicLoop
Get the last item in the loop.
getLastItemOrNull() - Method in class de.caff.generics.BasicLoop
Get the last item in the loop, or null if the loop is empty.
getLatestException() - Method in class de.caff.generics.converter.CarelessTypeConverter
Get the latest exception caught during conversion.
getLeastRecentCacheDepth() - Method in class de.caff.generics.LeastRecentlyUsedCache
Get the maximum number of values kept in the LRU cache.
getLeastRecentlyUsed() - Method in class de.caff.generics.LeastRecentlyUsedCache
Get the values in the LRU cache in order.
getLoop() - Method in class de.caff.generics.BasicLoop.Item
Get the loop to which this item belongs.
getLowFastSequencer() - Method in interface de.caff.generics.mda.MultiIndexLinearizer
Get a sequencer will create a multi-index by changing the lowest dimension most fast.
getMajor() - Method in class de.caff.version.SemVer
Get the major number.
getMinor() - Method in class de.caff.version.SemVer
Get the minor number.
getMod(int) - Method in interface de.caff.generics.BooleanIndexable
Get an element modulo size.
getMod(int) - Method in interface de.caff.generics.ByteIndexable
Get an element modulo size.
getMod(int) - Method in interface de.caff.generics.CharIndexable
Get an element modulo size.
getMod(int) - Method in interface de.caff.generics.DoubleIndexable
Get an element modulo size.
getMod(int) - Method in interface de.caff.generics.FloatIndexable
Get an element modulo size.
getMod(int) - Method in interface de.caff.generics.Indexable
Get an element modulo size.
getMod(int) - Method in interface de.caff.generics.IntIndexable
Get an element modulo size.
getMod(int) - Method in interface de.caff.generics.LongIndexable
Get an element modulo size.
getMod(int) - Method in interface de.caff.generics.ShortIndexable
Get an element modulo size.
getModuleName() - Method in class de.caff.version.ModuleVersion
 
getModuleName() - Method in interface de.caff.version.ModuleVersionService
Get the name of the module for which the version is given.
getModuleVersion() - Method in class de.caff.version.ModuleVersion
 
getModuleVersion() - Method in interface de.caff.version.ModuleVersionService
Get the current version of the module for which this service is responsible.
getName() - Method in interface de.caff.generics.NamedNullableValue
Get the name of the named value.
getName() - Method in interface de.caff.generics.NamedValue
Get the name of the named value.
getNext() - Method in class de.caff.generics.BasicLoop.Item
Get the next item.
getNonNull(K) - Method in interface de.caff.generics.Dict
Get the value for the given key.
getNumber() - Method in class de.caff.generics.util.combi.IntPartitions.Part
Get the number.
getNumDimensions() - Method in class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
Get the number of dimensions of this array
getNumDimensions() - Method in class de.caff.generics.mda.HighFastMultiIndexLinearizer
 
getNumDimensions() - Method in class de.caff.generics.mda.LowFastMultiIndexLinearizer
 
getNumDimensions() - Method in class de.caff.generics.mda.MappingMultiIndexLinearizer
 
getNumDimensions() - Method in interface de.caff.generics.mda.MultiDimensional
Get the number of dimensions used by this access,
getNumDimensions() - Method in class de.caff.generics.mda.MultiIndexLinearizer.BasicSequencer
 
getNumDimensions() - Method in interface de.caff.generics.mda.OneDimensionalReadAccess
 
getNumDimensions() - Method in class de.caff.generics.mda.PartlyFixedMultiIndexLinearizer
 
getNumDimensions() - Method in interface de.caff.generics.mda.ThreeDimensionalReadAccess
 
getNumDimensions() - Method in interface de.caff.generics.mda.TwoDimensionalReadAccess
 
getNumElements() - Method in class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
Get the combined number of elements in all dimensions.
getNumElements() - Method in class de.caff.generics.mda.HighFastMultiIndexLinearizer
 
getNumElements() - Method in class de.caff.generics.mda.LowFastMultiIndexLinearizer
 
getNumElements() - Method in class de.caff.generics.mda.MappingMultiIndexLinearizer
 
getNumElements() - Method in interface de.caff.generics.mda.MultiDimensional
Get the combined number of elements in all dimensions.
getNumElements() - Method in class de.caff.generics.mda.MultiIndexLinearizer.BasicSequencer
 
getNumElements() - Method in interface de.caff.generics.mda.OneDimensionalReadAccess
 
getNumElements() - Method in class de.caff.generics.mda.PartlyFixedMultiIndexLinearizer
 
getNumElements() - Method in interface de.caff.generics.mda.ThreeDimensionalReadAccess
 
getNumElements() - Method in interface de.caff.generics.mda.TwoDimensionalReadAccess
 
getNumGarbageCollected() - Method in class de.caff.generics.LeastRecentlyUsedCache
Get the number of times an entry was garbage collected.
getNumHits() - Method in class de.caff.generics.LeastRecentlyUsedCache
Get the number of times a cached value was successfully retrieved.
getNumMisses() - Method in class de.caff.generics.LeastRecentlyUsedCache
Get the number of times an entry was not found in the cache.
getNumRecreations() - Method in class de.caff.generics.RecreatingLeastRecentlyUsedCache
Get the number of times the recreation function was called.
getOr(K, Function<? super K, ? extends V>) - Method in interface de.caff.generics.Dict
Get the value for the given key.
getOrDefault(K, V) - Method in interface de.caff.generics.Dict
Get the value for the given key.
getPatch() - Method in class de.caff.version.SemVer
Get the patch number.
getPrerelease() - Method in class de.caff.version.SemVer
Get the prerelease number.
getPrevious() - Method in class de.caff.generics.BasicLoop.Item
Get the previous item.
getReleaseDate() - Static method in class de.caff.version.ModuleVersion
Get the release date.
getSearchObject() - Method in class de.caff.generics.handler.FindAllIndexesHandler
Get the looked up object.
getSearchObject() - Method in class de.caff.generics.handler.FindFirstIndexHandler
Get the looked up object.
getSearchTerm() - Method in class de.caff.generics.algorithm.FastByteSequenceSearch
Get the search term.
getSearchTerm() - Method in class de.caff.generics.algorithm.FastCharSequenceSearch
Get the search term.
getSearchTerm() - Method in class de.caff.generics.algorithm.FastDoubleSequenceSearch
Get the search term.
getSearchTerm() - Method in class de.caff.generics.algorithm.FastFloatSequenceSearch
Get the search term.
getSearchTerm() - Method in class de.caff.generics.algorithm.FastIntSequenceSearch
Get the search term.
getSearchTerm() - Method in class de.caff.generics.algorithm.FastLongSequenceSearch
Get the search term.
getSearchTerm() - Method in class de.caff.generics.algorithm.FastSequenceSearch
Get the search term.
getSearchTerm() - Method in class de.caff.generics.algorithm.FastShortSequenceSearch
Get the search term.
getSecondEntryOrderedPairComparator() - Static method in class de.caff.generics.OrderedPair
Get a comparator which compares the second entries of ordered pairs using their natural order.
getSecondEntryOrderedPairComparator(Comparator<V>) - Static method in class de.caff.generics.OrderedPair
Get a comparator which compares the second entries of ordered pairs using a comparator.
getSecondEntryPairComparator() - Static method in class de.caff.generics.Pair
Get a comparator which compares the first entries of pairs using their natural order.
getSecondEntryPairComparator(Comparator<S>) - Static method in class de.caff.generics.Pair
Get a comparator which compares the second entries of pairs using a comparator.
getSize(int) - Method in class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
Get the size of the given dimension.
getSize(int) - Method in class de.caff.generics.mda.HighFastMultiIndexLinearizer
 
getSize(int) - Method in class de.caff.generics.mda.LowFastMultiIndexLinearizer
 
getSize(int) - Method in class de.caff.generics.mda.MappingMultiIndexLinearizer
 
getSize(int) - Method in interface de.caff.generics.mda.MultiDimensional
Get the size of the given dimension.
getSize(int) - Method in class de.caff.generics.mda.MultiIndexLinearizer.BasicSequencer
 
getSize(int) - Method in interface de.caff.generics.mda.OneDimensionalReadAccess
 
getSize(int) - Method in class de.caff.generics.mda.PartlyFixedMultiIndexLinearizer
 
getSize(int) - Method in interface de.caff.generics.mda.ThreeDimensionalReadAccess
 
getSize(int) - Method in interface de.caff.generics.mda.TwoDimensionalReadAccess
 
getSize() - Method in class de.caff.generics.util.combi.Combinations.OfRange
Get the size of the range.
getSize() - Method in class de.caff.generics.util.combi.Permutations.OfRange
Get the size of the range.
getSizes() - Method in class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
Get the sizes of the dimensions of this array.
getSizes() - Method in class de.caff.generics.mda.HighFastMultiIndexLinearizer
 
getSizes() - Method in class de.caff.generics.mda.LowFastMultiIndexLinearizer
 
getSizes() - Method in class de.caff.generics.mda.MappingMultiIndexLinearizer
 
getSizes() - Method in interface de.caff.generics.mda.MultiDimensional
Get the sizes of the dimensions of this access.
getSizes() - Method in class de.caff.generics.mda.MultiIndexLinearizer.BasicSequencer
 
getSizes() - Method in interface de.caff.generics.mda.OneDimensionalReadAccess
 
getSizes() - Method in class de.caff.generics.mda.PartlyFixedMultiIndexLinearizer
 
getSizes() - Method in interface de.caff.generics.mda.ThreeDimensionalReadAccess
 
getSizes() - Method in interface de.caff.generics.mda.TwoDimensionalReadAccess
 
getSoftReferenceCreator() - Static method in class de.caff.generics.References
Get a soft reference creator for a given value.
getSoftReferenceCreator(ReferenceQueue<? super V>) - Static method in class de.caff.generics.References
Get a soft reference creator for a given value.
getSumOfCounts() - Method in class de.caff.generics.util.combi.IntPartitions.Partition
Get the sum over all counts.
getValue() - Method in class de.caff.generics.Dict.Entry
Get the value.
getValue() - Method in class de.caff.generics.Loop.Item
Get the value.
getValue(int...) - Method in class de.caff.generics.mda.MultiDimensionalBooleanArray
Get the element at the given index combination.
getValue(int...) - Method in class de.caff.generics.mda.MultiDimensionalByteArray
Get the element at the given index combination.
getValue(int...) - Method in class de.caff.generics.mda.MultiDimensionalCharArray
Get the element at the given index combination.
getValue(int...) - Method in class de.caff.generics.mda.MultiDimensionalDoubleArray
Get the element at the given index combination.
getValue(int...) - Method in class de.caff.generics.mda.MultiDimensionalFloatArray
Get the element at the given index combination.
getValue(int...) - Method in class de.caff.generics.mda.MultiDimensionalIntArray
Get the element at the given index combination.
getValue(int...) - Method in class de.caff.generics.mda.MultiDimensionalShortArray
Get the element at the given index combination.
getValue() - Method in interface de.caff.generics.NamedNullableValue
Get the value.
getValue() - Method in interface de.caff.generics.NamedValue
Get the value.
getValue() - Method in class de.caff.generics.OrderedPair
Returns the value corresponding to this entry.
getValue() - Method in interface de.caff.generics.util.Counter
Get the value.
getValue() - Method in interface de.caff.generics.util.LongCounter
Get the value.
getValue() - Method in class de.caff.generics.util.SimpleCounter
Get the value.
getValue() - Method in class de.caff.generics.util.SimpleLongCounter
 
getValue() - Method in class de.caff.generics.util.ThreadSafeCounter
Get the value.
getValue() - Method in class de.caff.generics.util.ThreadSafeLongCounter
 
getValueAt(int...) - Method in class de.caff.generics.mda.MultiDimensionalLongArray
Get the element at the given index combination.
getValueAt(int) - Method in class de.caff.generics.mda.OneDimensionalBooleanArray
Get the value at the given index.
getValueAt(int) - Method in interface de.caff.generics.mda.OneDimensionalBooleanReadAccess
Get the value at the given index.
getValueAt(int) - Method in class de.caff.generics.mda.OneDimensionalByteArray
Get the value at the given index.
getValueAt(int) - Method in interface de.caff.generics.mda.OneDimensionalByteReadAccess
Get the value at the given index.
getValueAt(int) - Method in class de.caff.generics.mda.OneDimensionalCharArray
Get the value at the given index.
getValueAt(int) - Method in interface de.caff.generics.mda.OneDimensionalCharReadAccess
Get the value at the given index.
getValueAt(int) - Method in class de.caff.generics.mda.OneDimensionalDoubleArray
Get the value at the given index.
getValueAt(int) - Method in interface de.caff.generics.mda.OneDimensionalDoubleReadAccess
Get the value at the given index.
getValueAt(int) - Method in class de.caff.generics.mda.OneDimensionalFloatArray
Get the value at the given index.
getValueAt(int) - Method in interface de.caff.generics.mda.OneDimensionalFloatReadAccess
Get the value at the given index.
getValueAt(int) - Method in class de.caff.generics.mda.OneDimensionalIntArray
Get the value at the given index.
getValueAt(int) - Method in interface de.caff.generics.mda.OneDimensionalIntReadAccess
Get the value at the given index.
getValueAt(int) - Method in class de.caff.generics.mda.OneDimensionalLongArray
Get the value at the given index.
getValueAt(int) - Method in interface de.caff.generics.mda.OneDimensionalLongReadAccess
Get the value at the given index.
getValueAt(int) - Method in class de.caff.generics.mda.OneDimensionalShortArray
Get the value at the given index.
getValueAt(int) - Method in interface de.caff.generics.mda.OneDimensionalShortReadAccess
Get the value at the given index.
getValueAt(int, int) - Method in class de.caff.generics.mda.SmallTwoDimensionalBitArray
Get the value at the given indexes.
getValueAt(int, int) - Method in class de.caff.generics.mda.SmallTwoDimensionalBooleanArray
Get the value at the given indexes.
getValueAt(int, int) - Method in class de.caff.generics.mda.SmallTwoDimensionalByteArray
Get the value at the given indexes.
getValueAt(int, int) - Method in class de.caff.generics.mda.SmallTwoDimensionalCharArray
Get the value at the given indexes.
getValueAt(int, int) - Method in class de.caff.generics.mda.SmallTwoDimensionalDoubleArray
Get the value at the given indexes.
getValueAt(int, int) - Method in class de.caff.generics.mda.SmallTwoDimensionalFloatArray
Get the value at the given indexes.
getValueAt(int, int) - Method in class de.caff.generics.mda.SmallTwoDimensionalIntArray
Get the value at the given indexes.
getValueAt(int, int) - Method in class de.caff.generics.mda.SmallTwoDimensionalLongArray
Get the value at the given indexes.
getValueAt(int, int) - Method in class de.caff.generics.mda.SmallTwoDimensionalShortArray
Get the value at the given indexes.
getValueAt(int, int, int) - Method in class de.caff.generics.mda.ThreeDimensionalBooleanArray
 
getValueAt(int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalBooleanReadAccess
Get the value at the given indexes.
getValueAt(int, int, int) - Method in class de.caff.generics.mda.ThreeDimensionalByteArray
 
getValueAt(int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalByteReadAccess
Get the value at the given indexes.
getValueAt(int, int, int) - Method in class de.caff.generics.mda.ThreeDimensionalCharArray
 
getValueAt(int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalCharReadAccess
Get the value at the given indexes.
getValueAt(int, int, int) - Method in class de.caff.generics.mda.ThreeDimensionalDoubleArray
 
getValueAt(int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalDoubleReadAccess
Get the value at the given indexes.
getValueAt(int, int, int) - Method in class de.caff.generics.mda.ThreeDimensionalFloatArray
 
getValueAt(int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalFloatReadAccess
Get the value at the given indexes.
getValueAt(int, int, int) - Method in class de.caff.generics.mda.ThreeDimensionalIntArray
 
getValueAt(int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalIntReadAccess
Get the value at the given indexes.
getValueAt(int, int, int) - Method in class de.caff.generics.mda.ThreeDimensionalLongArray
 
getValueAt(int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalLongReadAccess
Get the value at the given indexes.
getValueAt(int, int, int) - Method in class de.caff.generics.mda.ThreeDimensionalShortArray
 
getValueAt(int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalShortReadAccess
Get the value at the given indexes.
getValueAt(int, int) - Method in class de.caff.generics.mda.TwoDimensionalBooleanArray
Get the value at the given indexes.
getValueAt(int, int) - Method in interface de.caff.generics.mda.TwoDimensionalBooleanReadAccess
Get the value at the given indexes.
getValueAt(int, int) - Method in class de.caff.generics.mda.TwoDimensionalByteArray
Get the value at the given indexes.
getValueAt(int, int) - Method in interface de.caff.generics.mda.TwoDimensionalByteReadAccess
Get the value at the given indexes.
getValueAt(int, int) - Method in class de.caff.generics.mda.TwoDimensionalCharArray
Get the value at the given indexes.
getValueAt(int, int) - Method in interface de.caff.generics.mda.TwoDimensionalCharReadAccess
Get the value at the given indexes.
getValueAt(int, int) - Method in class de.caff.generics.mda.TwoDimensionalDoubleArray
Get the value at the given indexes.
getValueAt(int, int) - Method in interface de.caff.generics.mda.TwoDimensionalDoubleReadAccess
Get the value at the given indexes.
getValueAt(int, int) - Method in class de.caff.generics.mda.TwoDimensionalFloatArray
Get the value at the given indexes.
getValueAt(int, int) - Method in interface de.caff.generics.mda.TwoDimensionalFloatReadAccess
Get the value at the given indexes.
getValueAt(int, int) - Method in class de.caff.generics.mda.TwoDimensionalIntArray
Get the value at the given indexes.
getValueAt(int, int) - Method in interface de.caff.generics.mda.TwoDimensionalIntReadAccess
Get the value at the given indexes.
getValueAt(int, int) - Method in class de.caff.generics.mda.TwoDimensionalLongArray
Get the value at the given indexes.
getValueAt(int, int) - Method in interface de.caff.generics.mda.TwoDimensionalLongReadAccess
Get the value at the given indexes.
getValueAt(int, int) - Method in class de.caff.generics.mda.TwoDimensionalShortArray
Get the value at the given indexes.
getValueAt(int, int) - Method in interface de.caff.generics.mda.TwoDimensionalShortReadAccess
Get the value at the given indexes.
getWeakReferenceCreator() - Static method in class de.caff.generics.References
Get a weak reference creator for a given value.
getWeakReferenceCreator(ReferenceQueue<? super V>) - Static method in class de.caff.generics.References
Get a weak reference creator for a given value.
getWrapped() - Method in class de.caff.generics.handler.CarelessLoopItemHandler
Get the wrapped careful loop item handler.
getWrapped() - Method in class de.caff.generics.HashCacheWrapper
Get the wrapped object.
greaterEquals(Comparable<T>) - Static method in class de.caff.generics.checker.Check
Get a checker which compares to a given element, and returns true if the checked value is greater than the element, or equal.
greaterEquals(T, Comparator<T>) - Static method in class de.caff.generics.checker.Check
Get a checker which compares to a given element, and returns true if the checked value is greater than the element, or equal.
GreaterEqualsChecker<T> - Class in de.caff.generics.checker
This value checker compares the checked value to its element, and returns true if the given value is greater or same.
GreaterEqualsChecker(T, Comparator<T>) - Constructor for class de.caff.generics.checker.GreaterEqualsChecker
Constructor.
greaterThan(Comparable<T>) - Static method in class de.caff.generics.checker.Check
Get a checker which compares to a given element, and returns true if the checked value is greater than the element.
greaterThan(T, Comparator<T>) - Static method in class de.caff.generics.checker.Check
Get a checker which compares to a given element, and returns true if the checked value is greater than the element.
GreaterThanChecker<T> - Class in de.caff.generics.checker
This value checker compares the checked value to its element, and returns true if the given value is greater.
GreaterThanChecker(T, Comparator<T>) - Constructor for class de.caff.generics.checker.GreaterThanChecker
Constuctor.
groupingBy(Function<? super T, ? extends K>) - Method in interface de.caff.generics.Countable
Create a mapping of a key extracted from each element to groups of elements which belongs to this key.
groupingBy(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in interface de.caff.generics.Countable
Create a mapping of a key extracted from each element to groups of elements which belongs to this key.
gyt(int) - Method in interface de.caff.generics.BooleanIndexable
Pythonesque get.
gyt(int) - Method in interface de.caff.generics.ByteIndexable
Pythonesque get.
gyt(int) - Method in interface de.caff.generics.CharIndexable
Pythonesque get.
gyt(int) - Method in interface de.caff.generics.DoubleIndexable
Pythonesque get.
gyt(int) - Method in interface de.caff.generics.FloatIndexable
Pythonesque get.
gyt(int) - Method in interface de.caff.generics.Indexable
Pythonesque get.
gyt(int) - Method in interface de.caff.generics.IntIndexable
Pythonesque get.
gyt(int) - Method in interface de.caff.generics.LongIndexable
Pythonesque get.
gyt(int) - Method in interface de.caff.generics.ShortIndexable
Pythonesque get.

H

handle(T) - Method in interface de.caff.generics.FragileLoopItemHandler
Handle an item.
handle(T) - Method in class de.caff.generics.handler.CarelessLoopItemHandler
Handle an item.
handle(S) - Method in class de.caff.generics.handler.ConvertingFragileLoopItemHandler
Handle an item.
handle(S) - Method in class de.caff.generics.handler.ConvertingLoopItemHandler
Handle an item.
handle(S) - Method in class de.caff.generics.handler.DeletingFragileLoopItemHandler
Handle an item.
handle(S) - Method in class de.caff.generics.handler.DeletingLoopItemHandler
Handle an item.
handle(T) - Method in class de.caff.generics.handler.FindAllIndexesHandler
Handle an item.
handle(T) - Method in class de.caff.generics.handler.FindFirstIndexHandler
Handle an item.
handle(S) - Method in class de.caff.generics.handler.MultiConvertingFragileLoopItemHandler
Handle an item.
handle(S) - Method in class de.caff.generics.handler.MultiConvertingLoopItemHandler
Handle an item.
handle(T) - Method in interface de.caff.generics.LoopItemHandler
Handle an item.
handleConverted(T, S) - Method in class de.caff.generics.handler.ConvertingFragileLoopItemHandler
Handle the converted item.
handleConverted(T, S) - Method in class de.caff.generics.handler.ConvertingLoopItemHandler
Handle the converted item.
handleConverted(T, S) - Method in class de.caff.generics.handler.DeletingFragileLoopItemHandler
Handle the converted item.
handleConverted(T, S) - Method in class de.caff.generics.handler.DeletingLoopItemHandler
Handle the converted item.
handleConverted(T, S) - Method in class de.caff.generics.handler.MultiConvertingFragileLoopItemHandler
Handle the converted item.
handleConverted(T, S) - Method in class de.caff.generics.handler.MultiConvertingLoopItemHandler
Handle the converted item.
hard(R) - Static method in interface de.caff.generics.util.IReference
Get a hard reference.
HardReferenceImpl<T> - Class in de.caff.generics.util
A hard reference.
HardReferenceImpl(T) - Constructor for class de.caff.generics.util.HardReferenceImpl
Constructor.
hasAll(Predicate<? super T>) - Method in interface de.caff.generics.Countable
Check if all elements fulfill a given predicate.
hasAny(Predicate<? super T>) - Method in interface de.caff.generics.Countable
Check if any element fulfills a given predicate.
hasDeadValue(K) - Method in class de.caff.generics.RefValueHashMap
Return whether the value for a given key was garbage collected.
hash(BooleanIndexable) - Static method in interface de.caff.generics.BooleanIndexable
Calculate a hashcode for a boolean indexable.
hash(ByteIndexable) - Static method in interface de.caff.generics.ByteIndexable
Calculate a hashcode for a byte indexable.
hash(CharIndexable) - Static method in interface de.caff.generics.CharIndexable
Calculate a hashcode for a char indexable.
hash(DoubleIndexable) - Static method in interface de.caff.generics.DoubleIndexable
Calculate a hashcode for a double indexable.
hash(FloatIndexable) - Static method in interface de.caff.generics.FloatIndexable
Calculate a hashcode for a float indexable.
hash(Indexable<?>) - Static method in interface de.caff.generics.Indexable
Deprecated.
hash(IntIndexable) - Static method in interface de.caff.generics.IntIndexable
Calculate a hashcode for a int indexable.
hash(LongIndexable) - Static method in interface de.caff.generics.LongIndexable
Calculate a hashcode for a long indexable.
hash(TwoDimensionalReadAccess<?>) - Static method in interface de.caff.generics.mda.TwoDimensionalReadAccess
Calculate a hashcode for a 2-dimensional read access..
hash(double) - Static method in class de.caff.generics.Primitives
Hashcode calculation for primitive double values giving more natural results.
hash(float) - Static method in class de.caff.generics.Primitives
Hashcode calculation for primitive float values giving more natural results.
hash(double[]) - Static method in class de.caff.generics.Primitives
Hashcode calculation for a primitive double array giving more natural results.
hash(float[]) - Static method in class de.caff.generics.Primitives
Hashcode calculation for a primitive float array giving more natural results.
hash(ShortIndexable) - Static method in interface de.caff.generics.ShortIndexable
Calculate a hashcode for a short indexable.
hash(ITuple2<?, ?>) - Static method in interface de.caff.generics.tuple.ITuple2
Basic implementation for calculating a hash code of a 2-tuple.
hash(ITuple3<?, ?, ?>) - Static method in interface de.caff.generics.tuple.ITuple3
Basic implementation for calculating a hash code of a 3-tuple.
hash(ITuple4<?, ?, ?, ?>) - Static method in interface de.caff.generics.tuple.ITuple4
Basic implementation for calculating a hash code of a 4-tuple.
hash(ITuple5<?, ?, ?, ?, ?>) - Static method in interface de.caff.generics.tuple.ITuple5
Basic implementation for calculating a hash code of a 5-tuple.
hash(ITuple6<?, ?, ?, ?, ?, ?>) - Static method in interface de.caff.generics.tuple.ITuple6
Basic implementation for calculating a hash code of a 6-tuple.
hash(ITuple7<?, ?, ?, ?, ?, ?, ?>) - Static method in interface de.caff.generics.tuple.ITuple7
Basic implementation for calculating a hash code of a 7-tuple.
hash(ITuple8<?, ?, ?, ?, ?, ?, ?, ?>) - Static method in interface de.caff.generics.tuple.ITuple8
Basic implementation for calculating a hash code of a 8-tuple.
hash(ITuple9<?, ?, ?, ?, ?, ?, ?, ?, ?>) - Static method in interface de.caff.generics.tuple.ITuple9
Basic implementation for calculating a hash code of a 9-tuple.
hash(Iterable<?>) - Static method in class de.caff.generics.Types
Calculate a hash code for a generic iterable.
hashAny(Object) - Static method in class de.caff.generics.Primitives
Hash any object while handling simple floating point values and arrays of primitive and boxed floating point values in a more natural way.
HashCacheWrapper<T> - Class in de.caff.generics
Helper class which is caching a hash value.
HashCacheWrapper(T, int, UniformMatcher<? super T>) - Constructor for class de.caff.generics.HashCacheWrapper
Constructor.
HashCacheWrapper(T) - Constructor for class de.caff.generics.HashCacheWrapper
Constructor.
HashCacheWrapper(T, UniformMatcher<? super T>) - Constructor for class de.caff.generics.HashCacheWrapper
Constructor.
HashCacheWrapper(T, HashCodeCalculator<? super T>, UniformMatcher<? super T>) - Constructor for class de.caff.generics.HashCacheWrapper
Constructor.
hashCode() - Method in class de.caff.generics.BooleanIndexable.Base
 
hashCode() - Method in class de.caff.generics.BooleanPair
 
hashCode() - Method in class de.caff.generics.ByteIndexable.Base
 
hashCode() - Method in class de.caff.generics.BytePair
 
hashCode() - Method in class de.caff.generics.CharIndexable.Base
 
hashCode() - Method in class de.caff.generics.CharPair
 
hashCode() - Method in class de.caff.generics.Countable.Base
 
hashCode() - Method in class de.caff.generics.Dict.Base
 
hashCode() - Method in class de.caff.generics.Dict.Entry
 
hashCode() - Method in class de.caff.generics.DoubleIndexable.Base
 
hashCode() - Method in class de.caff.generics.DoublePair
 
hashCode() - Method in class de.caff.generics.FloatIndexable.Base
 
hashCode() - Method in class de.caff.generics.FloatPair
 
hashCode() - Method in class de.caff.generics.HashCacheWrapper
 
hashCode() - Method in class de.caff.generics.IntCountable.Base
 
hashCode() - Method in class de.caff.generics.IntIndexable.Base
 
hashCode() - Method in class de.caff.generics.IntPair
 
hashCode() - Method in class de.caff.generics.LongIndexable.Base
 
hashCode() - Method in class de.caff.generics.LongPair
 
hashCode() - Method in class de.caff.generics.mda.MultiDimensionalArray
 
hashCode() - Method in class de.caff.generics.mda.MultiDimensionalBooleanArray
 
hashCode() - Method in class de.caff.generics.mda.MultiDimensionalByteArray
 
hashCode() - Method in class de.caff.generics.mda.MultiDimensionalCharArray
 
hashCode() - Method in class de.caff.generics.mda.MultiDimensionalDoubleArray
 
hashCode() - Method in class de.caff.generics.mda.MultiDimensionalFloatArray
 
hashCode() - Method in class de.caff.generics.mda.MultiDimensionalIntArray
 
hashCode() - Method in class de.caff.generics.mda.MultiDimensionalLongArray
 
hashCode() - Method in class de.caff.generics.mda.MultiDimensionalShortArray
 
hashCode() - Method in class de.caff.generics.mda.TwoDimensionalReadAccess.Base
 
hashCode() - Method in class de.caff.generics.OrderedPair
Get a hash code.
hashCode() - Method in class de.caff.generics.ShortIndexable.Base
 
hashCode() - Method in class de.caff.generics.ShortPair
 
hashCode() - Method in class de.caff.generics.tuple.ITuple2.Base
 
hashCode() - Method in class de.caff.generics.tuple.ITuple3.Base
 
hashCode() - Method in class de.caff.generics.tuple.ITuple4.Base
 
hashCode() - Method in class de.caff.generics.tuple.ITuple5.Base
 
hashCode() - Method in class de.caff.generics.tuple.ITuple6.Base
 
hashCode() - Method in class de.caff.generics.tuple.ITuple7.Base
 
hashCode() - Method in class de.caff.generics.tuple.ITuple8.Base
 
hashCode() - Method in class de.caff.generics.tuple.ITuple9.Base
 
hashCode() - Method in class de.caff.generics.util.combi.IntPartitions.Part
 
hashCode() - Method in class de.caff.version.SemVer
 
hashCode() - Method in class de.caff.version.SemVer.Prerelease.AlphanumericIdentifier
 
hashCode() - Method in class de.caff.version.SemVer.Prerelease
 
hashCode() - Method in class de.caff.version.SemVer.Prerelease.NumericIdentifier
 
HashCodeCalculator<T> - Interface in de.caff.generics
Calculator interface for generalized hash code calculation.
hashCodeIgnoreBuild() - Method in class de.caff.version.SemVer
Get a hash code ignoring the build metadata.
HashCoder<T> - Class in de.caff.generics
Helper interface for HashCoderMap.
HashCoder(HashCodeCalculator<? super T>, Matcher<? super T, ? super T>, Function1<T, T>) - Constructor for class de.caff.generics.HashCoder
Constructor.
HashCoder(HashCodeCalculator<? super T>, Matcher<? super T, ? super T>) - Constructor for class de.caff.generics.HashCoder
Constructor.
HashCoder(HashCodeCalculator<? super T>) - Constructor for class de.caff.generics.HashCoder
Constructor.
HashCoder(Function1<T, T>) - Constructor for class de.caff.generics.HashCoder
Constructor.
HashCoderMap<K,V> - Class in de.caff.generics
A hashmap implementation which allows to provide a dedicated hashcode implementation for its elements.
HashCoderMap(HashCoder<K>) - Constructor for class de.caff.generics.HashCoderMap
Constructor.
HashCoderMap(HashCoder<K>, int) - Constructor for class de.caff.generics.HashCoderMap
Constructor.
HashCoderMap(HashCoder<K>, int, float) - Constructor for class de.caff.generics.HashCoderMap
Constructor.
HashCoderMap(HashCoder<K>, Map<? extends K, ? extends V>) - Constructor for class de.caff.generics.HashCoderMap
Copy constructor.
HashCoderMap(HashCodeCalculator<? super K>) - Constructor for class de.caff.generics.HashCoderMap
Constructor.
HashCoderMap(HashCodeCalculator<? super K>, Matcher<? super K, ? super K>) - Constructor for class de.caff.generics.HashCoderMap
Constructor.
HashCoderMap(HashCodeCalculator<? super K>, Matcher<? super K, ? super K>, Function1<K, K>) - Constructor for class de.caff.generics.HashCoderMap
Constructor.
HashCoderMap(Function1<K, K>) - Constructor for class de.caff.generics.HashCoderMap
Constructor for creating a hashmap with keys created from mutable objects.
HashCoderSet<V> - Class in de.caff.generics
A hashset implementation which allows to provide a dedicated hashcode implementation for its elements.
HashCoderSet(HashCoder<V>) - Constructor for class de.caff.generics.HashCoderSet
Constructor.
HashCoderSet(HashCoder<V>, int) - Constructor for class de.caff.generics.HashCoderSet
Constructor.
HashCoderSet(HashCoder<V>, int, float) - Constructor for class de.caff.generics.HashCoderSet
Constructor.
HashCoderSet(HashCoder<V>, Collection<? extends V>) - Constructor for class de.caff.generics.HashCoderSet
Copy constructor.
HashCoderSet(HashCoder<V>, Iterable<? extends V>) - Constructor for class de.caff.generics.HashCoderSet
 
HashCoderSet(HashCodeCalculator<? super V>) - Constructor for class de.caff.generics.HashCoderSet
Constructor.
HashCoderSet(HashCodeCalculator<? super V>, Matcher<? super V, ? super V>) - Constructor for class de.caff.generics.HashCoderSet
Constructor.
HashCoderSet(HashCodeCalculator<? super V>, Matcher<? super V, ? super V>, Function1<V, V>) - Constructor for class de.caff.generics.HashCoderSet
Constructor.
HashCoderSet(Function1<V, V>) - Constructor for class de.caff.generics.HashCoderSet
Constructor for creating a hashmap with keys created from mutable objects.
hasKey(K) - Method in interface de.caff.generics.Dict
Does this dictionary provide a value for the given key?
hasMoreElements() - Method in class de.caff.generics.IteratorEnumeration
Tests if this enumeration contains more elements.
hasNext() - Method in class de.caff.generics.ArrayIterator
 
hasNext() - Method in class de.caff.generics.ConcatenatedIterators
Returns true if the iteration has more elements.
hasNext() - Method in class de.caff.generics.EnumerationIterator
Returns true if the iteration has more elements.
hasNext() - Method in class de.caff.generics.FilteringIteratorWrapper
 
hasNext() - Method in class de.caff.generics.IteratorConverter
Returns true if the iteration has more elements.
hasNext() - Method in class de.caff.generics.ListIteratorConverter
Returns true if this list iterator has more elements when traversing the list in the forward direction.
hasNext() - Method in class de.caff.generics.SingletonIterator
 
hasNext() - Method in class de.caff.generics.util.combi.Permutations.RangeIterator
 
hasPrevious() - Method in class de.caff.generics.ListIteratorConverter
Returns true if this list iterator has more elements when traversing the list in the reverse direction.
headSet(int) - Method in interface de.caff.generics.BooleanIndexable
Create an indexable subset from the last elements of this indexable set.
headSet(int) - Method in interface de.caff.generics.ByteIndexable
Create an indexable subset from the last elements of this indexable set.
headSet(int) - Method in interface de.caff.generics.CharIndexable
Create an indexable subset from the last elements of this indexable set.
headSet(T) - Method in class de.caff.generics.CountingTreeSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(int) - Method in interface de.caff.generics.DoubleIndexable
Create an indexable subset from the last elements of this indexable set.
headSet(int) - Method in interface de.caff.generics.FloatIndexable
Create an indexable subset from the last elements of this indexable set.
headSet(int) - Method in interface de.caff.generics.Indexable
Create an indexable subset from the last elements of this indexable set.
headSet(int) - Method in interface de.caff.generics.IntIndexable
Create an indexable subset from the last elements of this indexable set.
headSet(int) - Method in interface de.caff.generics.LongIndexable
Create an indexable subset from the last elements of this indexable set.
headSet(int) - Method in interface de.caff.generics.MutableBooleanIndexable
 
headSet(int) - Method in interface de.caff.generics.MutableByteIndexable
 
headSet(int) - Method in interface de.caff.generics.MutableCharIndexable
 
headSet(int) - Method in interface de.caff.generics.MutableDoubleIndexable
 
headSet(int) - Method in interface de.caff.generics.MutableFloatIndexable
 
headSet(int) - Method in interface de.caff.generics.MutableIndexable
 
headSet(int) - Method in interface de.caff.generics.MutableIntIndexable
 
headSet(int) - Method in interface de.caff.generics.MutableLongIndexable
 
headSet(int) - Method in interface de.caff.generics.MutableShortIndexable
 
headSet(int) - Method in interface de.caff.generics.ShortIndexable
Create an indexable subset from the last elements of this indexable set.
HighFastMultiIndexLinearizer - Class in de.caff.generics.mda
Simple highest-index fast implementation of a multi-index linearizer.
HighFastMultiIndexLinearizer(int...) - Constructor for class de.caff.generics.mda.HighFastMultiIndexLinearizer
Constructor.

I

i1(T) - Method in class de.caff.generics.tuple.NTuple2
Create a 3-tuple from this 2-tuple by inserting a new first element.
i1(T) - Method in class de.caff.generics.tuple.NTuple3
Create a 4-tuple from this 3-tuple by inserting a new first element.
i1(T) - Method in class de.caff.generics.tuple.NTuple4
Create a 5-tuple from this 4-tuple by inserting a new first element.
i1(T) - Method in class de.caff.generics.tuple.NTuple5
Create a 6-tuple from this 5-tuple by inserting a new first element.
i1(T) - Method in class de.caff.generics.tuple.NTuple6
Create a 7-tuple from this 6-tuple by inserting a new first element.
i1(T) - Method in class de.caff.generics.tuple.NTuple7
Create a 8-tuple from this 7-tuple by inserting a new first element.
i1(T) - Method in class de.caff.generics.tuple.NTuple8
Create a 9-tuple from this 8-tuple by inserting a new first element.
i1(T) - Method in class de.caff.generics.tuple.Tuple2
Create a 3-tuple from this 2-tuple by inserting a new first element.
i1(T) - Method in class de.caff.generics.tuple.Tuple3
Create a 4-tuple from this 3-tuple by inserting a new first element.
i1(T) - Method in class de.caff.generics.tuple.Tuple4
Create a 5-tuple from this 4-tuple by inserting a new first element.
i1(T) - Method in class de.caff.generics.tuple.Tuple5
Create a 6-tuple from this 5-tuple by inserting a new first element.
i1(T) - Method in class de.caff.generics.tuple.Tuple6
Create a 7-tuple from this 6-tuple by inserting a new first element.
i1(T) - Method in class de.caff.generics.tuple.Tuple7
Create a 8-tuple from this 7-tuple by inserting a new first element.
i1(T) - Method in class de.caff.generics.tuple.Tuple8
Create a 9-tuple from this 8-tuple by inserting a new first element.
i2(T) - Method in class de.caff.generics.tuple.NTuple2
Create a 3-tuple from this 2-tuple by inserting a new second element.
i2(T) - Method in class de.caff.generics.tuple.NTuple3
Create a 4-tuple from this 3-tuple by inserting a new second element.
i2(T) - Method in class de.caff.generics.tuple.NTuple4
Create a 5-tuple from this 4-tuple by inserting a new second element.
i2(T) - Method in class de.caff.generics.tuple.NTuple5
Create a 6-tuple from this 5-tuple by inserting a new second element.
i2(T) - Method in class de.caff.generics.tuple.NTuple6
Create a 7-tuple from this 6-tuple by inserting a new second element.
i2(T) - Method in class de.caff.generics.tuple.NTuple7
Create a 8-tuple from this 7-tuple by inserting a new second element.
i2(T) - Method in class de.caff.generics.tuple.NTuple8
Create a 9-tuple from this 8-tuple by inserting a new second element.
i2(T) - Method in class de.caff.generics.tuple.Tuple2
Create a 3-tuple from this 2-tuple by inserting a new second element.
i2(T) - Method in class de.caff.generics.tuple.Tuple3
Create a 4-tuple from this 3-tuple by inserting a new second element.
i2(T) - Method in class de.caff.generics.tuple.Tuple4
Create a 5-tuple from this 4-tuple by inserting a new second element.
i2(T) - Method in class de.caff.generics.tuple.Tuple5
Create a 6-tuple from this 5-tuple by inserting a new second element.
i2(T) - Method in class de.caff.generics.tuple.Tuple6
Create a 7-tuple from this 6-tuple by inserting a new second element.
i2(T) - Method in class de.caff.generics.tuple.Tuple7
Create a 8-tuple from this 7-tuple by inserting a new second element.
i2(T) - Method in class de.caff.generics.tuple.Tuple8
Create a 9-tuple from this 8-tuple by inserting a new second element.
i3(T) - Method in class de.caff.generics.tuple.NTuple2
Create a 3-tuple from this 2-tuple by adding a new third element.
i3(T) - Method in class de.caff.generics.tuple.NTuple3
Create a 4-tuple from this 3-tuple by inserting a new third element.
i3(T) - Method in class de.caff.generics.tuple.NTuple4
Create a 5-tuple from this 4-tuple by inserting a new third element.
i3(T) - Method in class de.caff.generics.tuple.NTuple5
Create a 6-tuple from this 5-tuple by inserting a new third element.
i3(T) - Method in class de.caff.generics.tuple.NTuple6
Create a 7-tuple from this 6-tuple by inserting a new third element.
i3(T) - Method in class de.caff.generics.tuple.NTuple7
Create a 8-tuple from this 7-tuple by inserting a new third element.
i3(T) - Method in class de.caff.generics.tuple.NTuple8
Create a 9-tuple from this 8-tuple by inserting a new third element.
i3(T) - Method in class de.caff.generics.tuple.Tuple2
Create a 3-tuple from this 2-tuple by adding a new third element.
i3(T) - Method in class de.caff.generics.tuple.Tuple3
Create a 4-tuple from this 3-tuple by inserting a new third element.
i3(T) - Method in class de.caff.generics.tuple.Tuple4
Create a 5-tuple from this 4-tuple by inserting a new third element.
i3(T) - Method in class de.caff.generics.tuple.Tuple5
Create a 6-tuple from this 5-tuple by inserting a new third element.
i3(T) - Method in class de.caff.generics.tuple.Tuple6
Create a 7-tuple from this 6-tuple by inserting a new third element.
i3(T) - Method in class de.caff.generics.tuple.Tuple7
Create a 8-tuple from this 7-tuple by inserting a new third element.
i3(T) - Method in class de.caff.generics.tuple.Tuple8
Create a 9-tuple from this 8-tuple by inserting a new third element.
i4(T) - Method in class de.caff.generics.tuple.NTuple3
Create a 4-tuple from this 3-tuple by adding a new fourth element.
i4(T) - Method in class de.caff.generics.tuple.NTuple4
Create a 5-tuple from this 4-tuple by inserting a new fourth element.
i4(T) - Method in class de.caff.generics.tuple.NTuple5
Create a 6-tuple from this 5-tuple by inserting a new fourth element.
i4(T) - Method in class de.caff.generics.tuple.NTuple6
Create a 7-tuple from this 6-tuple by inserting a new fourth element.
i4(T) - Method in class de.caff.generics.tuple.NTuple7
Create a 8-tuple from this 7-tuple by inserting a new fourth element.
i4(T) - Method in class de.caff.generics.tuple.NTuple8
Create a 9-tuple from this 8-tuple by inserting a new fourth element.
i4(T) - Method in class de.caff.generics.tuple.Tuple3
Create a 4-tuple from this 3-tuple by adding a new fourth element.
i4(T) - Method in class de.caff.generics.tuple.Tuple4
Create a 5-tuple from this 4-tuple by inserting a new fourth element.
i4(T) - Method in class de.caff.generics.tuple.Tuple5
Create a 6-tuple from this 5-tuple by inserting a new fourth element.
i4(T) - Method in class de.caff.generics.tuple.Tuple6
Create a 7-tuple from this 6-tuple by inserting a new fourth element.
i4(T) - Method in class de.caff.generics.tuple.Tuple7
Create a 8-tuple from this 7-tuple by inserting a new fourth element.
i4(T) - Method in class de.caff.generics.tuple.Tuple8
Create a 9-tuple from this 8-tuple by inserting a new fourth element.
i5(T) - Method in class de.caff.generics.tuple.NTuple4
Create a 5-tuple from this 4-tuple by adding a new fifth element.
i5(T) - Method in class de.caff.generics.tuple.NTuple5
Create a 6-tuple from this 5-tuple by inserting a new fifth element.
i5(T) - Method in class de.caff.generics.tuple.NTuple6
Create a 7-tuple from this 6-tuple by inserting a new fifth element.
i5(T) - Method in class de.caff.generics.tuple.NTuple7
Create a 8-tuple from this 7-tuple by inserting a new fifth element.
i5(T) - Method in class de.caff.generics.tuple.NTuple8
Create a 9-tuple from this 8-tuple by inserting a new fifth element.
i5(T) - Method in class de.caff.generics.tuple.Tuple4
Create a 5-tuple from this 4-tuple by adding a new fifth element.
i5(T) - Method in class de.caff.generics.tuple.Tuple5
Create a 6-tuple from this 5-tuple by inserting a new fifth element.
i5(T) - Method in class de.caff.generics.tuple.Tuple6
Create a 7-tuple from this 6-tuple by inserting a new fifth element.
i5(T) - Method in class de.caff.generics.tuple.Tuple7
Create a 8-tuple from this 7-tuple by inserting a new fifth element.
i5(T) - Method in class de.caff.generics.tuple.Tuple8
Create a 9-tuple from this 8-tuple by inserting a new fifth element.
i6(T) - Method in class de.caff.generics.tuple.NTuple5
Create a 6-tuple from this 5-tuple by adding a new sixth element.
i6(T) - Method in class de.caff.generics.tuple.NTuple6
Create a 7-tuple from this 6-tuple by inserting a new sixth element.
i6(T) - Method in class de.caff.generics.tuple.NTuple7
Create a 8-tuple from this 7-tuple by inserting a new sixth element.
i6(T) - Method in class de.caff.generics.tuple.NTuple8
Create a 9-tuple from this 8-tuple by inserting a new sixth element.
i6(T) - Method in class de.caff.generics.tuple.Tuple5
Create a 6-tuple from this 5-tuple by adding a new sixth element.
i6(T) - Method in class de.caff.generics.tuple.Tuple6
Create a 7-tuple from this 6-tuple by inserting a new sixth element.
i6(T) - Method in class de.caff.generics.tuple.Tuple7
Create a 8-tuple from this 7-tuple by inserting a new sixth element.
i6(T) - Method in class de.caff.generics.tuple.Tuple8
Create a 9-tuple from this 8-tuple by inserting a new sixth element.
i7(T) - Method in class de.caff.generics.tuple.NTuple6
Create a 7-tuple from this 6-tuple by adding a new seventh element.
i7(T) - Method in class de.caff.generics.tuple.NTuple7
Create a 8-tuple from this 7-tuple by inserting a new seventh element.
i7(T) - Method in class de.caff.generics.tuple.NTuple8
Create a 9-tuple from this 8-tuple by inserting a new seventh element.
i7(T) - Method in class de.caff.generics.tuple.Tuple6
Create a 7-tuple from this 6-tuple by adding a new seventh element.
i7(T) - Method in class de.caff.generics.tuple.Tuple7
Create a 8-tuple from this 7-tuple by inserting a new seventh element.
i7(T) - Method in class de.caff.generics.tuple.Tuple8
Create a 9-tuple from this 8-tuple by inserting a new seventh element.
i8(T) - Method in class de.caff.generics.tuple.NTuple7
Create a 8-tuple from this 7-tuple by adding a new eighth element.
i8(T) - Method in class de.caff.generics.tuple.NTuple8
Create a 9-tuple from this 8-tuple by inserting a new eighth element.
i8(T) - Method in class de.caff.generics.tuple.Tuple7
Create a 8-tuple from this 7-tuple by adding a new eighth element.
i8(T) - Method in class de.caff.generics.tuple.Tuple8
Create a 9-tuple from this 8-tuple by inserting a new eighth element.
i9(T) - Method in class de.caff.generics.tuple.NTuple8
Create a 9-tuple from this 8-tuple by adding a new nineth element.
i9(T) - Method in class de.caff.generics.tuple.Tuple8
Create a 9-tuple from this 8-tuple by adding a new nineth element.
IDENT - Static variable in interface de.caff.generics.function.DoubleOperator1
Identity function.
IDENTICAL - Static variable in class de.caff.generics.function.Predicates
Predicate2 which checks whether two objects represent the same object.
IDENTICAL - Static variable in class de.caff.generics.Sequences
Are two objects identical?
IDENTICAL - Static variable in interface de.caff.generics.UniformMatcher
Uniform matcher which only accepts identical objects.
identical() - Method in interface de.caff.generics.UniformMatcher
Identical matcher.
ignore1() - Method in interface de.caff.generics.function.Function0
Make this zero-argument function appear as a function with one ignored argument.
Indexable<T> - Interface in de.caff.generics
Class which allows readonly access by index.
indexable(int...) - Static method in class de.caff.generics.Types
Return an indexable from a primitive integer array.
indexable(short...) - Static method in class de.caff.generics.Types
Return an indexable from a primitive short integer array.
indexable(long...) - Static method in class de.caff.generics.Types
Return an indexable from a primitive long integer array.
indexable(byte...) - Static method in class de.caff.generics.Types
Return an indexable from a primitive byte integer array.
indexable(double...) - Static method in class de.caff.generics.Types
Return an indexable from a primitive double array.
indexable(float...) - Static method in class de.caff.generics.Types
Return an indexable from a primitive float array.
Indexable.Base<TT> - Class in de.caff.generics
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
Indexable.IndexableSpliterator<TElem> - Class in de.caff.generics
A spliterator for indexables.
Indexable.ListView<T> - Class in de.caff.generics
Helper class for viewing a mutable indexable as a standard list.
IndexableHelper - Class in de.caff.generics
Helper class for indexables.
IndexableSpliterator(Indexable<TElem>) - Constructor for class de.caff.generics.Indexable.IndexableSpliterator
Instantiate a mutable spliterator for an indexable.
IndexableSpliterator(Indexable<TElem>, int, int, boolean) - Constructor for class de.caff.generics.Indexable.IndexableSpliterator
Instantiate a spliterator for part of an indexable.
indexedView(BiFunction<? super Integer, ? super T, ? extends E>) - Method in interface de.caff.generics.Indexable
View this indexable as if it has another type.
indexes() - Method in interface de.caff.generics.BooleanIndexable
Get the indexes of this indexable as an iterable range.
indexes() - Method in interface de.caff.generics.ByteIndexable
Get the indexes of this indexable as an iterable range.
indexes() - Method in interface de.caff.generics.CharIndexable
Get the indexes of this indexable as an iterable range.
indexes() - Method in interface de.caff.generics.DoubleIndexable
Get the indexes of this indexable as an iterable range.
indexes() - Method in interface de.caff.generics.FloatIndexable
Get the indexes of this indexable as an iterable range.
indexes() - Method in interface de.caff.generics.Indexable
Get the indexes of this indexable as an iterable range.
indexes() - Method in interface de.caff.generics.IntIndexable
Get the indexes of this indexable as an iterable range.
indexes() - Method in interface de.caff.generics.LongIndexable
Get the indexes of this indexable as an iterable range.
indexes(int) - Static method in class de.caff.generics.range.Range
Return indexes for accessing an array or java.util.List.
indexes(Object[]) - Static method in class de.caff.generics.range.Range
Return the range of indexes for accessing the given array.
indexes(Collection<?>) - Static method in class de.caff.generics.range.Range
Return the range of indexes for accessing the given list.
indexes(Sizeable) - Static method in class de.caff.generics.range.Range
Return the range of indexes for accessing a sizeable object using standard indexing.
indexes() - Method in interface de.caff.generics.ShortIndexable
Get the indexes of this indexable as an iterable range.
indexLinearizer - Variable in class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
 
indexOf(Object) - Method in class de.caff.generics.ActiveList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class de.caff.generics.RefWrapperList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class de.caff.generics.SynchronizedList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(T[], E, BiPredicate<? super T, ? super E>) - Static method in class de.caff.generics.Types
Get the first index where a given element appears.
indexOf(T[], E, BiPredicate<? super T, ? super E>, int) - Static method in class de.caff.generics.Types
Get the first index where a given element appears.
indexOf(Iterable<T>, E, BiPredicate<? super T, ? super E>) - Static method in class de.caff.generics.Types
Get the first index where a given element appears.
indexOf(Iterable<T>, E, BiPredicate<? super T, ? super E>, int) - Static method in class de.caff.generics.Types
Get the first index where a given element appears.
indexOf(Iterator<T>, E, BiPredicate<? super T, ? super E>) - Static method in class de.caff.generics.Types
Get the first index where a given element appears.
indexOf(Iterator<T>, E, BiPredicate<? super T, ? super E>, int) - Static method in class de.caff.generics.Types
Get the first index where a given element appears.
indexOf(Enumeration<T>, E, BiPredicate<? super T, ? super E>) - Static method in class de.caff.generics.Types
Get the first index where a given element appears.
indexOf(Enumeration<T>, E, BiPredicate<? super T, ? super E>, int) - Static method in class de.caff.generics.Types
Get the first index where a given element appears.
indexOf(List<T>, E, BiPredicate<? super T, ? super E>, int) - Static method in class de.caff.generics.Types
Get the first index where a given element appears.
indexOf(Object) - Method in class de.caff.generics.UnmodifiableListArrayWrapper
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class de.caff.generics.UnmodifiableListBooleanArrayWrapper
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class de.caff.generics.UnmodifiableListByteArrayWrapper
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class de.caff.generics.UnmodifiableListDoubleArrayWrapper
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class de.caff.generics.UnmodifiableListFloatArrayWrapper
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class de.caff.generics.UnmodifiableListIntArrayWrapper
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class de.caff.generics.UnmodifiableListLongArrayWrapper
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class de.caff.generics.UnmodifiableListShortArrayWrapper
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
init(int, boolean) - Static method in interface de.caff.generics.BooleanIndexable
Get a boolean indexable of a given size which always returns the same value.
init(int, byte) - Static method in interface de.caff.generics.ByteIndexable
Get a byte indexable of a given size which always returns the same value.
init(int, char) - Static method in interface de.caff.generics.CharIndexable
Get a char indexable of a given size which always returns the same value.
init(int, double) - Static method in interface de.caff.generics.DoubleIndexable
Get a double indexable of a given size which always returns the same value.
init(int, float) - Static method in interface de.caff.generics.FloatIndexable
Get a float indexable of a given size which always returns the same value.
init(int, Supplier<? extends V>) - Static method in interface de.caff.generics.Indexable
Create an indexable with a given size, and initialize its elements.
init(int, int) - Static method in interface de.caff.generics.IntIndexable
Get an integer indexable of a given size which always returns the same value.
init(int, long) - Static method in interface de.caff.generics.LongIndexable
Get a long indexable of a given size which always returns the same value.
init(int, BooleanSupplier) - Static method in interface de.caff.generics.MutableBooleanIndexable
Initialize a mutable indexable to a given size.
init(int, boolean) - Static method in interface de.caff.generics.MutableBooleanIndexable
Create a mutable
init(int, Supplier<Number>) - Static method in interface de.caff.generics.MutableByteIndexable
Initialize a mutable indexable to a given size.
init(int, byte) - Static method in interface de.caff.generics.MutableByteIndexable
Create a mutable
init(int, Supplier<Character>) - Static method in interface de.caff.generics.MutableCharIndexable
Initialize a mutable indexable to a given size.
init(int, char) - Static method in interface de.caff.generics.MutableCharIndexable
Create a mutable
init(int, DoubleSupplier) - Static method in interface de.caff.generics.MutableDoubleIndexable
Initialize a mutable indexable to a given size.
init(int, double) - Static method in interface de.caff.generics.MutableDoubleIndexable
Create a mutable
init(int, Supplier<? extends Number>) - Static method in interface de.caff.generics.MutableFloatIndexable
Initialize a mutable indexable to a given size.
init(int, float) - Static method in interface de.caff.generics.MutableFloatIndexable
Create a mutable
init(int, Supplier<E>) - Static method in interface de.caff.generics.MutableIndexable
Initialize a mutable indexable to a given size.
init(int, IntSupplier) - Static method in interface de.caff.generics.MutableIntIndexable
Initialize a mutable indexable to a given size.
init(int, int) - Static method in interface de.caff.generics.MutableIntIndexable
Create a mutable
init(int, LongSupplier) - Static method in interface de.caff.generics.MutableLongIndexable
Initialize a mutable indexable to a given size.
init(int, long) - Static method in interface de.caff.generics.MutableLongIndexable
Create a mutable
init(int, Supplier<? extends Number>) - Static method in interface de.caff.generics.MutableShortIndexable
Initialize a mutable indexable to a given size.
init(int, short) - Static method in interface de.caff.generics.MutableShortIndexable
Create a mutable
init(int, short) - Static method in interface de.caff.generics.ShortIndexable
Get a short indexable of a given size which always returns the same value.
initByIndex(int, IntPredicate1) - Static method in interface de.caff.generics.BooleanIndexable
Get a boolean indexable of a given size which returns elements created by index.
initByIndex(int, IntToByteFunction1) - Static method in interface de.caff.generics.ByteIndexable
Get a byte indexable of a given size which returns elements created by index.
initByIndex(int, IntToCharFunction1) - Static method in interface de.caff.generics.CharIndexable
Get a char indexable of a given size which returns elements created by index.
initByIndex(int, IntToDoubleFunction) - Static method in interface de.caff.generics.DoubleIndexable
Get a double indexable of a given size which returns elements created by index.
initByIndex(int, IntToDoubleFunction) - Static method in interface de.caff.generics.ExpandableDoubleIndexable
Create an expandable double indexable with a given size, and initialize its elements by index.
initByIndex(int, IntFunction<? extends E>) - Static method in interface de.caff.generics.ExpandableIndexable
Create an expandable indexable with a given size, and initialize its elements by index.
initByIndex(int, IntUnaryOperator) - Static method in interface de.caff.generics.ExpandableIntIndexable
Create an expandable int indexable with a given size, and initialize its elements by index.
initByIndex(int, IntToLongFunction) - Static method in interface de.caff.generics.ExpandableLongIndexable
Create an expandable long indexable with a given size, and initialize its elements by index.
initByIndex(int, IntToFloatFunction1) - Static method in interface de.caff.generics.FloatIndexable
Get a float indexable of a given size which returns elements created by index.
initByIndex(int, IntFunction<? extends V>) - Static method in interface de.caff.generics.Indexable
Create an indexable with a given size, and initialize its elements by index.
initByIndex(int, IntUnaryOperator) - Static method in interface de.caff.generics.IntIndexable
Get an integer indexable of a given size which returns elements created by index.
initByIndex(int, IntToLongFunction) - Static method in interface de.caff.generics.LongIndexable
Get a long indexable of a given size which returns elements created by index.
initByIndex(IntPredicate1) - Method in interface de.caff.generics.MutableBooleanIndexable
Set all values of this boolean indexable by index.
initByIndex(int, IntPredicate) - Static method in interface de.caff.generics.MutableBooleanIndexable
Get a mutable boolean indexable of a given size which contains elements created by index.
initByIndex(IntToByteFunction1) - Method in interface de.caff.generics.MutableByteIndexable
initByIndex(int, IntToByteFunction1) - Static method in interface de.caff.generics.MutableByteIndexable
Get a mutable byte indexable of a given size which contains elements created by index.
initByIndex(IntToCharFunction1) - Method in interface de.caff.generics.MutableCharIndexable
initByIndex(int, IntToCharFunction1) - Static method in interface de.caff.generics.MutableCharIndexable
Get a mutable char indexable of a given size which contains elements created by index.
initByIndex(IntToDoubleFunction) - Method in interface de.caff.generics.MutableDoubleIndexable
initByIndex(int, IntToDoubleFunction) - Static method in interface de.caff.generics.MutableDoubleIndexable
Get a mutable double indexable of a given size which contains elements created by index.
initByIndex(IntToFloatFunction1) - Method in interface de.caff.generics.MutableFloatIndexable
initByIndex(int, IntToFloatFunction1) - Static method in interface de.caff.generics.MutableFloatIndexable
Get a mutable float indexable of a given size which contains elements created by index.
initByIndex(int, IntFunction<? extends E>) - Static method in interface de.caff.generics.MutableIndexable
Create a mutable indexable of a given size, and initialize its elements by index.
initByIndex(IntUnaryOperator) - Method in interface de.caff.generics.MutableIntIndexable
initByIndex(int, IntUnaryOperator) - Static method in interface de.caff.generics.MutableIntIndexable
Get a mutable integer indexable of a given size which contains elements created by index.
initByIndex(IntToLongFunction) - Method in interface de.caff.generics.MutableLongIndexable
Set all values of this long indexable by index.
initByIndex(int, IntToLongFunction) - Static method in interface de.caff.generics.MutableLongIndexable
Get a mutable long indexable of a given size which contains elements created by index.
initByIndex(IntToShortFunction1) - Method in interface de.caff.generics.MutableShortIndexable
Set all values of this short indexable by index.
initByIndex(int, IntToShortFunction1) - Static method in interface de.caff.generics.MutableShortIndexable
Get a mutable short indexable of a given size which contains elements created by index.
initByIndex(int, IntToShortFunction1) - Static method in interface de.caff.generics.ShortIndexable
Get a short indexable of a given size which returns elements created by index.
initFragile(int, FragileFunction0<E, X>) - Static method in interface de.caff.generics.MutableIndexable
Initialize a mutable indexable to a given size while allowing exceptions.
insertAfter(Function3<? extends V, BasicLoop<V>, V, V>) - Method in class de.caff.generics.BasicLoop.Item
Insert an item after this one.
insertBefore(Function3<? extends V, BasicLoop<V>, V, V>) - Method in class de.caff.generics.BasicLoop.Item
Insert an item before this one.
INT_ARRAY - Static variable in class de.caff.generics.Empty
Empty int array,
INT_ARRAY_2D - Static variable in class de.caff.generics.Empty
Empty array of int arrays,
INT_ARRAY_CLONER - Static variable in class de.caff.generics.Primitives
Function which clones int arrays.
IntCountable - Interface in de.caff.generics
Something containing a defined number of int values which can be iterated over.
IntCountable.Base - Class in de.caff.generics
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
IntFunction2<T> - Interface in de.caff.generics.function
Function with two integer arguments and generic result.
IntFunction3<T> - Interface in de.caff.generics.function
Function with three integer arguments and generic result.
IntIndexable - Interface in de.caff.generics
Class which allows readonly access of raw integers by index.
IntIndexable.Base - Class in de.caff.generics
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
IntIndexable.EntryConsumer - Interface in de.caff.generics
Consumer for index-value pairs with int values.
IntIndexable.IntIndexableSpliterator - Class in de.caff.generics
Spliterator for int indexables.
IntIndexableSpliterator(IntIndexable) - Constructor for class de.caff.generics.IntIndexable.IntIndexableSpliterator
Instantiate a mutable spliterator for an int indexable.
IntIndexableSpliterator(IntIndexable, int, int, boolean) - Constructor for class de.caff.generics.IntIndexable.IntIndexableSpliterator
Instantiate a spliterator for part of an int indexable.
intIndexes() - Method in interface de.caff.generics.BooleanIndexable
Get the indexes of this indexable as an integer indexable.
intIndexes() - Method in interface de.caff.generics.ByteIndexable
Get the indexes of this indexable as an integer indexable.
intIndexes() - Method in interface de.caff.generics.CharIndexable
Get the indexes of this indexable as an integer indexable.
intIndexes() - Method in interface de.caff.generics.DoubleIndexable
Get the indexes of this indexable as an integer indexable.
intIndexes() - Method in interface de.caff.generics.FloatIndexable
Get the indexes of this indexable as an integer indexable.
intIndexes() - Method in interface de.caff.generics.Indexable
Get the valid set of indexes as in integer indexable.
intIndexes() - Method in interface de.caff.generics.IntIndexable
Get the indexes of this indexable as an integer indexable.
intIndexes() - Method in interface de.caff.generics.LongIndexable
Get the indexes of this indexable as an integer indexable.
intIndexes() - Method in interface de.caff.generics.ShortIndexable
Get the indexes of this indexable as an integer indexable.
intIterator() - Method in interface de.caff.generics.ByteIndexable
Get a primitive int iterator.
intIterator() - Method in interface de.caff.generics.CharIndexable
Get an primitive int iterator.
intIterator() - Method in interface de.caff.generics.IntIndexable
Get a primitive int iterator.
intIterator(int, int) - Method in interface de.caff.generics.IntIndexable
Get an int iterator from the given sub set.
intIterator() - Method in interface de.caff.generics.PrimitiveIntIterable
Get a primitive int iterator.
intIterator() - Method in interface de.caff.generics.ShortIndexable
Get an primitive int iterator.
IntMap - Class in de.caff.generics.map
A map with integer keys.
IntMap() - Constructor for class de.caff.generics.map.IntMap
 
IntOperator0 - Interface in de.caff.generics.function
Function with no argument and an int result.
IntOperator1 - Interface in de.caff.generics.function
Unary operator with a int argument and result.
IntOperator2 - Interface in de.caff.generics.function
Binary operator with two int arguments and a int result.
IntOperator3 - Interface in de.caff.generics.function
Ternary operator with three int arguments and a int result.
IntOrdering - Interface in de.caff.generics.function
Define an order for two primitive int values.
IntOrdering.Serial - Interface in de.caff.generics.function
An int ordering which is serializable.
IntPair - Class in de.caff.generics
A pair of primitive int values.
IntPair(int, int) - Constructor for class de.caff.generics.IntPair
Constructor.
IntPartitions - Class in de.caff.generics.util.combi
Partition of a positive integer value.
IntPartitions() - Constructor for class de.caff.generics.util.combi.IntPartitions
 
IntPartitions.Part - Class in de.caff.generics.util.combi
One part of a partition.
IntPartitions.Partition - Class in de.caff.generics.util.combi
One partition.
IntPredicate1 - Interface in de.caff.generics.function
Predicate which expects a primitive integer argument.
IntPredicate2 - Interface in de.caff.generics.function
Predicate which expects two primitive integer arguments.
IntPredicate3 - Interface in de.caff.generics.function
Predicate which expects three primitive integer arguments.
IntSetter<T> - Interface in de.caff.generics.function
Procedure with a generic and a int argument.
intSpliterator() - Method in interface de.caff.generics.IntIndexable
Get a spliterator on this indexable.
IntToByteFunction1 - Interface in de.caff.generics.function
Function with one primitive integer argument and a primitive byte return.
IntToByteFunction2 - Interface in de.caff.generics.function
Function with two primitive integer arguments and a primitive byte result.
IntToByteFunction3 - Interface in de.caff.generics.function
Function with three primitive integer arguments and a primitive byte result.
IntToCharFunction1 - Interface in de.caff.generics.function
Function with one primitive integer argument and a primitive char return.
IntToCharFunction2 - Interface in de.caff.generics.function
Function with two primitive integer arguments and a primitive byte result.
IntToCharFunction3 - Interface in de.caff.generics.function
Function with three primitive integer arguments and a primitive char result.
IntToDoubleFunction2 - Interface in de.caff.generics.function
Function with two primitive integer arguments and a primitive double result.
IntToDoubleFunction3 - Interface in de.caff.generics.function
Function with three primitive integer arguments and a primitive double result.
IntToFloatFunction1 - Interface in de.caff.generics.function
Function with one primitive integer argument and a primitive flaat return.
IntToFloatFunction2 - Interface in de.caff.generics.function
Function with two primitive integer arguments and a primitive float result.
IntToFloatFunction3 - Interface in de.caff.generics.function
Function with three primitive integer arguments and a primitive float result.
IntToIntFunction3 - Interface in de.caff.generics.function
Function with three primitive integer arguments and a primitive integer result.
IntToLongFunction2 - Interface in de.caff.generics.function
Function with two primitive integer arguments and a primitive long result.
IntToLongFunction3 - Interface in de.caff.generics.function
Function with three primitive integer arguments and a primitive long result.
IntToShortFunction1 - Interface in de.caff.generics.function
Function with one primitive integer argument and a primitive short return.
IntToShortFunction2 - Interface in de.caff.generics.function
Function with two primitive integer arguments and a primitive short result.
IntToShortFunction3 - Interface in de.caff.generics.function
Function with three primitive integer arguments and a primitive short result.
intView(Iterator<S>, ToIntFunction<? super S>) - Static method in class de.caff.generics.Types
View a generic iterator as if it is an iterator for primitive int values.
intView(Iterable<S>, ToIntFunction<? super S>) - Static method in class de.caff.generics.Types
View a generic iterable as if it is an iterable of primitive int values.
inverse() - Method in interface de.caff.generics.function.ByteOrdering
Invert this order.
inverse() - Method in interface de.caff.generics.function.CharOrdering
Invert this order.
inverse() - Method in interface de.caff.generics.function.DoubleOrdering
Invert this order.
inverse() - Method in interface de.caff.generics.function.FloatOrdering
Invert this order.
inverse() - Method in interface de.caff.generics.function.IntOrdering
Invert this order.
inverse() - Method in interface de.caff.generics.function.LongOrdering
Invert this order.
inverse() - Method in interface de.caff.generics.function.Ordering
Invert this order.
inverse() - Method in interface de.caff.generics.function.ShortOrdering
Invert this order.
inverse() - Method in enum de.caff.generics.Order
Get the order which is the inverse of this one.
inverseNatural() - Static method in interface de.caff.generics.function.Ordering
Get the inverse of the natural order of a comparable type.
invert(TwoWayTypeConverter<S, T>) - Static method in class de.caff.generics.Types
Get an inverted two way type converter from a given one.
invertX() - Method in class de.caff.generics.mda.SmallTwoDimensionalArray
Invert the row order in X direction.
invertX() - Method in class de.caff.generics.mda.SmallTwoDimensionalBooleanArray
Invert the row order in X direction.
invertX() - Method in class de.caff.generics.mda.SmallTwoDimensionalByteArray
Invert the row order in X direction.
invertX() - Method in class de.caff.generics.mda.SmallTwoDimensionalCharArray
Invert the row order in X direction.
invertX() - Method in class de.caff.generics.mda.SmallTwoDimensionalDoubleArray
Invert the row order in X direction.
invertX() - Method in class de.caff.generics.mda.SmallTwoDimensionalFloatArray
Invert the row order in X direction.
invertX() - Method in class de.caff.generics.mda.SmallTwoDimensionalIntArray
Invert the row order in X direction.
invertX() - Method in class de.caff.generics.mda.SmallTwoDimensionalLongArray
Invert the row order in X direction.
invertX() - Method in class de.caff.generics.mda.SmallTwoDimensionalShortArray
Invert the row order in X direction.
invertX() - Method in class de.caff.generics.mda.TwoDimensionalDoubleArray
Invert the row order in X direction.
invertY() - Method in class de.caff.generics.mda.SmallTwoDimensionalArray
Invert the row order in Y direction.
invertY() - Method in class de.caff.generics.mda.SmallTwoDimensionalBooleanArray
Invert the row order in Y direction.
invertY() - Method in class de.caff.generics.mda.SmallTwoDimensionalByteArray
Invert the row order in Y direction.
invertY() - Method in class de.caff.generics.mda.SmallTwoDimensionalCharArray
Invert the row order in Y direction.
invertY() - Method in class de.caff.generics.mda.SmallTwoDimensionalDoubleArray
Invert the row order in Y direction.
invertY() - Method in class de.caff.generics.mda.SmallTwoDimensionalFloatArray
Invert the row order in Y direction.
invertY() - Method in class de.caff.generics.mda.SmallTwoDimensionalIntArray
Invert the row order in Y direction.
invertY() - Method in class de.caff.generics.mda.SmallTwoDimensionalLongArray
Invert the row order in Y direction.
invertY() - Method in class de.caff.generics.mda.SmallTwoDimensionalShortArray
Invert the row order in Y direction.
invertY() - Method in class de.caff.generics.mda.TwoDimensionalDoubleArray
Invert the row order in Y direction.
invoke(BiFunction<? super T1, ? super T2, T>) - Method in interface de.caff.generics.tuple.ITuple2
Invoke a 2-argument function on this tuple unpacked.
invoke(Function3<T, ? super T1, ? super T2, ? super T3>) - Method in interface de.caff.generics.tuple.ITuple3
Invoke a %d-argument function on this tuple.
invoke(Function4<T, ? super T1, ? super T2, ? super T3, ? super T4>) - Method in interface de.caff.generics.tuple.ITuple4
Invoke a %d-argument function on this tuple.
invoke(Function5<T, ? super T1, ? super T2, ? super T3, ? super T4, ? super T5>) - Method in interface de.caff.generics.tuple.ITuple5
Invoke a %d-argument function on this tuple.
invoke(Function6<T, ? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6>) - Method in interface de.caff.generics.tuple.ITuple6
Invoke a %d-argument function on this tuple.
invoke(Function7<T, ? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7>) - Method in interface de.caff.generics.tuple.ITuple7
Invoke a %d-argument function on this tuple.
invoke(Function8<T, ? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8>) - Method in interface de.caff.generics.tuple.ITuple8
Invoke a %d-argument function on this tuple.
invoke(Function9<T, ? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9>) - Method in interface de.caff.generics.tuple.ITuple9
Invoke a %d-argument function on this tuple.
IReference<T> - Interface in de.caff.generics.util
A reference to an object.
isEmpty() - Method in class de.caff.generics.AbstractBasicCountingSet
Returns true if this set contains no elements.
isEmpty() - Method in class de.caff.generics.ActiveList
Returns true if this list contains no elements.
isEmpty() - Method in class de.caff.generics.BasicLoop
 
isEmpty() - Method in interface de.caff.generics.BooleanIndexable
Is this indexable empty?
isEmpty() - Method in interface de.caff.generics.ByteIndexable
Is this indexable empty?
isEmpty() - Method in interface de.caff.generics.CharIndexable
Is this indexable empty?
isEmpty() - Method in class de.caff.generics.CopierFStackImpl.Empty
 
isEmpty() - Method in class de.caff.generics.CopierFStackImpl
 
isEmpty() - Method in interface de.caff.generics.Countable
Is this countable empty?
isEmpty() - Method in interface de.caff.generics.Dict
Is this map empty?
isEmpty() - Method in interface de.caff.generics.DoubleIndexable
Is this indexable empty?
isEmpty() - Method in interface de.caff.generics.FloatIndexable
Is this indexable empty?
isEmpty() - Method in interface de.caff.generics.FStack
Is this stack empty?
isEmpty() - Method in class de.caff.generics.FStackImpl
 
isEmpty() - Method in class de.caff.generics.HashCoderMap
 
isEmpty() - Method in class de.caff.generics.HashCoderSet
 
isEmpty() - Method in interface de.caff.generics.Indexable
Is this indexable empty?
isEmpty() - Method in class de.caff.generics.Indexable.ListView
 
isEmpty() - Method in interface de.caff.generics.IntCountable
Is this countable empty?
isEmpty() - Method in interface de.caff.generics.IntIndexable
Is this indexable empty?
isEmpty() - Method in class de.caff.generics.LeastRecentlyUsedCache
Is this mapping empty?
isEmpty() - Method in interface de.caff.generics.LongIndexable
Is this indexable empty?
isEmpty() - Method in class de.caff.generics.MatchSet
Returns true if this set contains no elements.
isEmpty() - Method in class de.caff.generics.MutableIndexable.ListView
 
isEmpty() - Method in class de.caff.generics.RefValueHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class de.caff.generics.RefWrapperHashSet
Returns true if this list contains no elements.
isEmpty() - Method in class de.caff.generics.RefWrapperList
Returns true if this list contains no elements.
isEmpty() - Method in interface de.caff.generics.ShortIndexable
Is this indexable empty?
isEmpty() - Method in class de.caff.generics.SynchronizedCollection
Returns true if this collection contains no elements.
isEmpty() - Method in class de.caff.generics.SynchronizedList
Returns true if this collection contains no elements.
isEmpty() - Method in class de.caff.generics.UnmodifiableListArrayWrapper
Returns true if this list contains no elements.
isEmpty() - Method in class de.caff.generics.UnmodifiableListBooleanArrayWrapper
Returns true if this list contains no elements.
isEmpty() - Method in class de.caff.generics.UnmodifiableListByteArrayWrapper
Returns true if this list contains no elements.
isEmpty() - Method in class de.caff.generics.UnmodifiableListDoubleArrayWrapper
Returns true if this list contains no elements.
isEmpty() - Method in class de.caff.generics.UnmodifiableListFloatArrayWrapper
Returns true if this list contains no elements.
isEmpty() - Method in class de.caff.generics.UnmodifiableListIntArrayWrapper
Returns true if this list contains no elements.
isEmpty() - Method in class de.caff.generics.UnmodifiableListLongArrayWrapper
Returns true if this list contains no elements.
isEmpty() - Method in class de.caff.generics.UnmodifiableListShortArrayWrapper
Returns true if this list contains no elements.
isEmptyOrNull(String) - Static method in class de.caff.generics.Types
Check whether a string is empty or null.
isEqual(T) - Static method in class de.caff.generics.checker.Check
Get a value checker with checks for a given value using the equals method.
isEqual(T) - Static method in interface de.caff.generics.function.Predicate1
Get a predicate which checks deep equality with the given target.
isEqual() - Static method in interface de.caff.generics.function.Predicate2
Get a predicate which compares 2 objects for deep equality.
isEqual(IntCountable) - Method in interface de.caff.generics.IntCountable
Does this countable equal another one?
isEqualTo(TT) - Method in class de.caff.generics.Subject.Base
 
isNewerThan(SemVer) - Method in class de.caff.version.SemVer
Is this version newer than the other version?
isNotType(Class<?>) - Static method in class de.caff.generics.checker.Check
Get a checker which checks whether an object is not an instance of a given class or interface.
isOrdered(ByteOrdering) - Method in interface de.caff.generics.ByteIndexable
Is this indexable sorted according to the given ordering?
isOrdered() - Method in interface de.caff.generics.ByteIndexable
Is this indexable sorted naturally?
isOrdered(CharOrdering) - Method in interface de.caff.generics.CharIndexable
Is this indexable sorted according to the given ordering?
isOrdered() - Method in interface de.caff.generics.CharIndexable
Is this indexable sorted naturally?
isOrdered(DoubleOrdering) - Method in interface de.caff.generics.DoubleIndexable
Is this indexable sorted according to the given ordering?
isOrdered(FloatOrdering) - Method in interface de.caff.generics.FloatIndexable
Is this indexable sorted according to the given ordering?
isOrdered(Ordering<? super T>) - Method in interface de.caff.generics.Indexable
Is this indexable sorted according to the given ordering?
isOrdered(IntOrdering) - Method in interface de.caff.generics.IntIndexable
Is this indexable sorted according to the given ordering?
isOrdered(LongOrdering) - Method in interface de.caff.generics.LongIndexable
Is this indexable sorted according to the given ordering?
isOrdered(ShortOrdering) - Method in interface de.caff.generics.ShortIndexable
Is this indexable sorted according to the given ordering?
isOrdered() - Method in interface de.caff.generics.ShortIndexable
Is this indexable sorted naturally?
isSorted(Comparator<? super T>) - Method in interface de.caff.generics.Countable
Is this countable ordered according to the given sort order?
isSorted(IntOrdering) - Method in interface de.caff.generics.IntCountable
Is this countable ordered according to the given sort order?
isStrictlyOrdered(ByteOrdering) - Method in interface de.caff.generics.ByteIndexable
Is this indexable strictly sorted according to the given ordering?
isStrictlyOrdered() - Method in interface de.caff.generics.ByteIndexable
Is this indexable strictly sorted naturally?
isStrictlyOrdered(CharOrdering) - Method in interface de.caff.generics.CharIndexable
Is this indexable strictly sorted according to the given ordering?
isStrictlyOrdered() - Method in interface de.caff.generics.CharIndexable
Is this indexable strictly sorted naturally?
isStrictlyOrdered(DoubleOrdering) - Method in interface de.caff.generics.DoubleIndexable
Is this indexable strictly sorted according to the given ordering?
isStrictlyOrdered(FloatOrdering) - Method in interface de.caff.generics.FloatIndexable
Is this indexable strictly sorted according to the given ordering?
isStrictlyOrdered(Ordering<? super T>) - Method in interface de.caff.generics.Indexable
Is this indexable strictly sorted according to the given ordering?
isStrictlyOrdered(IntOrdering) - Method in interface de.caff.generics.IntIndexable
Is this indexable strictly sorted according to the given ordering?
isStrictlyOrdered(LongOrdering) - Method in interface de.caff.generics.LongIndexable
Is this indexable strictly sorted according to the given ordering?
isStrictlyOrdered(ShortOrdering) - Method in interface de.caff.generics.ShortIndexable
Is this indexable strictly sorted according to the given ordering?
isStrictlyOrdered() - Method in interface de.caff.generics.ShortIndexable
Is this indexable strictly sorted naturally?
isStrictlySorted(Comparator<? super T>) - Method in interface de.caff.generics.Countable
Is this countable strictly ordered according to the given sort order?
isStrictlySorted(IntOrdering) - Method in interface de.caff.generics.IntCountable
Is this countable strictly ordered according to the given sort order?
isType(Class<?>) - Static method in class de.caff.generics.checker.Check
Get a checker which checks whether an object is an instance of a given class or interface.
isValid() - Method in class de.caff.generics.BasicLoop.Item
Does this item still belong to a loop.
isValid() - Method in class de.caff.generics.SoftPropertyChangeListener
Is this listener still valid?
isValid() - Method in class de.caff.generics.WeakPropertyChangeListener
Is this listener still valid?
isWhiteOrNull(String) - Static method in class de.caff.generics.Types
Check whether a string is empty, contains only whitespace, or is null.
Item(BasicLoop<V>, V, V) - Constructor for class de.caff.generics.BasicLoop.Item
Standard constructor..
Item(BasicLoop<V>) - Constructor for class de.caff.generics.BasicLoop.Item
Constructor for first item.
Item(T, BasicLoop<Loop.Item<T>>, Loop.Item<T>, Loop.Item<T>) - Constructor for class de.caff.generics.Loop.Item
Create an item.
itemAdded(int, T) - Method in interface de.caff.generics.ActiveListListener
Called when an item was added.
itemExchanged(int, T, T) - Method in interface de.caff.generics.ActiveListListener
Called when an item was exchanged.
itemRemoved(int, T) - Method in interface de.caff.generics.ActiveListListener
Called when an item was removed.
IterableConverter<T,S> - Class in de.caff.generics
 
IterableConverter(Iterable<S>, Function<? super S, ? extends T>) - Constructor for class de.caff.generics.IterableConverter
Constructor.
iterator() - Method in class de.caff.generics.AbstractBasicCountingSet
Returns an iterator over the elements in this set.
iterator() - Method in class de.caff.generics.BasicLoop
Get an iterator over the items of this loop.
iterator() - Method in interface de.caff.generics.BooleanIndexable
Returns an iterator over elements of type T.
iterator() - Method in interface de.caff.generics.ByteIndexable
Returns an iterator over elements of type T.
iterator() - Method in interface de.caff.generics.CharIndexable
Returns an iterator over elements of type T.
iterator() - Method in class de.caff.generics.ConcatenatedIterables
Returns an iterator over a set of elements of type T.
iterator() - Method in interface de.caff.generics.DoubleIndexable
Returns an iterator over elements of type T.
iterator() - Method in interface de.caff.generics.ExpandableIndexable
 
iterator() - Method in interface de.caff.generics.FloatIndexable
Returns an iterator over elements of type T.
iterator() - Method in interface de.caff.generics.FStack
 
iterator() - Method in class de.caff.generics.HashCoderSet
 
iterator() - Method in interface de.caff.generics.Indexable
Returns an iterator over elements of type T.
iterator(int, int) - Method in interface de.caff.generics.Indexable
Get a sub set iterator.
iterator() - Method in class de.caff.generics.Indexable.ListView
 
iterator() - Method in interface de.caff.generics.IntIndexable
Returns an iterator over elements of type T.
iterator() - Method in class de.caff.generics.IterableConverter
Returns an iterator over a set of elements of type T.
iterator() - Method in interface de.caff.generics.LongIndexable
Returns an iterator over elements of type T.
iterator() - Method in class de.caff.generics.MatchSet
Returns an iterator over the elements in this set.
iterator() - Method in class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
Get an iterator over a linearized view of this multi-dimensional array.
iterator(MultiIndexLinearizer.Sequencer) - Method in class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
Get an iterator over a linearized view of this multi-dimensional array.
iterator() - Method in class de.caff.generics.MutableIndexable.ListView
 
iterator() - Method in class de.caff.generics.Pair
Returns an iterator over this pair.
iterator() - Method in interface de.caff.generics.PrimitiveBooleanIterable
 
iterator() - Method in interface de.caff.generics.PrimitiveByteIterable
 
iterator() - Method in interface de.caff.generics.PrimitiveCharIterable
 
iterator() - Method in interface de.caff.generics.PrimitiveDoubleIterable
 
iterator() - Method in interface de.caff.generics.PrimitiveFloatIterable
 
iterator() - Method in interface de.caff.generics.PrimitiveIntIterable
 
iterator() - Method in interface de.caff.generics.PrimitiveLongIterable
 
iterator() - Method in interface de.caff.generics.PrimitiveShortIterable
 
iterator() - Method in class de.caff.generics.RefWrapperHashSet
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class de.caff.generics.RefWrapperList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in interface de.caff.generics.ShortIndexable
Returns an iterator over elements of type T.
iterator() - Method in class de.caff.generics.SynchronizedCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class de.caff.generics.SynchronizedList
Returns an iterator over the elements in this collection.
iterator() - Method in class de.caff.generics.UnmodifiableListArrayWrapper
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class de.caff.generics.UnmodifiableListBooleanArrayWrapper
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class de.caff.generics.UnmodifiableListByteArrayWrapper
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class de.caff.generics.UnmodifiableListDoubleArrayWrapper
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class de.caff.generics.UnmodifiableListFloatArrayWrapper
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class de.caff.generics.UnmodifiableListIntArrayWrapper
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class de.caff.generics.UnmodifiableListLongArrayWrapper
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class de.caff.generics.UnmodifiableListShortArrayWrapper
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class de.caff.generics.util.combi.Combinations
 
iterator() - Method in class de.caff.generics.util.combi.Combinations.OfBoolean
 
iterator() - Method in class de.caff.generics.util.combi.Combinations.OfByte
 
iterator() - Method in class de.caff.generics.util.combi.Combinations.OfChar
 
iterator() - Method in class de.caff.generics.util.combi.Combinations.OfDouble
 
iterator() - Method in class de.caff.generics.util.combi.Combinations.OfFloat
 
iterator() - Method in class de.caff.generics.util.combi.Combinations.OfInt
 
iterator() - Method in class de.caff.generics.util.combi.Combinations.OfLong
 
iterator() - Method in class de.caff.generics.util.combi.Combinations.OfRange
 
iterator() - Method in class de.caff.generics.util.combi.Combinations.OfShort
 
iterator() - Method in class de.caff.generics.util.combi.Combinations.OfString
 
iterator() - Method in class de.caff.generics.util.combi.Permutations
Get the iterator which provides the permutations.
iterator() - Method in class de.caff.generics.util.combi.Permutations.OfBoolean
 
iterator() - Method in class de.caff.generics.util.combi.Permutations.OfByte
 
iterator() - Method in class de.caff.generics.util.combi.Permutations.OfChar
 
iterator() - Method in class de.caff.generics.util.combi.Permutations.OfDouble
 
iterator() - Method in class de.caff.generics.util.combi.Permutations.OfFloat
 
iterator() - Method in class de.caff.generics.util.combi.Permutations.OfInt
 
iterator() - Method in class de.caff.generics.util.combi.Permutations.OfLong
 
iterator() - Method in class de.caff.generics.util.combi.Permutations.OfRange
 
iterator() - Method in class de.caff.generics.util.combi.Permutations.OfShort
 
iterator() - Method in class de.caff.generics.util.combi.Permutations.OfString
 
iterator() - Static method in interface de.caff.version.ModuleVersionService
Get an iterator over all module version services.
iterator(String) - Static method in interface de.caff.version.ModuleVersionService
Get an iterator over all module version services with one excluded.
IteratorConverter<T,S> - Class in de.caff.generics
Convert an iterator to another type.
IteratorConverter(Iterator<S>, Function<? super S, ? extends T>) - Constructor for class de.caff.generics.IteratorConverter
Constructor.
IteratorEnumeration<T> - Class in de.caff.generics
Enumeration wrapper for an iterator.
IteratorEnumeration(Iterator<T>) - Constructor for class de.caff.generics.IteratorEnumeration
Constructor.
iteratorTo(V) - Method in class de.caff.generics.BasicLoop.Item
 
ITuple2<T1,T2> - Interface in de.caff.generics.tuple
General interface for immutable 2-tuples.
ITuple2.Base<T1,T2> - Class in de.caff.generics.tuple
Abstract base implementation of a 2-tuple.
ITuple3<T1,T2,T3> - Interface in de.caff.generics.tuple
General interface for immutable 3-tuples.
ITuple3.Base<T1,T2,T3> - Class in de.caff.generics.tuple
Abstract base implementation of a 3-tuple.
ITuple4<T1,T2,T3,T4> - Interface in de.caff.generics.tuple
General interface for immutable 4-tuples.
ITuple4.Base<T1,T2,T3,T4> - Class in de.caff.generics.tuple
Abstract base implementation of a 4-tuple.
ITuple5<T1,T2,T3,T4,T5> - Interface in de.caff.generics.tuple
General interface for immutable 5-tuples.
ITuple5.Base<T1,T2,T3,T4,T5> - Class in de.caff.generics.tuple
Abstract base implementation of a 5-tuple.
ITuple6<T1,T2,T3,T4,T5,T6> - Interface in de.caff.generics.tuple
General interface for immutable 6-tuples.
ITuple6.Base<T1,T2,T3,T4,T5,T6> - Class in de.caff.generics.tuple
Abstract base implementation of a 6-tuple.
ITuple7<T1,T2,T3,T4,T5,T6,T7> - Interface in de.caff.generics.tuple
General interface for immutable 7-tuples.
ITuple7.Base<T1,T2,T3,T4,T5,T6,T7> - Class in de.caff.generics.tuple
Abstract base implementation of a 7-tuple.
ITuple8<T1,T2,T3,T4,T5,T6,T7,T8> - Interface in de.caff.generics.tuple
General interface for immutable 8-tuples.
ITuple8.Base<T1,T2,T3,T4,T5,T6,T7,T8> - Class in de.caff.generics.tuple
Abstract base implementation of a 8-tuple.
ITuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - Interface in de.caff.generics.tuple
General interface for immutable 9-tuples.
ITuple9.Base<T1,T2,T3,T4,T5,T6,T7,T8,T9> - Class in de.caff.generics.tuple
Abstract base implementation of a 9-tuple.

J

JAVA_SERVICE_TEMPLATE - Static variable in class de.caff.version.ModuleVersionTool
Service class template.
join(String, String...) - Static method in class de.caff.generics.Types
Join an array of strings into one.
join(char, String...) - Static method in class de.caff.generics.Types
Join an array of strings into one.
join(String, Iterable<String>) - Static method in class de.caff.generics.Types
Join a bunch of strings into one.
join(char, Iterable<String>) - Static method in class de.caff.generics.Types
Join a bunch of strings into one.
join(char, Iterator<String>) - Static method in class de.caff.generics.Types
Join a bunch of strings into one.
join(String, Iterator<String>) - Static method in class de.caff.generics.Types
Join a bunch of strings into one.
join(String, Enumeration<String>) - Static method in class de.caff.generics.Types
Join a bunch of strings into one.

K

keys() - Method in interface de.caff.generics.Dict
Get the keys of this dictionary.
keys() - Method in class de.caff.generics.LeastRecentlyUsedCache
Get the keys currently valid in this cache.
keySet() - Method in class de.caff.generics.HashCoderMap
 
keySet() - Method in class de.caff.generics.RefValueHashMap
Returns a set view of the keys contained in this map.
keyView(Function<? super EK, ? extends NEK>) - Method in class de.caff.generics.Dict.Entry
View this entry as if it has another key.

L

LARGE_SIZE_LIMIT - Static variable in class de.caff.generics.ExpandableDoubleIndexableImpl
 
LARGE_SIZE_LIMIT - Static variable in class de.caff.generics.ExpandableIndexableImpl
 
LARGE_SIZE_LIMIT - Static variable in class de.caff.generics.ExpandableIntIndexableImpl
 
LARGE_SIZE_LIMIT - Static variable in class de.caff.generics.ExpandableLongIndexableImpl
 
last() - Method in interface de.caff.generics.Countable
Get the last element.
last() - Method in class de.caff.generics.CountingTreeSet
Returns the last (highest) element currently in this sorted set.
last() - Method in interface de.caff.generics.Indexable
 
last() - Method in interface de.caff.generics.IntCountable
Get the last value.
last(Iterable<T>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Get the last element which fulfills a check.
last(List<T>, Predicate<? super T>, int) - Static method in class de.caff.generics.Types
Get the last element which fulfills a check.
lastIndexOf(Object) - Method in class de.caff.generics.ActiveList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class de.caff.generics.RefWrapperList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class de.caff.generics.SynchronizedList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(List<T>, E, BiPredicate<? super T, ? super E>, int) - Static method in class de.caff.generics.Types
Get the last index where a given element appears.
lastIndexOf(List<T>, E, BiPredicate<? super T, ? super E>) - Static method in class de.caff.generics.Types
Get the last index where a given element appears.
lastIndexOf(Object) - Method in class de.caff.generics.UnmodifiableListArrayWrapper
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class de.caff.generics.UnmodifiableListBooleanArrayWrapper
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class de.caff.generics.UnmodifiableListByteArrayWrapper
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class de.caff.generics.UnmodifiableListDoubleArrayWrapper
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class de.caff.generics.UnmodifiableListFloatArrayWrapper
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class de.caff.generics.UnmodifiableListIntArrayWrapper
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class de.caff.generics.UnmodifiableListLongArrayWrapper
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class de.caff.generics.UnmodifiableListShortArrayWrapper
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastMatch(BooleanPredicate1) - Method in interface de.caff.generics.BooleanIndexable
Get the last index for which the given check is fulfilled.
lastMatch(BytePredicate1) - Method in interface de.caff.generics.ByteIndexable
Get the last index for which the given check is fulfilled.
lastMatch(CharPredicate1) - Method in interface de.caff.generics.CharIndexable
Get the last index for which the given check is fulfilled.
lastMatch(DoublePredicate) - Method in interface de.caff.generics.DoubleIndexable
Get the last index for which the given check is fulfilled.
lastMatch(FloatPredicate1) - Method in interface de.caff.generics.FloatIndexable
Get the last index for which the given check is fulfilled.
lastMatch(IntPredicate) - Method in interface de.caff.generics.IntIndexable
Get the last index for which the given check is fulfilled.
lastMatch(LongPredicate) - Method in interface de.caff.generics.LongIndexable
Get the last index for which the given check is fulfilled.
lastMatch(ShortPredicate1) - Method in interface de.caff.generics.ShortIndexable
Get the last index for which the given check is fulfilled.
lastMatch(List<T>, E, BiPredicate<? super T, ? super E>, int) - Static method in class de.caff.generics.Types
Get the last matching element from a list.
lastMatch(List<T>, E, BiPredicate<? super T, ? super E>) - Static method in class de.caff.generics.Types
Get the last matching element where a given element appears.
lastOrNull() - Method in interface de.caff.generics.Countable
Get the last element, or null if this countable is empty.
lastValue() - Method in interface de.caff.generics.DoubleIndexable
Get the last value in this double indexable.
lastValue() - Method in class de.caff.generics.Loop
Get the value of the last item in this loop.
LeastRecentlyUsedCache<K,V> - Class in de.caff.generics
A map which implements a least recently used cache.
LeastRecentlyUsedCache(int) - Constructor for class de.caff.generics.LeastRecentlyUsedCache
Constructor.
lessEquals(Comparable<T>) - Static method in class de.caff.generics.checker.Check
Get a checker which compares to a given element, and returns true if the checked value is less than the element, or equal.
lessEquals(T, Comparator<T>) - Static method in class de.caff.generics.checker.Check
Get a checker which compares to a given element, and returns true if the checked value is less than the element, or equal.
LessEqualsChecker<T> - Class in de.caff.generics.checker
This value checker compares the checked value to its element, and returns true if the given value is smaller or same.
LessEqualsChecker(T, Comparator<T>) - Constructor for class de.caff.generics.checker.LessEqualsChecker
Constructor.
lessThan(Comparable<T>) - Static method in class de.caff.generics.checker.Check
Get a checker which compares to a given element, and returns true if the checked value is less than the element.
lessThan(T, Comparator<T>) - Static method in class de.caff.generics.checker.Check
Get a checker which compares to a given element, and returns true if the checked value is less than the element.
LessThanChecker<T> - Class in de.caff.generics.checker
This value checker compares the checked value to its element, and returns true if the given value is smaller.
LessThanChecker(T, Comparator<T>) - Constructor for class de.caff.generics.checker.LessThanChecker
Constructor.
lexicalCompare(Iterable<? extends T>, Iterable<? extends T>, Comparator<T>) - Static method in class de.caff.generics.Types
Compare two iterables in lexical order.
lexicalCompare(Iterable<? extends T>, Iterable<? extends T>) - Static method in class de.caff.generics.Types
Compare two iterables in lexical natural order.
lexicalCompare(Iterator<? extends T>, Iterator<? extends T>, Comparator<T>) - Static method in class de.caff.generics.Types
Compare two iterators in lexical order.
lexicalCompare(Iterator<? extends T>, Iterator<? extends T>) - Static method in class de.caff.generics.Types
Compare two iterators in lexical natural order.
linearized() - Method in interface de.caff.generics.mda.MultiDimensionalReadAccess
Get an iterable over all elements of this multi-dimensional access.
listIterator() - Method in interface de.caff.generics.BooleanIndexable
Returns a list iterator over elements of type T.
listIterator() - Method in interface de.caff.generics.ByteIndexable
Returns a list iterator over elements of type T.
listIterator() - Method in interface de.caff.generics.CharIndexable
Returns a list iterator over elements of type T.
listIterator() - Method in interface de.caff.generics.DoubleIndexable
Returns a list iterator over elements of type T.
listIterator() - Method in interface de.caff.generics.FloatIndexable
Returns a list iterator over elements of type T.
listIterator() - Method in interface de.caff.generics.Indexable
Returns a list iterator over elements of type T.
listIterator() - Method in interface de.caff.generics.IntIndexable
Returns a list iterator over elements of type T.
listIterator() - Method in interface de.caff.generics.LongIndexable
Returns a list iterator over elements of type T.
listIterator() - Method in interface de.caff.generics.MutableIndexable
Overridden to allow setting via the returned iterator.
listIterator() - Method in class de.caff.generics.RefWrapperList
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class de.caff.generics.RefWrapperList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator() - Method in interface de.caff.generics.ShortIndexable
Returns a list iterator over elements of type T.
listIterator() - Method in class de.caff.generics.SynchronizedList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in class de.caff.generics.SynchronizedList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator() - Method in class de.caff.generics.UnmodifiableListArrayWrapper
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class de.caff.generics.UnmodifiableListArrayWrapper
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator() - Method in class de.caff.generics.UnmodifiableListBooleanArrayWrapper
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class de.caff.generics.UnmodifiableListBooleanArrayWrapper
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator() - Method in class de.caff.generics.UnmodifiableListByteArrayWrapper
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class de.caff.generics.UnmodifiableListByteArrayWrapper
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator() - Method in class de.caff.generics.UnmodifiableListDoubleArrayWrapper
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class de.caff.generics.UnmodifiableListDoubleArrayWrapper
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator() - Method in class de.caff.generics.UnmodifiableListFloatArrayWrapper
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class de.caff.generics.UnmodifiableListFloatArrayWrapper
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator() - Method in class de.caff.generics.UnmodifiableListIntArrayWrapper
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class de.caff.generics.UnmodifiableListIntArrayWrapper
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator() - Method in class de.caff.generics.UnmodifiableListLongArrayWrapper
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class de.caff.generics.UnmodifiableListLongArrayWrapper
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator() - Method in class de.caff.generics.UnmodifiableListShortArrayWrapper
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class de.caff.generics.UnmodifiableListShortArrayWrapper
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
ListIteratorConverter<T,S> - Class in de.caff.generics
A list iterator which maps the returned value.
ListIteratorConverter(ListIterator<S>, Function<? super S, T>) - Constructor for class de.caff.generics.ListIteratorConverter
Constructor.
ListView(Indexable<T>) - Constructor for class de.caff.generics.Indexable.ListView
 
ListView(MutableIndexable<T>) - Constructor for class de.caff.generics.MutableIndexable.ListView
 
LONG_ARRAY - Static variable in class de.caff.generics.Empty
Empty long array,
LONG_ARRAY_2D - Static variable in class de.caff.generics.Empty
Empty array of long arrays,
LONG_ARRAY_CLONER - Static variable in class de.caff.generics.Primitives
Function which clones long arrays.
LongCounter - Interface in de.caff.generics.util
A long counter is basically a long integer which can be used for counting.
LongCounter.Creator - Interface in de.caff.generics.util
Interface for counter creation.
LongFunction2<T> - Interface in de.caff.generics.function
Function which has two primitive longs as input, and an object as output.
LongIndexable - Interface in de.caff.generics
Class which allows readonly access of raw long integers by index.
LongIndexable.Base - Class in de.caff.generics
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
LongIndexable.LongIndexableSpliterator - Class in de.caff.generics
Spliterator for long indexables.
LongIndexableSpliterator(LongIndexable) - Constructor for class de.caff.generics.LongIndexable.LongIndexableSpliterator
Instantiate a mutable spliterator for an long indexable.
LongIndexableSpliterator(LongIndexable, int, int, boolean) - Constructor for class de.caff.generics.LongIndexable.LongIndexableSpliterator
Instantiate a spliterator for part of an long indexable.
longIterator() - Method in interface de.caff.generics.LongIndexable
Get an primitive long iterator.
longIterator(int, int) - Method in interface de.caff.generics.LongIndexable
Get a long iterator from the given sub set.
longIterator() - Method in interface de.caff.generics.PrimitiveLongIterable
Get a primitive long iterator.
LongOperator0 - Interface in de.caff.generics.function
Function with no argument and a long result.
LongOperator1 - Interface in de.caff.generics.function
Unary operator with a long argument and result.
LongOperator2 - Interface in de.caff.generics.function
Binary operator with two long arguments and a long result.
LongOperator3 - Interface in de.caff.generics.function
Function with three long arguments and a long result.
LongOrdering - Interface in de.caff.generics.function
Define an order for two primitive long values.
LongOrdering.Serial - Interface in de.caff.generics.function
A long ordering which is serializable.
LongPair - Class in de.caff.generics
A pair of primitive long values.
LongPair(long, long) - Constructor for class de.caff.generics.LongPair
Constructor.
LongPredicate1 - Interface in de.caff.generics.function
Predicate which expects a primitive long argument.
LongPredicate2 - Interface in de.caff.generics.function
Predicate which expects two primitive long arguments.
LongPredicate3 - Interface in de.caff.generics.function
Predicate which expects three primitive long arguments.
LongSetter<T> - Interface in de.caff.generics.function
Procedure with a generic and a long argument.
longSpliterator() - Method in interface de.caff.generics.LongIndexable
Get a spliterator on this indexable.
longSum() - Method in interface de.caff.generics.PrimitiveIntIterable
Calculate the sum of the elements of this iterable as a long value.
longSumX() - Method in interface de.caff.generics.PrimitiveIntIterable
Calculate the sum of the elements of this iterable as a long value.
longView(Iterator<S>, ToLongFunction<? super S>) - Static method in class de.caff.generics.Types
View a generic iterator as if it is an iterator for primitive long values.
longView(Iterable<S>, ToLongFunction<? super S>) - Static method in class de.caff.generics.Types
View a generic iterable as if it is an iterable of primitive long values.
loop - Variable in class de.caff.generics.BasicLoop.Item
Loop containing this item.
Loop<T> - Class in de.caff.generics
Generic version of a loop where loop items can contain any value.
Loop() - Constructor for class de.caff.generics.Loop
Empty loop constructor.
Loop(Iterable<T>) - Constructor for class de.caff.generics.Loop
Constructor.
Loop.Item<T> - Class in de.caff.generics
Generic loop item.
LoopHandler - Interface in de.caff.generics
Handler for loops.
LoopItemHandler<T> - Interface in de.caff.generics
Generic handler of items during a loop..
LOWERCASE_2DIGIT_HEXCODES - Static variable in interface de.caff.generics.ByteIndexable
Indexable with the 256 hexadecimal 2-digit codes for the (unsigned) byte values defined by the index (lowercase).
LowFastMultiIndexLinearizer - Class in de.caff.generics.mda
Simple lowest-index fast implementation of a multi-index linearizer.
LowFastMultiIndexLinearizer(int...) - Constructor for class de.caff.generics.mda.LowFastMultiIndexLinearizer
Constructor.

M

main(String[]) - Static method in class de.caff.generics.UnmodifiableListArrayWrapper
 
main(String[]) - Static method in class de.caff.generics.util.combi.Combinations
 
main(String[]) - Static method in class de.caff.generics.util.combi.IntPartitions
Test partitioning.
main(String[]) - Static method in class de.caff.generics.util.combi.Permutations
Test code.
main(String[]) - Static method in class de.caff.Version
See ModuleVersionService for more info.
make(R) - Method in class de.caff.generics.util.CopyRef
Create a copy reference for a copyable object.
makeArrayFactory(Class<T>) - Static method in class de.caff.generics.Types
Create an array factory from a type.
makeDependsOutput(String, String) - Static method in interface de.caff.version.ModuleVersionService
Create a string for depending module versions. .
makeFactory(Class<T>) - Static method in class de.caff.generics.Types
Create a factory from a type.
makeList(Iterable<T>) - Static method in class de.caff.generics.Types
Create a list from an iterable.
makeList(Iterator<T>) - Static method in class de.caff.generics.Types
Create a list from an iterator.
makeList(Enumeration<T>) - Static method in class de.caff.generics.Types
Create a list from an enumeration.
makeN(R) - Method in class de.caff.generics.util.CopyRef
Create a reference of a copyable object which might be null.
makeReference(T) - Method in enum de.caff.generics.util.ReferenceType
Make a reference from an object.
makeString() - Method in interface de.caff.generics.CharIndexable
Convert this char indexable into a Java String.
map - Variable in class de.caff.generics.AbstractBasicCountingSet
 
map - Variable in class de.caff.generics.LeastRecentlyUsedCache
 
map(int, int) - Static method in class de.caff.generics.Pythonesque
Map a possibly negative index from an indexable of a given size to the standard Java index.
map(int, Sizeable) - Static method in class de.caff.generics.Pythonesque
Map a possibly negative index from an indexable of a given size to the standard Java index.
map(C, S[], Function<? super S, T>) - Static method in class de.caff.generics.Types
Add the mapped elements of an array into a collection.
map(C, Iterable<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
Add the mapped elements of an iteration into a collection.
map(C, Iterable<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
Add the mapped elements of an iteration into a collection.
map(C, Iterator<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterator into a collection.
map(C, Enumeration<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration into a collection.
map(Map<KS, VS>, Function<Map.Entry<KS, VS>, Map.Entry<KT, VT>>) - Static method in class de.caff.generics.Types
Map one map into another, while allowing to discard elements on the way.
map(MT, Map<KS, VS>, Function<Map.Entry<KS, VS>, ? extends Map.Entry<KT, VT>>) - Static method in class de.caff.generics.Types
Map one map into another, while allowing to discard elements on the way.
map(Iterable<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterable.
map(Collection<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
Get the mapped elements of a collection.
map(Countable<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
Get the mapped elements of a countable.
map(S[], Function<? super S, T>) - Static method in class de.caff.generics.Types
Get the mapped elements of an array.
map(Iterator<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterator.
map(Enumeration<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration into a collection.
map(C, S[], Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an array into a collection.
map(C, Iterable<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an iteration into a collection.
map(C, Iterable<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an iteration to a consumer.
map(C, Iterator<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterator into a collection.
map(C, Iterator<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterator to a consumer.
map(C, Enumeration<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration into a collection.
map(S[], Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Get the mapped elements of an array.
map(Iterable<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterable.
map(Iterator<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterator into a collection.
map(Enumeration<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration into a collection.
mapArray(Function<? super V, ? extends E>, V...) - Static method in interface de.caff.generics.Indexable
View an array as an indexable of another type.
mapE(C, S[], FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Deprecated.
mapE(C, Iterable<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Deprecated.
mapE(C, Iterator<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Deprecated.
mapE(C, Enumeration<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Deprecated.
mapE(Iterable<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Deprecated.
use Types.mapFragile(Iterable, FragileFunction1) instead which does not require handling a TypeConverterException
mapE(S[], FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Deprecated.
use Types.mapFragile(Object[], FragileFunction1) instead which does not require handling a TypeConverterException
mapE(Iterator<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Deprecated.
use Types.mapFragile(Iterator, FragileFunction1) instead which does not require handling a TypeConverterException
mapE(Enumeration<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Deprecated.
use Types.mapFragile(Enumeration, FragileFunction1) instead which does not require handling a TypeConverterException
mapE(C, S[], FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Deprecated.
mapE(C, Iterable<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Deprecated.
mapE(C, Iterator<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Deprecated.
mapE(C, Enumeration<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Deprecated.
mapE(S[], FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Deprecated.
mapE(Iterable<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Deprecated.
mapE(Iterator<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Deprecated.
mapE(Enumeration<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Deprecated.
mapEImpl(C, Iterator<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an iterator into a collection.
mapEImpl(C, Enumeration<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an enumeration into a collection.
mapEImpl(C, Iterator<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an iterator into a collection.
mapEImpl(C, Enumeration<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an enumeration into a collection.
mapEntryConverter(Function<KS, KT>, Function<VS, VT>) - Static method in class de.caff.generics.Types
Type converter which converts a map entry by simultaneously applying a converter to the key and to the value.
mapFragile(C, S[], FragileFunction1<? extends T, E, ? super S>) - Static method in class de.caff.generics.Types
Add the mapped elements of an array into a collection by using a mapper function which might throw a checked exception.
mapFragile(C, Iterable<S>, FragileFunction1<? extends T, E, ? super S>) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterable into a collection by using a mapper function which might throw a checked exception.
mapFragile(C, Iterator<S>, FragileFunction1<? extends T, E, ? super S>) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterator into a collection by using a mapper function which might throw a checked exception.
mapFragile(C, Enumeration<S>, FragileFunction1<? extends T, E, ? super S>) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration into a collection by using a mapper function which might throw a checked exception.
mapFragile(Iterable<S>, FragileFunction1<? extends T, E, ? super S>) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterable while using a mapper which might throw a checked exception.
mapFragile(S[], FragileFunction1<? extends T, E, ? super S>) - Static method in class de.caff.generics.Types
Get the mapped elements of an array while using a mapper which might throw a checked exception.
mapFragile(Collection<S>, FragileFunction1<? extends T, E, ? super S>) - Static method in class de.caff.generics.Types
Get the mapped elements of a collection while using a mapper which might throw a checked exception.
mapFragile(Countable<S>, FragileFunction1<? extends T, E, ? super S>) - Static method in class de.caff.generics.Types
Get the mapped elements of an array while using a mapper which might throw a checked exception.
mapFragile(Iterator<S>, FragileFunction1<? extends T, E, ? super S>) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterator while using a mapper which might throw a checked exception.
mapFragile(Enumeration<S>, FragileFunction1<? extends T, E, ? super S>) - Static method in class de.caff.generics.Types
Get the mapped elements of an enumeration while using a mapper which might throw a checked exception.
mapFragile(C, S[], FragileFunction1<? extends T, E, ? super S>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an array into a collection while using a mapper which might throw an exception.
mapFragile(C, Iterable<S>, FragileFunction1<? extends T, E, ? super S>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterable into a collection while using a mapper which might throw an exception.
mapFragile(C, Iterator<S>, FragileFunction1<? extends T, E, ? super S>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterator into a collection while using a mapper which might throw an exception.
mapFragile(C, Enumeration<S>, FragileFunction1<? extends T, E, ? super S>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration into a collection while using a mapper which might throw an exception.
mapFragile(S[], FragileFunction1<? extends T, E, ? super S>, T) - Static method in class de.caff.generics.Types
Get the mapped elements of an array while using a mapper which might throw an exception.
mapFragile(Iterable<S>, FragileFunction1<? extends T, E, ? super S>, T) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterable while using a mapper which might throw an exception.
mapFragile(Iterator<S>, FragileFunction1<? extends T, E, ? super S>, T) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterator while using a mapper which might throw an exception.
mapFragile(Enumeration<S>, FragileFunction1<? extends T, E, ? super S>, T) - Static method in class de.caff.generics.Types
Get the mapped elements of an enumeration while using a mapper which might throw an exception.
mapImpl(C, Iterator<S>, Function<? super S, T>) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an iterator into a collection.
mapImpl(C, Iterator<S>, Function<? super S, T>) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an iterator to a consumer.
mapImpl(C, Enumeration<S>, Function<? super S, T>) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an enumeration into a collection.
mapImpl(MT, Map<KS, VS>, Function<Map.Entry<KS, VS>, ? extends Map.Entry<KT, VT>>) - Static method in class de.caff.generics.TypesImplMap
Map one map into another, while allowing to discard elements on the way.
mapImpl(C, Iterator<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an iterator into a collection.
mapImpl(C, Iterator<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.TypesImplMap
Forward the mapped elements of an iterator to a consumer.
mapImpl(C, Enumeration<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an enumeration into a collection.
MapKeyConverter<KT,KS,V> - Class in de.caff.generics.converter
A map converter which converts the key in a map.
MapKeyConverter(Function1<KT, KS>) - Constructor for class de.caff.generics.converter.MapKeyConverter
Constructor.
MapKeyValueConverter<KT,VT,KS,VS> - Class in de.caff.generics.converter
A map converter which converts the key and the value in a map simultaneously.
MapKeyValueConverter(Function<KS, KT>, Function<VS, VT>) - Constructor for class de.caff.generics.converter.MapKeyValueConverter
Constructor.
mapLB(int, int) - Static method in class de.caff.generics.Pythonesque
Map a possibly negative index from an indexable of a given size to the standard Java index, but keep a lower bound.
mapLB(int, Sizeable) - Static method in class de.caff.generics.Pythonesque
Map a possibly negative index from an indexable of a given size to the standard Java index, but keep a lower bound.
mapM(M, S[], Function<? super S, T>) - Static method in class de.caff.generics.Types
Add the mapped elements of an array into a map.
mapM(M, Iterable<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
Add the mapped elements of an iteration into a map.
mapM(M, Iterator<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterator into a map.
mapM(M, Enumeration<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration into a collection.
mapM(Iterable<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterable as a hash map..
mapM(S[], Function<? super S, T>) - Static method in class de.caff.generics.Types
Get the mapped elements of an array as a map.
mapM(Iterator<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterator as a map.
mapM(Enumeration<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration into a map.
mapM(M, S[], Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an array into a map.
mapM(M, Iterable<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an iteration into a map.
mapM(M, Iterator<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterator into a map.
mapM(M, Enumeration<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration into a map.
mapM(S[], Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Get the mapped elements of an array as a map.
mapM(Iterable<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterable to a map.
mapM(Iterator<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterator into a map.
mapM(Enumeration<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration into a map.
mapME(M, S[], FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Add the mapped elements of an array into a map.
mapME(M, Iterable<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Add the mapped elements of an iteration into a map.
mapME(M, Iterator<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterator to a map.
mapME(M, Enumeration<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration to a map.
mapME(Iterable<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterable as a map.
mapME(S[], FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Get the mapped elements of an array as a map.
mapME(Iterator<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterator as a map.
mapME(Enumeration<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration into a map.
mapME(M, S[], FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an array into a map.
mapME(M, Iterable<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an iteration into a map.
mapME(M, Iterator<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterator into a map.
mapME(M, Enumeration<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration to a map.
mapME(S[], FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Get the mapped elements of an array as a map.
mapME(Iterable<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterable as a map.
mapME(Iterator<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterator into a map.
mapME(Enumeration<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration to a map.
mapMEImpl(M, Iterator<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an iterator to a map.
mapMEImpl(M, Enumeration<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an enumeration to a map.
mapMEImpl(M, Iterator<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an iterator into a map.
mapMEImpl(M, Enumeration<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an enumeration to a map.
mapMImpl(M, Iterator<S>, Function<? super S, T>) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an iterator into a map.
mapMImpl(M, Enumeration<S>, Function<? super S, T>) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an enumeration into a collection.
mapMImpl(M, Iterator<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an iterator into a map.
mapMImpl(M, Enumeration<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an enumeration into a map.
mappingBy(boolean, Function<? super T, ? extends K>) - Method in interface de.caff.generics.Countable
Create a mapping of a key extracted from each element to the element itself.
mappingBy(boolean, Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in interface de.caff.generics.Countable
Create a mapping of a key extracted from each element to the element itself.
MappingMultiIndexLinearizer - Class in de.caff.generics.mda
Multi-index linearizer which provides an arbitrary mapping.
MappingMultiIndexLinearizer(MultiIndexLinearizer, Function1<int[], int[]>, int...) - Constructor for class de.caff.generics.mda.MappingMultiIndexLinearizer
Constructor.
mapR(M, S[], Function<? super S, T>) - Static method in class de.caff.generics.Types
Add the mapped elements of an array into a map.
mapR(M, Iterable<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
Add the mapped elements of an iteration into a map.
mapR(M, Iterator<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterator into a map.
mapR(M, Enumeration<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration into a collection.
mapR(Iterable<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterable as a hash map..
mapR(S[], Function<? super S, T>) - Static method in class de.caff.generics.Types
Get the mapped elements of an array as a map.
mapR(Iterator<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterator as a map.
mapR(Enumeration<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration into a map.
mapR(M, S[], Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an array into a map.
mapR(M, Iterable<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an iteration into a map.
mapR(M, Iterator<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterator into a map.
mapR(M, Enumeration<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration into a map.
mapR(S[], Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Get the mapped elements of an array as a map.
mapR(Iterable<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterable to a map.
mapR(Iterator<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterator into a map.
mapR(Enumeration<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration into a map.
mapRE(M, S[], FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Add the mapped elements of an array into a map.
mapRE(M, Iterable<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Add the mapped elements of an iteration into a map.
mapRE(M, Iterator<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterator to a map.
mapRE(M, Enumeration<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration to a map.
mapRE(Iterable<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterable as a map.
mapRE(S[], FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Get the mapped elements of an array as a map.
mapRE(Iterator<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterator as a map.
mapRE(Enumeration<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration into a map.
mapRE(M, S[], FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an array into a map.
mapRE(M, Iterable<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an iteration into a map.
mapRE(M, Iterator<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterator into a map.
mapRE(M, Enumeration<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration to a map.
mapRE(S[], FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Get the mapped elements of an array as a map.
mapRE(Iterable<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterable as a map.
mapRE(Iterator<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterator into a map.
mapRE(Enumeration<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration to a map.
mapREImpl(M, Iterator<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an iterator to a map.
mapREImpl(M, Enumeration<S>, FragileTypeConverter<T, ? super S>) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an enumeration to a map.
mapREImpl(M, Iterator<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an iterator into a map.
mapREImpl(M, Enumeration<S>, FragileTypeConverter<T, ? super S>, T) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an enumeration to a map.
mapRImpl(M, Iterator<S>, Function<? super S, T>) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an iterator into a map.
mapRImpl(M, Enumeration<S>, Function<? super S, T>) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an enumeration into a collection.
mapRImpl(M, Iterator<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an iterator into a map.
mapRImpl(M, Enumeration<S>, Function<? super S, T>, T) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an enumeration into a map.
mapUB(int, int) - Static method in class de.caff.generics.Pythonesque
Map a possibly negative index from an indexable of a given size to the standard Java index, and keep an upper bound.
mapUB(int, Sizeable) - Static method in class de.caff.generics.Pythonesque
Map a possibly negative index from an indexable of a given size to the standard Java index, but keep a lower bound.
MapValueConverter<K,VT,VS> - Class in de.caff.generics.converter
A map entry converter which converts the value type in a map.
MapValueConverter(Function1<VT, VS>) - Constructor for class de.caff.generics.converter.MapValueConverter
Constructor.
mapX(int, int) - Static method in class de.caff.generics.Pythonesque
Map a possibly negative index from an indexable of a given size to the standard Java index.
mapX(int, Sizeable) - Static method in class de.caff.generics.Pythonesque
Map a possibly negative index from an indexable of a given size to the standard Java index.
mapX(Map<KS, VS>, Function<Map.Entry<? super KS, ? super VS>, Iterable<Map.Entry<KT, VT>>>) - Static method in class de.caff.generics.Types
Map one map into another, while allowing to discard elements on the way.
mapX(MT, Map<KS, VS>, Function<Map.Entry<? super KS, ? super VS>, ? extends Iterable<? extends Map.Entry<? extends KT, ? extends VT>>>) - Static method in class de.caff.generics.Types
Map one map into another, allowing to discard or add elements on the way.
mapX(C, S[], Function<? super S, ? extends Iterable<T>>) - Static method in class de.caff.generics.Types
Add the mapped elements of an array into a collection.
mapX(C, Iterable<S>, Function<? super S, ? extends Iterable<T>>) - Static method in class de.caff.generics.Types
Add the mapped elements of an iteration into a collection.
mapX(C, Iterator<S>, Function<? super S, ? extends Iterable<T>>) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterator into a collection.
mapX(C, Enumeration<S>, Function<? super S, ? extends Iterable<T>>) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration into a collection.
mapX(Iterable<S>, Function<? super S, ? extends Iterable<T>>) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterable.
mapX(S[], Function<? super S, ? extends Iterable<T>>) - Static method in class de.caff.generics.Types
Get the mapped elements of an array.
mapX(Iterator<S>, Function<? super S, ? extends Iterable<T>>) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterator.
mapX(Enumeration<S>, Function<? super S, ? extends Iterable<T>>) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration into a collection.
mapXE(C, S[], FragileTypeConverter<? extends Iterable<T>, ? super S>) - Static method in class de.caff.generics.Types
Add the mapped elements of an array into a collection.
mapXE(C, Iterable<S>, FragileTypeConverter<? extends Iterable<T>, ? super S>) - Static method in class de.caff.generics.Types
Add the mapped elements of an iteration into a collection.
mapXE(C, Iterator<S>, FragileTypeConverter<? extends Iterable<T>, ? super S>) - Static method in class de.caff.generics.Types
Add the mapped elements of an iterator into a collection.
mapXE(C, Enumeration<S>, FragileTypeConverter<? extends Iterable<T>, ? super S>) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration into a collection.
mapXE(Iterable<S>, FragileTypeConverter<? extends Iterable<T>, ? super S>) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterable.
mapXE(S[], FragileTypeConverter<? extends Iterable<T>, ? super S>) - Static method in class de.caff.generics.Types
Get the mapped elements of an array.
mapXE(Iterator<S>, FragileTypeConverter<? extends Iterable<T>, ? super S>) - Static method in class de.caff.generics.Types
Get the mapped elements of an iterator.
mapXE(Enumeration<S>, FragileTypeConverter<? extends Iterable<T>, ? super S>) - Static method in class de.caff.generics.Types
Add the mapped elements of an enumeration into a collection.
mapXEImpl(C, Iterator<S>, FragileTypeConverter<? extends Iterable<T>, ? super S>) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an iterator into a collection.
mapXEImpl(C, Enumeration<S>, FragileTypeConverter<? extends Iterable<T>, ? super S>) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an enumeration into a collection.
mapXImpl(MT, Map<KS, VS>, Function<Map.Entry<? super KS, ? super VS>, ? extends Iterable<? extends Map.Entry<? extends KT, ? extends VT>>>) - Static method in class de.caff.generics.TypesImplMap
Map one map into another, allowing to discard or add elements on the way.
mapXImpl(C, Iterator<S>, Function<? super S, ? extends Iterable<T>>) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an iterator into a collection.
mapXImpl(C, Enumeration<S>, Function<? super S, ? extends Iterable<T>>) - Static method in class de.caff.generics.TypesImplMap
Add the mapped elements of an enumeration into a collection.
Match - Class in de.caff.generics.matcher
Helper class for matcher construction.
Matcher<T1,T2> - Interface in de.caff.generics
 
MatchSet<E> - Class in de.caff.generics
A set which is using an UniformMatcher for checker for equality.
MatchSet() - Constructor for class de.caff.generics.MatchSet
Constructor.
MatchSet(UniformMatcher<? super E>) - Constructor for class de.caff.generics.MatchSet
Constructor.
MatchSet(UniformMatcher<? super E>, Iterable<? extends E>) - Constructor for class de.caff.generics.MatchSet
Constructor.
max(Comparator<? super T>, T...) - Static method in class de.caff.generics.Types
Get the maximal value from an array of values.
max(T...) - Static method in class de.caff.generics.Types
Get the maximal value from an array of comparable values.
max(Comparator<? super T>, Iterable<T>) - Static method in class de.caff.generics.Types
Get the maximal value from some values.
max(Iterable<T>) - Static method in class de.caff.generics.Types
Get the maximal value from some comparable values.
maxByte(byte...) - Static method in class de.caff.generics.Types
Get the maximal value.
maxChar(char...) - Static method in class de.caff.generics.Types
Get the maximal value.
maxDouble(double...) - Static method in class de.caff.generics.Types
Get the maximal value.
maxDouble(Iterable<T>, ToDoubleFunction<? super T>) - Static method in class de.caff.generics.Types
Get the maximal double value from a double view of an iterable.
maxDouble(Iterable<? extends Number>) - Static method in class de.caff.generics.Types
Get the maximal double value for an iterable of numbers.
maxFloat(float...) - Static method in class de.caff.generics.Types
Get the maximal value.
maxInt(int...) - Static method in class de.caff.generics.Types
Get the maximal value.
maxLong(long...) - Static method in class de.caff.generics.Types
Get the maximal value.
maxShort(short...) - Static method in class de.caff.generics.Types
Get the maximal value.
mergeComputeMinrun(int) - Static method in class de.caff.generics.algorithm.TimSort
Compute a good value for the minimum run length.
mergeComputeMinrun(int) - Static method in class de.caff.generics.algorithm.TimSortDouble
Compute a good value for the minimum run length.
mergeComputeMinrun(int) - Static method in class de.caff.generics.algorithm.TimSortFloat
Compute a good value for the minimum run length.
mergeComputeMinrun(int) - Static method in class de.caff.generics.algorithm.TimSortInt
Compute a good value for the minimum run length.
mergeComputeMinrun(int) - Static method in class de.caff.generics.algorithm.TimSortLong
Compute a good value for the minimum run length.
min(Comparator<? super T>, T...) - Static method in class de.caff.generics.Types
Get the minimal value from an array of values.
min(T...) - Static method in class de.caff.generics.Types
Get the minimal value from an array of comparable values.
min(Comparator<? super T>, Iterable<T>) - Static method in class de.caff.generics.Types
Get the minimal value from some values.
min(Iterable<T>) - Static method in class de.caff.generics.Types
Get the minimal value from some comparable values.
minByte(byte...) - Static method in class de.caff.generics.Types
Get the minimal value.
minChar(char...) - Static method in class de.caff.generics.Types
Get the minimal value.
minDouble(double...) - Static method in class de.caff.generics.Types
Get the minimal value.
minDouble(Iterable<T>, ToDoubleFunction<? super T>) - Static method in class de.caff.generics.Types
Get the minimal double value from a double view of an iterable.
minDouble(Iterable<? extends Number>) - Static method in class de.caff.generics.Types
Get the minimal double value for an iterable of numbers.
minFloat(float...) - Static method in class de.caff.generics.Types
Get the minimal value.
minInt(int...) - Static method in class de.caff.generics.Types
Get the minimal value.
minLong(long...) - Static method in class de.caff.generics.Types
Get the minimal value.
minShort(short...) - Static method in class de.caff.generics.Types
Get the minimal value.
minStepsTo(V) - Method in class de.caff.generics.BasicLoop.Item
Get the number of steps from this item to another item.
MINUS - Static variable in interface de.caff.generics.function.ByteOperator2
MINUS (-) operator.
MINUS - Static variable in interface de.caff.generics.function.DoubleOperator2
Double operator which returns the difference of two arguments: a - b
MINUS - Static variable in interface de.caff.generics.function.FloatOperator2
Float operator which returns the difference of two arguments: a - b
MINUS - Static variable in interface de.caff.generics.function.IntOperator2
MINUS (-) operator.
MINUS - Static variable in interface de.caff.generics.function.LongOperator2
MINUS (-) operator.
MINUS - Static variable in interface de.caff.generics.function.ShortOperator2
MINUS (-) operator.
MOD - Static variable in interface de.caff.generics.function.ByteOperator2
MODULO (%) operator.
MOD - Static variable in interface de.caff.generics.function.DoubleOperator2
Double operator which returns the modulo result of two arguments: a % b.
MOD - Static variable in interface de.caff.generics.function.FloatOperator2
Float operator which returns the modulo result of two arguments: a % b.
MOD - Static variable in interface de.caff.generics.function.IntOperator2
MODULO (%) operator.
MOD - Static variable in interface de.caff.generics.function.LongOperator2
MODULO (%) operator.
MOD - Static variable in interface de.caff.generics.function.ShortOperator2
MODULO (%) operator.
MODULE_NAME - Static variable in class de.caff.version.ModuleVersion
Module name.
ModuleVersion - Class in de.caff.version
Module version information.
ModuleVersion() - Constructor for class de.caff.version.ModuleVersion
 
ModuleVersionService - Interface in de.caff.version
Service interface used for retrieving module versions.
ModuleVersionTool - Class in de.caff.version
Helper class providing static methods to create and access classes implementing ModuleVersionService.
MULT - Static variable in interface de.caff.generics.function.ByteOperator2
MULTIPLICATION (*) operator.
MULT - Static variable in interface de.caff.generics.function.DoubleOperator2
Double operator which returns the product of two arguments: a * b
MULT - Static variable in interface de.caff.generics.function.FloatOperator2
Float operator which returns the product of two arguments: a * b
MULT - Static variable in interface de.caff.generics.function.IntOperator2
MULTIPLICATION (*) operator.
MULT - Static variable in interface de.caff.generics.function.LongOperator2
MULTIPLICATION (*) operator.
MULT - Static variable in interface de.caff.generics.function.ShortOperator2
MULTIPLICATION (*) operator.
MultiConvertingFragileLoopItemHandler<T,S> - Class in de.caff.generics.handler
A loop item handler allowing to do convert on incoming item to a multitude of outgoing items.
MultiConvertingFragileLoopItemHandler(FragileTypeConverter<? extends Iterable<T>, ? super S>) - Constructor for class de.caff.generics.handler.MultiConvertingFragileLoopItemHandler
Constructor.
MultiConvertingLoopItemHandler<T,S> - Class in de.caff.generics.handler
A loop item handler allowing to do convert on incoming item to a multitude of outgoing items.
MultiConvertingLoopItemHandler(Function1<? extends Iterable<T>, ? super S>) - Constructor for class de.caff.generics.handler.MultiConvertingLoopItemHandler
Constructor.
MultiDimensional - Interface in de.caff.generics.mda
Basic interface for accessing indexable multi-dimensional items.
MultiDimensionalAccess<T> - Interface in de.caff.generics.mda
Multi-dimensional read-write access.
MultiDimensionalArray<T> - Class in de.caff.generics.mda
Implementation of a basic multi-dimensional array.
MultiDimensionalArray(int...) - Constructor for class de.caff.generics.mda.MultiDimensionalArray
Basic array constructor.
MultiDimensionalArray(MultiIndexLinearizer) - Constructor for class de.caff.generics.mda.MultiDimensionalArray
Basic array constructor.
MultiDimensionalArray(MultiDimensionalArray<T>, Function1<int[], int[]>, int...) - Constructor for class de.caff.generics.mda.MultiDimensionalArray
Sub array constructor.
MultiDimensionalBooleanArray - Class in de.caff.generics.mda
A multi-dimensional boolean array.
MultiDimensionalBooleanArray(int...) - Constructor for class de.caff.generics.mda.MultiDimensionalBooleanArray
Constructor.
MultiDimensionalBooleanArray(MultiDimensionalBooleanArray, Function1<int[], int[]>, int...) - Constructor for class de.caff.generics.mda.MultiDimensionalBooleanArray
Sub array constructor.
MultiDimensionalByteArray - Class in de.caff.generics.mda
A multi-dimensional byte array.
MultiDimensionalByteArray(int...) - Constructor for class de.caff.generics.mda.MultiDimensionalByteArray
Constructor.
MultiDimensionalByteArray(MultiDimensionalByteArray, Function1<int[], int[]>, int...) - Constructor for class de.caff.generics.mda.MultiDimensionalByteArray
Sub array constructor.
MultiDimensionalCharArray - Class in de.caff.generics.mda
A multi-dimensional char array.
MultiDimensionalCharArray(int...) - Constructor for class de.caff.generics.mda.MultiDimensionalCharArray
Constructor.
MultiDimensionalCharArray(MultiDimensionalCharArray, Function1<int[], int[]>, int...) - Constructor for class de.caff.generics.mda.MultiDimensionalCharArray
Sub array constructor.
MultiDimensionalDoubleArray - Class in de.caff.generics.mda
A multi-dimensional double array.
MultiDimensionalDoubleArray(int...) - Constructor for class de.caff.generics.mda.MultiDimensionalDoubleArray
Constructor.
MultiDimensionalDoubleArray(MultiDimensionalDoubleArray, Function1<int[], int[]>, int...) - Constructor for class de.caff.generics.mda.MultiDimensionalDoubleArray
Sub array constructor.
MultiDimensionalFloatArray - Class in de.caff.generics.mda
A multi-dimensional float array.
MultiDimensionalFloatArray(int...) - Constructor for class de.caff.generics.mda.MultiDimensionalFloatArray
Constructor.
MultiDimensionalFloatArray(MultiDimensionalFloatArray, Function1<int[], int[]>, int...) - Constructor for class de.caff.generics.mda.MultiDimensionalFloatArray
Sub array constructor.
MultiDimensionalIntArray - Class in de.caff.generics.mda
A multi-dimensional int array.
MultiDimensionalIntArray(int...) - Constructor for class de.caff.generics.mda.MultiDimensionalIntArray
Constructor.
MultiDimensionalIntArray(MultiDimensionalIntArray, Function1<int[], int[]>, int...) - Constructor for class de.caff.generics.mda.MultiDimensionalIntArray
Sub array constructor.
MultiDimensionalLongArray - Class in de.caff.generics.mda
A multi-dimensional long array.
MultiDimensionalLongArray(int...) - Constructor for class de.caff.generics.mda.MultiDimensionalLongArray
Constructor.
MultiDimensionalLongArray(MultiDimensionalLongArray, Function1<int[], int[]>, int...) - Constructor for class de.caff.generics.mda.MultiDimensionalLongArray
Sub array constructor.
MultiDimensionalReadAccess<T> - Interface in de.caff.generics.mda
Multi-dimensional read access.
MultiDimensionalShortArray - Class in de.caff.generics.mda
A multi-dimensional short array.
MultiDimensionalShortArray(int...) - Constructor for class de.caff.generics.mda.MultiDimensionalShortArray
Constructor.
MultiDimensionalShortArray(MultiDimensionalShortArray, Function1<int[], int[]>, int...) - Constructor for class de.caff.generics.mda.MultiDimensionalShortArray
Sub array constructor.
MultiIndexLinearizer - Interface in de.caff.generics.mda
Accessor for a linear indexed item which provides a multi-dimensional interface.
MultiIndexLinearizer.BasicSequencer - Class in de.caff.generics.mda
Basic implementation of a Sequencer.
MultiIndexLinearizer.Sequencer - Interface in de.caff.generics.mda
A sequencer creates a multi-index from a linear index.
multiple(String, int) - Static method in class de.caff.generics.Types
Create a string from a base string repeated multiple times.
MutableBooleanIndexable - Interface in de.caff.generics
Primitive boolean indexable with fixed length but mutable content.
MutableBooleanIndexable.Base - Class in de.caff.generics
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
MutableByteIndexable - Interface in de.caff.generics
Primitive byte indexable with fixed length but mutable content.
MutableByteIndexable.Base - Class in de.caff.generics
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
MutableCharIndexable - Interface in de.caff.generics
Primitive char indexable with fixed length but mutable content.
MutableCharIndexable.Base - Class in de.caff.generics
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
MutableDoubleIndexable - Interface in de.caff.generics
Primitive double indexable with fixed length but mutable content.
MutableDoubleIndexable.Base - Class in de.caff.generics
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
MutableFloatIndexable - Interface in de.caff.generics
Primitive float indexable with fixed length but mutable content.
MutableFloatIndexable.Base - Class in de.caff.generics
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
MutableIndexable<T> - Interface in de.caff.generics
Indexable with fixed length but mutable content.
MutableIndexable.Base<TT> - Class in de.caff.generics
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
MutableIndexable.ListView<T> - Class in de.caff.generics
Helper class for viewing a mutable indexable as a standard list.
MutableIntIndexable - Interface in de.caff.generics
Primitive int indexable with fixed length but mutable content.
MutableIntIndexable.Base - Class in de.caff.generics
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
MutableLongIndexable - Interface in de.caff.generics
Primitive long indexable with fixed length but mutable content.
MutableLongIndexable.Base - Class in de.caff.generics
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
MutableRef<T> - Class in de.caff.generics.util
A mutable reference to an object.
MutableRef() - Constructor for class de.caff.generics.util.MutableRef
Constructor creating a null reference
MutableRef(T) - Constructor for class de.caff.generics.util.MutableRef
Constructor.
MutableShortIndexable - Interface in de.caff.generics
Primitive short indexable with fixed length but mutable content.
MutableShortIndexable.Base - Class in de.caff.generics
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().

N

N(T1, T2) - Static method in class de.caff.generics.tuple.Tuples
Create a 2-tuple with nullable elements.
N(T1, T2, T3) - Static method in class de.caff.generics.tuple.Tuples
Create a 3-tuple with nullable elements.
N(T1, T2, T3, T4) - Static method in class de.caff.generics.tuple.Tuples
Create a 4-tuple with nullable elements.
N(T1, T2, T3, T4, T5) - Static method in class de.caff.generics.tuple.Tuples
Create a 5-tuple with nullable elements.
N(T1, T2, T3, T4, T5, T6) - Static method in class de.caff.generics.tuple.Tuples
Create a 6-tuple with nullable elements.
N(T1, T2, T3, T4, T5, T6, T7) - Static method in class de.caff.generics.tuple.Tuples
Create a 7-tuple with nullable elements.
N(T1, T2, T3, T4, T5, T6, T7, T8) - Static method in class de.caff.generics.tuple.Tuples
Create an 8-tuple with nullable elements.
N(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Static method in class de.caff.generics.tuple.Tuples
Create a 9-tuple with nullable elements.
NamedNullableValue<T> - Interface in de.caff.generics
A nullable value with a name.
NamedValue<T> - Interface in de.caff.generics
A non-null value with a name.
natural() - Static method in interface de.caff.generics.function.Ordering
Get the natural order of a comparable type.
NATURAL_ASCENDING - Static variable in interface de.caff.generics.function.DoubleOrdering
Natural order of ascending double values.
NATURAL_ASCENDING - Static variable in interface de.caff.generics.function.FloatOrdering
Natural order of ascending float values.
NATURAL_DESCENDING - Static variable in interface de.caff.generics.function.DoubleOrdering
Natural order of descending double values.
NATURAL_DESCENDING - Static variable in interface de.caff.generics.function.FloatOrdering
Natural order of descending float values.
naturalOrder(Class<T>) - Static method in class de.caff.generics.Types
Deprecated.
naturalOrder(Collection<T>) - Static method in class de.caff.generics.Types
Deprecated.
naturalOrder() - Static method in class de.caff.generics.Types
Get a comparator which sorts comparables in their natural order.
NEGATE - Static variable in interface de.caff.generics.function.ByteOperator1
Byte operator NEGATE.
NEGATE - Static variable in interface de.caff.generics.function.DoubleOperator1
Standard NEGATE operator (-).
NEGATE - Static variable in interface de.caff.generics.function.FloatOperator1
Standard NEGATE operator (-).
negate() - Method in interface de.caff.generics.function.FragilePredicate1
Get the negation of this predicate.
negate() - Method in interface de.caff.generics.function.FragilePredicate2
Get the negation of this predicate.
NEGATE - Static variable in interface de.caff.generics.function.IntOperator1
Integer operator NEGATE.
NEGATE - Static variable in interface de.caff.generics.function.LongOperator1
Long operator NEGATE.
negate() - Method in interface de.caff.generics.function.Predicate1
Get the negation of this predicate.
negate() - Method in interface de.caff.generics.function.Predicate2
Get the negation of this predicate.
negate() - Method in interface de.caff.generics.function.Predicate3
Get the negation of this predicate.
negate() - Method in interface de.caff.generics.function.Predicate4
Get the negation of this predicate.
negate() - Method in interface de.caff.generics.function.Predicate5
Get the negation of this predicate.
negate() - Method in interface de.caff.generics.function.Predicate6
Get the negation of this predicate.
negate() - Method in interface de.caff.generics.function.Predicate7
Get the negation of this predicate.
negate() - Method in interface de.caff.generics.function.Predicate8
Get the negation of this predicate.
negate() - Method in interface de.caff.generics.function.Predicate9
Get the negation of this predicate.
NEGATE - Static variable in interface de.caff.generics.function.ShortOperator1
Short operator NEGATE.
negate(Matcher<T1, T2>) - Static method in class de.caff.generics.matcher.Match
Get a matcher which negates the result of a basic one.
NegateCheckerWrapper<T> - Class in de.caff.generics.checker
A wrapper for a checker which negates the results.
NegateCheckerWrapper(Predicate<T>) - Constructor for class de.caff.generics.checker.NegateCheckerWrapper
Constructor.
NegateMatcher<T1,T2> - Class in de.caff.generics.matcher
A matcher which uses the negated result of a wrapped matcher.
NegateMatcher(Matcher<T1, T2>) - Constructor for class de.caff.generics.matcher.NegateMatcher
Constructor.
next() - Method in class de.caff.generics.ArrayIterator
 
next - Variable in class de.caff.generics.BasicLoop.Item
Next item in the loop (possibly this).
next() - Method in class de.caff.generics.ConcatenatedIterators
Returns the next element in the iteration.
next() - Method in class de.caff.generics.EnumerationIterator
Returns the next element in the iteration.
next() - Method in class de.caff.generics.FilteringIteratorWrapper
 
next() - Method in class de.caff.generics.IteratorConverter
Returns the next element in the iteration.
next() - Method in class de.caff.generics.ListIteratorConverter
Returns the next element in the list and advances the cursor position.
next() - Method in interface de.caff.generics.PrimitiveBooleanIterator
The default implementation boxes the result of calling PrimitiveBooleanIterator.nextBool(), and returns that boxed result.
next() - Method in interface de.caff.generics.PrimitiveByteIterator
The default implementation boxes the result of calling PrimitiveByteIterator.nextByte(), and returns that boxed result.
next() - Method in interface de.caff.generics.PrimitiveCharIterator
The default implementation boxes the result of calling PrimitiveCharIterator.nextChar(), and returns that boxed result.
next() - Method in interface de.caff.generics.PrimitiveFloatIterator
The default implementation boxes the result of calling PrimitiveFloatIterator.nextFloat(), and returns that boxed result.
next() - Method in interface de.caff.generics.PrimitiveShortIterator
The default implementation boxes the result of calling PrimitiveShortIterator.nextShort(), and returns that boxed result.
next() - Method in class de.caff.generics.SingletonIterator
 
next() - Method in class de.caff.generics.util.combi.Permutations.RangeIterator
 
nextBool() - Method in interface de.caff.generics.PrimitiveBooleanIterator
Returns the next boolean element in the iteration.
nextByte() - Method in interface de.caff.generics.PrimitiveByteIterator
Returns the next byte element in the iteration.
nextChar() - Method in interface de.caff.generics.PrimitiveCharIterator
Returns the next char element in the iteration.
nextElement() - Method in class de.caff.generics.IteratorEnumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextFloat() - Method in interface de.caff.generics.PrimitiveFloatIterator
Returns the next float element in the iteration.
nextIndex() - Method in class de.caff.generics.ListIteratorConverter
Returns the index of the element that would be returned by a subsequent call to ListIteratorConverter.next().
nextMajor() - Method in class de.caff.version.SemVer
Get the next semantic version number when increasing the major version.
nextMatch(int, BooleanPredicate1) - Method in interface de.caff.generics.BooleanIndexable
Get the next index for which the given check is fulfilled.
nextMatch(int, BytePredicate1) - Method in interface de.caff.generics.ByteIndexable
Get the next index for which the given check is fulfilled.
nextMatch(int, CharPredicate1) - Method in interface de.caff.generics.CharIndexable
Get the next index for which the given check is fulfilled.
nextMatch(int, DoublePredicate) - Method in interface de.caff.generics.DoubleIndexable
Get the next index for which the given check is fulfilled.
nextMatch(int, FloatPredicate1) - Method in interface de.caff.generics.FloatIndexable
Get the next index for which the given check is fulfilled.
nextMatch(int, IntPredicate) - Method in interface de.caff.generics.IntIndexable
Get the next index for which the given check is fulfilled.
nextMatch(int, LongPredicate) - Method in interface de.caff.generics.LongIndexable
Get the next index for which the given check is fulfilled.
nextMatch(int, ShortPredicate1) - Method in interface de.caff.generics.ShortIndexable
Get the next index for which the given check is fulfilled.
nextMinor() - Method in class de.caff.version.SemVer
Get the next semantic version number when increasing the minor version.
nextPatch() - Method in class de.caff.version.SemVer
Get the next semantic version number when increasing the patch version.
nextShort() - Method in interface de.caff.generics.PrimitiveShortIterator
Returns the next short element in the iteration.
nonFragile() - Method in interface de.caff.generics.function.FragileFunction0
Convert this to a non-fragile function which does not throw a checked exception.
nonFragile(R) - Method in interface de.caff.generics.function.FragileFunction0
Convert this to a non-fragile function which does not throw a checked exception.
nonFragile() - Method in interface de.caff.generics.function.FragileFunction1
Convert this to a non-fragile function which does not throw a checked exception.
nonFragile(R) - Method in interface de.caff.generics.function.FragileFunction1
Convert this to a non-fragile function which does not throw a checked exception.
nonFragile() - Method in interface de.caff.generics.function.FragileFunction2
Convert this to a non-fragile function which does not throw a checked exception.
nonFragile(R) - Method in interface de.caff.generics.function.FragileFunction2
Convert this to a non-fragile function which does not throw a checked exception.
nonFragile() - Method in interface de.caff.generics.function.FragileFunction3
Convert this to a non-fragile function which does not throw a checked exception.
nonFragile(R) - Method in interface de.caff.generics.function.FragileFunction3
Convert this to a non-fragile function which does not throw a checked exception.
nonFragile() - Method in interface de.caff.generics.function.FragileFunction4
Convert this to a non-fragile function which does not throw a checked exception.
nonFragile(R) - Method in interface de.caff.generics.function.FragileFunction4
Convert this to a non-fragile function which does not throw a checked exception.
nonFragile() - Method in interface de.caff.generics.function.FragileProcedure0
Convert this to a non-fragile procedure which does not throw a checked exception.
nonFragile() - Method in interface de.caff.generics.function.FragileProcedure1
Convert this to a non-fragile procedure which does not throw a checked exception.
nonFragile() - Method in interface de.caff.generics.function.FragileProcedure2
Convert this to a non-fragile procedure which does not throw a checked exception.
nonFragile() - Method in interface de.caff.generics.function.FragileProcedure3
Convert this to a non-fragile procedure which does not throw a checked exception.
nonFragile() - Method in interface de.caff.generics.function.FragileProcedure4
Convert this to a non-fragile procedure which does not throw a checked exception.
nonFragile(FragileFunction0<? extends RR, E>) - Static method in interface de.caff.generics.function.Function0
Convert a 0-argument function which might throw a checked exception into one which does throw an unchecked exception.
nonFragile(FragileFunction0<? extends RR, E>, RR) - Static method in interface de.caff.generics.function.Function0
Convert a 0-argument function which might throw a checked exception into one which will return a default value instead of throwing an exception.
nonFragile(FragileFunction1<? extends RR, E, ? super PP>) - Static method in interface de.caff.generics.function.Function1
Convert a 1-argument function which might throw a checked exception into one which does throw an unchecked exception.
nonFragile(FragileFunction1<? extends RR, E, ? super PP>, RR) - Static method in interface de.caff.generics.function.Function1
Convert a 1-argument function which might throw a checked exception into one which will return a default value instead of throwing an exception.
nonFragile(FragileFunction2<? extends RR, E, ? super PP1, ? super PP2>) - Static method in interface de.caff.generics.function.Function2
Convert a 2-argument function which might throw a checked exception into one which does throw an unchecked exception.
nonFragile(FragileFunction2<? extends RR, E, ? super PP1, ? super PP2>, RR) - Static method in interface de.caff.generics.function.Function2
Convert a 2-argument function which might throw a checked exception into one which will return a default value instead of throwing an exception.
nonFragile(FragileFunction3<? extends RR, E, ? super PP1, ? super PP2, ? super PP3>) - Static method in interface de.caff.generics.function.Function3
Convert a 3-argument function which might throw a checked exception into one which does throw an unchecked exception.
nonFragile(FragileFunction3<? extends RR, E, ? super PP1, ? super PP2, ? super PP3>, RR) - Static method in interface de.caff.generics.function.Function3
Convert a 3-argument function which might throw a checked exception into one which will return a default value instead of throwing an exception.
nonFragile(FragileFunction4<? extends RR, E, ? super PP1, ? super PP2, ? super PP3, ? super PP4>) - Static method in interface de.caff.generics.function.Function4
Convert a 4-argument function which might throw a checked exception into one which does throw an unchecked exception.
nonFragile(FragileFunction4<? extends RR, E, ? super PP1, ? super PP2, ? super PP3, ? super PP4>, RR) - Static method in interface de.caff.generics.function.Function4
Convert a 4-argument function which might throw a checked exception into one which will return a default value instead of throwing an exception.
nonFragile(FragileProcedure0<E>) - Static method in interface de.caff.generics.function.Procedure0
Convert a 0-argument procedure which might throw a checked exception into one which does throw an unchecked exception.
nonFragile(FragileProcedure1<E, ? super PP>) - Static method in interface de.caff.generics.function.Procedure1
Convert a 1-argument procedure which might throw a checked exception into one which does throw an unchecked exception.
nonFragile(FragileProcedure2<E, ? super PP1, ? super PP2>) - Static method in interface de.caff.generics.function.Procedure2
Convert a 2-argument procedure which might throw a checked exception into one which does throw an unchecked exception.
nonFragile(FragileProcedure3<E, ? super PP1, ? super PP2, ? super PP3>) - Static method in interface de.caff.generics.function.Procedure3
Convert a 3-argument procedure which might throw a checked exception into one which does throw an unchecked exception.
nonFragile(FragileProcedure4<E, ? super PP1, ? super PP2, ? super PP3, ? super PP4>) - Static method in interface de.caff.generics.function.Procedure4
Convert a 4-argument procedure which might throw a checked exception into one which does throw an unchecked exception.
nonFragileX(Function<? super E, ? extends R>) - Method in interface de.caff.generics.function.FragileFunction0
Convert this to a non-fragile function which does not throw a checked exception.
nonFragileX(BiFunction<? super E, ? super P, ? extends R>) - Method in interface de.caff.generics.function.FragileFunction1
Convert this to a non-fragile function which does not throw a checked exception.
nonFragileX(Function3<? extends R, ? super E, ? super P1, ? super P2>) - Method in interface de.caff.generics.function.FragileFunction2
Convert this to a non-fragile function which does not throw a checked exception.
nonFragileX(Function4<? extends R, ? super E, ? super P1, ? super P2, ? super P3>) - Method in interface de.caff.generics.function.FragileFunction3
Convert this to a non-fragile function which does not throw a checked exception.
nonFragileX(Function5<? extends R, ? super E, ? super P1, ? super P2, ? super P3, ? super P4>) - Method in interface de.caff.generics.function.FragileFunction4
Convert this to a non-fragile function which does not throw a checked exception.
nonFragileX(Consumer<? super E>) - Method in interface de.caff.generics.function.FragileProcedure0
Convert this to a non-fragile procedure which does not a checked exception.
nonFragileX(BiConsumer<? super E, ? super P>) - Method in interface de.caff.generics.function.FragileProcedure1
Convert this to a non-fragile procedure which does not a checked exception.
nonFragileX(Procedure3<? super E, ? super P1, ? super P2>) - Method in interface de.caff.generics.function.FragileProcedure2
Convert this to a non-fragile procedure which does not a checked exception.
nonFragileX(Procedure4<? super E, ? super P1, ? super P2, ? super P3>) - Method in interface de.caff.generics.function.FragileProcedure3
Convert this to a non-fragile procedure which does not a checked exception.
nonFragileX(Procedure5<? super E, ? super P1, ? super P2, ? super P3, ? super P4>) - Method in interface de.caff.generics.function.FragileProcedure4
Convert this to a non-fragile procedure which does not a checked exception.
nonFragileX(FragileFunction0<? extends RR, E>, Function<? super E, ? extends RR>) - Static method in interface de.caff.generics.function.Function0
Convert a 0-argument function which might throw a checked exception into one for which you can decide what happens with the exception.
nonFragileX(FragileFunction1<? extends RR, E, ? super PP>, BiFunction<? super E, ? super PP, ? extends RR>) - Static method in interface de.caff.generics.function.Function1
Convert a 1-argument function which might throw a checked exception into one for which you can decide what happens with the exception.
nonFragileX(FragileFunction2<? extends RR, E, ? super PP1, ? super PP2>, Function3<? extends RR, ? super E, ? super PP1, ? super PP2>) - Static method in interface de.caff.generics.function.Function2
Convert a 2-argument function which might throw a checked exception into one for which you can decide what happens with the exception.
nonFragileX(FragileFunction3<? extends RR, E, ? super PP1, ? super PP2, ? super PP3>, Function4<? extends RR, ? super E, ? super PP1, ? super PP2, ? super PP3>) - Static method in interface de.caff.generics.function.Function3
Convert a 3-argument function which might throw a checked exception into one for which you can decide what happens with the exception.
nonFragileX(FragileFunction4<? extends RR, E, ? super PP1, ? super PP2, ? super PP3, ? super PP4>, Function5<? extends RR, ? super E, ? super PP1, ? super PP2, ? super PP3, ? super PP4>) - Static method in interface de.caff.generics.function.Function4
Convert a 4-argument function which might throw a checked exception into one for which you can decide what happens with the exception.
nonFragileX(FragileProcedure0<E>, Consumer<? super E>) - Static method in interface de.caff.generics.function.Procedure0
Convert a 0-argument procedure which might throw a checked exception into one for which you can decide what happens with the exception.
nonFragileX(FragileProcedure1<E, ? super PP>, BiConsumer<? super E, ? super PP>) - Static method in interface de.caff.generics.function.Procedure1
Convert a 1-argument procedure which might throw a checked exception into one for which you can decide what happens with the exception.
nonFragileX(FragileProcedure2<E, ? super PP1, ? super PP2>, Procedure3<? super E, ? super PP1, ? super PP2>) - Static method in interface de.caff.generics.function.Procedure2
Convert a 2-argument procedure which might throw a checked exception into one for which you can decide what happens with the exception.
nonFragileX(FragileProcedure3<E, ? super PP1, ? super PP2, ? super PP3>, Procedure4<? super E, ? super PP1, ? super PP2, ? super PP3>) - Static method in interface de.caff.generics.function.Procedure3
Convert a 3-argument procedure which might throw a checked exception into one for which you can decide what happens with the exception.
nonFragileX(FragileProcedure4<E, ? super PP1, ? super PP2, ? super PP3, ? super PP4>, Procedure5<? super E, ? super PP1, ? super PP2, ? super PP3, ? super PP4>) - Static method in interface de.caff.generics.function.Procedure4
Convert a 4-argument procedure which might throw a checked exception into one for which you can decide what happens with the exception.
not(Predicate<T>) - Static method in class de.caff.generics.checker.Check
Get a value checker which negates the result of a checker.
NOT - Static variable in interface de.caff.generics.function.BooleanOperator1
The standard boolean NOT (!)
NOT_NULL - Static variable in class de.caff.generics.Types
Predicate for filtering out null objects.
notEmpty(String, String) - Static method in class de.caff.generics.Types
Make sure a string is neither null nor empty.
notEquals(T) - Static method in class de.caff.generics.checker.Check
Get a value checker with checks for a given value using the equals method.
NotEqualsChecker<T> - Class in de.caff.generics.checker
This filter uses the equals method to check for equalitiy, and returns true for not equal objects.
NotEqualsChecker(T) - Constructor for class de.caff.generics.checker.NotEqualsChecker
Constructor.
NotNull - Annotation Type in de.caff.annotation
Annotation which marks a return value, a parameter or a field as never being null.
notNull(T, D) - Static method in class de.caff.generics.Types
Make sure that something is not null.
notNull(String) - Static method in class de.caff.generics.Types
Make sure a string is not null.
notNullOr(T, Supplier<? extends T>) - Static method in class de.caff.generics.Types
Make sure that something is not null, but postpone the fallback creation.
notNullOrN(T, Supplier<? extends T>) - Static method in class de.caff.generics.Types
Try to determine a fallback when a value is null.
notRefEquals(T) - Static method in class de.caff.generics.checker.Check
Get a value checker which checks for being not a given value using reference equality.
NTuple2<T1,T2> - Class in de.caff.generics.tuple
Immutable tuple with 2 nullable elements.
NTuple2(T1, T2) - Constructor for class de.caff.generics.tuple.NTuple2
Constructor.
NTuple3<T1,T2,T3> - Class in de.caff.generics.tuple
Immutable tuple with 3 nullable elements.
NTuple3(T1, T2, T3) - Constructor for class de.caff.generics.tuple.NTuple3
Constructor.
NTuple4<T1,T2,T3,T4> - Class in de.caff.generics.tuple
Immutable tuple with 4 nullable elements.
NTuple4(T1, T2, T3, T4) - Constructor for class de.caff.generics.tuple.NTuple4
Constructor.
NTuple5<T1,T2,T3,T4,T5> - Class in de.caff.generics.tuple
Immutable tuple with 5 nullable elements.
NTuple5(T1, T2, T3, T4, T5) - Constructor for class de.caff.generics.tuple.NTuple5
Constructor.
NTuple6<T1,T2,T3,T4,T5,T6> - Class in de.caff.generics.tuple
Immutable tuple with 6 nullable elements.
NTuple6(T1, T2, T3, T4, T5, T6) - Constructor for class de.caff.generics.tuple.NTuple6
Constructor.
NTuple7<T1,T2,T3,T4,T5,T6,T7> - Class in de.caff.generics.tuple
Immutable tuple with 7 nullable elements.
NTuple7(T1, T2, T3, T4, T5, T6, T7) - Constructor for class de.caff.generics.tuple.NTuple7
Constructor.
NTuple8<T1,T2,T3,T4,T5,T6,T7,T8> - Class in de.caff.generics.tuple
Immutable tuple with 8 nullable elements.
NTuple8(T1, T2, T3, T4, T5, T6, T7, T8) - Constructor for class de.caff.generics.tuple.NTuple8
Constructor.
NTuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - Class in de.caff.generics.tuple
Immutable tuple with 9 nullable elements.
NTuple9(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Constructor for class de.caff.generics.tuple.NTuple9
Constructor.
NULL - Static variable in interface de.caff.generics.function.FragileProcedure0
Fragile procedure with no arguments which does nothing, not even throw.
NULL - Static variable in interface de.caff.generics.function.FragileProcedure1
Procedure with one argument which does nothing, not even throwing.
NULL - Static variable in interface de.caff.generics.function.FragileProcedure2
Procedure with two arguments which does nothing.
NULL - Static variable in interface de.caff.generics.function.FragileProcedure3
Procedure with three arguments which does nothing.
NULL - Static variable in interface de.caff.generics.function.FragileProcedure4
Procedure with three arguments which does nothing.
NULL - Static variable in interface de.caff.generics.function.Procedure0
Procedure with no arguments which does nothing.
NULL - Static variable in interface de.caff.generics.function.Procedure1
Procedure with one argument which does nothing.
NULL - Static variable in interface de.caff.generics.function.Procedure2
Procedure with two arguments which does nothing.
NULL - Static variable in interface de.caff.generics.function.Procedure3
Procedure with three arguments which does nothing.
NULL - Static variable in interface de.caff.generics.function.Procedure4
Procedure with four arguments which does nothing.
NULL - Static variable in interface de.caff.generics.function.Procedure5
Procedure with five arguments which does nothing.
NULL - Static variable in interface de.caff.generics.function.Procedure6
Procedure with six arguments which does nothing.
NULL - Static variable in interface de.caff.generics.function.Procedure7
Procedure with seven arguments which does nothing.
NULL - Static variable in interface de.caff.generics.function.Procedure8
Procedure with eight arguments which does nothing.
NULL - Static variable in interface de.caff.generics.function.Procedure9
Procedure with nine arguments which does nothing.
NULL - Static variable in interface de.caff.generics.Sizeable
 
NULL_REF - Static variable in interface de.caff.generics.util.IReference
Null reference.
Nullable - Annotation Type in de.caff.annotation
Annotation which marks a return value, a parameter or a field as possibly being null.
NullableAccessor<T> - Interface in de.caff.generics
Abstractign for getting and setting a value.
nullableCopy(T) - Method in interface de.caff.generics.Copier
Get a copy of the given item even if it is null.
NullCheckMatcher<T1,T2> - Class in de.caff.generics.matcher
A matcher handling null values for a wrapped matcher.
NullCheckMatcher(Matcher<T1, T2>) - Constructor for class de.caff.generics.matcher.NullCheckMatcher
Constructor.
nullConverter() - Static method in class de.caff.generics.Types
Type converter which does no conversion.
nulled(int) - Static method in interface de.caff.generics.ExpandableIndexable
Create an expandable indexable with a given size, and initialize all its elements to null.
nulled(int) - Static method in interface de.caff.generics.MutableIndexable
Get a mutable indexable of a given size filled with null values.
nullRef() - Static method in interface de.caff.generics.util.IReference
Get a null reference
nullsFirst() - Method in interface de.caff.generics.function.Ordering
Make this ordering null-safe in handling null values as coming before all other values.
nullsLast() - Method in interface de.caff.generics.function.Ordering
Make this ordering null-safe in handling null values as coming after all other values.
NUM_CHARS - Static variable in class de.caff.generics.algorithm.FastSortChar
Number of different char values.
number - Variable in class de.caff.generics.util.combi.IntPartitions.Part
Number.
NUMBER_ARRAY - Static variable in class de.caff.generics.Empty
Empty Number array.
NUMBER_ARRAY_2D - Static variable in class de.caff.generics.Empty
Empty array of Number arrays.
NUMBER_TO_BYTE - Static variable in class de.caff.generics.Types
A type converter allowing any number based type to be converted to a byte value.
NUMBER_TO_DOUBLE - Static variable in class de.caff.generics.Types
A type converter allowing any number based type to be converted to double.
NUMBER_TO_FLOAT - Static variable in class de.caff.generics.Types
A type converter allowing any number based type to be converted to float.
NUMBER_TO_INT - Static variable in class de.caff.generics.Types
A type converter allowing any number based type to be converted to integer.
NUMBER_TO_LONG - Static variable in class de.caff.generics.Types
A type converter allowing any number based type to be converted to long.
NUMBER_TO_SHORT - Static variable in class de.caff.generics.Types
A type converter allowing any number based type to be converted to short integer.
NumericIdentifier(int) - Constructor for class de.caff.version.SemVer.Prerelease.NumericIdentifier
Constructor.

O

object - Variable in class de.caff.generics.Subject.Base
 
OBJECT_ARRAY - Static variable in class de.caff.generics.Empty
Empty Object array.
OBJECT_ARRAY_2D - Static variable in class de.caff.generics.Empty
Empty array of Object arrays.
of(String, V) - Static method in interface de.caff.generics.NamedNullableValue
Create a named value.
of(String, V) - Static method in interface de.caff.generics.NamedValue
Create a named value.
of(int, int, int) - Static method in class de.caff.generics.range.Range
Get a range of integer numbers.
of(int, int) - Static method in class de.caff.generics.range.Range
Get a range of integer numbers.
of(long, long, long) - Static method in class de.caff.generics.range.Range
Get a range of long integer numbers.
of(long, long) - Static method in class de.caff.generics.range.Range
Get a range of long integer numbers.
of(T1, T2) - Static method in class de.caff.generics.tuple.Tuple
Create a tuple with two non-null values.
of(T1, T2, T3) - Static method in class de.caff.generics.tuple.Tuple
Create a tuple with 3 non-null values.
of(T1, T2, T3, T4) - Static method in class de.caff.generics.tuple.Tuple
Create a tuple with 4 non-null values.
of(T1, T2, T3, T4, T5) - Static method in class de.caff.generics.tuple.Tuple
Create a tuple with 5 non-null values.
of(T1, T2, T3, T4, T5, T6) - Static method in class de.caff.generics.tuple.Tuple
Create a tuple with 6 non-null values.
of(T1, T2, T3, T4, T5, T6, T7) - Static method in class de.caff.generics.tuple.Tuple
Create a tuple with 7 non-null values.
of(T1, T2, T3, T4, T5, T6, T7, T8) - Static method in class de.caff.generics.tuple.Tuple
Create a tuple with 8 non-null values.
of(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Static method in class de.caff.generics.tuple.Tuple
Create a tuple with 9 non-null values.
of(V, V) - Static method in interface de.caff.generics.TwoWayChoice
Create a two-way choice.
of(V, V) - Static method in interface de.caff.generics.TwoWayChoiceN
Create a two-way choice.
of(int) - Static method in class de.caff.generics.util.combi.IntPartitions
Get an iterable iterating over the integer partitions of the given number.
OfBoolean(int, BooleanIndexable) - Constructor for class de.caff.generics.util.combi.Combinations.OfBoolean
Constructor.
OfBoolean(int, boolean...) - Constructor for class de.caff.generics.util.combi.Combinations.OfBoolean
Constructor.
OfBoolean(BooleanIndexable) - Constructor for class de.caff.generics.util.combi.Permutations.OfBoolean
Constructor.
OfBoolean(boolean...) - Constructor for class de.caff.generics.util.combi.Permutations.OfBoolean
Constructor.
OfByte(int, ByteIndexable) - Constructor for class de.caff.generics.util.combi.Combinations.OfByte
Constructor.
OfByte(int, byte...) - Constructor for class de.caff.generics.util.combi.Combinations.OfByte
Constructor.
OfByte(ByteIndexable) - Constructor for class de.caff.generics.util.combi.Permutations.OfByte
Constructor.
OfByte(byte...) - Constructor for class de.caff.generics.util.combi.Permutations.OfByte
Constructor.
OfChar(int, CharIndexable) - Constructor for class de.caff.generics.util.combi.Combinations.OfChar
Constructor.
OfChar(int, char...) - Constructor for class de.caff.generics.util.combi.Combinations.OfChar
Constructor.
OfChar(int, String) - Constructor for class de.caff.generics.util.combi.Combinations.OfChar
Constructor.
OfChar(CharIndexable) - Constructor for class de.caff.generics.util.combi.Permutations.OfChar
Constructor.
OfChar(char...) - Constructor for class de.caff.generics.util.combi.Permutations.OfChar
Constructor.
OfChar(String) - Constructor for class de.caff.generics.util.combi.Permutations.OfChar
Constructor.
OfDouble(int, DoubleIndexable) - Constructor for class de.caff.generics.util.combi.Combinations.OfDouble
Constructor.
OfDouble(int, double...) - Constructor for class de.caff.generics.util.combi.Combinations.OfDouble
Constructor.
OfDouble(DoubleIndexable) - Constructor for class de.caff.generics.util.combi.Permutations.OfDouble
Constructor.
OfDouble(double...) - Constructor for class de.caff.generics.util.combi.Permutations.OfDouble
Constructor.
OfFloat(int, FloatIndexable) - Constructor for class de.caff.generics.util.combi.Combinations.OfFloat
Constructor.
OfFloat(int, float...) - Constructor for class de.caff.generics.util.combi.Combinations.OfFloat
Constructor.
OfFloat(FloatIndexable) - Constructor for class de.caff.generics.util.combi.Permutations.OfFloat
Constructor.
OfFloat(float...) - Constructor for class de.caff.generics.util.combi.Permutations.OfFloat
Constructor.
OfInt(int, IntIndexable) - Constructor for class de.caff.generics.util.combi.Combinations.OfInt
Constructor.
OfInt(int, int...) - Constructor for class de.caff.generics.util.combi.Combinations.OfInt
Constructor.
OfInt(IntIndexable) - Constructor for class de.caff.generics.util.combi.Permutations.OfInt
Constructor.
OfInt(int...) - Constructor for class de.caff.generics.util.combi.Permutations.OfInt
Constructor.
OfLong(int, LongIndexable) - Constructor for class de.caff.generics.util.combi.Combinations.OfLong
Constructor.
OfLong(int, long...) - Constructor for class de.caff.generics.util.combi.Combinations.OfLong
Constructor.
OfLong(LongIndexable) - Constructor for class de.caff.generics.util.combi.Permutations.OfLong
Constructor.
OfLong(long...) - Constructor for class de.caff.generics.util.combi.Permutations.OfLong
Constructor.
ofNullable(T1, T2) - Static method in class de.caff.generics.tuple.Tuple
Create a tuple with two values which can possibly be null.
ofNullable(T1, T2, T3) - Static method in class de.caff.generics.tuple.Tuple
Create a tuple with 3 values which can possibly be null.
ofNullable(T1, T2, T3, T4) - Static method in class de.caff.generics.tuple.Tuple
Create a tuple with 4 values which can possibly be null.
ofNullable(T1, T2, T3, T4, T5) - Static method in class de.caff.generics.tuple.Tuple
Create a tuple with 5 values which can possibly be null.
ofNullable(T1, T2, T3, T4, T5, T6) - Static method in class de.caff.generics.tuple.Tuple
Create a tuple with 6 values which can possibly be null.
ofNullable(T1, T2, T3, T4, T5, T6, T7) - Static method in class de.caff.generics.tuple.Tuple
Create a tuple with 7 values which can possibly be null.
ofNullable(T1, T2, T3, T4, T5, T6, T7, T8) - Static method in class de.caff.generics.tuple.Tuple
Create a tuple with 8 values which can possibly be null.
ofNullable(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Static method in class de.caff.generics.tuple.Tuple
Create a tuple with 9 values which can possibly be null.
OfRange(int, int) - Constructor for class de.caff.generics.util.combi.Combinations.OfRange
Constructor.
OfRange(int) - Constructor for class de.caff.generics.util.combi.Permutations.OfRange
Constructor.
OfShort(int, ShortIndexable) - Constructor for class de.caff.generics.util.combi.Combinations.OfShort
Constructor.
OfShort(int, short...) - Constructor for class de.caff.generics.util.combi.Combinations.OfShort
Constructor.
OfShort(ShortIndexable) - Constructor for class de.caff.generics.util.combi.Permutations.OfShort
Constructor.
OfShort(short...) - Constructor for class de.caff.generics.util.combi.Permutations.OfShort
Constructor.
OfString(int, CharSequence) - Constructor for class de.caff.generics.util.combi.Combinations.OfString
Constructor.
OfString(CharSequence) - Constructor for class de.caff.generics.util.combi.Permutations.OfString
Constructor.
OneDimensionalAccess<T> - Interface in de.caff.generics.mda
A fixed-size one-dimensional array of items.
OneDimensionalArray<T> - Class in de.caff.generics.mda
Standard implementation for a 1-dimensional access.
OneDimensionalArray(Collection<T>) - Constructor for class de.caff.generics.mda.OneDimensionalArray
Constructor.
OneDimensionalArray(Indexable<T>) - Constructor for class de.caff.generics.mda.OneDimensionalArray
Constructor.
OneDimensionalArray(int) - Constructor for class de.caff.generics.mda.OneDimensionalArray
Constructor.
OneDimensionalArray(int, IntFunction<? extends T>) - Constructor for class de.caff.generics.mda.OneDimensionalArray
Initializing Constructor.
OneDimensionalArray(T...) - Constructor for class de.caff.generics.mda.OneDimensionalArray
Constructor.
OneDimensionalArray(Iterable<T>) - Constructor for class de.caff.generics.mda.OneDimensionalArray
Constructor.
OneDimensionalBooleanAccess - Interface in de.caff.generics.mda
Read/write access for 1-dimensional boolean arrays.
OneDimensionalBooleanArray - Class in de.caff.generics.mda
A 1-dimensional array of boolean values.
OneDimensionalBooleanArray(boolean...) - Constructor for class de.caff.generics.mda.OneDimensionalBooleanArray
Constructor.
OneDimensionalBooleanArray(int) - Constructor for class de.caff.generics.mda.OneDimensionalBooleanArray
Constructor.
OneDimensionalBooleanArray(int, IntPredicate1) - Constructor for class de.caff.generics.mda.OneDimensionalBooleanArray
Initializing constructor.
OneDimensionalBooleanArray(Indexable<Boolean>) - Constructor for class de.caff.generics.mda.OneDimensionalBooleanArray
Copy constructor.
OneDimensionalBooleanArray(BooleanIndexable) - Constructor for class de.caff.generics.mda.OneDimensionalBooleanArray
Copy constructor.
OneDimensionalBooleanArray(Collection<Boolean>) - Constructor for class de.caff.generics.mda.OneDimensionalBooleanArray
Constructor.
OneDimensionalBooleanArray(OneDimensionalBooleanArray) - Constructor for class de.caff.generics.mda.OneDimensionalBooleanArray
Copy constructor.
OneDimensionalBooleanArray(MultiDimensionalBooleanArray) - Constructor for class de.caff.generics.mda.OneDimensionalBooleanArray
Copy constructor.
OneDimensionalBooleanReadAccess - Interface in de.caff.generics.mda
Read access for 1-dimensional boolean arrays.
OneDimensionalBooleanReadAccess.Base - Class in de.caff.generics.mda
Abstract base class implementing this interface which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
OneDimensionalByteAccess - Interface in de.caff.generics.mda
Read/write access for 1-dimensional byte arrays.
OneDimensionalByteArray - Class in de.caff.generics.mda
A 1-dimensional array of byte values.
OneDimensionalByteArray(byte...) - Constructor for class de.caff.generics.mda.OneDimensionalByteArray
Constructor.
OneDimensionalByteArray(int) - Constructor for class de.caff.generics.mda.OneDimensionalByteArray
Constructor.
OneDimensionalByteArray(int, IntToByteFunction1) - Constructor for class de.caff.generics.mda.OneDimensionalByteArray
Initializing constructor.
OneDimensionalByteArray(Indexable<Byte>) - Constructor for class de.caff.generics.mda.OneDimensionalByteArray
Copy constructor.
OneDimensionalByteArray(ByteIndexable) - Constructor for class de.caff.generics.mda.OneDimensionalByteArray
Copy constructor.
OneDimensionalByteArray(Collection<Byte>) - Constructor for class de.caff.generics.mda.OneDimensionalByteArray
Constructor.
OneDimensionalByteArray(OneDimensionalByteArray) - Constructor for class de.caff.generics.mda.OneDimensionalByteArray
Copy constructor.
OneDimensionalByteArray(MultiDimensionalByteArray) - Constructor for class de.caff.generics.mda.OneDimensionalByteArray
Copy constructor.
OneDimensionalByteReadAccess - Interface in de.caff.generics.mda
Read access for 1-dimensional byte arrays.
OneDimensionalByteReadAccess.Base - Class in de.caff.generics.mda
Abstract base class implementing this interface which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
OneDimensionalCharAccess - Interface in de.caff.generics.mda
Read/write access for 1-dimensional char arrays.
OneDimensionalCharArray - Class in de.caff.generics.mda
A 1-dimensional array of char values.
OneDimensionalCharArray(char...) - Constructor for class de.caff.generics.mda.OneDimensionalCharArray
Constructor.
OneDimensionalCharArray(int) - Constructor for class de.caff.generics.mda.OneDimensionalCharArray
Constructor.
OneDimensionalCharArray(int, IntToCharFunction1) - Constructor for class de.caff.generics.mda.OneDimensionalCharArray
Initializing constructor.
OneDimensionalCharArray(Indexable<Character>) - Constructor for class de.caff.generics.mda.OneDimensionalCharArray
Copy constructor.
OneDimensionalCharArray(CharIndexable) - Constructor for class de.caff.generics.mda.OneDimensionalCharArray
Copy constructor.
OneDimensionalCharArray(Collection<Character>) - Constructor for class de.caff.generics.mda.OneDimensionalCharArray
Constructor.
OneDimensionalCharArray(OneDimensionalCharArray) - Constructor for class de.caff.generics.mda.OneDimensionalCharArray
Copy constructor.
OneDimensionalCharArray(MultiDimensionalCharArray) - Constructor for class de.caff.generics.mda.OneDimensionalCharArray
Copy constructor.
OneDimensionalCharReadAccess - Interface in de.caff.generics.mda
Read access for 1-dimensional char arrays.
OneDimensionalCharReadAccess.Base - Class in de.caff.generics.mda
Abstract base class implementing this interface which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
OneDimensionalDoubleAccess - Interface in de.caff.generics.mda
Read/write access for 1-dimensional double arrays.
OneDimensionalDoubleArray - Class in de.caff.generics.mda
A 1-dimensional array of double values.
OneDimensionalDoubleArray(double...) - Constructor for class de.caff.generics.mda.OneDimensionalDoubleArray
Constructor.
OneDimensionalDoubleArray(int) - Constructor for class de.caff.generics.mda.OneDimensionalDoubleArray
Constructor.
OneDimensionalDoubleArray(int, IntToDoubleFunction) - Constructor for class de.caff.generics.mda.OneDimensionalDoubleArray
Initializing constructor.
OneDimensionalDoubleArray(Indexable<Double>) - Constructor for class de.caff.generics.mda.OneDimensionalDoubleArray
Copy constructor.
OneDimensionalDoubleArray(DoubleIndexable) - Constructor for class de.caff.generics.mda.OneDimensionalDoubleArray
Copy constructor.
OneDimensionalDoubleArray(Collection<Double>) - Constructor for class de.caff.generics.mda.OneDimensionalDoubleArray
Constructor.
OneDimensionalDoubleArray(OneDimensionalDoubleArray) - Constructor for class de.caff.generics.mda.OneDimensionalDoubleArray
Copy constructor.
OneDimensionalDoubleArray(MultiDimensionalDoubleArray) - Constructor for class de.caff.generics.mda.OneDimensionalDoubleArray
Copy constructor.
OneDimensionalDoubleReadAccess - Interface in de.caff.generics.mda
Read access for 1-dimensional double arrays.
OneDimensionalDoubleReadAccess.Base - Class in de.caff.generics.mda
Abstract base class implementing this interface which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
OneDimensionalFloatAccess - Interface in de.caff.generics.mda
Read/write access for 1-dimensional float arrays.
OneDimensionalFloatArray - Class in de.caff.generics.mda
A 1-dimensional array of float values.
OneDimensionalFloatArray(float...) - Constructor for class de.caff.generics.mda.OneDimensionalFloatArray
Constructor.
OneDimensionalFloatArray(int) - Constructor for class de.caff.generics.mda.OneDimensionalFloatArray
Constructor.
OneDimensionalFloatArray(int, IntToFloatFunction1) - Constructor for class de.caff.generics.mda.OneDimensionalFloatArray
Initializing constructor.
OneDimensionalFloatArray(Indexable<Float>) - Constructor for class de.caff.generics.mda.OneDimensionalFloatArray
Copy constructor.
OneDimensionalFloatArray(FloatIndexable) - Constructor for class de.caff.generics.mda.OneDimensionalFloatArray
Copy constructor.
OneDimensionalFloatArray(Collection<Float>) - Constructor for class de.caff.generics.mda.OneDimensionalFloatArray
Constructor.
OneDimensionalFloatArray(OneDimensionalFloatArray) - Constructor for class de.caff.generics.mda.OneDimensionalFloatArray
Copy constructor.
OneDimensionalFloatArray(MultiDimensionalFloatArray) - Constructor for class de.caff.generics.mda.OneDimensionalFloatArray
Copy constructor.
OneDimensionalFloatReadAccess - Interface in de.caff.generics.mda
Read access for 1-dimensional float arrays.
OneDimensionalFloatReadAccess.Base - Class in de.caff.generics.mda
Abstract base class implementing this interface which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
OneDimensionalIntAccess - Interface in de.caff.generics.mda
Read/write access for 1-dimensional int arrays.
OneDimensionalIntArray - Class in de.caff.generics.mda
A 1-dimensional array of int values.
OneDimensionalIntArray(int...) - Constructor for class de.caff.generics.mda.OneDimensionalIntArray
Constructor.
OneDimensionalIntArray(int) - Constructor for class de.caff.generics.mda.OneDimensionalIntArray
Constructor.
OneDimensionalIntArray(int, IntUnaryOperator) - Constructor for class de.caff.generics.mda.OneDimensionalIntArray
Initializing constructor.
OneDimensionalIntArray(Indexable<Integer>) - Constructor for class de.caff.generics.mda.OneDimensionalIntArray
Copy constructor.
OneDimensionalIntArray(IntIndexable) - Constructor for class de.caff.generics.mda.OneDimensionalIntArray
Copy constructor.
OneDimensionalIntArray(Collection<? extends Integer>) - Constructor for class de.caff.generics.mda.OneDimensionalIntArray
Constructor.
OneDimensionalIntArray(OneDimensionalIntArray) - Constructor for class de.caff.generics.mda.OneDimensionalIntArray
Copy constructor.
OneDimensionalIntArray(MultiDimensionalIntArray) - Constructor for class de.caff.generics.mda.OneDimensionalIntArray
Copy constructor.
OneDimensionalIntReadAccess - Interface in de.caff.generics.mda
Read access for 1-dimensional int arrays.
OneDimensionalIntReadAccess.Base - Class in de.caff.generics.mda
Abstract base class implementing this interface which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
OneDimensionalLongAccess - Interface in de.caff.generics.mda
Read/write access for 1-dimensional long arrays.
OneDimensionalLongArray - Class in de.caff.generics.mda
A 1-dimensional array of long values.
OneDimensionalLongArray(long...) - Constructor for class de.caff.generics.mda.OneDimensionalLongArray
Constructor.
OneDimensionalLongArray(int) - Constructor for class de.caff.generics.mda.OneDimensionalLongArray
Constructor.
OneDimensionalLongArray(int, IntToLongFunction) - Constructor for class de.caff.generics.mda.OneDimensionalLongArray
Initializing constructor.
OneDimensionalLongArray(Indexable<Long>) - Constructor for class de.caff.generics.mda.OneDimensionalLongArray
Copy constructor.
OneDimensionalLongArray(LongIndexable) - Constructor for class de.caff.generics.mda.OneDimensionalLongArray
Copy constructor.
OneDimensionalLongArray(Collection<Long>) - Constructor for class de.caff.generics.mda.OneDimensionalLongArray
Constructor.
OneDimensionalLongArray(OneDimensionalLongArray) - Constructor for class de.caff.generics.mda.OneDimensionalLongArray
Copy constructor.
OneDimensionalLongArray(MultiDimensionalLongArray) - Constructor for class de.caff.generics.mda.OneDimensionalLongArray
Copy constructor.
OneDimensionalLongReadAccess - Interface in de.caff.generics.mda
Read access for 1-dimensional long arrays.
OneDimensionalLongReadAccess.Base - Class in de.caff.generics.mda
Abstract base class implementing this interface which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
OneDimensionalReadAccess<T> - Interface in de.caff.generics.mda
A one-dimensional read-only interface.
OneDimensionalReadAccess.Base<TT> - Class in de.caff.generics.mda
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
OneDimensionalShortAccess - Interface in de.caff.generics.mda
Read/write access for 1-dimensional short arrays.
OneDimensionalShortArray - Class in de.caff.generics.mda
A 1-dimensional array of short values.
OneDimensionalShortArray(short...) - Constructor for class de.caff.generics.mda.OneDimensionalShortArray
Constructor.
OneDimensionalShortArray(int) - Constructor for class de.caff.generics.mda.OneDimensionalShortArray
Constructor.
OneDimensionalShortArray(int, IntToShortFunction1) - Constructor for class de.caff.generics.mda.OneDimensionalShortArray
Initializing constructor.
OneDimensionalShortArray(Indexable<Short>) - Constructor for class de.caff.generics.mda.OneDimensionalShortArray
Copy constructor.
OneDimensionalShortArray(ShortIndexable) - Constructor for class de.caff.generics.mda.OneDimensionalShortArray
Copy constructor.
OneDimensionalShortArray(Collection<Short>) - Constructor for class de.caff.generics.mda.OneDimensionalShortArray
Constructor.
OneDimensionalShortArray(OneDimensionalShortArray) - Constructor for class de.caff.generics.mda.OneDimensionalShortArray
Copy constructor.
OneDimensionalShortArray(MultiDimensionalShortArray) - Constructor for class de.caff.generics.mda.OneDimensionalShortArray
Copy constructor.
OneDimensionalShortReadAccess - Interface in de.caff.generics.mda
Read access for 1-dimensional short arrays.
OneDimensionalShortReadAccess.Base - Class in de.caff.generics.mda
Abstract base class implementing this interface which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
OPEN - Static variable in interface de.caff.generics.mda.MultiIndexLinearizer
Special index used for open indexes.
operate(BooleanOperator2) - Method in class de.caff.generics.BooleanPair
Call an 2-boolean operator on this pair.
operate(ByteOperator2) - Method in class de.caff.generics.BytePair
Call an 2-byte operator on this pair.
operate(CharOperator2) - Method in class de.caff.generics.CharPair
Call an 2-character operator on this pair.
operate(DoubleOperator2) - Method in class de.caff.generics.DoublePair
Call an 2-double operator on this pair.
operate(FloatOperator2) - Method in class de.caff.generics.FloatPair
Call an 2-float operator on this pair.
operate(IntOperator2) - Method in class de.caff.generics.IntPair
Call an 2-int operator on this pair.
operate(LongOperator2) - Method in class de.caff.generics.LongPair
Call an 2-long operator on this pair.
operate(ShortOperator2) - Method in class de.caff.generics.ShortPair
Call an 2-short operator on this pair.
optFirst() - Method in interface de.caff.generics.Countable
Get the first element as an Optional.
optional(E) - Static method in interface de.caff.generics.Countable
Get a countable with a single or no element.
optional(E) - Static method in interface de.caff.generics.Indexable
Get an indexable with a single or no element.
optLast() - Method in interface de.caff.generics.Countable
Get the first element as an Optional.
or(Predicate<? super T>, Predicate<? super T>) - Static method in class de.caff.generics.checker.Check
Get a value checker which returns the boolean or of two checkers.
or(Predicate<? super T>, Predicate<? super T>, Predicate<? super T>...) - Static method in class de.caff.generics.checker.Check
Get a value checker which returns the boolean or of some checkers.
or(Collection<? extends Predicate<T>>) - Static method in class de.caff.generics.checker.Check
Get a value checker which returns the boolean or of some checkers
OR - Static variable in interface de.caff.generics.function.BooleanOperator2
Standard short-cut boolean OR (||) operator.
or(Predicate<? super P>) - Method in interface de.caff.generics.function.FragilePredicate1
Combine this and another predicate with logical or.
or(FragilePredicate1<? extends X, ? super T>, FragilePredicate1<? extends X, ? super T>) - Static method in interface de.caff.generics.function.FragilePredicate1
Get a predicate which is the combination of two predicates with a logical or.
or(BiPredicate<? super P1, ? super P2>) - Method in interface de.caff.generics.function.FragilePredicate2
Combine this and another predicate with logical or.
or(FragilePredicate2<? extends X, ? super T1, ? super T2>, FragilePredicate2<? extends X, ? super T1, ? super T2>) - Static method in interface de.caff.generics.function.FragilePredicate2
Get a predicate which is the combination of two predicates with a logical or.
or(Predicate<? super P>) - Method in interface de.caff.generics.function.Predicate1
Combine this and another predicate with logical or.
or(Predicate<? super T>, Predicate<? super T>) - Static method in interface de.caff.generics.function.Predicate1
Get a predicate which is the combination of two predicates with a logical or.
or(BiPredicate<? super P1, ? super P2>) - Method in interface de.caff.generics.function.Predicate2
Combine this and another predicate with logical or.
or(BiPredicate<? super T1, ? super T2>, BiPredicate<? super T1, ? super T2>) - Static method in interface de.caff.generics.function.Predicate2
Get a predicate which is the combination of two predicates with a logical or.
or(Predicate3<? super P1, ? super P2, ? super P3>) - Method in interface de.caff.generics.function.Predicate3
Combine this and another predicate with logical or.
or(Predicate3<? super T1, ? super T2, ? super T3>, Predicate3<? super T1, ? super T2, ? super T3>) - Static method in interface de.caff.generics.function.Predicate3
Get a predicate which is the combination of two predicates with a logical or.
or(Predicate4<? super P1, ? super P2, ? super P3, ? super P4>) - Method in interface de.caff.generics.function.Predicate4
Combine this and another predicate with logical or.
or(Predicate4<? super T1, ? super T2, ? super T3, ? super T4>, Predicate4<? super T1, ? super T2, ? super T3, ? super T4>) - Static method in interface de.caff.generics.function.Predicate4
Get a predicate which is the combination of two predicates with a logical or.
or(Predicate5<? super P1, ? super P2, ? super P3, ? super P4, ? super P5>) - Method in interface de.caff.generics.function.Predicate5
Combine this and another predicate with logical or.
or(Predicate5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5>, Predicate5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5>) - Static method in interface de.caff.generics.function.Predicate5
Get a predicate which is the combination of two predicates with a logical or.
or(Predicate6<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? super P6>) - Method in interface de.caff.generics.function.Predicate6
Combine this and another predicate with logical or.
or(Predicate6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6>, Predicate6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6>) - Static method in interface de.caff.generics.function.Predicate6
Get a predicate which is the combination of two predicates with a logical or.
or(Predicate7<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? super P6, ? super P7>) - Method in interface de.caff.generics.function.Predicate7
Combine this and another predicate with logical or.
or(Predicate7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7>, Predicate7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7>) - Static method in interface de.caff.generics.function.Predicate7
Get a predicate which is the combination of two predicates with a logical or.
or(Predicate8<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? super P6, ? super P7, ? super P8>) - Method in interface de.caff.generics.function.Predicate8
Combine this and another predicate with logical or.
or(Predicate8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8>, Predicate8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8>) - Static method in interface de.caff.generics.function.Predicate8
Get a predicate which is the combination of two predicates with a logical or.
or(Predicate9<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? super P6, ? super P7, ? super P8, ? super P9>) - Method in interface de.caff.generics.function.Predicate9
Combine this and another predicate with logical or.
or(Predicate9<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9>, Predicate9<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9>) - Static method in interface de.caff.generics.function.Predicate9
Get a predicate which is the combination of two predicates with a logical or.
or() - Method in interface de.caff.generics.PrimitiveBooleanIterable
Get the truth value resulting from combining all values with logical or.
or_(Predicate<T>) - Method in interface de.caff.generics.function.FragilePredicate1
Combine this and another predicate with logical or.
or_(Predicate<T>) - Method in interface de.caff.generics.function.Predicate1
Combine this and another predicate with logical or.
OrChecker<T> - Class in de.caff.generics.checker
A value checker which returns true when any of the wrapped checkers returns true.
OrChecker(Predicate<? super T>, Predicate<? super T>) - Constructor for class de.caff.generics.checker.OrChecker
Constructor.
OrChecker(Predicate<? super T>, Predicate<? super T>, Predicate<? super T>...) - Constructor for class de.caff.generics.checker.OrChecker
Constructor.
OrChecker(Collection<? extends Predicate<T>>) - Constructor for class de.caff.generics.checker.OrChecker
Constructor.
order() - Method in interface de.caff.generics.MutableByteIndexable
Sort the elements in this indexable in their natural order.
order(ByteOrdering) - Method in interface de.caff.generics.MutableByteIndexable
Sort the elements in this indexable according to the given ordering.
order() - Method in interface de.caff.generics.MutableCharIndexable
Sort the elements in this indexable in their natural order.
order(CharOrdering) - Method in interface de.caff.generics.MutableCharIndexable
Sort the elements in this indexable according to the given order.
order(DoubleOrdering) - Method in interface de.caff.generics.MutableDoubleIndexable
Order the elements in this indexable by the given ordering.
order() - Method in interface de.caff.generics.MutableDoubleIndexable
Order the elements in this indexable in their natural order.
order(FloatOrdering) - Method in interface de.caff.generics.MutableFloatIndexable
Order the elements in this indexable by the given ordering.
order() - Method in interface de.caff.generics.MutableFloatIndexable
Order the elements in this indexable in their standard Java order.
order(Ordering<? super T>) - Method in interface de.caff.generics.MutableIndexable
Order the elements in this indexable by the given ordering.
order(IntOrdering) - Method in interface de.caff.generics.MutableIntIndexable
Order the elements in this indexable by the given ordering.
order() - Method in interface de.caff.generics.MutableIntIndexable
Order the elements in this indexable in their natural order.
order(LongOrdering) - Method in interface de.caff.generics.MutableLongIndexable
Order the elements in this indexable by the given ordering.
order() - Method in interface de.caff.generics.MutableLongIndexable
Order the elements in this indexable in their natural order.
order() - Method in interface de.caff.generics.MutableShortIndexable
Sort the elements in this indexable in their natural order.
order(ShortOrdering) - Method in interface de.caff.generics.MutableShortIndexable
Sort the elements in this indexable according to the given ordering.
Order - Enum in de.caff.generics
Order of two values.
order(double, double) - Static method in class de.caff.generics.Primitives
Compare two double values without the quirks of Double.compare(double, double).
order(float, float) - Static method in class de.caff.generics.Primitives
Compare two float values without the quirks of Float.compare(float, float).
order132() - Method in interface de.caff.generics.function.Predicate3
Get a three argument predicate which expects the arguments in different order.
order213() - Method in interface de.caff.generics.function.Predicate3
Get a three argument predicate which expects the arguments in different order.
order231() - Method in interface de.caff.generics.function.Predicate3
Get a three argument predicate which expects the arguments in different order.
order312() - Method in interface de.caff.generics.function.Predicate3
Get a three argument predicate which expects the arguments in different order.
order321() - Method in interface de.caff.generics.function.Predicate3
Get a three argument predicate which expects the arguments in different order.
orderBy(Ordering<? super T>) - Method in class de.caff.generics.Pair
Order the elements in this pair.
ordered(ByteOrdering) - Method in interface de.caff.generics.ByteIndexable
Create a (mutable) byte indexable from the values of this indexable which is ordered as defined by the given ordering.
ordered(CharOrdering) - Method in interface de.caff.generics.CharIndexable
Create a (mutable) char indexable from the values of this indexable which is ordered as defined by the given ordering.
ordered(DoubleOrdering) - Method in interface de.caff.generics.DoubleIndexable
Create a (mutable) double indexable from the values of this indexable which is ordered as defined by the given ordering.
ordered() - Method in interface de.caff.generics.DoubleIndexable
Create a (mutable) double indexable from the values of this indexable which is ordered in natural order.
ordered(FloatOrdering) - Method in interface de.caff.generics.FloatIndexable
Create a (mutable) float indexable from the values of this indexable which is ordered as defined by the given ordering.
ordered() - Method in interface de.caff.generics.FloatIndexable
Create a (mutable) double indexable from the values of this indexable which is ordered in natural order.
ordered(Ordering<? super T>) - Method in interface de.caff.generics.Indexable
Create a (mutable) double indexable from the values of this indexable which is ordered as defined by the given ordering.
ordered(IntOrdering) - Method in interface de.caff.generics.IntIndexable
Create a (mutable) int indexable from the values of this indexable which is ordered as defined by the given ordering.
ordered() - Method in interface de.caff.generics.IntIndexable
Create a (mutable) int indexable from the values of this indexable which is ordered in natural order.
ordered(LongOrdering) - Method in interface de.caff.generics.LongIndexable
Create a (mutable) long indexable from the values of this indexable which is ordered as defined by the given ordering.
ordered() - Method in interface de.caff.generics.LongIndexable
Create a (mutable) long indexable from the values of this indexable which is ordered in natural order.
ordered(ShortOrdering) - Method in interface de.caff.generics.ShortIndexable
Create a (mutable) int indexable from the values of this indexable which is ordered as defined by the given ordering.
ordered() - Method in interface de.caff.generics.ShortIndexable
Create a (mutable) int indexable from the values of this indexable which is ordered in natural order.
orderedCombination(Countable<VV>, Countable<VV>, Comparator<? super VV>) - Static method in interface de.caff.generics.Countable
Create an indexable of pairs from two countables which is the combination of pairs from both countables when ordered.
OrderedPair<S,T> - Class in de.caff.generics
A simple ordered pair.
OrderedPair(S, T) - Constructor for class de.caff.generics.OrderedPair
Constructor.
OrderedPairFirstExtractor<T> - Class in de.caff.generics.converter
A type converter which extracts the first element of a pair.
OrderedPairFirstExtractor() - Constructor for class de.caff.generics.converter.OrderedPairFirstExtractor
 
OrderedPairSecondExtractor<T> - Class in de.caff.generics.converter
A type converter which extracts the second element of a pair.
OrderedPairSecondExtractor() - Constructor for class de.caff.generics.converter.OrderedPairSecondExtractor
 
Ordering<T> - Interface in de.caff.generics.function
Define an order for two objects of a generic type.
ordering(Function<? super S, ? extends K>, Ordering<? super K>) - Static method in interface de.caff.generics.function.Ordering
 
ordering(Function<? super S, ? extends K>) - Static method in interface de.caff.generics.function.Ordering
 
Ordering.Serial<E> - Interface in de.caff.generics.function
An ordering which is serializable.
orderingDouble(ToDoubleFunction<? super S>, DoubleOrdering) - Static method in interface de.caff.generics.function.Ordering
 
orderingDouble(ToDoubleFunction<? super S>) - Static method in interface de.caff.generics.function.Ordering
 
OverCaringTypeConverter<T,S> - Class in de.caff.generics.converter
A wrapper for a standard type converter, making it appear fragile.
OverCaringTypeConverter(Function<S, T>) - Constructor for class de.caff.generics.converter.OverCaringTypeConverter
Constructor.

P

Pair<T> - Class in de.caff.generics
An ordered pair with equal types for first and second.
Pair(T, T) - Constructor for class de.caff.generics.Pair
Constructor.
parse(String) - Static method in class de.caff.version.SemVer
Parse a semantic version.
parse(String) - Static method in class de.caff.version.SemVer.Prerelease
Create a prerelase from its string representation.
Part(int, int) - Constructor for class de.caff.generics.util.combi.IntPartitions.Part
Constructor.
PART_SIZE - Static variable in class de.caff.generics.ExpandableDoubleIndexableImpl
Partition size.
PART_SIZE - Static variable in class de.caff.generics.ExpandableIndexableImpl
Partition size.
PART_SIZE - Static variable in class de.caff.generics.ExpandableIntIndexableImpl
Partition size.
PART_SIZE - Static variable in class de.caff.generics.ExpandableLongIndexableImpl
Partition size.
partial(boolean) - Method in interface de.caff.generics.function.BooleanOperator1
Create a zero argument function from this one by applying a constant argument.
partial(byte) - Method in interface de.caff.generics.function.ByteOperator1
Create a zero argument function from this one by applying a constant argument.
partial(char) - Method in interface de.caff.generics.function.CharOperator1
Create a zero argument function from this one by applying a constant argument.
partial(double) - Method in interface de.caff.generics.function.DoubleOperator1
Create a zero argument function from this one by applying a constant argument.
partial(float) - Method in interface de.caff.generics.function.FloatOperator1
Create a zero argument function from this one by applying a constant argument.
partial(P) - Method in interface de.caff.generics.function.FragileProcedure1
Return a partial evaluation of this procedure.
partial(P) - Method in interface de.caff.generics.function.Function1
Create a zero argument function from this one by applying a constant argument.
partial(int) - Method in interface de.caff.generics.function.IntOperator1
Create a zero argument function from this one by applying a constant argument.
partial(long) - Method in interface de.caff.generics.function.LongOperator1
Create a zero argument function from this one by applying a constant argument.
partial(P) - Method in interface de.caff.generics.function.Procedure1
Return a partial evaluation of this procedure.
partial(short) - Method in interface de.caff.generics.function.ShortOperator1
Create a zero argument function from this one by applying a constant argument.
partial1(double) - Method in interface de.caff.generics.function.DoubleFunction2
Get a partially applied function where the first argument is fix.
partial1(double) - Method in interface de.caff.generics.function.DoubleFunction3
Get a partially applied function where the first argument is fix.
partial1(double) - Method in interface de.caff.generics.function.DoubleFunction4
Get a partially applied function where the first argument is fix.
partial1(P1) - Method in interface de.caff.generics.function.FragileFunction2
Get a partially applied function.
partial1(P1) - Method in interface de.caff.generics.function.FragileFunction3
Get a partially applied function.
partial1(P1) - Method in interface de.caff.generics.function.FragileFunction4
Get a partially applied function.
partial1(P1) - Method in interface de.caff.generics.function.FragilePredicate2
Get a partially applied predicate using a fix first argument.
partial1(P1) - Method in interface de.caff.generics.function.FragileProcedure2
Get a partially applied procedure.
partial1(P1) - Method in interface de.caff.generics.function.FragileProcedure3
Get a partially applied procedure.
partial1(P1) - Method in interface de.caff.generics.function.FragileProcedure4
Get a partially applied procedure.
partial1(P1) - Method in interface de.caff.generics.function.Function2
Get a partially applied function where the first argument is fix.
partial1(P1) - Method in interface de.caff.generics.function.Function3
Get a partially applied function.
partial1(P1) - Method in interface de.caff.generics.function.Function4
Get a partially applied function.
partial1(P1) - Method in interface de.caff.generics.function.Function5
Get a partially applied function.
partial1(P1) - Method in interface de.caff.generics.function.Function6
Get a partially applied function.
partial1(P1) - Method in interface de.caff.generics.function.Function7
Get a partially applied function.
partial1(P1) - Method in interface de.caff.generics.function.Function8
Get a partially applied function.
partial1(P1) - Method in interface de.caff.generics.function.Function9
Get a partially applied function.
partial1(int) - Method in interface de.caff.generics.function.IntToByteFunction2
View this function as one with 1 argument using a fix first argument.
partial1(int) - Method in interface de.caff.generics.function.IntToByteFunction3
View this function as one with 2 arguments using a fix first argument.
partial1(int) - Method in interface de.caff.generics.function.IntToCharFunction2
View this function as one with 1 argument using a fix first argument.
partial1(int) - Method in interface de.caff.generics.function.IntToCharFunction3
View this function as one with 2 arguments using a fix first argument.
partial1(int) - Method in interface de.caff.generics.function.IntToDoubleFunction2
View this function as one with 1 argument using a fix first argument.
partial1(int) - Method in interface de.caff.generics.function.IntToDoubleFunction3
View this function as one with 2 arguments using a fix first argument.
partial1(int) - Method in interface de.caff.generics.function.IntToFloatFunction2
View this function as one with 1 argument using a fix first argument.
partial1(int) - Method in interface de.caff.generics.function.IntToFloatFunction3
View this function as one with 2 arguments using a fix first argument.
partial1(int) - Method in interface de.caff.generics.function.IntToIntFunction3
View this function as one with 2 arguments using a fix first argument.
partial1(int) - Method in interface de.caff.generics.function.IntToLongFunction3
View this function as one with 2 arguments using a fix first argument.
partial1(int) - Method in interface de.caff.generics.function.IntToShortFunction3
View this function as one with 2 arguments using a fix first argument.
partial1(P1) - Method in interface de.caff.generics.function.Predicate2
Get a partially applied predicate using a fix first argument.
partial1(P1) - Method in interface de.caff.generics.function.Predicate3
Get a partially applied predicate with a fix first argument.
partial1(P1) - Method in interface de.caff.generics.function.Predicate4
Get a partially applied predicate with a fix first argument.
partial1(P1) - Method in interface de.caff.generics.function.Predicate5
Get a partially applied predicate with a fix first argument.
partial1(P1) - Method in interface de.caff.generics.function.Predicate6
Get a partially applied predicate with a fix first argument.
partial1(P1) - Method in interface de.caff.generics.function.Predicate7
Get a partially applied predicate with a fix first argument.
partial1(P1) - Method in interface de.caff.generics.function.Predicate8
Get a partially applied predicate with a fix first argument.
partial1(P1) - Method in interface de.caff.generics.function.Predicate9
Get a partially applied predicate with a fix first argument.
partial1(P1) - Method in interface de.caff.generics.function.Procedure2
Get a partially applied procedure.
partial1(P1) - Method in interface de.caff.generics.function.Procedure3
Get a partially applied procedure.
partial1(P1) - Method in interface de.caff.generics.function.Procedure4
Get a partially applied procedure.
partial1(P1) - Method in interface de.caff.generics.function.Procedure5
Get a partially applied procedure.
partial1(P1) - Method in interface de.caff.generics.function.Procedure6
Get a partially applied procedure.
partial1(P1) - Method in interface de.caff.generics.function.Procedure7
Get a partially applied procedure.
partial1(P1) - Method in interface de.caff.generics.function.Procedure8
Get a partially applied procedure.
partial1(P1) - Method in interface de.caff.generics.function.Procedure9
Get a partially applied procedure.
partial2(double) - Method in interface de.caff.generics.function.DoubleFunction2
Get a partially applied function where the second argument is fix.
partial2(double) - Method in interface de.caff.generics.function.DoubleFunction3
Get a partially applied function where the second argument is fix.
partial2(double) - Method in interface de.caff.generics.function.DoubleFunction4
Get a partially applied function where the second argument is fix.
partial2(P2) - Method in interface de.caff.generics.function.FragileFunction2
Get a partially applied function.
partial2(P2) - Method in interface de.caff.generics.function.FragileFunction3
Get a partially applied function.
partial2(P2) - Method in interface de.caff.generics.function.FragileFunction4
Get a partially applied function.
partial2(P2) - Method in interface de.caff.generics.function.FragilePredicate2
Get a partially applied predicate using a fix second argument.
partial2(P2) - Method in interface de.caff.generics.function.FragileProcedure2
Get a partially applied procedure.
partial2(P2) - Method in interface de.caff.generics.function.FragileProcedure3
Get a partially applied procedure.
partial2(P2) - Method in interface de.caff.generics.function.FragileProcedure4
Get a partially applied procedure.
partial2(P2) - Method in interface de.caff.generics.function.Function2
Get a partially applied function where the second argument is fix.
partial2(P2) - Method in interface de.caff.generics.function.Function3
Get a partially applied function.
partial2(P2) - Method in interface de.caff.generics.function.Function4
Get a partially applied function.
partial2(P2) - Method in interface de.caff.generics.function.Function5
Get a partially applied function.
partial2(P2) - Method in interface de.caff.generics.function.Function6
Get a partially applied function.
partial2(P2) - Method in interface de.caff.generics.function.Function7
Get a partially applied function.
partial2(P2) - Method in interface de.caff.generics.function.Function8
Get a partially applied function.
partial2(P2) - Method in interface de.caff.generics.function.Function9
Get a partially applied function.
partial2(int) - Method in interface de.caff.generics.function.IntToByteFunction2
View this function as one with 1 argument using a fix second argument.
partial2(int) - Method in interface de.caff.generics.function.IntToByteFunction3
View this function as one with 2 arguments using a fix second argument.
partial2(int) - Method in interface de.caff.generics.function.IntToCharFunction2
View this function as one with 1 argument using a fix second argument.
partial2(int) - Method in interface de.caff.generics.function.IntToCharFunction3
View this function as one with 2 arguments using a fix second argument.
partial2(int) - Method in interface de.caff.generics.function.IntToDoubleFunction2
View this function as one with 1 argument using a fix second argument.
partial2(int) - Method in interface de.caff.generics.function.IntToDoubleFunction3
View this function as one with 2 arguments using a fix second argument.
partial2(int) - Method in interface de.caff.generics.function.IntToFloatFunction2
View this function as one with 1 argument using a fix second argument.
partial2(int) - Method in interface de.caff.generics.function.IntToFloatFunction3
View this function as one with 2 arguments using a fix second argument.
partial2(int) - Method in interface de.caff.generics.function.IntToIntFunction3
View this function as one with 2 arguments using a fix second argument.
partial2(int) - Method in interface de.caff.generics.function.IntToLongFunction3
View this function as one with 2 arguments using a fix second argument.
partial2(int) - Method in interface de.caff.generics.function.IntToShortFunction3
View this function as one with 2 arguments using a fix second argument.
partial2(P2) - Method in interface de.caff.generics.function.Predicate2
Get a partially applied predicate using a fix second argument.
partial2(P2) - Method in interface de.caff.generics.function.Predicate3
Get a partially applied predicate with a fix second argument.
partial2(P2) - Method in interface de.caff.generics.function.Predicate4
Get a partially applied predicate with a fix second argument.
partial2(P2) - Method in interface de.caff.generics.function.Predicate5
Get a partially applied predicate with a fix second argument.
partial2(P2) - Method in interface de.caff.generics.function.Predicate6
Get a partially applied predicate with a fix second argument.
partial2(P2) - Method in interface de.caff.generics.function.Predicate7
Get a partially applied predicate with a fix second argument.
partial2(P2) - Method in interface de.caff.generics.function.Predicate8
Get a partially applied predicate with a fix second argument.
partial2(P2) - Method in interface de.caff.generics.function.Predicate9
Get a partially applied predicate with a fix second argument.
partial2(P2) - Method in interface de.caff.generics.function.Procedure2
Get a partially applied procedure.
partial2(P2) - Method in interface de.caff.generics.function.Procedure3
Get a partially applied procedure.
partial2(P2) - Method in interface de.caff.generics.function.Procedure4
Get a partially applied procedure.
partial2(P2) - Method in interface de.caff.generics.function.Procedure5
Get a partially applied procedure.
partial2(P2) - Method in interface de.caff.generics.function.Procedure6
Get a partially applied procedure.
partial2(P2) - Method in interface de.caff.generics.function.Procedure7
Get a partially applied procedure.
partial2(P2) - Method in interface de.caff.generics.function.Procedure8
Get a partially applied procedure.
partial2(P2) - Method in interface de.caff.generics.function.Procedure9
Get a partially applied procedure.
partial3(double) - Method in interface de.caff.generics.function.DoubleFunction3
Get a partially applied function where the third argument is fix.
partial3(double) - Method in interface de.caff.generics.function.DoubleFunction4
Get a partially applied function where the third argument is fix.
partial3(P3) - Method in interface de.caff.generics.function.FragileFunction3
Get a partially applied function.
partial3(P3) - Method in interface de.caff.generics.function.FragileFunction4
Get a partially applied function.
partial3(P3) - Method in interface de.caff.generics.function.FragileProcedure3
Get a partially applied procedure.
partial3(P3) - Method in interface de.caff.generics.function.FragileProcedure4
Get a partially applied procedure.
partial3(P3) - Method in interface de.caff.generics.function.Function3
Get a partially applied function.
partial3(P3) - Method in interface de.caff.generics.function.Function4
Get a partially applied function.
partial3(P3) - Method in interface de.caff.generics.function.Function5
Get a partially applied function.
partial3(P3) - Method in interface de.caff.generics.function.Function6
Get a partially applied function.
partial3(P3) - Method in interface de.caff.generics.function.Function7
Get a partially applied function.
partial3(P3) - Method in interface de.caff.generics.function.Function8
Get a partially applied function.
partial3(P3) - Method in interface de.caff.generics.function.Function9
Get a partially applied function.
partial3(int) - Method in interface de.caff.generics.function.IntToByteFunction3
View this function as one with 2 arguments using a fix third argument.
partial3(int) - Method in interface de.caff.generics.function.IntToCharFunction3
View this function as one with 2 arguments using a fix third argument.
partial3(int) - Method in interface de.caff.generics.function.IntToDoubleFunction3
View this function as one with 2 arguments using a fix third argument.
partial3(int) - Method in interface de.caff.generics.function.IntToFloatFunction3
View this function as one with 2 arguments using a fix third argument.
partial3(int) - Method in interface de.caff.generics.function.IntToIntFunction3
View this function as one with 2 arguments using a fix third argument.
partial3(int) - Method in interface de.caff.generics.function.IntToLongFunction3
View this function as one with 2 arguments using a fix third argument.
partial3(int) - Method in interface de.caff.generics.function.IntToShortFunction3
View this function as one with 2 arguments using a fix third argument.
partial3(P3) - Method in interface de.caff.generics.function.Predicate3
Get a partially applied predicate with a fix third argument.
partial3(P3) - Method in interface de.caff.generics.function.Predicate4
Get a partially applied predicate with a fix third argument.
partial3(P3) - Method in interface de.caff.generics.function.Predicate5
Get a partially applied predicate with a fix third argument.
partial3(P3) - Method in interface de.caff.generics.function.Predicate6
Get a partially applied predicate with a fix third argument.
partial3(P3) - Method in interface de.caff.generics.function.Predicate7
Get a partially applied predicate with a fix third argument.
partial3(P3) - Method in interface de.caff.generics.function.Predicate8
Get a partially applied predicate with a fix third argument.
partial3(P3) - Method in interface de.caff.generics.function.Predicate9
Get a partially applied predicate with a fix third argument.
partial3(P3) - Method in interface de.caff.generics.function.Procedure3
Get a partially applied procedure.
partial3(P3) - Method in interface de.caff.generics.function.Procedure4
Get a partially applied procedure.
partial3(P3) - Method in interface de.caff.generics.function.Procedure5
Get a partially applied procedure.
partial3(P3) - Method in interface de.caff.generics.function.Procedure6
Get a partially applied procedure.
partial3(P3) - Method in interface de.caff.generics.function.Procedure7
Get a partially applied procedure.
partial3(P3) - Method in interface de.caff.generics.function.Procedure8
Get a partially applied procedure.
partial3(P3) - Method in interface de.caff.generics.function.Procedure9
Get a partially applied procedure.
partial4(double) - Method in interface de.caff.generics.function.DoubleFunction4
Get a partially applied function where the fourth argument is fix.
partial4(P4) - Method in interface de.caff.generics.function.FragileFunction4
Get a partially applied function.
partial4(P4) - Method in interface de.caff.generics.function.FragileProcedure4
Get a partially applied procedure.
partial4(P4) - Method in interface de.caff.generics.function.Function4
Get a partially applied function.
partial4(P4) - Method in interface de.caff.generics.function.Function5
Get a partially applied function.
partial4(P4) - Method in interface de.caff.generics.function.Function6
Get a partially applied function.
partial4(P4) - Method in interface de.caff.generics.function.Function7
Get a partially applied function.
partial4(P4) - Method in interface de.caff.generics.function.Function8
Get a partially applied function.
partial4(P4) - Method in interface de.caff.generics.function.Function9
Get a partially applied function.
partial4(P4) - Method in interface de.caff.generics.function.Predicate4
Get a partially applied predicate with a fix fourth argument.
partial4(P4) - Method in interface de.caff.generics.function.Predicate5
Get a partially applied predicate with a fix fourth argument.
partial4(P4) - Method in interface de.caff.generics.function.Predicate6
Get a partially applied predicate with a fix fourth argument.
partial4(P4) - Method in interface de.caff.generics.function.Predicate7
Get a partially applied predicate with a fix fourth argument.
partial4(P4) - Method in interface de.caff.generics.function.Predicate8
Get a partially applied predicate with a fix fourth argument.
partial4(P4) - Method in interface de.caff.generics.function.Predicate9
Get a partially applied predicate with a fix fourth argument.
partial4(P4) - Method in interface de.caff.generics.function.Procedure4
Get a partially applied procedure.
partial4(P4) - Method in interface de.caff.generics.function.Procedure5
Get a partially applied procedure.
partial4(P4) - Method in interface de.caff.generics.function.Procedure6
Get a partially applied procedure.
partial4(P4) - Method in interface de.caff.generics.function.Procedure7
Get a partially applied procedure.
partial4(P4) - Method in interface de.caff.generics.function.Procedure8
Get a partially applied procedure.
partial4(P4) - Method in interface de.caff.generics.function.Procedure9
Get a partially applied procedure.
partial5(P5) - Method in interface de.caff.generics.function.Function5
Get a partially applied function.
partial5(P5) - Method in interface de.caff.generics.function.Function6
Get a partially applied function.
partial5(P5) - Method in interface de.caff.generics.function.Function7
Get a partially applied function.
partial5(P5) - Method in interface de.caff.generics.function.Function8
Get a partially applied function.
partial5(P5) - Method in interface de.caff.generics.function.Function9
Get a partially applied function.
partial5(P5) - Method in interface de.caff.generics.function.Predicate5
Get a partially applied predicate with a fix fifth argument.
partial5(P5) - Method in interface de.caff.generics.function.Predicate6
Get a partially applied predicate with a fix fifth argument.
partial5(P5) - Method in interface de.caff.generics.function.Predicate7
Get a partially applied predicate with a fix fifth argument.
partial5(P5) - Method in interface de.caff.generics.function.Predicate8
Get a partially applied predicate with a fix fifth argument.
partial5(P5) - Method in interface de.caff.generics.function.Predicate9
Get a partially applied predicate with a fix fifth argument.
partial5(P5) - Method in interface de.caff.generics.function.Procedure5
Get a partially applied procedure.
partial5(P5) - Method in interface de.caff.generics.function.Procedure6
Get a partially applied procedure.
partial5(P5) - Method in interface de.caff.generics.function.Procedure7
Get a partially applied procedure.
partial5(P5) - Method in interface de.caff.generics.function.Procedure8
Get a partially applied procedure.
partial5(P5) - Method in interface de.caff.generics.function.Procedure9
Get a partially applied procedure.
partial6(P6) - Method in interface de.caff.generics.function.Function6
Get a partially applied function.
partial6(P6) - Method in interface de.caff.generics.function.Function7
Get a partially applied function.
partial6(P6) - Method in interface de.caff.generics.function.Function8
Get a partially applied function.
partial6(P6) - Method in interface de.caff.generics.function.Function9
Get a partially applied function.
partial6(P6) - Method in interface de.caff.generics.function.Predicate6
Get a partially applied predicate with a fix sixth argument.
partial6(P6) - Method in interface de.caff.generics.function.Predicate7
Get a partially applied predicate with a fix sixth argument.
partial6(P6) - Method in interface de.caff.generics.function.Predicate8
Get a partially applied predicate with a fix sixth argument.
partial6(P6) - Method in interface de.caff.generics.function.Predicate9
Get a partially applied predicate with a fix sixth argument.
partial6(P6) - Method in interface de.caff.generics.function.Procedure6
Get a partially applied procedure.
partial6(P6) - Method in interface de.caff.generics.function.Procedure7
Get a partially applied procedure.
partial6(P6) - Method in interface de.caff.generics.function.Procedure8
Get a partially applied procedure.
partial6(P6) - Method in interface de.caff.generics.function.Procedure9
Get a partially applied procedure.
partial7(P7) - Method in interface de.caff.generics.function.Function7
Get a partially applied function.
partial7(P7) - Method in interface de.caff.generics.function.Function8
Get a partially applied function.
partial7(P7) - Method in interface de.caff.generics.function.Function9
Get a partially applied function.
partial7(P7) - Method in interface de.caff.generics.function.Predicate7
Get a partially applied predicate with a fix seventh argument.
partial7(P7) - Method in interface de.caff.generics.function.Predicate8
Get a partially applied predicate with a fix seventh argument.
partial7(P7) - Method in interface de.caff.generics.function.Predicate9
Get a partially applied predicate with a fix seventh argument.
partial7(P7) - Method in interface de.caff.generics.function.Procedure7
Get a partially applied procedure.
partial7(P7) - Method in interface de.caff.generics.function.Procedure8
Get a partially applied procedure.
partial7(P7) - Method in interface de.caff.generics.function.Procedure9
Get a partially applied procedure.
partial8(P8) - Method in interface de.caff.generics.function.Function8
Get a partially applied function.
partial8(P8) - Method in interface de.caff.generics.function.Function9
Get a partially applied function.
partial8(P8) - Method in interface de.caff.generics.function.Predicate8
Get a partially applied predicate with a fix eighth argument.
partial8(P8) - Method in interface de.caff.generics.function.Predicate9
Get a partially applied predicate with a fix eighth argument.
partial8(P8) - Method in interface de.caff.generics.function.Procedure8
Get a partially applied procedure.
partial8(P8) - Method in interface de.caff.generics.function.Procedure9
Get a partially applied procedure.
partial9(P9) - Method in interface de.caff.generics.function.Function9
Get a partially applied function.
partial9(P9) - Method in interface de.caff.generics.function.Predicate9
Get a partially applied predicate with a fix ninth argument.
partial9(P9) - Method in interface de.caff.generics.function.Procedure9
Get a partially applied procedure.
partialLeft(boolean) - Method in interface de.caff.generics.function.BooleanOperator2
Get a partially applied function.
partialLeft(boolean) - Method in interface de.caff.generics.function.BooleanOperator3
Get a partially applied function.
partialLeft(byte) - Method in interface de.caff.generics.function.ByteOperator2
Get a partially applied function.
partialLeft(byte) - Method in interface de.caff.generics.function.ByteOperator3
Get a partially applied function.
partialLeft(char) - Method in interface de.caff.generics.function.CharOperator2
Get a partially applied function.
partialLeft(char) - Method in interface de.caff.generics.function.CharOperator3
Get a partially applied function.
partialLeft(double) - Method in interface de.caff.generics.function.DoubleOperator2
Get a partially applied operator.
partialLeft(double) - Method in interface de.caff.generics.function.DoubleOperator3
Get a partially applied function.
partialLeft(float) - Method in interface de.caff.generics.function.FloatOperator2
Get a partially applied function.
partialLeft(float) - Method in interface de.caff.generics.function.FloatOperator3
Get a partially applied function.
partialLeft(P1) - Method in interface de.caff.generics.function.FragileProcedure2
Get a partially applied procedure.
partialLeft(P1) - Method in interface de.caff.generics.function.Function2
Get a partially applied function.
partialLeft(P1) - Method in interface de.caff.generics.function.Function3
Get a partially applied function.
partialLeft(int) - Method in interface de.caff.generics.function.IntOperator2
Get a partially applied function.
partialLeft(int) - Method in interface de.caff.generics.function.IntOperator3
Get a partially applied function.
partialLeft(long) - Method in interface de.caff.generics.function.LongOperator2
Get a partially applied function.
partialLeft(long) - Method in interface de.caff.generics.function.LongOperator3
Get a partially applied function.
partialLeft(P1) - Method in interface de.caff.generics.function.Predicate2
Get a partially applied predicate.
partialLeft(P1) - Method in interface de.caff.generics.function.Predicate3
Get a partially applied predicate.
partialLeft(P1) - Method in interface de.caff.generics.function.Procedure2
Get a partially applied procedure.
partialLeft(P1) - Method in interface de.caff.generics.function.Procedure3
Get a partially applied procedure.
partialLeft(short) - Method in interface de.caff.generics.function.ShortOperator2
Get a partially applied function.
partialLeft(short) - Method in interface de.caff.generics.function.ShortOperator3
Get a partially applied function.
partialMid(boolean) - Method in interface de.caff.generics.function.BooleanOperator3
Get a partially applied function.
partialMid(byte) - Method in interface de.caff.generics.function.ByteOperator3
Get a partially applied function.
partialMid(char) - Method in interface de.caff.generics.function.CharOperator3
Get a partially applied function.
partialMid(double) - Method in interface de.caff.generics.function.DoubleOperator3
Get a partially applied function.
partialMid(float) - Method in interface de.caff.generics.function.FloatOperator3
Get a partially applied function.
partialMid(P2) - Method in interface de.caff.generics.function.Function3
Get a partially applied function.
partialMid(int) - Method in interface de.caff.generics.function.IntOperator3
Get a partially applied function.
partialMid(long) - Method in interface de.caff.generics.function.LongOperator3
Get a partially applied function.
partialMid(P2) - Method in interface de.caff.generics.function.Predicate3
Get a partially applied predicate.
partialMid(P2) - Method in interface de.caff.generics.function.Procedure3
Get a partially applied procedure.
partialMid(short) - Method in interface de.caff.generics.function.ShortOperator3
Get a partially applied function.
partialRight(boolean) - Method in interface de.caff.generics.function.BooleanOperator2
Get a partially applied function.
partialRight(boolean) - Method in interface de.caff.generics.function.BooleanOperator3
Get a partially applied function.
partialRight(byte) - Method in interface de.caff.generics.function.ByteOperator2
Get a partially applied function.
partialRight(byte) - Method in interface de.caff.generics.function.ByteOperator3
Get a partially applied function.
partialRight(char) - Method in interface de.caff.generics.function.CharOperator2
Get a partially applied function.
partialRight(char) - Method in interface de.caff.generics.function.CharOperator3
Get a partially applied function.
partialRight(double) - Method in interface de.caff.generics.function.DoubleOperator2
Get a partially applied operator.
partialRight(double) - Method in interface de.caff.generics.function.DoubleOperator3
Get a partially applied function.
partialRight(float) - Method in interface de.caff.generics.function.FloatOperator2
Get a partially applied function.
partialRight(float) - Method in interface de.caff.generics.function.FloatOperator3
Get a partially applied function.
partialRight(P2) - Method in interface de.caff.generics.function.FragileProcedure2
Get a partially applied procedure.
partialRight(P2) - Method in interface de.caff.generics.function.Function2
Get a partially applied function.
partialRight(P3) - Method in interface de.caff.generics.function.Function3
Get a partially applied function.
partialRight(int) - Method in interface de.caff.generics.function.IntOperator2
Get a partially applied function.
partialRight(int) - Method in interface de.caff.generics.function.IntOperator3
Get a partially applied function.
partialRight(long) - Method in interface de.caff.generics.function.LongOperator2
Get a partially applied function.
partialRight(long) - Method in interface de.caff.generics.function.LongOperator3
Get a partially applied function.
partialRight(P2) - Method in interface de.caff.generics.function.Predicate2
Get a partially applied predicate.
partialRight(P3) - Method in interface de.caff.generics.function.Predicate3
Get a partially applied predicate.
partialRight(P2) - Method in interface de.caff.generics.function.Procedure2
Get a partially applied procedure.
partialRight(P3) - Method in interface de.caff.generics.function.Procedure3
Get a partially applied procedure.
partialRight(short) - Method in interface de.caff.generics.function.ShortOperator2
Get a partially applied function.
partialRight(short) - Method in interface de.caff.generics.function.ShortOperator3
Get a partially applied function.
PartlyFixedMultiIndexLinearizer - Class in de.caff.generics.mda
A multi-index linearizer which keeps some indexes fix and only allows to set the remaining ones.
PartlyFixedMultiIndexLinearizer(MultiIndexLinearizer, int...) - Constructor for class de.caff.generics.mda.PartlyFixedMultiIndexLinearizer
Create a lower-dimensional linearizer by providing some fixed indexes.
Permutations<T> - Class in de.caff.generics.util.combi
Helper class for permutations.
Permutations(Indexable<T>) - Constructor for class de.caff.generics.util.combi.Permutations
Constructor.
Permutations(List<T>) - Constructor for class de.caff.generics.util.combi.Permutations
Constructor.
Permutations(Countable<T>) - Constructor for class de.caff.generics.util.combi.Permutations
Constructor.
Permutations(Collection<T>) - Constructor for class de.caff.generics.util.combi.Permutations
Constructor.
Permutations(T...) - Constructor for class de.caff.generics.util.combi.Permutations
Constructor.
Permutations.OfBoolean - Class in de.caff.generics.util.combi
The permutations of boolean values.
Permutations.OfByte - Class in de.caff.generics.util.combi
The permutations of byte values.
Permutations.OfChar - Class in de.caff.generics.util.combi
The permutations of char values.
Permutations.OfDouble - Class in de.caff.generics.util.combi
The permutations of double values.
Permutations.OfFloat - Class in de.caff.generics.util.combi
The permutations of float values.
Permutations.OfInt - Class in de.caff.generics.util.combi
The permutations of integer values.
Permutations.OfLong - Class in de.caff.generics.util.combi
The permutations of long values.
Permutations.OfRange - Class in de.caff.generics.util.combi
The permutations of an index range.
Permutations.OfShort - Class in de.caff.generics.util.combi
The permutations of short values.
Permutations.OfString - Class in de.caff.generics.util.combi
The permutations of the characters of a string, as strings.
Permutations.RangeIterator - Class in de.caff.generics.util.combi
Iterator using the Steinhaus-Johnson-Trotter algorithm for an index range.
PLUS - Static variable in interface de.caff.generics.function.ByteOperator2
PLUS (+) operator.
PLUS - Static variable in interface de.caff.generics.function.DoubleOperator2
Double operator which returns the sum of two arguments: a + b.
PLUS - Static variable in interface de.caff.generics.function.FloatOperator2
Float operator which returns the sum of two arguments: a + b.
PLUS - Static variable in interface de.caff.generics.function.IntOperator2
PLUS (+) operator.
PLUS - Static variable in interface de.caff.generics.function.LongOperator2
PLUS (+) operator.
PLUS - Static variable in interface de.caff.generics.function.ShortOperator2
PLUS (+) operator.
pop() - Method in class de.caff.generics.CopierFStackImpl.Empty
 
pop() - Method in class de.caff.generics.CopierFStackImpl
 
pop() - Method in interface de.caff.generics.FStack
Pop the stack.
pop() - Method in class de.caff.generics.FStackImpl
 
positionOfHighestOneBit(int) - Static method in class de.caff.generics.Primitives
Get the position of the highest one bit.
positionOfHighestOneBit(long) - Static method in class de.caff.generics.Primitives
Get the position of the highest one bit.
positionOfLowestOneBit(int) - Static method in class de.caff.generics.Primitives
Get the position of the lowest one bit.
positionOfLowestOneBit(long) - Static method in class de.caff.generics.Primitives
Get the position of the lowest one bit.
POWER - Static variable in interface de.caff.generics.function.DoubleOperator2
Double operator which returns the first argument to the power given by the second argument: a ^ b
Predicate1<P> - Interface in de.caff.generics.function
A function with one argument which returns a boolean value.
Predicate2<P1,P2> - Interface in de.caff.generics.function
A function with two arguments which returns a boolean value.
Predicate3<P1,P2,P3> - Interface in de.caff.generics.function
A function with three arguments which returns a boolean value.
Predicate4<P1,P2,P3,P4> - Interface in de.caff.generics.function
A function with four arguments which returns a boolean value.
Predicate5<P1,P2,P3,P4,P5> - Interface in de.caff.generics.function
A function with five arguments which returns a boolean value.
Predicate6<P1,P2,P3,P4,P5,P6> - Interface in de.caff.generics.function
A function with six arguments which returns a boolean value.
Predicate7<P1,P2,P3,P4,P5,P6,P7> - Interface in de.caff.generics.function
A function with seven arguments which returns a boolean value.
Predicate8<P1,P2,P3,P4,P5,P6,P7,P8> - Interface in de.caff.generics.function
A function with eight arguments which returns a boolean value.
Predicate9<P1,P2,P3,P4,P5,P6,P7,P8,P9> - Interface in de.caff.generics.function
A function with nine arguments which returns a boolean value.
Predicates - Class in de.caff.generics.function
Helper for predicates.
Prerelease(SemVer.Prerelease.Identifier) - Constructor for class de.caff.version.SemVer.Prerelease
Constructor for a simple one-identifier prerelease.
Prerelease(SemVer.Prerelease.Identifier, SemVer.Prerelease.Identifier...) - Constructor for class de.caff.version.SemVer.Prerelease
Constructor for a multiple-identifier prerelease.
previous - Variable in class de.caff.generics.BasicLoop.Item
Previous item in the loop (possibly this).
previous() - Method in class de.caff.generics.ListIteratorConverter
Returns the previous element in the list and moves the cursor position backwards.
previousIndex() - Method in class de.caff.generics.ListIteratorConverter
Returns the index of the element that would be returned by a subsequent call to ListIteratorConverter.previous().
previousMatch(int, BooleanPredicate1) - Method in interface de.caff.generics.BooleanIndexable
Get the previous index for which the given check is fulfilled.
previousMatch(int, BytePredicate1) - Method in interface de.caff.generics.ByteIndexable
Get the previous index for which the given check is fulfilled.
previousMatch(int, CharPredicate1) - Method in interface de.caff.generics.CharIndexable
Get the previous index for which the given check is fulfilled.
previousMatch(int, DoublePredicate) - Method in interface de.caff.generics.DoubleIndexable
Get the previous index for which the given check is fulfilled.
previousMatch(int, FloatPredicate1) - Method in interface de.caff.generics.FloatIndexable
Get the previous index for which the given check is fulfilled.
previousMatch(int, IntPredicate) - Method in interface de.caff.generics.IntIndexable
Get the previous index for which the given check is fulfilled.
previousMatch(int, LongPredicate) - Method in interface de.caff.generics.LongIndexable
Get the previous index for which the given check is fulfilled.
previousMatch(int, ShortPredicate1) - Method in interface de.caff.generics.ShortIndexable
Get the previous index for which the given check is fulfilled.
PrimitiveBooleanIterable - Interface in de.caff.generics
Iterable which iterates over a primitive boolean.
PrimitiveBooleanIterator - Interface in de.caff.generics
An iterator specialized for boolean values.
PrimitiveByteIterable - Interface in de.caff.generics
Iterable which iterates over a primitive byte.
PrimitiveByteIterator - Interface in de.caff.generics
An iterator specialized for short values.
PrimitiveCharIterable - Interface in de.caff.generics
Iterable which iterates over a primitive char.
PrimitiveCharIterator - Interface in de.caff.generics
An iterator specialized for cahr values.
PrimitiveDoubleIterable - Interface in de.caff.generics
Iterable which iterates over a primitive double.
PrimitiveFloatIterable - Interface in de.caff.generics
Iterable which iterates over a primitive float.
PrimitiveFloatIterator - Interface in de.caff.generics
An iterator specialized for float values.
PrimitiveIntIterable - Interface in de.caff.generics
Iterable which iterates over a primitive int.
PrimitiveLongIterable - Interface in de.caff.generics
Iterable which iterates over a primitive long.
Primitives - Class in de.caff.generics
Primitives helper tool.
PrimitiveShortIterable - Interface in de.caff.generics
Iterable which iterates over a primitive short.
PrimitiveShortIterator - Interface in de.caff.generics
An iterator specialized for short values.
Procedure0 - Interface in de.caff.generics.function
Function without return and with no parameter.
Procedure1<P> - Interface in de.caff.generics.function
Function without return and with one parameter.
Procedure2<P1,P2> - Interface in de.caff.generics.function
Function without return and with two parameters.
Procedure3<P1,P2,P3> - Interface in de.caff.generics.function
Function without return and with three parameters.
Procedure4<P1,P2,P3,P4> - Interface in de.caff.generics.function
Function without return and with four parameters.
Procedure5<P1,P2,P3,P4,P5> - Interface in de.caff.generics.function
Function without return and with five parameters.
Procedure6<P1,P2,P3,P4,P5,P6> - Interface in de.caff.generics.function
Function without return and with six parameters.
Procedure7<P1,P2,P3,P4,P5,P6,P7> - Interface in de.caff.generics.function
Function without return and with seven parameters.
Procedure8<P1,P2,P3,P4,P5,P6,P7,P8> - Interface in de.caff.generics.function
Function without return and with eight parameters.
Procedure9<P1,P2,P3,P4,P5,P6,P7,P8,P9> - Interface in de.caff.generics.function
Function without return and with nine parameters.
propertyChange(PropertyChangeEvent) - Method in class de.caff.generics.SoftPropertyChangeListener
This method gets called when a bound property is changed.
propertyChange(PropertyChangeEvent) - Method in class de.caff.generics.WeakPropertyChangeListener
This method gets called when a bound property is changed.
push(T) - Method in class de.caff.generics.CopierFStackImpl.Empty
 
push(T) - Method in class de.caff.generics.CopierFStackImpl
 
push(T) - Method in interface de.caff.generics.FStack
Push an element to the top of the stack.
push(T) - Method in class de.caff.generics.FStackImpl
 
pushAll(Iterable<? extends T>) - Method in interface de.caff.generics.FStack
Get a stack which is the result of pushing all elements to the top of this stack.
put(K, V) - Method in class de.caff.generics.HashCoderMap
 
put(K, V) - Method in class de.caff.generics.LeastRecentlyUsedCache
Put a new key-value pair into this cache.
put(K, V) - Method in class de.caff.generics.RefValueHashMap
Associates the specified value with the specified key in this map (optional operation).
putAll(Map<? extends K, ? extends V>) - Method in class de.caff.generics.HashCoderMap
 
putAll(Map<? extends K, ? extends V>) - Method in class de.caff.generics.RefValueHashMap
Copies all of the mappings from the specified map to this map (optional operation).
Pythonesque - Class in de.caff.generics
Helper class for pythionesque indexing.

Q

quickSort(MutableByteIndexable, ByteOrdering) - Static method in class de.caff.generics.algorithm.FastSortByte
 

R

range(int, int, int) - Static method in interface de.caff.generics.IntIndexable
Create an integer indexable which is defined by a given range.
range(int, int) - Static method in interface de.caff.generics.IntIndexable
Create an integer indexable which represents a range with step size 1.
Range - Class in de.caff.generics.range
Static class for providing ranges.
rangeFromSize(int) - Static method in interface de.caff.generics.IntIndexable
Create an integer range from 0 with the given size.
RangeIterator(int) - Constructor for class de.caff.generics.util.combi.Permutations.RangeIterator
Constructor.
RC - Static variable in class de.caff.version.SemVer.Prerelease
Release candidate prerelease.
RecreatingLeastRecentlyUsedCache<K,V> - Class in de.caff.generics
A least recently used cache which also allows to predefine a way to recreate lost entries.
RecreatingLeastRecentlyUsedCache(int, Function<K, V>) - Constructor for class de.caff.generics.RecreatingLeastRecentlyUsedCache
Constructor.
RecreatingLeastRecentlyUsedCache(int, FragileFunction1<V, ? extends Exception, K>, Procedure2<K, Exception>) - Constructor for class de.caff.generics.RecreatingLeastRecentlyUsedCache
Constructor.
refEquals(T) - Static method in class de.caff.generics.checker.Check
Get a value checker which checks for a given value using reference equality.
REFERENCE_MATCHER - Static variable in class de.caff.generics.matcher.Match
Matcher which is using reference equality, i.e. each object only matches with itself.
ReferenceCreator<R extends java.lang.ref.Reference<? super V>,V> - Interface in de.caff.generics
Reference creator.
ReferenceMatcher - Class in de.caff.generics.matcher
A reference matcher is only accepting reference equality.
ReferenceMatcher() - Constructor for class de.caff.generics.matcher.ReferenceMatcher
 
References - Class in de.caff.generics
Helper for reference creation.
ReferenceType - Enum in de.caff.generics.util
Reference type.
ReferencingTypeConverter<T,R extends java.lang.ref.Reference<? super T>> - Class in de.caff.generics.converter
Type converter which wraps the object with an reference.
ReferencingTypeConverter(ReferenceCreator<R, T>) - Constructor for class de.caff.generics.converter.ReferencingTypeConverter
Constructor.
RefValueHashMap<K,V> - Class in de.caff.generics
A hashmap with strong keys and soft referenced values.
RefValueHashMap(ReferenceCreator<? extends Reference<V>, V>) - Constructor for class de.caff.generics.RefValueHashMap
Constructs an empty SoftValueHashMap with the default initial capacity (16) and the default load factor (0.75).
RefValueHashMap(ReferenceCreator<? extends Reference<V>, V>, int) - Constructor for class de.caff.generics.RefValueHashMap
Constructs an empty SoftValueHashMap with the specified initial capacity and the default load factor (0.75).
RefValueHashMap(ReferenceCreator<? extends Reference<V>, V>, int, float) - Constructor for class de.caff.generics.RefValueHashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
RefValueHashMap(ReferenceCreator<? extends Reference<V>, V>, Map<? extends K, ? extends V>) - Constructor for class de.caff.generics.RefValueHashMap
Constructs a new HashMap with the same mappings as the specified Map.
RefValueHashMap(ReferenceCreator<? extends Reference<V>, V>, boolean) - Constructor for class de.caff.generics.RefValueHashMap
Constructs an empty SoftValueHashMap with the default initial capacity (16) and the default load factor (0.75).
RefValueHashMap(ReferenceCreator<? extends Reference<V>, V>, boolean, int) - Constructor for class de.caff.generics.RefValueHashMap
Constructs an empty SoftValueHashMap with the specified initial capacity and the default load factor (0.75).
RefValueHashMap(ReferenceCreator<? extends Reference<V>, V>, boolean, int, float) - Constructor for class de.caff.generics.RefValueHashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
RefValueHashMap(ReferenceCreator<? extends Reference<V>, V>, boolean, Map<? extends K, ? extends V>) - Constructor for class de.caff.generics.RefValueHashMap
Constructs a new HashMap with the same mappings as the specified Map.
RefWrapperHashSet<V> - Class in de.caff.generics
A hash st which holds its elements as references.
RefWrapperHashSet(ReferenceCreator<? extends Reference<V>, V>) - Constructor for class de.caff.generics.RefWrapperHashSet
Default constructor.
RefWrapperHashSet(ReferenceCreator<? extends Reference<V>, V>, Collection<? extends V>) - Constructor for class de.caff.generics.RefWrapperHashSet
Create a reference wrapper list from a collection.
RefWrapperList<V> - Class in de.caff.generics
A list which holds its elements as references.
RefWrapperList(ReferenceCreator<? extends Reference<V>, V>) - Constructor for class de.caff.generics.RefWrapperList
Default constructor.
RefWrapperList(ReferenceCreator<? extends Reference<V>, V>, Collection<? extends V>) - Constructor for class de.caff.generics.RefWrapperList
Create a reference wrapper list from a collection.
RefWrapperList(ReferenceCreator<? extends Reference<V>, V>, List<Reference<V>>) - Constructor for class de.caff.generics.RefWrapperList
Constructor.
RELEASE_DATE - Static variable in class de.caff.generics.Types
remove(Object) - Method in class de.caff.generics.AbstractBasicCountingSet
Removes the specified element from this set if it is present (optional operation).
remove(int) - Method in class de.caff.generics.AbstractBasicUnmodifiableList
Removes the element at the specified position in this list (optional operation).
remove(Object) - Method in class de.caff.generics.AbstractBasicUnmodifiableList
Removes the first occurrence in this list of the specified element (optional operation).
remove(Object) - Method in class de.caff.generics.ActiveList
Removes the first occurrence of the specified element from this list, if it is present (optional operation).
remove(int) - Method in class de.caff.generics.ActiveList
Removes the element at the specified position in this list (optional operation).
remove() - Method in class de.caff.generics.BasicLoop.Item
Remove this item from the loop.
remove() - Method in class de.caff.generics.EnumerationIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(int) - Method in interface de.caff.generics.ExpandableDoubleIndexable
Return an expandable double indexable where the value at the given index was removed.
remove(int) - Method in interface de.caff.generics.ExpandableIndexable
Return an expandable int indexable where the value at the given index was removed.
remove(int) - Method in interface de.caff.generics.ExpandableIntIndexable
Return an expandable int indexable where the value at the given index was removed.
remove(int) - Method in interface de.caff.generics.ExpandableLongIndexable
Return an expandable long indexable where the value at the given index was removed.
remove(Object) - Method in class de.caff.generics.HashCoderMap
 
remove(Object) - Method in class de.caff.generics.HashCoderSet
 
remove() - Method in class de.caff.generics.IteratorConverter
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(K) - Method in class de.caff.generics.LeastRecentlyUsedCache
Remove a key-value pair from this cache.
remove() - Method in class de.caff.generics.ListIteratorConverter
Removes from the list the last element that was returned by ListIteratorConverter.next() or ListIteratorConverter.previous() (optional operation).
remove(Object) - Method in class de.caff.generics.MatchSet
Removes the specified element from this set if it is present (optional operation).
remove(K) - Method in class de.caff.generics.RecreatingLeastRecentlyUsedCache
 
remove(Object) - Method in class de.caff.generics.RefValueHashMap
Removes the mapping for this key from this map if it is present (optional operation).
remove(Object) - Method in class de.caff.generics.RefWrapperHashSet
Removes the first occurrence in this list of the specified element (optional operation).
remove(Object) - Method in class de.caff.generics.RefWrapperList
Removes the first occurrence in this list of the specified element (optional operation).
remove(int) - Method in class de.caff.generics.RefWrapperList
Removes the element at the specified position in this list (optional operation).
remove(Object) - Method in class de.caff.generics.SynchronizedCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(Object) - Method in class de.caff.generics.SynchronizedList
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(int) - Method in class de.caff.generics.SynchronizedList
Removes the element at the specified position in this list (optional operation).
removeActiveListListener(ActiveListListener<? super T>) - Method in class de.caff.generics.ActiveList
Remove an active list listener.
removeAll(Collection<?>) - Method in class de.caff.generics.AbstractBasicCountingSet
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in class de.caff.generics.AbstractBasicUnmodifiableList
Removes from this list all the elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class de.caff.generics.HashCoderSet
 
removeAll(Collection<?>) - Method in class de.caff.generics.MatchSet
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class de.caff.generics.RefWrapperHashSet
Removes from this list all the elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class de.caff.generics.RefWrapperList
Removes from this list all the elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class de.caff.generics.SynchronizedCollection
Removes all this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class de.caff.generics.SynchronizedList
Removes all this collection's elements that are also contained in the specified collection (optional operation).
removeDeadValues() - Method in class de.caff.generics.RefValueHashMap
Remove all entries from this map which have dead values.
removeSuccessiveDuplicates(BiPredicate<? super T, ? super T>) - Method in class de.caff.generics.BasicLoop
Remove duplicate items which are neighbors.
removeSuccessiveDuplicates() - Method in class de.caff.generics.BasicLoop
Remove duplicate items which are neighbors.
removeWeakPropertyListener(PropertyChangeSupport, PropertyChangeListener) - Static method in class de.caff.generics.WeakPropertyChangeListener
Remove a weak property change listener from a property change support.
removeWeakPropertyListener(PropertyChangeSupport, String, PropertyChangeListener) - Static method in class de.caff.generics.WeakPropertyChangeListener
Remove a weak property change listener listening for a special property from a property change support.
remyve(int) - Method in interface de.caff.generics.ExpandableDoubleIndexable
Pythonesque remove allowing negative indexes to remove from the end.
remyve(int) - Method in interface de.caff.generics.ExpandableIndexable
Pythonesque remove allowing negative indexes to remove from the end.
remyve(int) - Method in interface de.caff.generics.ExpandableIntIndexable
Pythonesque remove allowing negative indexes to remove from the end.
remyve(int) - Method in interface de.caff.generics.ExpandableLongIndexable
Pythonesque remove allowing negative indexes to remove from the end.
require(K) - Method in interface de.caff.generics.Dict
Get the value for the given key.
require() - Method in class de.caff.generics.util.MutableRef
Require that the reference value is set to a non-null value.
requireNonNull(T, Procedure0) - Static method in class de.caff.generics.Types
Require an item to be not null.
resized(int, int) - Method in class de.caff.generics.mda.TwoDimensionalArray
Get a resized copy of this array which contains the same elements for equal indexes.
resized(int, int, IntFunction2<? extends T>) - Method in class de.caff.generics.mda.TwoDimensionalArray
Get a resized copy of this array.
resized(int, int, Function<? super T, ? extends R>, IntFunction2<? extends R>) - Method in class de.caff.generics.mda.TwoDimensionalArray
Get a resized copy of this array.
retainAll(Collection<?>) - Method in class de.caff.generics.AbstractBasicCountingSet
Retains only the elements in this set that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in class de.caff.generics.AbstractBasicUnmodifiableList
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class de.caff.generics.HashCoderSet
 
retainAll(Collection<?>) - Method in class de.caff.generics.MatchSet
Retains only the elements in this set that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class de.caff.generics.RefWrapperHashSet
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class de.caff.generics.RefWrapperList
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class de.caff.generics.SynchronizedCollection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class de.caff.generics.SynchronizedList
Retains only the elements in this collection that are contained in the specified collection (optional operation).
rethrow() - Method in exception de.caff.generics.WrappedFragileException
Throw the wrapped exception.
rethrow(Class<E>) - Method in exception de.caff.generics.WrappedFragileException
Rethrow the wrapped exception as an expected type.
reverse() - Method in interface de.caff.generics.BooleanIndexable
Get this indexable but with inverted order.
reverse() - Method in interface de.caff.generics.ByteIndexable
Get this indexable but with inverted order.
reverse() - Method in interface de.caff.generics.CharIndexable
Get this indexable but with inverted order.
reverse() - Method in interface de.caff.generics.DoubleIndexable
Get this indexable but with inverted order.
reverse() - Method in interface de.caff.generics.FloatIndexable
Get this indexable but with inverted order.
reverse() - Method in interface de.caff.generics.Indexable
Get this indexable but with inverted order.
reverse() - Method in interface de.caff.generics.IntIndexable
Get this indexable but with inverted order.
reverse() - Method in interface de.caff.generics.LongIndexable
Get this indexable but with inverted order.
reverse() - Method in interface de.caff.generics.MutableBooleanIndexable
 
reverse() - Method in interface de.caff.generics.MutableByteIndexable
 
reverse() - Method in interface de.caff.generics.MutableCharIndexable
 
reverse() - Method in interface de.caff.generics.MutableDoubleIndexable
 
reverse() - Method in interface de.caff.generics.MutableFloatIndexable
 
reverse() - Method in interface de.caff.generics.MutableIndexable
 
reverse() - Method in interface de.caff.generics.MutableIntIndexable
 
reverse() - Method in interface de.caff.generics.MutableLongIndexable
 
reverse() - Method in interface de.caff.generics.MutableShortIndexable
 
reverse() - Method in interface de.caff.generics.ShortIndexable
Get this indexable but with inverted order.
reversedList(List<T>) - Static method in class de.caff.generics.Types
Create a list in reverse order for a given list.
reverseFrom(Iterable<E>) - Static method in interface de.caff.generics.FStack
Create a stack from pushing all elements of an iterable to this stack.
reverseFrom(Copier<E>, Iterable<E>) - Static method in interface de.caff.generics.FStack
Create a stack from pushing copies of all elements of an iterable to this stack.
reverseFromCopyable(Iterable<E>) - Static method in interface de.caff.generics.FStack
Create a stack from pushing copies of all elements of an iterable to this stack.
reverseOrder() - Method in interface de.caff.generics.function.FragilePredicate2
Get a two argument predicate which expects the arguments in reverse order.
reverseOrder() - Method in interface de.caff.generics.function.Predicate2
Get a two argument predicate which expects the arguments in reverse order.
reversePushAll(Iterable<? extends T>) - Method in interface de.caff.generics.FStack
Get a stack which is the result of pushing all elements to the top of this stack.
revert(Matcher<T2, T1>) - Static method in class de.caff.generics.matcher.Match
Get a reverted matcher from a basic one.
revert(int, int) - Method in interface de.caff.generics.MutableByteIndexable
Revert the order of all elements in the given range.
revert() - Method in interface de.caff.generics.MutableByteIndexable
Revert the elements in this indexable.
revert(int, int) - Method in interface de.caff.generics.MutableCharIndexable
Revert the order of all elements in the given range.
revert() - Method in interface de.caff.generics.MutableCharIndexable
Revert the elements in this indexable.
revert(int, int) - Method in interface de.caff.generics.MutableDoubleIndexable
Revert the order of all elements in the given range.
revert() - Method in interface de.caff.generics.MutableDoubleIndexable
Revert the elements in this indexable.
revert(int, int) - Method in interface de.caff.generics.MutableFloatIndexable
Revert the order of all elements in the given range.
revert() - Method in interface de.caff.generics.MutableFloatIndexable
Revert the elements in this indexable.
revert(int, int) - Method in interface de.caff.generics.MutableIndexable
Revert the order of all elements in the given range.
revert() - Method in interface de.caff.generics.MutableIndexable
Revert the elements in this indexable.
revert(int, int) - Method in interface de.caff.generics.MutableIntIndexable
Revert the order of all elements in the given range.
revert() - Method in interface de.caff.generics.MutableIntIndexable
Revert the elements in this indexable.
revert(int, int) - Method in interface de.caff.generics.MutableLongIndexable
Revert the order of all elements in the given range.
revert() - Method in interface de.caff.generics.MutableLongIndexable
Revert the elements in this indexable.
revert(int, int) - Method in interface de.caff.generics.MutableShortIndexable
Revert the order of all elements in the given range.
revert() - Method in interface de.caff.generics.MutableShortIndexable
Revert the elements in this indexable.
REVERTED_DEFAULT_MATCHER - Static variable in class de.caff.generics.matcher.Match
Basic matcher, using Object.equals(Object) method of second object.
RevertedMatcher<T1,T2> - Class in de.caff.generics.matcher
A matcher which inverts the direction of comparison of a wrapped matcher.
RevertedMatcher(Matcher<T2, T1>) - Constructor for class de.caff.generics.matcher.RevertedMatcher
Constructor.
RevertedUniformMatcher<T> - Class in de.caff.generics.matcher
A matcher which inverts the direction of comparison of a wrapped matcher.
RevertedUniformMatcher(UniformMatcher<T>) - Constructor for class de.caff.generics.matcher.RevertedUniformMatcher
Constructor.
rotate(int) - Method in class de.caff.generics.BasicLoop
Rotate through the loop so the first item is exchanged
rotateBackwardUntil(Predicate<? super T>) - Method in class de.caff.generics.BasicLoop
Rotate backward until a condition is fulfilled for the first item.
rotateBackwardUntilValue(Predicate<? super T>) - Method in class de.caff.generics.Loop
Rotate this loop backward until the value of the first item fulfills a given condition.
rotated(int) - Method in interface de.caff.generics.BooleanIndexable
Get a rotated view of this boolean indexable.
rotated(int) - Method in interface de.caff.generics.ByteIndexable
Get a rotated view of this byte indexable.
rotated(int) - Method in interface de.caff.generics.CharIndexable
Get a rotated view of this char indexable.
rotated(int) - Method in interface de.caff.generics.DoubleIndexable
Get a rotated view of this double indexable.
rotated(int) - Method in interface de.caff.generics.FloatIndexable
Get a rotated view of this float indexable.
rotated(int) - Method in interface de.caff.generics.Indexable
Get a rotated view of this indexable.
rotated(int) - Method in interface de.caff.generics.IntIndexable
Get a rotated view of this int indexable.
rotated(int) - Method in interface de.caff.generics.LongIndexable
Get a rotated view of this long indexable.
rotated(int) - Method in interface de.caff.generics.ShortIndexable
Get a rotated view of this short indexable.
rotateForwardUntil(Predicate<? super T>) - Method in class de.caff.generics.BasicLoop
Rotate forward until a condition is fulfilled for the first item.
rotateForwardUntilValue(Predicate<? super T>) - Method in class de.caff.generics.Loop
Rotate this loop forward until the value of the first item fulfills a given condition.

S

same(byte, byte) - Method in interface de.caff.generics.function.ByteOrdering
Are the two values considered equal by this order?
same(char, char) - Method in interface de.caff.generics.function.CharOrdering
Are the two values considered equal by this order?
same(double, double) - Method in interface de.caff.generics.function.DoubleOrdering
Are the two values considered equal by this order?
same(float, float) - Method in interface de.caff.generics.function.FloatOrdering
Are the two values considered equal by this order?
same(int, int) - Method in interface de.caff.generics.function.IntOrdering
Are the two values considered equal by this order?
same(long, long) - Method in interface de.caff.generics.function.LongOrdering
Are the two values considered equal by this order?
same(T, T) - Method in interface de.caff.generics.function.Ordering
Are the two values considered equal by this order?
same(short, short) - Method in interface de.caff.generics.function.ShortOrdering
Are the two values considered equal by this order?
same - Variable in enum de.caff.generics.Order
Is this order considering two values equal?
second - Variable in class de.caff.generics.BooleanPair
The second value of this pair.
second - Variable in class de.caff.generics.BytePair
The second value of this pair.
second - Variable in class de.caff.generics.CharPair
The second value of this pair.
second - Variable in class de.caff.generics.DoublePair
The second value of this pair.
second - Variable in class de.caff.generics.FloatPair
The second value of this pair.
second - Variable in class de.caff.generics.IntPair
The second value of this pair.
second - Variable in class de.caff.generics.LongPair
The second value of this pair.
second - Variable in class de.caff.generics.OrderedPair
The second element.
second - Variable in class de.caff.generics.ShortPair
The second value of this pair.
SemVer - Class in de.caff.version
Semantic version.
SemVer(int, int, int) - Constructor for class de.caff.version.SemVer
Constructor.
SemVer(int, int, int, SemVer.Prerelease) - Constructor for class de.caff.version.SemVer
Constructor including prerelease data.
SemVer(int, int, int, String) - Constructor for class de.caff.version.SemVer
Constructor including build metadata.
SemVer(int, int, int, SemVer.Prerelease, String) - Constructor for class de.caff.version.SemVer
Constructor.
SemVer.Prerelease - Class in de.caff.version
Prerelease indicator.
SemVer.Prerelease.AlphanumericIdentifier - Class in de.caff.version
Alphanumeric identifier.
SemVer.Prerelease.Identifier - Interface in de.caff.version
Identifier.
SemVer.Prerelease.NumericIdentifier - Class in de.caff.version
Numeric identifier.
sendTo(BiConsumer<? super T1, ? super T2>) - Method in interface de.caff.generics.tuple.ITuple2
Send this tuple unpacked to a 2-argument procedure.
sendTo(Procedure3<? super T1, ? super T2, ? super T3>) - Method in interface de.caff.generics.tuple.ITuple3
Send this tuple unpacked to a 3-argument procedure.
sendTo(Procedure4<? super T1, ? super T2, ? super T3, ? super T4>) - Method in interface de.caff.generics.tuple.ITuple4
Send this tuple unpacked to a 4-argument procedure.
sendTo(Procedure5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5>) - Method in interface de.caff.generics.tuple.ITuple5
Send this tuple unpacked to a 5-argument procedure.
sendTo(Procedure6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6>) - Method in interface de.caff.generics.tuple.ITuple6
Send this tuple unpacked to a 6-argument procedure.
sendTo(Procedure7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7>) - Method in interface de.caff.generics.tuple.ITuple7
Send this tuple unpacked to a 7-argument procedure.
sendTo(Procedure8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8>) - Method in interface de.caff.generics.tuple.ITuple8
Send this tuple unpacked to a 8-argument procedure.
sendTo(Procedure9<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9>) - Method in interface de.caff.generics.tuple.ITuple9
Send this tuple unpacked to a 9-argument procedure.
SEP_DOT - Static variable in class de.caff.version.SemVer
Separator pattern for splitting at dots.
separate(Iterable<T>, Consumer<? super T>, Consumer<? super T>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Go over an iterable and sepparate its elements depending a condition.
separate(Iterable<T>, Collection<? super T>, Collection<? super T>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Go over an iterable and sepparate its elements depending a condition.
separate(Iterable<T>, Supplier<C>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Fo over an iterable and separate its elements depending on a condition.
separate(Iterable<T>, Predicate<? super T>) - Static method in class de.caff.generics.Types
Go over an iterable and separate its elements into two lists depending on a condition.
Sequences - Class in de.caff.generics
Equality and comparability for sequences.
set(int, T) - Method in class de.caff.generics.AbstractBasicUnmodifiableList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(T) - Method in interface de.caff.generics.Accessor
Set the value.
set(int, T) - Method in class de.caff.generics.ActiveList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, T) - Method in interface de.caff.generics.ExpandableIndexable
Set the value at the given index.
set(T, boolean) - Method in interface de.caff.generics.function.BooleanSetter
Handle an item and a boolean value.
set(T, byte) - Method in interface de.caff.generics.function.ByteSetter
Handle an item and a byte value.
set(T, char) - Method in interface de.caff.generics.function.CharSetter
Handle an item and a char value.
set(T, double) - Method in interface de.caff.generics.function.DoubleSetter
Handle an item and a double value.
set(T, float) - Method in interface de.caff.generics.function.FloatSetter
Handle an item and a float value.
set(T, int) - Method in interface de.caff.generics.function.IntSetter
Handle an item and a int value.
set(T, long) - Method in interface de.caff.generics.function.LongSetter
Handle an item and a long value.
set(T, short) - Method in interface de.caff.generics.function.ShortSetter
Handle an item and a short value.
set(T) - Method in class de.caff.generics.ListIteratorConverter
Replaces the last element returned by ListIteratorConverter.next() or ListIteratorConverter.previous() with the specified element (optional operation).
set(int, T) - Method in class de.caff.generics.mda.OneDimensionalArray
 
set(int, Boolean) - Method in interface de.caff.generics.mda.OneDimensionalBooleanAccess
 
set(int, Byte) - Method in interface de.caff.generics.mda.OneDimensionalByteAccess
 
set(int, Character) - Method in interface de.caff.generics.mda.OneDimensionalCharAccess
 
set(int, Double) - Method in interface de.caff.generics.mda.OneDimensionalDoubleAccess
 
set(int, Float) - Method in interface de.caff.generics.mda.OneDimensionalFloatAccess
 
set(int, Integer) - Method in interface de.caff.generics.mda.OneDimensionalIntAccess
 
set(int, Long) - Method in interface de.caff.generics.mda.OneDimensionalLongAccess
 
set(int, Short) - Method in interface de.caff.generics.mda.OneDimensionalShortAccess
 
set(int, boolean) - Method in interface de.caff.generics.MutableBooleanIndexable
Set the element at the given index.
set(int, byte) - Method in interface de.caff.generics.MutableByteIndexable
Set the element at the given index.
set(int, char) - Method in interface de.caff.generics.MutableCharIndexable
Set the element at the given index.
set(int, double) - Method in interface de.caff.generics.MutableDoubleIndexable
Set the element at the given index.
set(int, float) - Method in interface de.caff.generics.MutableFloatIndexable
Set the element at the given index.
set(int, T) - Method in class de.caff.generics.MutableIndexable.ListView
 
set(int, T) - Method in interface de.caff.generics.MutableIndexable
Set the element at the given index.
set(int, int) - Method in interface de.caff.generics.MutableIntIndexable
Set the element at the given index.
set(int, long) - Method in interface de.caff.generics.MutableLongIndexable
Set the element at the given index.
set(int, short) - Method in interface de.caff.generics.MutableShortIndexable
Set the element at the given index.
set(T) - Method in interface de.caff.generics.NullableAccessor
Set the value.
set(int, T) - Method in class de.caff.generics.Pair
Set the first or second parameter via its index.
set(int, V) - Method in class de.caff.generics.RefWrapperList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, T) - Method in class de.caff.generics.SynchronizedList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(T) - Method in class de.caff.generics.util.MutableRef
Set the reference.
setAll(Function<int[], ? extends T>) - Method in interface de.caff.generics.mda.MultiDimensionalAccess
Set all elements.
setElement(T, int...) - Method in interface de.caff.generics.mda.MultiDimensionalAccess
Set the element located at the given indexes.
setElement(T, int...) - Method in class de.caff.generics.mda.MultiDimensionalArray
Set the element at the given index combination.
setElement(Boolean, int...) - Method in class de.caff.generics.mda.MultiDimensionalBooleanArray
 
setElement(Byte, int...) - Method in class de.caff.generics.mda.MultiDimensionalByteArray
 
setElement(Character, int...) - Method in class de.caff.generics.mda.MultiDimensionalCharArray
 
setElement(Double, int...) - Method in class de.caff.generics.mda.MultiDimensionalDoubleArray
 
setElement(Float, int...) - Method in class de.caff.generics.mda.MultiDimensionalFloatArray
 
setElement(Integer, int...) - Method in class de.caff.generics.mda.MultiDimensionalIntArray
 
setElement(Long, int...) - Method in class de.caff.generics.mda.MultiDimensionalLongArray
 
setElement(Short, int...) - Method in class de.caff.generics.mda.MultiDimensionalShortArray
 
setElement(T, int...) - Method in interface de.caff.generics.mda.OneDimensionalAccess
 
setElement(T, int...) - Method in interface de.caff.generics.mda.ThreeDimensionalAccess
 
setElement(T, int...) - Method in interface de.caff.generics.mda.TwoDimensionalAccess
 
setElementAt(T, int) - Method in interface de.caff.generics.mda.OneDimensionalAccess
Set the value at the given index.
setElementAt(T, int, int) - Method in class de.caff.generics.mda.SmallTwoDimensionalArray
 
setElementAt(T, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalAccess
Set the element at the given indexes.
setElementAt(T, int, int, int) - Method in class de.caff.generics.mda.ThreeDimensionalArray
 
setElementAt(Boolean, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalBooleanAccess
 
setElementAt(Byte, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalByteAccess
 
setElementAt(Character, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalCharAccess
 
setElementAt(Double, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalDoubleAccess
 
setElementAt(Float, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalFloatAccess
 
setElementAt(Integer, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalIntAccess
 
setElementAt(Long, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalLongAccess
 
setElementAt(Short, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalShortAccess
 
setElementAt(T, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalAccess
Set the element at the given indexes.
setElementAt(T, int, int) - Method in class de.caff.generics.mda.TwoDimensionalArray
 
setElementAt(Boolean, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalBooleanAccess
 
setElementAt(Byte, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalByteAccess
 
setElementAt(Character, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalCharAccess
 
setElementAt(Double, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalDoubleAccess
 
setElementAt(Float, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalFloatAccess
 
setElementAt(Integer, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalIntAccess
 
setElementAt(Long, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalLongAccess
 
setElementAt(Short, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalShortAccess
 
setFrom(Collection<? extends T>) - Method in class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
Set all elements in this multi-dimensional array from the given collection.
setFrom(Iterable<? extends T>) - Method in class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
Set all elements in this multi-dimensional array in high-fast order.
setFrom(MultiIndexLinearizer.Sequencer, Iterable<? extends T>) - Method in class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
Set all elements in this multi-dimensional array in the order defined by the sequencer.
setFrom(MultiIndexLinearizer.Sequencer, Collection<? extends T>) - Method in interface de.caff.generics.mda.MultiDimensionalAccess
Set all elements in this multi-dimensional access from the given collection.
setFrom(MultiIndexLinearizer.Sequencer, Indexable<? extends T>) - Method in interface de.caff.generics.mda.MultiDimensionalAccess
Set all elements in this multi-dimensional access from the given indexable collection.
setFrom(MultiIndexLinearizer.Sequencer, Iterable<? extends T>) - Method in interface de.caff.generics.mda.MultiDimensionalAccess
Set all elements in this multi-dimensional access from the given iterable.
setFrom(Collection<? extends T>) - Method in class de.caff.generics.mda.MultiDimensionalArray
 
setFrom(Iterable<? extends Boolean>) - Method in interface de.caff.generics.MutableBooleanIndexable
Set the values of this mutable boolean indexable one after the other from the given Number iterable until either the iterable is emptied or Sizeable.size() elements are set.
setFrom(Iterable<? extends Boolean>, int, int) - Method in interface de.caff.generics.MutableBooleanIndexable
Set the values of this mutable boolean indexable one after the other from the given iterable until either the iterable is emptied or numElements elements are set.
setFrom(Iterable<? extends Number>) - Method in interface de.caff.generics.MutableByteIndexable
Set the values of this mutable byte indexable one after the other from the given Number iterable until either the iterable is emptied or Sizeable.size() elements are set.
setFrom(Iterable<? extends Number>, int, int) - Method in interface de.caff.generics.MutableByteIndexable
Set the values of this mutable byte indexable one after the other from the given iterable until either the iterable is emptied or numElements elements are set.
setFrom(Iterable<? extends Character>) - Method in interface de.caff.generics.MutableCharIndexable
Set the values of this mutable char indexable one after the other from the given Number iterable until either the iterable is emptied or Sizeable.size() elements are set.
setFrom(Iterable<? extends Character>, int, int) - Method in interface de.caff.generics.MutableCharIndexable
Set the values of this mutable char indexable one after the other from the given iterable until either the iterable is emptied or numElements elements are set.
setFrom(Iterable<? extends Number>) - Method in interface de.caff.generics.MutableDoubleIndexable
Set the values of this mutable double indexable one after the other from the given Number iterable until either the iterable is emptied or Sizeable.size() elements are set.
setFrom(Iterable<? extends Number>, int, int) - Method in interface de.caff.generics.MutableDoubleIndexable
Set the values of this mutable double indexable one after the other from the given iterable until either the iterable is emptied or numElements elements are set.
setFrom(Iterable<? extends Number>) - Method in interface de.caff.generics.MutableFloatIndexable
Set the values of this mutable float indexable one after the other from the given Number iterable until either the iterable is emptied or Sizeable.size() elements are set.
setFrom(Iterable<? extends Number>, int, int) - Method in interface de.caff.generics.MutableFloatIndexable
Set the values of this mutable float indexable one after the other from the given iterable until either the iterable is emptied or numElements elements are set.
setFrom(Iterable<? extends T>) - Method in interface de.caff.generics.MutableIndexable
Set the elements of this mutable indexable one after the other from the given iterable until either the iterable is emptied or Sizeable.size() elements are set.
setFrom(Iterable<? extends T>, int, int) - Method in interface de.caff.generics.MutableIndexable
Set the elements of this mutable indexable one after the other from the given iterable until either the iterable is emptied or numElements elements are set.
setFrom(Iterable<? extends Number>) - Method in interface de.caff.generics.MutableIntIndexable
Set the values of this mutable int indexable one after the other from the given Number iterable until either the iterable is emptied or Sizeable.size() elements are set.
setFrom(Iterable<? extends Number>, int, int) - Method in interface de.caff.generics.MutableIntIndexable
Set the values of this mutable int indexable one after the other from the given iterable until either the iterable is emptied or numElements elements are set.
setFrom(Iterable<? extends Number>) - Method in interface de.caff.generics.MutableLongIndexable
Set the values of this mutable long indexable one after the other from the given Number iterable until either the iterable is emptied or Sizeable.size() elements are set.
setFrom(Iterable<? extends Number>, int, int) - Method in interface de.caff.generics.MutableLongIndexable
Set the values of this mutable long indexable one after the other from the given iterable until either the iterable is emptied or numElements elements are set.
setFrom(Iterable<? extends Number>) - Method in interface de.caff.generics.MutableShortIndexable
Set the values of this mutable short indexable one after the other from the given Number iterable until either the iterable is emptied or Sizeable.size() elements are set.
setFrom(Iterable<? extends Number>, int, int) - Method in interface de.caff.generics.MutableShortIndexable
Set the values of this mutable short indexable one after the other from the given iterable until either the iterable is emptied or numElements elements are set.
setFromArray(byte[], int, int, int) - Method in interface de.caff.generics.MutableByteIndexable
Set consecutive entries from an array.
setFromArray(char[], int, int, int) - Method in interface de.caff.generics.MutableCharIndexable
Set consecutive entries from an array.
setFromArray(double[], int, int, int) - Method in interface de.caff.generics.MutableDoubleIndexable
Set consecutive entries from an array.
setFromArray(float[], int, int, int) - Method in interface de.caff.generics.MutableFloatIndexable
Set consecutive entries from an array.
setFromArray(T[], int, int, int) - Method in interface de.caff.generics.MutableIndexable
Set consecutive entries from an array.
setFromArray(int[], int, int, int) - Method in interface de.caff.generics.MutableIntIndexable
Set consecutive entries from an array.
setFromArray(long[], int, int, int) - Method in interface de.caff.generics.MutableLongIndexable
Set consecutive entries from an array.
setFromArray(short[], int, int, int) - Method in interface de.caff.generics.MutableShortIndexable
Set consecutive entries from an array.
setMulti(int, int, boolean) - Method in interface de.caff.generics.MutableBooleanIndexable
Set multiple elements to the same value.
setMulti(int, int, byte) - Method in interface de.caff.generics.MutableByteIndexable
Set multiple elements to the same value.
setMulti(int, int, char) - Method in interface de.caff.generics.MutableCharIndexable
Set multiple elements to the same value.
setMulti(int, int, double) - Method in interface de.caff.generics.MutableDoubleIndexable
Set multiple elements to the same value.
setMulti(int, int, float) - Method in interface de.caff.generics.MutableFloatIndexable
Set multiple elements to the same value.
setMulti(int, int, T) - Method in interface de.caff.generics.MutableIndexable
Set multiple elements to the same value.
setMulti(int, int, int) - Method in interface de.caff.generics.MutableIntIndexable
Set multiple elements to the same value.
setMulti(int, int, long) - Method in interface de.caff.generics.MutableLongIndexable
Set multiple elements to the same value.
setMulti(int, int, short) - Method in interface de.caff.generics.MutableShortIndexable
Set multiple elements to the same value.
setRange(int, int, byte) - Method in interface de.caff.generics.MutableByteIndexable
Set a range to the same value.
setRange(int, int, char) - Method in interface de.caff.generics.MutableCharIndexable
Set a range to the same value.
setValue(T) - Method in class de.caff.generics.Loop.Item
Exchange the value
setValue(boolean, int...) - Method in class de.caff.generics.mda.MultiDimensionalBooleanArray
Set the element at the given index combination.
setValue(byte, int...) - Method in class de.caff.generics.mda.MultiDimensionalByteArray
Set the element at the given index combination.
setValue(char, int...) - Method in class de.caff.generics.mda.MultiDimensionalCharArray
Set the element at the given index combination.
setValue(double, int...) - Method in class de.caff.generics.mda.MultiDimensionalDoubleArray
Set the element at the given index combination.
setValue(float, int...) - Method in class de.caff.generics.mda.MultiDimensionalFloatArray
Set the element at the given index combination.
setValue(int, int...) - Method in class de.caff.generics.mda.MultiDimensionalIntArray
Set the element at the given index combination.
setValue(short, int...) - Method in class de.caff.generics.mda.MultiDimensionalShortArray
Set the element at the given index combination.
setValue(T) - Method in class de.caff.generics.OrderedPair
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(int) - Method in interface de.caff.generics.util.Counter
Set the value.
setValue(long) - Method in interface de.caff.generics.util.LongCounter
Set the value.
setValue(int) - Method in class de.caff.generics.util.SimpleCounter
Set the value.
setValue(long) - Method in class de.caff.generics.util.SimpleLongCounter
 
setValue(int) - Method in class de.caff.generics.util.ThreadSafeCounter
Set the value.
setValue(long) - Method in class de.caff.generics.util.ThreadSafeLongCounter
 
setValueAt(long, int...) - Method in class de.caff.generics.mda.MultiDimensionalLongArray
Set the element at the given index combination.
setValueAt(boolean, int) - Method in interface de.caff.generics.mda.OneDimensionalBooleanAccess
Set the value at the given index.
setValueAt(boolean, int) - Method in class de.caff.generics.mda.OneDimensionalBooleanArray
Set the value at the given index.
setValueAt(byte, int) - Method in interface de.caff.generics.mda.OneDimensionalByteAccess
Set the value at the given index.
setValueAt(byte, int) - Method in class de.caff.generics.mda.OneDimensionalByteArray
Set the value at the given index.
setValueAt(char, int) - Method in interface de.caff.generics.mda.OneDimensionalCharAccess
Set the value at the given index.
setValueAt(char, int) - Method in class de.caff.generics.mda.OneDimensionalCharArray
Set the value at the given index.
setValueAt(double, int) - Method in interface de.caff.generics.mda.OneDimensionalDoubleAccess
Set the value at the given index.
setValueAt(double, int) - Method in class de.caff.generics.mda.OneDimensionalDoubleArray
Set the value at the given index.
setValueAt(float, int) - Method in interface de.caff.generics.mda.OneDimensionalFloatAccess
Set the value at the given index.
setValueAt(float, int) - Method in class de.caff.generics.mda.OneDimensionalFloatArray
Set the value at the given index.
setValueAt(int, int) - Method in interface de.caff.generics.mda.OneDimensionalIntAccess
Set the value at the given index.
setValueAt(int, int) - Method in class de.caff.generics.mda.OneDimensionalIntArray
Set the value at the given index.
setValueAt(long, int) - Method in interface de.caff.generics.mda.OneDimensionalLongAccess
Set the value at the given index.
setValueAt(long, int) - Method in class de.caff.generics.mda.OneDimensionalLongArray
Set the value at the given index.
setValueAt(short, int) - Method in interface de.caff.generics.mda.OneDimensionalShortAccess
Set the value at the given index.
setValueAt(short, int) - Method in class de.caff.generics.mda.OneDimensionalShortArray
Set the value at the given index.
setValueAt(boolean, int, int) - Method in class de.caff.generics.mda.SmallTwoDimensionalBitArray
Set the value at the given indexes.
setValueAt(boolean, int, int) - Method in class de.caff.generics.mda.SmallTwoDimensionalBooleanArray
Set the value at the given indexes.
setValueAt(byte, int, int) - Method in class de.caff.generics.mda.SmallTwoDimensionalByteArray
Set the value at the given indexes.
setValueAt(char, int, int) - Method in class de.caff.generics.mda.SmallTwoDimensionalCharArray
Set the value at the given indexes.
setValueAt(double, int, int) - Method in class de.caff.generics.mda.SmallTwoDimensionalDoubleArray
Set the value at the given indexes.
setValueAt(float, int, int) - Method in class de.caff.generics.mda.SmallTwoDimensionalFloatArray
Set the value at the given indexes.
setValueAt(int, int, int) - Method in class de.caff.generics.mda.SmallTwoDimensionalIntArray
Set the value at the given indexes.
setValueAt(long, int, int) - Method in class de.caff.generics.mda.SmallTwoDimensionalLongArray
Set the value at the given indexes.
setValueAt(short, int, int) - Method in class de.caff.generics.mda.SmallTwoDimensionalShortArray
Set the value at the given indexes.
setValueAt(boolean, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalBooleanAccess
Set the value at the given indexes.
setValueAt(boolean, int, int, int) - Method in class de.caff.generics.mda.ThreeDimensionalBooleanArray
 
setValueAt(byte, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalByteAccess
Set the value at the given indexes.
setValueAt(byte, int, int, int) - Method in class de.caff.generics.mda.ThreeDimensionalByteArray
 
setValueAt(char, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalCharAccess
Set the value at the given indexes.
setValueAt(char, int, int, int) - Method in class de.caff.generics.mda.ThreeDimensionalCharArray
 
setValueAt(double, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalDoubleAccess
Set the value at the given indexes.
setValueAt(double, int, int, int) - Method in class de.caff.generics.mda.ThreeDimensionalDoubleArray
 
setValueAt(float, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalFloatAccess
Set the value at the given indexes.
setValueAt(float, int, int, int) - Method in class de.caff.generics.mda.ThreeDimensionalFloatArray
 
setValueAt(int, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalIntAccess
Set the value at the given indexes.
setValueAt(int, int, int, int) - Method in class de.caff.generics.mda.ThreeDimensionalIntArray
 
setValueAt(long, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalLongAccess
Set the value at the given indexes.
setValueAt(long, int, int, int) - Method in class de.caff.generics.mda.ThreeDimensionalLongArray
 
setValueAt(short, int, int, int) - Method in interface de.caff.generics.mda.ThreeDimensionalShortAccess
Set the value at the given indexes.
setValueAt(short, int, int, int) - Method in class de.caff.generics.mda.ThreeDimensionalShortArray
 
setValueAt(boolean, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalBooleanAccess
Set the value at the given indexes.
setValueAt(boolean, int, int) - Method in class de.caff.generics.mda.TwoDimensionalBooleanArray
Set the value at the given indexes.
setValueAt(byte, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalByteAccess
Set the value at the given indexes.
setValueAt(byte, int, int) - Method in class de.caff.generics.mda.TwoDimensionalByteArray
Set the value at the given indexes.
setValueAt(char, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalCharAccess
Set the value at the given indexes.
setValueAt(char, int, int) - Method in class de.caff.generics.mda.TwoDimensionalCharArray
Set the value at the given indexes.
setValueAt(double, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalDoubleAccess
Set the value at the given indexes.
setValueAt(double, int, int) - Method in class de.caff.generics.mda.TwoDimensionalDoubleArray
Set the value at the given indexes.
setValueAt(float, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalFloatAccess
Set the value at the given indexes.
setValueAt(float, int, int) - Method in class de.caff.generics.mda.TwoDimensionalFloatArray
Set the value at the given indexes.
setValueAt(int, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalIntAccess
Set the value at the given indexes.
setValueAt(int, int, int) - Method in class de.caff.generics.mda.TwoDimensionalIntArray
Set the value at the given indexes.
setValueAt(long, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalLongAccess
Set the value at the given indexes.
setValueAt(long, int, int) - Method in class de.caff.generics.mda.TwoDimensionalLongArray
Set the value at the given indexes.
setValueAt(short, int, int) - Method in interface de.caff.generics.mda.TwoDimensionalShortAccess
Set the value at the given indexes.
setValueAt(short, int, int) - Method in class de.caff.generics.mda.TwoDimensionalShortArray
Set the value at the given indexes.
setValuesFrom(boolean...) - Method in class de.caff.generics.mda.MultiDimensionalBooleanArray
Set the elements of this array from the given values.
setValuesFrom(MultiIndexLinearizer.Sequencer, boolean...) - Method in class de.caff.generics.mda.MultiDimensionalBooleanArray
Set the elements of this array from the given values using the defined order.
setValuesFrom(byte...) - Method in class de.caff.generics.mda.MultiDimensionalByteArray
Set the elements of this array from the given values.
setValuesFrom(MultiIndexLinearizer.Sequencer, byte...) - Method in class de.caff.generics.mda.MultiDimensionalByteArray
Set the elements of this array from the given values using the defined order.
setValuesFrom(char...) - Method in class de.caff.generics.mda.MultiDimensionalCharArray
Set the elements of this array from the given values.
setValuesFrom(MultiIndexLinearizer.Sequencer, char...) - Method in class de.caff.generics.mda.MultiDimensionalCharArray
Set the elements of this array from the given values using the defined order.
setValuesFrom(double...) - Method in class de.caff.generics.mda.MultiDimensionalDoubleArray
Set the elements of this array from the given values.
setValuesFrom(MultiIndexLinearizer.Sequencer, double...) - Method in class de.caff.generics.mda.MultiDimensionalDoubleArray
Set the elements of this array from the given values using the defined order.
setValuesFrom(float...) - Method in class de.caff.generics.mda.MultiDimensionalFloatArray
Set the elements of this array from the given values.
setValuesFrom(MultiIndexLinearizer.Sequencer, float...) - Method in class de.caff.generics.mda.MultiDimensionalFloatArray
Set the elements of this array from the given values using the defined order.
setValuesFrom(int...) - Method in class de.caff.generics.mda.MultiDimensionalIntArray
Set the elements of this array from the given values.
setValuesFrom(MultiIndexLinearizer.Sequencer, int...) - Method in class de.caff.generics.mda.MultiDimensionalIntArray
Set the elements of this array from the given values using the defined order.
setValuesFrom(long...) - Method in class de.caff.generics.mda.MultiDimensionalLongArray
Set the elements of this array from the given values.
setValuesFrom(MultiIndexLinearizer.Sequencer, long...) - Method in class de.caff.generics.mda.MultiDimensionalLongArray
Set the elements of this array from the given values using the defined order.
setValuesFrom(short...) - Method in class de.caff.generics.mda.MultiDimensionalShortArray
Set the elements of this array from the given values.
setValuesFrom(MultiIndexLinearizer.Sequencer, short...) - Method in class de.caff.generics.mda.MultiDimensionalShortArray
Set the elements of this array from the given values using the defined order.
SHORT_ARRAY - Static variable in class de.caff.generics.Empty
Empty short array,
SHORT_ARRAY_2D - Static variable in class de.caff.generics.Empty
Empty array of short arrays,
SHORT_ARRAY_CLONER - Static variable in class de.caff.generics.Primitives
Function which clones short arrays.
ShortConsumer - Interface in de.caff.generics.function
A consumer for short values.
ShortFunction1<T> - Interface in de.caff.generics.function
Function which has a primitive short as input, and an object as output.
ShortFunction2<T> - Interface in de.caff.generics.function
Function which has two primitive shorts as input, and an object as output.
ShortIndexable - Interface in de.caff.generics
Class which allows readonly access of raw short integers by index.
ShortIndexable.Base - Class in de.caff.generics
Abstract base class which provides useful implementations for Object.equals(Object), Object.hashCode(), Object.toString().
shortIterator() - Method in interface de.caff.generics.PrimitiveShortIterable
Get a primitive short iterator.
shortIterator() - Method in interface de.caff.generics.ShortIndexable
Get a primitive short iterator.
shortIterator(int, int) - Method in interface de.caff.generics.ShortIndexable
Get a short iterator from the given sub set.
ShortOperator0 - Interface in de.caff.generics.function
Function with no argument and a short result.
ShortOperator1 - Interface in de.caff.generics.function
Unary operator with a short argument and result.
ShortOperator2 - Interface in de.caff.generics.function
Binary operator with two short arguments and a short result.
ShortOperator3 - Interface in de.caff.generics.function
Ternary operator with three short arguments and a short result.
ShortOrdering - Interface in de.caff.generics.function
Define an order for two primitive short values.
ShortOrdering.Serial - Interface in de.caff.generics.function
A short ordering which is serializable.
ShortPair - Class in de.caff.generics
A pair of primitive short values.
ShortPair(short, short) - Constructor for class de.caff.generics.ShortPair
Constructor.
ShortPredicate1 - Interface in de.caff.generics.function
Predicate which expects a primitive short argument.
ShortPredicate2 - Interface in de.caff.generics.function
Predicate which expects two primitive short arguments.
ShortPredicate3 - Interface in de.caff.generics.function
Predicate which expects three primitive short arguments.
ShortSetter<T> - Interface in de.caff.generics.function
Procedure with a generic and a short argument.
shortView(Iterator<S>, ToShortFunction<? super S>) - Static method in class de.caff.generics.Types
View a generic iterator as if it is an iterator for primitive short values.
shortView(Iterable<S>, ToShortFunction<? super S>) - Static method in class de.caff.generics.Types
View a generic iterable as if it is an iterable of primitive short values.
shuffle(Random) - Method in interface de.caff.generics.MutableBooleanIndexable
Randomize the content of this mutable indexable.
shuffle(Random) - Method in interface de.caff.generics.MutableByteIndexable
Randomize the content of this mutable indexable.
shuffle(Random) - Method in interface de.caff.generics.MutableCharIndexable
Randomize the content of this mutable indexable.
shuffle(Random) - Method in interface de.caff.generics.MutableDoubleIndexable
Randomize the content of this mutable indexable.
shuffle(Random) - Method in interface de.caff.generics.MutableFloatIndexable
Randomize the content of this mutable indexable.
shuffle(Random) - Method in interface de.caff.generics.MutableIndexable
Randomize the content of this mutable indexable.
shuffle(Random) - Method in interface de.caff.generics.MutableIntIndexable
Randomize the content of this mutable indexable.
shuffle(Random) - Method in interface de.caff.generics.MutableLongIndexable
Randomize the content of this mutable indexable.
shuffle(Random) - Method in interface de.caff.generics.MutableShortIndexable
Randomize the content of this mutable indexable.
SIMPLE - Static variable in interface de.caff.generics.util.Counter
Simple counter creator.
simple() - Static method in interface de.caff.generics.util.Counter
Factory method for creating a simple non-thread-safe counter.
simple(int) - Static method in interface de.caff.generics.util.Counter
Factory method for creating a simple non-thread-safe counter.
SIMPLE - Static variable in interface de.caff.generics.util.LongCounter
Simple counter creator.
SimpleCounter - Class in de.caff.generics.util
Changeable integer wrapper, to be used as counter especially as map values.
SimpleCounter() - Constructor for class de.caff.generics.util.SimpleCounter
Default constructor.
SimpleCounter(int) - Constructor for class de.caff.generics.util.SimpleCounter
Constructor.
SimpleCounter(Counter) - Constructor for class de.caff.generics.util.SimpleCounter
Copy constructor.
SimpleLongCounter - Class in de.caff.generics.util
Changeable integer wrapper, to be used as counter especially as map values.
SimpleLongCounter() - Constructor for class de.caff.generics.util.SimpleLongCounter
Default constructor.
SimpleLongCounter(int) - Constructor for class de.caff.generics.util.SimpleLongCounter
Constructor.
SimpleLongCounter(LongCounter) - Constructor for class de.caff.generics.util.SimpleLongCounter
Copy constructor.
SINGLE_0 - Static variable in interface de.caff.generics.ByteIndexable
Byte indexable with only one element with value 0.
SINGLE_0 - Static variable in interface de.caff.generics.DoubleIndexable
Double indexable which only contains the single value 0.0.
SINGLE_0 - Static variable in interface de.caff.generics.FloatIndexable
Float indexable which contains the single value 0.0f.
SINGLE_0 - Static variable in interface de.caff.generics.IntIndexable
Singleton integer indexable which has only 0 as its single element.
SINGLE_0 - Static variable in interface de.caff.generics.ShortIndexable
Short indexable with only one element with value 0.
SINGLE_FALSE - Static variable in interface de.caff.generics.BooleanIndexable
Boolean indexable with a single false value.
SINGLE_TRUE - Static variable in interface de.caff.generics.BooleanIndexable
Boolean indexable with a single false value.
singleton(boolean) - Static method in interface de.caff.generics.BooleanIndexable
View a single boolean value as a boolean indexable of size 1.
singleton(byte) - Static method in interface de.caff.generics.ByteIndexable
View a single byte value as a byte indexable of size 1.
singleton(char) - Static method in interface de.caff.generics.CharIndexable
View a single char value as a char indexable of size 1.
singleton(E) - Static method in interface de.caff.generics.Countable
Get a countable with a single element.
singleton(KT, VT) - Static method in interface de.caff.generics.Dict
Get a dictionary with a single entry.
singleton(double) - Static method in interface de.caff.generics.DoubleIndexable
View a single double value as a double indexable of size 1.
singleton(float) - Static method in interface de.caff.generics.FloatIndexable
View a single float value as a float indexable of size 1.
singleton(E) - Static method in interface de.caff.generics.Indexable
Create an indexable with only one element.
singleton(int) - Static method in interface de.caff.generics.IntCountable
Get an int countable with a single value.
singleton(int) - Static method in interface de.caff.generics.IntIndexable
View a single int value as a int indexable of size 1.
singleton(long) - Static method in interface de.caff.generics.LongIndexable
View a single long value as a long indexable of size 1.
singleton(boolean) - Static method in interface de.caff.generics.mda.OneDimensionalBooleanReadAccess
Create an 1dimensional boolean read access with only 1 element.
singleton(byte) - Static method in interface de.caff.generics.mda.OneDimensionalByteReadAccess
Create an 1dimensional byte read access with only 1 element.
singleton(char) - Static method in interface de.caff.generics.mda.OneDimensionalCharReadAccess
Create an 1dimensional char read access with only 1 element.
singleton(double) - Static method in interface de.caff.generics.mda.OneDimensionalDoubleReadAccess
Create an 1dimensional double read access with only 1 element.
singleton(float) - Static method in interface de.caff.generics.mda.OneDimensionalFloatReadAccess
Create an 1dimensional float read access with only 1 element.
singleton(int) - Static method in interface de.caff.generics.mda.OneDimensionalIntReadAccess
Create an 1dimensional int read access with only 1 element.
singleton(long) - Static method in interface de.caff.generics.mda.OneDimensionalLongReadAccess
Create an 1dimensional long read access with only 1 element.
singleton(E) - Static method in interface de.caff.generics.mda.OneDimensionalReadAccess
Get a 1dimensional read access for a single element
singleton(short) - Static method in interface de.caff.generics.mda.OneDimensionalShortReadAccess
Create an 1dimensional short read access with only 1 element.
singleton(boolean) - Static method in interface de.caff.generics.mda.ThreeDimensionalBooleanReadAccess
Get a 3dimensional boolean read access for a single element.
singleton(byte) - Static method in interface de.caff.generics.mda.ThreeDimensionalByteReadAccess
Get a 3dimensional byte read access for a single element.
singleton(char) - Static method in interface de.caff.generics.mda.ThreeDimensionalCharReadAccess
Get a 3dimensional char read access for a single element.
singleton(double) - Static method in interface de.caff.generics.mda.ThreeDimensionalDoubleReadAccess
Get a 3dimensional double read access for a single element.
singleton(float) - Static method in interface de.caff.generics.mda.ThreeDimensionalFloatReadAccess
Get a 3dimensional float read access for a single element.
singleton(int) - Static method in interface de.caff.generics.mda.ThreeDimensionalIntReadAccess
Get a 3dimensional int read access for a single element.
singleton(E) - Static method in interface de.caff.generics.mda.ThreeDimensionalReadAccess
Get a 3dimensional read access for a single element.
singleton(short) - Static method in interface de.caff.generics.mda.ThreeDimensionalShortReadAccess
Get a 3dimensional short read access for a single element.
singleton(boolean) - Static method in interface de.caff.generics.mda.TwoDimensionalBooleanReadAccess
Get a 2dimensional boolean read access for a single element.
singleton(byte) - Static method in interface de.caff.generics.mda.TwoDimensionalByteReadAccess
Get a 2dimensional byte read access for a single element.
singleton(char) - Static method in interface de.caff.generics.mda.TwoDimensionalCharReadAccess
Get a 2dimensional char read access for a single element.
singleton(double) - Static method in interface de.caff.generics.mda.TwoDimensionalDoubleReadAccess
Get a 2dimensional double read access for a single element.
singleton(float) - Static method in interface de.caff.generics.mda.TwoDimensionalFloatReadAccess
Get a 2dimensional float read access for a single element.
singleton(int) - Static method in interface de.caff.generics.mda.TwoDimensionalIntReadAccess
Get a 2dimensional int read access for a single element.
singleton(E) - Static method in interface de.caff.generics.mda.TwoDimensionalReadAccess
Get a 2dimensional read access for a single element.
singleton(short) - Static method in interface de.caff.generics.mda.TwoDimensionalShortReadAccess
Get a 2dimensional short read access for a single element.
singleton(short) - Static method in interface de.caff.generics.ShortIndexable
View a single short value as a short indexable of size 1.
SingletonIterator<T> - Class in de.caff.generics
An iterator which iterates over a single element.
SingletonIterator(T) - Constructor for class de.caff.generics.SingletonIterator
Constructor.
size() - Method in class de.caff.generics.AbstractBasicCountingSet
Returns the number of elements in this set (its cardinality).
size() - Method in class de.caff.generics.ActiveList
Returns the number of elements in this list.
size() - Method in class de.caff.generics.BasicLoop
 
size() - Method in class de.caff.generics.BooleanPair
 
size() - Method in class de.caff.generics.BytePair
 
size() - Method in class de.caff.generics.CharPair
 
size() - Method in class de.caff.generics.CopierFStackImpl.Empty
 
size() - Method in class de.caff.generics.CopierFStackImpl
 
size() - Method in interface de.caff.generics.Dict
Get the size of this dictionary.
size() - Method in class de.caff.generics.DoublePair
 
size(DoubleIndexable[]) - Static method in class de.caff.generics.ExpandableDoubleIndexableImpl
 
size(Indexable<?>[]) - Static method in class de.caff.generics.ExpandableIndexableImpl
 
size(IntIndexable[]) - Static method in class de.caff.generics.ExpandableIntIndexableImpl
 
size(LongIndexable[]) - Static method in class de.caff.generics.ExpandableLongIndexableImpl
 
size() - Method in class de.caff.generics.FloatPair
 
size() - Method in interface de.caff.generics.FStack
Get the size of this stack.
size() - Method in class de.caff.generics.FStackImpl
 
size() - Method in class de.caff.generics.HashCoderMap
 
size() - Method in class de.caff.generics.HashCoderSet
 
size() - Method in class de.caff.generics.Indexable.ListView
 
size() - Method in class de.caff.generics.IntPair
 
size() - Method in class de.caff.generics.LeastRecentlyUsedCache
Get the size of this mapping.
size() - Method in class de.caff.generics.LongPair
 
size() - Method in class de.caff.generics.MatchSet
Returns the number of elements in this set (its cardinality).
size() - Method in class de.caff.generics.mda.MultiIndexLinearizer.BasicSequencer
 
size() - Method in class de.caff.generics.mda.OneDimensionalArray
 
size() - Method in class de.caff.generics.mda.OneDimensionalBooleanArray
 
size() - Method in class de.caff.generics.mda.OneDimensionalByteArray
 
size() - Method in class de.caff.generics.mda.OneDimensionalCharArray
 
size() - Method in class de.caff.generics.mda.OneDimensionalDoubleArray
 
size() - Method in class de.caff.generics.mda.OneDimensionalFloatArray
 
size() - Method in class de.caff.generics.mda.OneDimensionalIntArray
 
size() - Method in class de.caff.generics.mda.OneDimensionalLongArray
 
size() - Method in class de.caff.generics.mda.OneDimensionalShortArray
 
size() - Method in class de.caff.generics.MutableIndexable.ListView
 
size() - Method in class de.caff.generics.RefValueHashMap
Returns the number of key-value mappings in this map.
size() - Method in class de.caff.generics.RefWrapperHashSet
Returns the number of elements in this list.
size() - Method in class de.caff.generics.RefWrapperList
Returns the number of elements in this list.
size() - Method in class de.caff.generics.ShortPair
 
size() - Method in interface de.caff.generics.Sizeable
Get the size.
size() - Method in class de.caff.generics.SynchronizedCollection
Returns the number of elements in this collection.
size() - Method in class de.caff.generics.SynchronizedList
Returns the number of elements in this collection.
size() - Method in class de.caff.generics.UnmodifiableListArrayWrapper
Returns the number of elements in this list.
size() - Method in class de.caff.generics.UnmodifiableListBooleanArrayWrapper
Returns the number of elements in this list.
size() - Method in class de.caff.generics.UnmodifiableListByteArrayWrapper
Returns the number of elements in this list.
size() - Method in class de.caff.generics.UnmodifiableListDoubleArrayWrapper
Returns the number of elements in this list.
size() - Method in class de.caff.generics.UnmodifiableListFloatArrayWrapper
Returns the number of elements in this list.
size() - Method in class de.caff.generics.UnmodifiableListIntArrayWrapper
Returns the number of elements in this list.
size() - Method in class de.caff.generics.UnmodifiableListLongArrayWrapper
Returns the number of elements in this list.
size() - Method in class de.caff.generics.UnmodifiableListShortArrayWrapper
Returns the number of elements in this list.
size() - Method in class de.caff.generics.util.combi.IntPartitions.Partition
 
size() - Method in class de.caff.version.SemVer.Prerelease
Get the number of identifiers in this prerelease definition.
Sizeable - Interface in de.caff.generics
Something which has an integer size.
sizes - Variable in class de.caff.generics.mda.HighFastMultiIndexLinearizer
The sizes of the dimensions of this array.
sizes - Variable in class de.caff.generics.mda.LowFastMultiIndexLinearizer
The sizes of the dimensions of this array.
sizeX() - Method in class de.caff.generics.mda.SmallTwoDimensionalArray
 
sizeX() - Method in class de.caff.generics.mda.SmallTwoDimensionalBitArray
 
sizeX() - Method in class de.caff.generics.mda.SmallTwoDimensionalBooleanArray
 
sizeX() - Method in class de.caff.generics.mda.SmallTwoDimensionalByteArray
 
sizeX() - Method in class de.caff.generics.mda.SmallTwoDimensionalCharArray
 
sizeX() - Method in class de.caff.generics.mda.SmallTwoDimensionalDoubleArray
 
sizeX() - Method in class de.caff.generics.mda.SmallTwoDimensionalFloatArray
 
sizeX() - Method in class de.caff.generics.mda.SmallTwoDimensionalIntArray
 
sizeX() - Method in class de.caff.generics.mda.SmallTwoDimensionalLongArray
 
sizeX() - Method in class de.caff.generics.mda.SmallTwoDimensionalShortArray
 
sizeX() - Method in class de.caff.generics.mda.ThreeDimensionalArray
 
sizeX() - Method in class de.caff.generics.mda.ThreeDimensionalBooleanArray
 
sizeX() - Method in class de.caff.generics.mda.ThreeDimensionalByteArray
 
sizeX() - Method in class de.caff.generics.mda.ThreeDimensionalCharArray
 
sizeX() - Method in class de.caff.generics.mda.ThreeDimensionalDoubleArray
 
sizeX() - Method in class de.caff.generics.mda.ThreeDimensionalFloatArray
 
sizeX() - Method in class de.caff.generics.mda.ThreeDimensionalIntArray
 
sizeX() - Method in class de.caff.generics.mda.ThreeDimensionalLongArray
 
sizeX() - Method in interface de.caff.generics.mda.ThreeDimensionalReadAccess
Get the number of elements in X direction.
sizeX() - Method in class de.caff.generics.mda.ThreeDimensionalShortArray
 
sizeX() - Method in class de.caff.generics.mda.TwoDimensionalArray
 
sizeX() - Method in class de.caff.generics.mda.TwoDimensionalBooleanArray
 
sizeX() - Method in class de.caff.generics.mda.TwoDimensionalByteArray
 
sizeX() - Method in class de.caff.generics.mda.TwoDimensionalCharArray
 
sizeX() - Method in class de.caff.generics.mda.TwoDimensionalDoubleArray
 
sizeX() - Method in class de.caff.generics.mda.TwoDimensionalFloatArray
 
sizeX() - Method in class de.caff.generics.mda.TwoDimensionalIntArray
 
sizeX() - Method in class de.caff.generics.mda.TwoDimensionalLongArray
 
sizeX() - Method in interface de.caff.generics.mda.TwoDimensionalReadAccess
Get the number of elements in X direction.
sizeX() - Method in class de.caff.generics.mda.TwoDimensionalShortArray
 
sizeY() - Method in class de.caff.generics.mda.SmallTwoDimensionalArray
 
sizeY() - Method in class de.caff.generics.mda.SmallTwoDimensionalBitArray
 
sizeY() - Method in class de.caff.generics.mda.SmallTwoDimensionalBooleanArray
 
sizeY() - Method in class de.caff.generics.mda.SmallTwoDimensionalByteArray
 
sizeY() - Method in class de.caff.generics.mda.SmallTwoDimensionalCharArray
 
sizeY() - Method in class de.caff.generics.mda.SmallTwoDimensionalDoubleArray
 
sizeY() - Method in class de.caff.generics.mda.SmallTwoDimensionalFloatArray
 
sizeY() - Method in class de.caff.generics.mda.SmallTwoDimensionalIntArray
 
sizeY() - Method in class de.caff.generics.mda.SmallTwoDimensionalLongArray
 
sizeY() - Method in class de.caff.generics.mda.SmallTwoDimensionalShortArray
 
sizeY() - Method in class de.caff.generics.mda.ThreeDimensionalArray
 
sizeY() - Method in class de.caff.generics.mda.ThreeDimensionalBooleanArray
 
sizeY() - Method in class de.caff.generics.mda.ThreeDimensionalByteArray
 
sizeY() - Method in class de.caff.generics.mda.ThreeDimensionalCharArray
 
sizeY() - Method in class de.caff.generics.mda.ThreeDimensionalDoubleArray
 
sizeY() - Method in class de.caff.generics.mda.ThreeDimensionalFloatArray
 
sizeY() - Method in class de.caff.generics.mda.ThreeDimensionalIntArray
 
sizeY() - Method in class de.caff.generics.mda.ThreeDimensionalLongArray
 
sizeY() - Method in interface de.caff.generics.mda.ThreeDimensionalReadAccess
Get the number of elements in Y direction
sizeY() - Method in class de.caff.generics.mda.ThreeDimensionalShortArray
 
sizeY() - Method in class de.caff.generics.mda.TwoDimensionalArray
 
sizeY() - Method in class de.caff.generics.mda.TwoDimensionalBooleanArray
 
sizeY() - Method in class de.caff.generics.mda.TwoDimensionalByteArray
 
sizeY() - Method in class de.caff.generics.mda.TwoDimensionalCharArray
 
sizeY() - Method in class de.caff.generics.mda.TwoDimensionalDoubleArray
 
sizeY() - Method in class de.caff.generics.mda.TwoDimensionalFloatArray
 
sizeY() - Method in class de.caff.generics.mda.TwoDimensionalIntArray
 
sizeY() - Method in class de.caff.generics.mda.TwoDimensionalLongArray
 
sizeY() - Method in interface de.caff.generics.mda.TwoDimensionalReadAccess
Get the number of elements in Y direction
sizeY() - Method in class de.caff.generics.mda.TwoDimensionalShortArray
 
sizeZ() - Method in class de.caff.generics.mda.ThreeDimensionalArray
 
sizeZ() - Method in class de.caff.generics.mda.ThreeDimensionalBooleanArray
 
sizeZ() - Method in class de.caff.generics.mda.ThreeDimensionalByteArray
 
sizeZ() - Method in class de.caff.generics.mda.ThreeDimensionalCharArray
 
sizeZ() - Method in class de.caff.generics.mda.ThreeDimensionalDoubleArray
 
sizeZ() - Method in class de.caff.generics.mda.ThreeDimensionalFloatArray
 
sizeZ() - Method in class de.caff.generics.mda.ThreeDimensionalIntArray
 
sizeZ() - Method in class de.caff.generics.mda.ThreeDimensionalLongArray
 
sizeZ() - Method in interface de.caff.generics.mda.ThreeDimensionalReadAccess
Get the number of elements in Z direction
sizeZ() - Method in class de.caff.generics.mda.ThreeDimensionalShortArray
 
SmallTwoDimensionalArray<T> - Class in de.caff.generics.mda
Two-dimensional array of objkects values optimized for small sizes.
SmallTwoDimensionalArray(int, int) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalArray
Constructor.
SmallTwoDimensionalArray(int, int, IntFunction2<T>) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalArray
Initializing constructor.
SmallTwoDimensionalArray(int, T...) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalArray
Constructor.
SmallTwoDimensionalArray(TwoDimensionalReadAccess<? extends T>) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalArray
Copy constructor.
SmallTwoDimensionalBitArray - Class in de.caff.generics.mda
Two-dimensional array of boolean values optimized for small sizes.
SmallTwoDimensionalBitArray(int, int) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalBitArray
Constructor.
SmallTwoDimensionalBitArray(int, int, IntPredicate2) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalBitArray
Initializing constructor.
SmallTwoDimensionalBitArray(int, boolean...) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalBitArray
Constructor.
SmallTwoDimensionalBitArray(TwoDimensionalBooleanReadAccess) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalBitArray
Copy constructor.
SmallTwoDimensionalBooleanArray - Class in de.caff.generics.mda
Two-dimensional array of boolean values optimized for small sizes.
SmallTwoDimensionalBooleanArray(int, int) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalBooleanArray
Constructor.
SmallTwoDimensionalBooleanArray(int, int, IntPredicate2) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalBooleanArray
Initializing constructor.
SmallTwoDimensionalBooleanArray(int, boolean...) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalBooleanArray
Constructor.
SmallTwoDimensionalBooleanArray(TwoDimensionalBooleanReadAccess) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalBooleanArray
Copy constructor.
SmallTwoDimensionalByteArray - Class in de.caff.generics.mda
Two-dimensional array of byte values optimized for small sizes.
SmallTwoDimensionalByteArray(int, int) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalByteArray
Constructor.
SmallTwoDimensionalByteArray(int, int, IntToByteFunction2) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalByteArray
Initializing constructor.
SmallTwoDimensionalByteArray(int, byte...) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalByteArray
Constructor.
SmallTwoDimensionalByteArray(TwoDimensionalByteReadAccess) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalByteArray
Copy constructor.
SmallTwoDimensionalCharArray - Class in de.caff.generics.mda
Two-dimensional array of char values optimized for small sizes.
SmallTwoDimensionalCharArray(int, int) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalCharArray
Constructor.
SmallTwoDimensionalCharArray(int, int, IntToCharFunction2) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalCharArray
Initializing constructor.
SmallTwoDimensionalCharArray(int, char...) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalCharArray
Constructor.
SmallTwoDimensionalCharArray(TwoDimensionalCharReadAccess) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalCharArray
Copy constructor.
SmallTwoDimensionalDoubleArray - Class in de.caff.generics.mda
Two-dimensional array of double values optimized for small sizes.
SmallTwoDimensionalDoubleArray(int, int) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalDoubleArray
Constructor.
SmallTwoDimensionalDoubleArray(int, int, IntToDoubleFunction2) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalDoubleArray
Initializing constructor.
SmallTwoDimensionalDoubleArray(int, double...) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalDoubleArray
Constructor.
SmallTwoDimensionalDoubleArray(TwoDimensionalDoubleReadAccess) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalDoubleArray
Copy constructor.
SmallTwoDimensionalFloatArray - Class in de.caff.generics.mda
Two-dimensional array of float values optimized for small sizes.
SmallTwoDimensionalFloatArray(int, int) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalFloatArray
Constructor.
SmallTwoDimensionalFloatArray(int, int, IntToFloatFunction2) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalFloatArray
Initializing constructor.
SmallTwoDimensionalFloatArray(int, float...) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalFloatArray
Constructor.
SmallTwoDimensionalFloatArray(TwoDimensionalFloatReadAccess) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalFloatArray
Copy constructor.
SmallTwoDimensionalIntArray - Class in de.caff.generics.mda
Two-dimensional array of int values optimized for small sizes.
SmallTwoDimensionalIntArray(int, int) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalIntArray
Constructor.
SmallTwoDimensionalIntArray(int, int, IntBinaryOperator) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalIntArray
Initializing constructor.
SmallTwoDimensionalIntArray(int, int...) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalIntArray
Constructor.
SmallTwoDimensionalIntArray(TwoDimensionalIntReadAccess) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalIntArray
Copy constructor.
SmallTwoDimensionalLongArray - Class in de.caff.generics.mda
Two-dimensional array of long values optimized for small sizes.
SmallTwoDimensionalLongArray(int, int) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalLongArray
Constructor.
SmallTwoDimensionalLongArray(int, int, IntToLongFunction2) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalLongArray
Initializing constructor.
SmallTwoDimensionalLongArray(int, long...) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalLongArray
Constructor.
SmallTwoDimensionalLongArray(TwoDimensionalLongReadAccess) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalLongArray
Copy constructor.
SmallTwoDimensionalShortArray - Class in de.caff.generics.mda
Two-dimensional array of short values optimized for small sizes.
SmallTwoDimensionalShortArray(int, int) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalShortArray
Constructor.
SmallTwoDimensionalShortArray(int, int, IntToShortFunction2) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalShortArray
Initializing constructor.
SmallTwoDimensionalShortArray(int, short...) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalShortArray
Constructor.
SmallTwoDimensionalShortArray(TwoDimensionalShortReadAccess) - Constructor for class de.caff.generics.mda.SmallTwoDimensionalShortArray
Copy constructor.
soft(R) - Static method in interface de.caff.generics.util.IReference
Get a soft reference.
SoftPropertyChangeListener - Class in de.caff.generics
Wrapper for a property change listener which reference the original change listener softly.
SoftPropertyChangeListener(PropertyChangeListener) - Constructor for class de.caff.generics.SoftPropertyChangeListener
Constructor.
SoftReferenceImpl<T> - Class in de.caff.generics.util
Soft reference implementation.
SoftReferenceImpl(T) - Constructor for class de.caff.generics.util.SoftReferenceImpl
Creates a new soft reference that refers to the given object.
SoftValueHashMap<K,V> - Class in de.caff.generics
A hashmap with strong keys and soft referenced values.
SoftValueHashMap() - Constructor for class de.caff.generics.SoftValueHashMap
Constructs an empty SoftValueHashMap with the default initial capacity (16) and the default load factor (0.75).
SoftValueHashMap(int) - Constructor for class de.caff.generics.SoftValueHashMap
Constructs an empty SoftValueHashMap with the specified initial capacity and the default load factor (0.75).
SoftValueHashMap(int, float) - Constructor for class de.caff.generics.SoftValueHashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
SoftValueHashMap(Map<? extends K, ? extends V>) - Constructor for class de.caff.generics.SoftValueHashMap
Constructs a new HashMap with the same mappings as the specified Map.
SoftValueHashMap(boolean) - Constructor for class de.caff.generics.SoftValueHashMap
Constructs an empty SoftValueHashMap with the default initial capacity (16) and the default load factor (0.75).
SoftValueHashMap(boolean, int) - Constructor for class de.caff.generics.SoftValueHashMap
Constructs an empty SoftValueHashMap with the specified initial capacity and the default load factor (0.75).
SoftValueHashMap(boolean, int, float) - Constructor for class de.caff.generics.SoftValueHashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
SoftValueHashMap(boolean, Map<? extends K, ? extends V>) - Constructor for class de.caff.generics.SoftValueHashMap
Constructs a new HashMap with the same mappings as the specified Map.
sort(int[], IntOrdering) - Static method in class de.caff.generics.algorithm.DualPivotQuicksort
Sorts the specified array.
sort(int[], int, int, IntOrdering) - Static method in class de.caff.generics.algorithm.DualPivotQuicksort
Sorts the specified range of the array.
sort(long[], LongOrdering) - Static method in class de.caff.generics.algorithm.DualPivotQuicksort
Sorts the specified array.
sort(long[], int, int, LongOrdering) - Static method in class de.caff.generics.algorithm.DualPivotQuicksort
Sorts the specified range of the array.
sort(short[], ShortOrdering) - Static method in class de.caff.generics.algorithm.DualPivotQuicksort
Sorts the specified array.
sort(short[], int, int, ShortOrdering) - Static method in class de.caff.generics.algorithm.DualPivotQuicksort
Sorts the specified range of the array.
sort(char[], CharOrdering) - Static method in class de.caff.generics.algorithm.DualPivotQuicksort
Sorts the specified array.
sort(char[], int, int, CharOrdering) - Static method in class de.caff.generics.algorithm.DualPivotQuicksort
Sorts the specified range of the array.
sort(byte[], ByteOrdering) - Static method in class de.caff.generics.algorithm.DualPivotQuicksort
Sorts the specified array in the specified order.
sort(byte[], int, int, ByteOrdering) - Static method in class de.caff.generics.algorithm.DualPivotQuicksort
Sorts the specified range of the array in the specified order.
sort(float[], FloatOrdering) - Static method in class de.caff.generics.algorithm.DualPivotQuicksort
Sorts the specified array using the specified order.
sort(float[], int, int, FloatOrdering) - Static method in class de.caff.generics.algorithm.DualPivotQuicksort
Sorts the specified range of the array.
sort(double[], DoubleOrdering) - Static method in class de.caff.generics.algorithm.DualPivotQuicksort
Sorts the specified array according to the specified order.
sort(double[], int, int, DoubleOrdering) - Static method in class de.caff.generics.algorithm.DualPivotQuicksort
Sorts the specified range of the array according to the specified order.
sort(MutableIndexable<T>, Ordering<? super T>) - Static method in class de.caff.generics.algorithm.DualPivotQuicksort
Sorts the specified mutable int indexable by the given order.
sort(MutableIntIndexable) - Static method in class de.caff.generics.algorithm.DualPivotQuicksort
Sorts the specified mutable int indexable by the natural order of the elements.
sort(MutableIntIndexable, IntOrdering) - Static method in class de.caff.generics.algorithm.DualPivotQuicksort
Sorts the specified mutable int indexable by the given order.
sort(byte[]) - Static method in class de.caff.generics.algorithm.FastSortByte
Sort the given byte array in natural order.
sort(byte[], ByteOrdering) - Static method in class de.caff.generics.algorithm.FastSortByte
Sort the given byte array in user-defined order.
sort(byte[], int, int) - Static method in class de.caff.generics.algorithm.FastSortByte
Sort a part of the given byte array in natural order.
sort(byte[], int, int, ByteOrdering) - Static method in class de.caff.generics.algorithm.FastSortByte
Sort a part of the given byte array in user-defined order.
sort(MutableByteIndexable) - Static method in class de.caff.generics.algorithm.FastSortByte
Sort the given mutable byte indexable in natural order.
sort(MutableByteIndexable, ByteOrdering) - Static method in class de.caff.generics.algorithm.FastSortByte
Sort the given mutable byte indexable using the given ordering.
sort(byte[]) - Static method in class de.caff.generics.algorithm.FastSortChar
Sort the given byte array in natural order.
sort(char[], CharOrdering) - Static method in class de.caff.generics.algorithm.FastSortChar
Sort the given char array in user-defined order.
sort(char[], int, int) - Static method in class de.caff.generics.algorithm.FastSortChar
Sort a part of the given char array in natural order.
sort(char[], int, int, CharOrdering) - Static method in class de.caff.generics.algorithm.FastSortChar
Sort a part of the given char array in user-defined order.
sort(MutableCharIndexable) - Static method in class de.caff.generics.algorithm.FastSortChar
Sort the given mutable char indexable in natural order.
sort(MutableCharIndexable, CharOrdering) - Static method in class de.caff.generics.algorithm.FastSortChar
Sort the given mutable char indexable by the defined order.
sort(MutableIndexable<E>) - Static method in class de.caff.generics.algorithm.TimSort
Sort the comparable elements of a mutable indexable in their natural order.
sort(MutableIndexable<E>, Ordering<? super E>) - Static method in class de.caff.generics.algorithm.TimSort
Sort a mutable indexable in the given order.
sort(double[], DoubleOrdering) - Static method in class de.caff.generics.algorithm.TimSortDouble
Sort a double array in the given order.
sort(double[], int, int, DoubleOrdering) - Static method in class de.caff.generics.algorithm.TimSortDouble
Sort a part of a double array in the given order.
sort(MutableDoubleIndexable) - Static method in class de.caff.generics.algorithm.TimSortDouble
Sort the comparable elements of a mutable double indexable in their natural order.
sort(MutableDoubleIndexable, DoubleOrdering) - Static method in class de.caff.generics.algorithm.TimSortDouble
Sort a mutable double indexable in the given order.
sort(float[], FloatOrdering) - Static method in class de.caff.generics.algorithm.TimSortFloat
Sort a float array in the given order.
sort(float[], int, int, FloatOrdering) - Static method in class de.caff.generics.algorithm.TimSortFloat
Sort a part of a float array in the given order.
sort(MutableFloatIndexable) - Static method in class de.caff.generics.algorithm.TimSortFloat
Sort the comparable elements of a mutable float indexable in their natural order.
sort(MutableFloatIndexable, FloatOrdering) - Static method in class de.caff.generics.algorithm.TimSortFloat
Sort a mutable float indexable in the given order.
sort(int[], IntOrdering) - Static method in class de.caff.generics.algorithm.TimSortInt
Sort an int array in the given order.
sort(int[], int, int, IntOrdering) - Static method in class de.caff.generics.algorithm.TimSortInt
Sort a part of an int array in the given order.
sort(MutableIntIndexable) - Static method in class de.caff.generics.algorithm.TimSortInt
Sort the comparable elements of a mutable int indexable in their natural order.
sort(MutableIntIndexable, IntOrdering) - Static method in class de.caff.generics.algorithm.TimSortInt
Sort a mutable int indexable in the given order.
sort(long[], LongOrdering) - Static method in class de.caff.generics.algorithm.TimSortLong
Sort a long array in the given order.
sort(long[], int, int, LongOrdering) - Static method in class de.caff.generics.algorithm.TimSortLong
Sort a part of a long array in the given order.
sort(MutableLongIndexable) - Static method in class de.caff.generics.algorithm.TimSortLong
Sort the comparable elements of a mutable long indexable in their natural order.
sort(MutableLongIndexable, LongOrdering) - Static method in class de.caff.generics.algorithm.TimSortLong
Sort a mutable long indexable in the given order.
sort(Comparator<? super T>) - Method in class de.caff.generics.SynchronizedList
 
sorted(Comparator<? super T>) - Method in interface de.caff.generics.Countable
Get a sorted frozen version of this countable.
sorted(IntOrdering) - Method in interface de.caff.generics.IntCountable
Get a sorted frozen version of this countable.
spaces(int) - Static method in class de.caff.generics.Types
This creates a string consisting only of spaces which is sometimes useful.
spliterator() - Method in interface de.caff.generics.Indexable
Get a spliterator on this indexable.
spliterator() - Method in interface de.caff.generics.PrimitiveDoubleIterable
 
spliterator() - Method in interface de.caff.generics.PrimitiveIntIterable
 
spliterator() - Method in interface de.caff.generics.PrimitiveLongIterable
 
SQUARE - Static variable in interface de.caff.generics.function.DoubleOperator1
Square function.
SQUARE_ROOT - Static variable in interface de.caff.generics.function.DoubleOperator1
Square root function.
STANDARD_ASCENDING - Static variable in interface de.caff.generics.function.DoubleOrdering
Standard Java order of ascending double values.
STANDARD_ASCENDING - Static variable in interface de.caff.generics.function.FloatOrdering
Standard Java order of ascending float values.
STANDARD_DESCENDING - Static variable in interface de.caff.generics.function.DoubleOrdering
Inverse standard Java order of double values.
STANDARD_DESCENDING - Static variable in interface de.caff.generics.function.FloatOrdering
Inverse standard Java order of float values.
stepsTo(V) - Method in class de.caff.generics.BasicLoop.Item
Get the number of steps from this item to another item.
STR_TO_BOOLEAN - Static variable in class de.caff.generics.Types
A converter which converts strings to boolean values.
STR_TO_BYTE - Static variable in class de.caff.generics.Types
A converter which converts strings to byte values, using base 10.
STR_TO_BYTE_BASE_16 - Static variable in class de.caff.generics.Types
A converter which converts strings to byte values, using base 16.
STR_TO_BYTE_BASE_2 - Static variable in class de.caff.generics.Types
A converter which converts strings to byte values, using base 2.
STR_TO_BYTE_BASE_8 - Static variable in class de.caff.generics.Types
A converter which converts strings to byte values, using base 8.
STR_TO_DOUBLE - Static variable in class de.caff.generics.Types
A converter which converts strings (in Java number format) to double values.
STR_TO_FLOAT - Static variable in class de.caff.generics.Types
A converter which converts strings (in Java number format) to float values.
STR_TO_INT - Static variable in class de.caff.generics.Types
A converter which converts strings to integer, using base 10.
STR_TO_INT_BASE_16 - Static variable in class de.caff.generics.Types
A converter which converts strings to integer, using base 16.
STR_TO_INT_BASE_2 - Static variable in class de.caff.generics.Types
A converter which converts strings to integer, using base 2.
STR_TO_INT_BASE_8 - Static variable in class de.caff.generics.Types
A converter which converts strings to integer, using base 8.
STR_TO_LONG - Static variable in class de.caff.generics.Types
A converter which converts strings to long integer, using base 10.
STR_TO_LONG_BASE_16 - Static variable in class de.caff.generics.Types
A converter which converts strings to long integer, using base 16.
STR_TO_LONG_BASE_2 - Static variable in class de.caff.generics.Types
A converter which converts strings to long integer, using base 2.
STR_TO_LONG_BASE_8 - Static variable in class de.caff.generics.Types
A converter which converts strings to long integer, using base 8.
STR_TO_LOWER - Static variable in class de.caff.generics.Types
A converter which changes strings to lowercase.
STR_TO_SHORT - Static variable in class de.caff.generics.Types
A converter which converts strings to short integer, using base 10.
STR_TO_SHORT_BASE_16 - Static variable in class de.caff.generics.Types
A converter which converts strings to short integer, using base 16.
STR_TO_SHORT_BASE_2 - Static variable in class de.caff.generics.Types
A converter which converts strings to short integer, using base 2.
STR_TO_SHORT_BASE_8 - Static variable in class de.caff.generics.Types
A converter which converts strings to short integer, using base 8.
STR_TO_UPPER - Static variable in class de.caff.generics.Types
A converter which changes strings to uppercase.
stream() - Method in interface de.caff.generics.PrimitiveDoubleIterable
Get a stream of primitive long values from this iterable.
stream() - Method in interface de.caff.generics.PrimitiveIntIterable
Get a stream of primitive integer values from this iterable.
stream() - Method in interface de.caff.generics.PrimitiveLongIterable
Get a stream of primitive long values from this iterable.
STRING - Static variable in class de.caff.generics.Empty
Empty String.
STRING_ARRAY - Static variable in class de.caff.generics.Empty
Empty String array.
STRING_ARRAY_2D - Static variable in class de.caff.generics.Empty
Empty array of String arrays.
StringSplitTypeConverter - Class in de.caff.generics.converter
String split type converter.
StringSplitTypeConverter(Pattern) - Constructor for class de.caff.generics.converter.StringSplitTypeConverter
Constructor.
StringSplitTypeConverter(String) - Constructor for class de.caff.generics.converter.StringSplitTypeConverter
Constructor.
StringToByteTypeConverter - Class in de.caff.generics.converter
Type converter which converts strings to byte values.
StringToByteTypeConverter(int) - Constructor for class de.caff.generics.converter.StringToByteTypeConverter
Constructor.
StringToByteTypeConverter() - Constructor for class de.caff.generics.converter.StringToByteTypeConverter
Constructor.
StringToDoubleTypeConverter - Class in de.caff.generics.converter
Type converter which converts strings to doubles.
StringToDoubleTypeConverter() - Constructor for class de.caff.generics.converter.StringToDoubleTypeConverter
 
StringToFloatTypeConverter - Class in de.caff.generics.converter
Type converter which converts strings to floats.
StringToFloatTypeConverter() - Constructor for class de.caff.generics.converter.StringToFloatTypeConverter
 
StringToIntegerTypeConverter - Class in de.caff.generics.converter
Type converter which converts strings to integers.
StringToIntegerTypeConverter(int) - Constructor for class de.caff.generics.converter.StringToIntegerTypeConverter
Constructor.
StringToIntegerTypeConverter() - Constructor for class de.caff.generics.converter.StringToIntegerTypeConverter
Constructor.
StringToLongTypeConverter - Class in de.caff.generics.converter
Type converter which converts strings to long integers.
StringToLongTypeConverter(int) - Constructor for class de.caff.generics.converter.StringToLongTypeConverter
Constructor.
StringToLongTypeConverter() - Constructor for class de.caff.generics.converter.StringToLongTypeConverter
Constructor.
StringToShortTypeConverter - Class in de.caff.generics.converter
Type converter which converts strings to short integers.
StringToShortTypeConverter(int) - Constructor for class de.caff.generics.converter.StringToShortTypeConverter
Constructor.
StringToShortTypeConverter() - Constructor for class de.caff.generics.converter.StringToShortTypeConverter
Constructor.
sub(int...) - Method in class de.caff.generics.mda.MultiDimensionalArray
Get access to a multi-dimensional sub array of this array.
sub(int...) - Method in class de.caff.generics.mda.MultiDimensionalBooleanArray
Get access to a multi-dimensional sub array of this array.
sub(int...) - Method in class de.caff.generics.mda.MultiDimensionalByteArray
Get access to a multi-dimensional sub array of this array.
sub(int...) - Method in class de.caff.generics.mda.MultiDimensionalCharArray
Get access to a multi-dimensional sub array of this array.
sub(int...) - Method in class de.caff.generics.mda.MultiDimensionalDoubleArray
Get access to a multi-dimensional sub array of this array.
sub(int...) - Method in class de.caff.generics.mda.MultiDimensionalFloatArray
Get access to a multi-dimensional sub array of this array.
sub(int...) - Method in class de.caff.generics.mda.MultiDimensionalIntArray
Get access to a multi-dimensional sub array of this array.
sub(int...) - Method in class de.caff.generics.mda.MultiDimensionalLongArray
Get access to a multi-dimensional sub array of this array.
sub(int...) - Method in class de.caff.generics.mda.MultiDimensionalShortArray
Get access to a multi-dimensional sub array of this array.
sub(int...) - Method in interface de.caff.generics.mda.MultiIndexLinearizer
Get an indexer which indexes only a part of this linearizer which is defined by keeping some indexes fix.
subAtX(int) - Method in interface de.caff.generics.mda.ThreeDimensionalAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.ThreeDimensionalBooleanAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.ThreeDimensionalBooleanReadAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.ThreeDimensionalByteAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.ThreeDimensionalByteReadAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.ThreeDimensionalCharAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.ThreeDimensionalCharReadAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.ThreeDimensionalDoubleAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.ThreeDimensionalDoubleReadAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.ThreeDimensionalFloatAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.ThreeDimensionalFloatReadAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.ThreeDimensionalIntAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.ThreeDimensionalIntReadAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.ThreeDimensionalLongAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.ThreeDimensionalLongReadAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.ThreeDimensionalReadAccess
Get a 2-dimensional view of the plane at the given X index.
subAtX(int) - Method in interface de.caff.generics.mda.ThreeDimensionalShortAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.ThreeDimensionalShortReadAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.TwoDimensionalAccess
Get a 1-dimensional view of the row at the given X index.
subAtX(int) - Method in interface de.caff.generics.mda.TwoDimensionalBooleanAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.TwoDimensionalBooleanReadAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.TwoDimensionalByteAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.TwoDimensionalByteReadAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.TwoDimensionalCharAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.TwoDimensionalCharReadAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.TwoDimensionalDoubleAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.TwoDimensionalDoubleReadAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.TwoDimensionalFloatAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.TwoDimensionalFloatReadAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.TwoDimensionalIntAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.TwoDimensionalIntReadAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.TwoDimensionalLongAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.TwoDimensionalLongReadAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.TwoDimensionalReadAccess
Get a 1-dimensional view of the row at the given X index.
subAtX(int) - Method in interface de.caff.generics.mda.TwoDimensionalShortAccess
 
subAtX(int) - Method in interface de.caff.generics.mda.TwoDimensionalShortReadAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.ThreeDimensionalAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.ThreeDimensionalBooleanAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.ThreeDimensionalBooleanReadAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.ThreeDimensionalByteAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.ThreeDimensionalByteReadAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.ThreeDimensionalCharAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.ThreeDimensionalCharReadAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.ThreeDimensionalDoubleAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.ThreeDimensionalDoubleReadAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.ThreeDimensionalFloatAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.ThreeDimensionalFloatReadAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.ThreeDimensionalIntAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.ThreeDimensionalIntReadAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.ThreeDimensionalLongAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.ThreeDimensionalLongReadAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.ThreeDimensionalReadAccess
Get a 2-dimensional view of the plane at the given Y index.
subAtY(int) - Method in interface de.caff.generics.mda.ThreeDimensionalShortAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.ThreeDimensionalShortReadAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.TwoDimensionalAccess
Get a 1-dimensional view of the column at the given X index.
subAtY(int) - Method in interface de.caff.generics.mda.TwoDimensionalBooleanAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.TwoDimensionalBooleanReadAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.TwoDimensionalByteAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.TwoDimensionalByteReadAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.TwoDimensionalCharAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.TwoDimensionalCharReadAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.TwoDimensionalDoubleAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.TwoDimensionalDoubleReadAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.TwoDimensionalFloatAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.TwoDimensionalFloatReadAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.TwoDimensionalIntAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.TwoDimensionalIntReadAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.TwoDimensionalLongAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.TwoDimensionalLongReadAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.TwoDimensionalReadAccess
Get a 1-dimensional view of the column at the given X index.
subAtY(int) - Method in interface de.caff.generics.mda.TwoDimensionalShortAccess
 
subAtY(int) - Method in interface de.caff.generics.mda.TwoDimensionalShortReadAccess
 
subAtZ(int) - Method in interface de.caff.generics.mda.ThreeDimensionalAccess
 
subAtZ(int) - Method in interface de.caff.generics.mda.ThreeDimensionalBooleanAccess
 
subAtZ(int) - Method in interface de.caff.generics.mda.ThreeDimensionalBooleanReadAccess
 
subAtZ(int) - Method in interface de.caff.generics.mda.ThreeDimensionalByteAccess
 
subAtZ(int) - Method in interface de.caff.generics.mda.ThreeDimensionalByteReadAccess
 
subAtZ(int) - Method in interface de.caff.generics.mda.ThreeDimensionalCharAccess
 
subAtZ(int) - Method in interface de.caff.generics.mda.ThreeDimensionalCharReadAccess
 
subAtZ(int) - Method in interface de.caff.generics.mda.ThreeDimensionalDoubleAccess
 
subAtZ(int) - Method in interface de.caff.generics.mda.ThreeDimensionalDoubleReadAccess
 
subAtZ(int) - Method in interface de.caff.generics.mda.ThreeDimensionalFloatAccess
 
subAtZ(int) - Method in interface de.caff.generics.mda.ThreeDimensionalFloatReadAccess
 
subAtZ(int) - Method in interface de.caff.generics.mda.ThreeDimensionalIntAccess
 
subAtZ(int) - Method in interface de.caff.generics.mda.ThreeDimensionalIntReadAccess
 
subAtZ(int) - Method in interface de.caff.generics.mda.ThreeDimensionalLongAccess
 
subAtZ(int) - Method in interface de.caff.generics.mda.ThreeDimensionalLongReadAccess
 
subAtZ(int) - Method in interface de.caff.generics.mda.ThreeDimensionalReadAccess
Get a 2-dimensional view of the plane at the given Z index.
subAtZ(int) - Method in interface de.caff.generics.mda.ThreeDimensionalShortAccess
 
subAtZ(int) - Method in interface de.caff.generics.mda.ThreeDimensionalShortReadAccess
 
Subject<T> - Interface in de.caff.generics
This is mainly a marker interface for subjectivized objects.
subject(T) - Method in interface de.caff.generics.Subjective
Get the substitute object for the given object.
Subject.Base<TT> - Class in de.caff.generics
 
subjectFrom(Object) - Method in interface de.caff.generics.Subjective
Helper method to create a subject from an arbitrary object.
Subjective<T> - Interface in de.caff.generics
Type-based information how to create a Subject from an object.
Subjectivity - Class in de.caff.generics
A subjective view on objects.
Subjectivity(boolean, Iterable<Subjective<?>>) - Constructor for class de.caff.generics.Subjectivity
Constructor.
Subjectivity(boolean, Subjective<?>...) - Constructor for class de.caff.generics.Subjectivity
Constructor.
subList(int, int) - Method in class de.caff.generics.RefWrapperList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class de.caff.generics.SynchronizedList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class de.caff.generics.UnmodifiableListArrayWrapper
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class de.caff.generics.UnmodifiableListBooleanArrayWrapper
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class de.caff.generics.UnmodifiableListByteArrayWrapper
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class de.caff.generics.UnmodifiableListDoubleArrayWrapper
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class de.caff.generics.UnmodifiableListFloatArrayWrapper
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class de.caff.generics.UnmodifiableListIntArrayWrapper
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class de.caff.generics.UnmodifiableListLongArrayWrapper
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class de.caff.generics.UnmodifiableListShortArrayWrapper
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subSet(int, int) - Method in interface de.caff.generics.BooleanIndexable
Get an indexable subset.
subSet(int, int) - Method in interface de.caff.generics.ByteIndexable
Get an indexable subset.
subSet(int, int) - Method in interface de.caff.generics.CharIndexable
Get an indexable subset.
subSet(T, T) - Method in class de.caff.generics.CountingTreeSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(int, int) - Method in interface de.caff.generics.DoubleIndexable
Get an indexable subset.
subSet(int, int) - Method in interface de.caff.generics.FloatIndexable
Get an indexable subset.
subSet(int, int) - Method in interface de.caff.generics.Indexable
Get an indexable subset.
subSet(int, int) - Method in interface de.caff.generics.IntIndexable
Get an indexable subset.
subSet(int, int) - Method in interface de.caff.generics.LongIndexable
Get an indexable subset.
subSet(int, int) - Method in interface de.caff.generics.MutableBooleanIndexable
 
subSet(int, int) - Method in interface de.caff.generics.MutableByteIndexable
 
subSet(int, int) - Method in interface de.caff.generics.MutableCharIndexable
 
subSet(int, int) - Method in interface de.caff.generics.MutableDoubleIndexable
 
subSet(int, int) - Method in interface de.caff.generics.MutableFloatIndexable
 
subSet(int, int) - Method in interface de.caff.generics.MutableIndexable
 
subSet(int, int) - Method in interface de.caff.generics.MutableIntIndexable
 
subSet(int, int) - Method in interface de.caff.generics.MutableLongIndexable
 
subSet(int, int) - Method in interface de.caff.generics.MutableShortIndexable
 
subSet(int, int) - Method in interface de.caff.generics.ShortIndexable
Get an indexable subset.
substitute(Object) - Method in class de.caff.generics.Subjectivity
Substitute the given object.
substitute0(Object) - Method in class de.caff.generics.Subjectivity
Substitute the given object which may be null.
substituted() - Method in class de.caff.generics.Subject.Base
 
substituted() - Method in interface de.caff.generics.Subject
Get the substituted object.
substract(int) - Method in interface de.caff.generics.util.Counter
Deprecated.
bad English, use Counter.subtract(int)
substract(Counter) - Method in interface de.caff.generics.util.Counter
Deprecated.
bad English, use Counter.subtract(Counter)
substract1() - Method in interface de.caff.generics.util.Counter
Deprecated.
bad English, use Counter.subtract1()
subtract(int) - Method in interface de.caff.generics.util.Counter
Subtract something from the counter.
subtract(Counter) - Method in interface de.caff.generics.util.Counter
Subtract something from the counter.
subtract(Number) - Method in interface de.caff.generics.util.Counter
Subtract a number to the counter.
subtract(long) - Method in interface de.caff.generics.util.LongCounter
Subtract something from the counter.
subtract(LongCounter) - Method in interface de.caff.generics.util.LongCounter
Subtract something from the counter.
subtract(Number) - Method in interface de.caff.generics.util.LongCounter
Subtract a number to the counter.
subtract(Counter) - Method in interface de.caff.generics.util.LongCounter
Subtract the value of an integer counter.
subtract(int) - Method in class de.caff.generics.util.SimpleCounter
Subtract something from the counter.
subtract(Counter) - Method in class de.caff.generics.util.SimpleCounter
Subtract something from the counter.
subtract(long) - Method in class de.caff.generics.util.SimpleLongCounter
 
subtract(LongCounter) - Method in class de.caff.generics.util.SimpleLongCounter
 
subtract(int) - Method in class de.caff.generics.util.ThreadSafeCounter
Subtract something from the counter.
subtract(Counter) - Method in class de.caff.generics.util.ThreadSafeCounter
Subtract something from the counter.
subtract(long) - Method in class de.caff.generics.util.ThreadSafeLongCounter
 
subtract(LongCounter) - Method in class de.caff.generics.util.ThreadSafeLongCounter
 
subtract1() - Method in interface de.caff.generics.util.Counter
Subtract 1 from counter.
subtract1() - Method in interface de.caff.generics.util.LongCounter
Subtract 1 from counter.
subtract1() - Method in class de.caff.generics.util.SimpleCounter
Subtract 1 from counter.
subtract1() - Method in class de.caff.generics.util.SimpleLongCounter
 
subtract1() - Method in class de.caff.generics.util.ThreadSafeCounter
Subtract 1 from counter.
subtract1() - Method in class de.caff.generics.util.ThreadSafeLongCounter
 
sum() - Method in interface de.caff.generics.PrimitiveDoubleIterable
Calculate the sum of the elements of this iterable.
sum() - Method in interface de.caff.generics.PrimitiveIntIterable
Calculate the sum of the elements of this iterable as an integer value.
sum() - Method in interface de.caff.generics.PrimitiveLongIterable
Calculate the sum of the elements of this iterable as a long value.
sumX() - Method in interface de.caff.generics.PrimitiveIntIterable
Calculate the sum of the elements of this iterable as an integer value.
sumX() - Method in interface de.caff.generics.PrimitiveLongIterable
Calculate the sum of the elements of this iterable as a long value.
swap(int, int) - Method in interface de.caff.generics.MutableBooleanIndexable
Swap the values at two indices.
swap(int, int) - Method in interface de.caff.generics.MutableByteIndexable
Swap the values at two indices.
swap(int, int) - Method in interface de.caff.generics.MutableCharIndexable
Swap the values at two indices.
swap(int, int) - Method in interface de.caff.generics.MutableDoubleIndexable
Swap the values at two indices.
swap(int, int) - Method in interface de.caff.generics.MutableFloatIndexable
Swap the values at two indices.
swap(int, int) - Method in interface de.caff.generics.MutableIndexable
Swap the values at two indices.
swap(int, int) - Method in interface de.caff.generics.MutableIntIndexable
Swap the values at two indices.
swap(int, int) - Method in interface de.caff.generics.MutableLongIndexable
Swap the values at two indices.
swap(int, int) - Method in interface de.caff.generics.MutableShortIndexable
Swap the values at two indices.
swap() - Method in class de.caff.generics.Pair
Exchange first and second.
swapped() - Method in class de.caff.generics.BytePair
Get this pair with swapped values.
swapped() - Method in class de.caff.generics.CharPair
Get this pair with swapped values.
swapped() - Method in class de.caff.generics.DoublePair
Get this pair with swapped values.
swapped() - Method in class de.caff.generics.FloatPair
Get this pair with swapped values.
swapped() - Method in class de.caff.generics.IntPair
Get this pair with swapped values.
swapped() - Method in class de.caff.generics.LongPair
Get this pair with swapped values.
swapped() - Method in class de.caff.generics.OrderedPair
Get a ordered pair with inverted order.
swapped() - Method in class de.caff.generics.ShortPair
Get this pair with swapped values.
swapPlaces(V) - Method in class de.caff.generics.BasicLoop.Item
Exchange the loop position of this item with the one of the given item and vice versa.
swyp(int, int) - Method in interface de.caff.generics.MutableBooleanIndexable
Swap the values at two indices using Pythonesque indices.
swyp(int, int) - Method in interface de.caff.generics.MutableByteIndexable
Swap the values at two indices using Pythonesque indices.
swyp(int, int) - Method in interface de.caff.generics.MutableCharIndexable
Swap the values at two indices using Pythonesque indices.
swyp(int, int) - Method in interface de.caff.generics.MutableDoubleIndexable
Swap the values at two indices using Pythonesque indices.
swyp(int, int) - Method in interface de.caff.generics.MutableFloatIndexable
Swap the values at two indices using Pythonesque indices.
swyp(int, int) - Method in interface de.caff.generics.MutableIndexable
Swap the values at two indices using Pythonesque indices.
swyp(int, int) - Method in interface de.caff.generics.MutableIntIndexable
Swap the values at two indices using Pythonesque indices.
swyp(int, int) - Method in interface de.caff.generics.MutableLongIndexable
Swap the values at two indices using Pythonesque indices.
swyp(int, int) - Method in interface de.caff.generics.MutableShortIndexable
Swap the values at two indices using Pythonesque indices.
sybSet(int, int) - Method in interface de.caff.generics.BooleanIndexable
Get an indexable subset.
sybSet(int, int) - Method in interface de.caff.generics.ByteIndexable
Get an indexable subset.
sybSet(int, int) - Method in interface de.caff.generics.CharIndexable
Get an indexable subset.
sybSet(int, int) - Method in interface de.caff.generics.DoubleIndexable
Get an indexable subset.
sybSet(int, int) - Method in interface de.caff.generics.FloatIndexable
Get an indexable subset.
sybSet(int, int) - Method in interface de.caff.generics.Indexable
Get an indexable subset.
sybSet(int, int) - Method in interface de.caff.generics.IntIndexable
Get an indexable subset.
sybSet(int, int) - Method in interface de.caff.generics.LongIndexable
Get an indexable subset.
sybSet(int, int) - Method in interface de.caff.generics.MutableBooleanIndexable
 
sybSet(int, int) - Method in interface de.caff.generics.MutableByteIndexable
 
sybSet(int, int) - Method in interface de.caff.generics.MutableCharIndexable
 
sybSet(int, int) - Method in interface de.caff.generics.MutableDoubleIndexable
 
sybSet(int, int) - Method in interface de.caff.generics.MutableFloatIndexable
 
sybSet(int, int) - Method in interface de.caff.generics.MutableIndexable
 
sybSet(int, int) - Method in interface de.caff.generics.MutableIntIndexable
 
sybSet(int, int) - Method in interface de.caff.generics.MutableLongIndexable
 
sybSet(int, int) - Method in interface de.caff.generics.MutableShortIndexable
 
sybSet(int, int) - Method in interface de.caff.generics.ShortIndexable
Get an indexable subset.
SynchronizedCollection<T> - Class in de.caff.generics
Synchronized collection.
SynchronizedCollection(Collection<T>) - Constructor for class de.caff.generics.SynchronizedCollection
Constructor.
synchronizedCollection(Collection<T>) - Static method in class de.caff.generics.Types
Get a synchronized collection from a basic collection which is optimized for being often iterated, but rarely changed.
SynchronizedList<T> - Class in de.caff.generics
Synchronized list.
SynchronizedList(List<T>) - Constructor for class de.caff.generics.SynchronizedList
Constructor.
synchronizedList(List<T>) - Static method in class de.caff.generics.Types
Get a synchronized list from a basic collection which is optimized for being often iterated, but rarely changed.
syt(int, T) - Method in interface de.caff.generics.ExpandableIndexable
Pythonesque set the value at the given index.
syt(int, boolean) - Method in interface de.caff.generics.MutableBooleanIndexable
Pythonesque set.
syt(int, byte) - Method in interface de.caff.generics.MutableByteIndexable
Pythonesque set.
syt(int, char) - Method in interface de.caff.generics.MutableCharIndexable
Pythonesque set.
syt(int, double) - Method in interface de.caff.generics.MutableDoubleIndexable
Pythonesque set.
syt(int, float) - Method in interface de.caff.generics.MutableFloatIndexable
Pythonesque set.
syt(int, T) - Method in interface de.caff.generics.MutableIndexable
Pythonesque set.
syt(int, int) - Method in interface de.caff.generics.MutableIntIndexable
Pythonesque set.
syt(int, long) - Method in interface de.caff.generics.MutableLongIndexable
Pythonesque set.
syt(int, short) - Method in interface de.caff.generics.MutableShortIndexable
Pythonesque set.

T

T(T1, T2) - Static method in class de.caff.generics.tuple.Tuples
Create a 2-tuple with non-null elements.
T(T1, T2, T3) - Static method in class de.caff.generics.tuple.Tuples
Create a 3-tuple with non-null elements.
T(T1, T2, T3, T4) - Static method in class de.caff.generics.tuple.Tuples
Create a 4-tuple with non-null elements.
T(T1, T2, T3, T4, T5) - Static method in class de.caff.generics.tuple.Tuples
Create a 5-tuple with non-null elements.
T(T1, T2, T3, T4, T5, T6) - Static method in class de.caff.generics.tuple.Tuples
Create a 6-tuple with non-null elements.
T(T1, T2, T3, T4, T5, T6, T7) - Static method in class de.caff.generics.tuple.Tuples
Create a 7-tuple with non-null elements.
T(T1, T2, T3, T4, T5, T6, T7, T8) - Static method in class de.caff.generics.tuple.Tuples
Create an 8-tuple with non-null elements.
T(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Static method in class de.caff.generics.tuple.Tuples
Create a 9-tuple with non-null elements.
tailSet(int) - Method in interface de.caff.generics.BooleanIndexable
Create an indexable subset from the last elements of this indexable set.
tailSet(int) - Method in interface de.caff.generics.ByteIndexable
Create an indexable subset from the last elements of this indexable set.
tailSet(int) - Method in interface de.caff.generics.CharIndexable
Create an indexable subset from the last elements of this indexable set.
tailSet(T) - Method in class de.caff.generics.CountingTreeSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(int) - Method in interface de.caff.generics.DoubleIndexable
Create an indexable subset from the last elements of this indexable set.
tailSet(int) - Method in interface de.caff.generics.FloatIndexable
Create an indexable subset from the last elements of this indexable set.
tailSet(int) - Method in interface de.caff.generics.Indexable
Create an indexable subset from the last elements of this indexable set.
tailSet(int) - Method in interface de.caff.generics.IntIndexable
Create an indexable subset from the last elements of this indexable set.
tailSet(int) - Method in interface de.caff.generics.LongIndexable
Create an indexable subset from the last elements of this indexable set.
tailSet(int) - Method in interface de.caff.generics.MutableBooleanIndexable
 
tailSet(int) - Method in interface de.caff.generics.MutableByteIndexable
 
tailSet(int) - Method in interface de.caff.generics.MutableCharIndexable
 
tailSet(int) - Method in interface de.caff.generics.MutableDoubleIndexable
 
tailSet(int) - Method in interface de.caff.generics.MutableFloatIndexable
 
tailSet(int) - Method in interface de.caff.generics.MutableIndexable
 
tailSet(int) - Method in interface de.caff.generics.MutableIntIndexable
 
tailSet(int) - Method in interface de.caff.generics.MutableLongIndexable
 
tailSet(int) - Method in interface de.caff.generics.MutableShortIndexable
 
tailSet(int) - Method in interface de.caff.generics.ShortIndexable
Create an indexable subset from the last elements of this indexable set.
test(BooleanPredicate2) - Method in class de.caff.generics.BooleanPair
Call a 2-boolean predicate on this pair.
test(BytePredicate2) - Method in class de.caff.generics.BytePair
Call a 2-byte predicate on this pair.
test(CharPredicate2) - Method in class de.caff.generics.CharPair
Call a 2-character predicate on this pair.
test(T) - Method in class de.caff.generics.checker.AndChecker
Check a value.
test(T) - Method in class de.caff.generics.checker.EqualsChecker
Check a value.
test(T) - Method in class de.caff.generics.checker.GreaterEqualsChecker
Check a value.
test(T) - Method in class de.caff.generics.checker.GreaterThanChecker
Check a value.
test(T) - Method in class de.caff.generics.checker.LessEqualsChecker
Check a value.
test(T) - Method in class de.caff.generics.checker.LessThanChecker
Check a value.
test(T) - Method in class de.caff.generics.checker.NegateCheckerWrapper
Check a value.
test(T) - Method in class de.caff.generics.checker.NotEqualsChecker
Check a value.
test(T) - Method in class de.caff.generics.checker.OrChecker
Check a value.
test(DoublePredicate2) - Method in class de.caff.generics.DoublePair
Call a 2-double predicate on this pair.
test(FloatPredicate2) - Method in class de.caff.generics.FloatPair
Call a 2-float predicate on this pair.
test(Boolean, Boolean) - Method in interface de.caff.generics.function.BooleanPredicate2
Default implementation.
test(BooleanPair) - Method in interface de.caff.generics.function.BooleanPredicate2
Test a boolean pair by expanding its elements.
test(Byte, Byte) - Method in interface de.caff.generics.function.BytePredicate2
Default implementation.
test(BytePair) - Method in interface de.caff.generics.function.BytePredicate2
Test a byte pair by expanding its elements.
test(Character, Character) - Method in interface de.caff.generics.function.CharPredicate2
Default implementation.
test(CharPair) - Method in interface de.caff.generics.function.CharPredicate2
Test a char pair by expanding its elements.
test(double) - Method in interface de.caff.generics.function.DoublePredicate1
 
test(Double, Double) - Method in interface de.caff.generics.function.DoublePredicate2
Default implementation.
test(DoublePair) - Method in interface de.caff.generics.function.DoublePredicate2
Test a double pair by expanding its elements.
test(Float) - Method in interface de.caff.generics.function.FloatPredicate1
 
test(Float, Float) - Method in interface de.caff.generics.function.FloatPredicate2
Default implementation.
test(FloatPair) - Method in interface de.caff.generics.function.FloatPredicate2
Test a float pair by expanding its elements.
test(P) - Method in interface de.caff.generics.function.FragilePredicate1
Test the argument and check whether it evaluates.
test(P1, P2) - Method in interface de.caff.generics.function.FragilePredicate2
Decide whether the given combination of arguments evaluates to true.
test(ITuple2<? extends P1, ? extends P2>) - Method in interface de.caff.generics.function.FragilePredicate2
Expand a tuple into the arguments of this predicate.
test(int) - Method in interface de.caff.generics.function.IntPredicate1
 
test(Integer, Integer) - Method in interface de.caff.generics.function.IntPredicate2
Default implementation.
test(IntPair) - Method in interface de.caff.generics.function.IntPredicate2
Test an int pair by expanding its elements.
test(long) - Method in interface de.caff.generics.function.LongPredicate1
 
test(Long, Long) - Method in interface de.caff.generics.function.LongPredicate2
Default implementation.
test(LongPair) - Method in interface de.caff.generics.function.LongPredicate2
Test a long pair by expanding its elements.
test(ITuple2<? extends P1, ? extends P2>) - Method in interface de.caff.generics.function.Predicate2
Expand a tuple into the arguments of this predicate.
test(P1, P2, P3) - Method in interface de.caff.generics.function.Predicate3
Test the given values.
test(ITuple3<? extends P1, ? extends P2, ? extends P3>) - Method in interface de.caff.generics.function.Predicate3
Expand a tuple into the arguments of this predicate.
test(P1, P2, P3, P4) - Method in interface de.caff.generics.function.Predicate4
Test the given values.
test(ITuple4<? extends P1, ? extends P2, ? extends P3, ? extends P4>) - Method in interface de.caff.generics.function.Predicate4
Expand a tuple into the arguments of this predicate.
test(P1, P2, P3, P4, P5) - Method in interface de.caff.generics.function.Predicate5
Test the given values.
test(ITuple5<? extends P1, ? extends P2, ? extends P3, ? extends P4, ? extends P5>) - Method in interface de.caff.generics.function.Predicate5
Expand a tuple into the arguments of this predicate.
test(P1, P2, P3, P4, P5, P6) - Method in interface de.caff.generics.function.Predicate6
Test the given values.
test(ITuple6<? extends P1, ? extends P2, ? extends P3, ? extends P4, ? extends P5, ? extends P6>) - Method in interface de.caff.generics.function.Predicate6
Expand a tuple into the arguments of this predicate.
test(P1, P2, P3, P4, P5, P6, P7) - Method in interface de.caff.generics.function.Predicate7
Test the given values.
test(ITuple7<? extends P1, ? extends P2, ? extends P3, ? extends P4, ? extends P5, ? extends P6, ? extends P7>) - Method in interface de.caff.generics.function.Predicate7
Expand a tuple into the arguments of this predicate.
test(P1, P2, P3, P4, P5, P6, P7, P8) - Method in interface de.caff.generics.function.Predicate8
Test the given values.
test(ITuple8<? extends P1, ? extends P2, ? extends P3, ? extends P4, ? extends P5, ? extends P6, ? extends P7, ? extends P8>) - Method in interface de.caff.generics.function.Predicate8
Expand a tuple into the arguments of this predicate.
test(P1, P2, P3, P4, P5, P6, P7, P8, P9) - Method in interface de.caff.generics.function.Predicate9
Test the given values.
test(ITuple9<? extends P1, ? extends P2, ? extends P3, ? extends P4, ? extends P5, ? extends P6, ? extends P7, ? extends P8, ? extends P9>) - Method in interface de.caff.generics.function.Predicate9
Expand a tuple into the arguments of this predicate.
test(Short, Short) - Method in interface de.caff.generics.function.ShortPredicate2
Default implementation.
test(ShortPair) - Method in interface de.caff.generics.function.ShortPredicate2
Test a boolean pair by expanding its elements.
test(IntPredicate2) - Method in class de.caff.generics.IntPair
Call a 2-int predicate on this pair.
test(LongPredicate2) - Method in class de.caff.generics.LongPair
Call a 2-long predicate on this pair.
test(T1, T2) - Method in interface de.caff.generics.Matcher
 
test(ShortPredicate2) - Method in class de.caff.generics.ShortPair
Call a 2-short predicate on this pair.
testBool(boolean) - Method in interface de.caff.generics.function.BooleanPredicate1
Test the given value.
testBooleans(boolean, boolean, boolean) - Method in interface de.caff.generics.function.BooleanPredicate3
Test the given values.
testBools(boolean, boolean) - Method in interface de.caff.generics.function.BooleanPredicate2
Test the given value.
testBy(BiPredicate<? super T1, ? super T2>) - Method in interface de.caff.generics.tuple.ITuple2
Test a 2-argument predicate with this tuple unpacked.
testBy(Predicate3<? super T1, ? super T2, ? super T3>) - Method in interface de.caff.generics.tuple.ITuple3
Test a 3-argument predicate with this tuple unpacked.
testBy(Predicate4<? super T1, ? super T2, ? super T3, ? super T4>) - Method in interface de.caff.generics.tuple.ITuple4
Test a 4-argument predicate with this tuple unpacked.
testBy(Predicate5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5>) - Method in interface de.caff.generics.tuple.ITuple5
Test a 5-argument predicate with this tuple unpacked.
testBy(Predicate6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6>) - Method in interface de.caff.generics.tuple.ITuple6
Test a 6-argument predicate with this tuple unpacked.
testBy(Predicate7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7>) - Method in interface de.caff.generics.tuple.ITuple7
Test a 7-argument predicate with this tuple unpacked.
testBy(Predicate8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8>) - Method in interface de.caff.generics.tuple.ITuple8
Test a 8-argument predicate with this tuple unpacked.
testBy(Predicate9<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9>) - Method in interface de.caff.generics.tuple.ITuple9
Test a 9-argument predicate with this tuple unpacked.
testByte(byte) - Method in interface de.caff.generics.function.BytePredicate1
Test the given value.
testBytes(byte, byte) - Method in interface de.caff.generics.function.BytePredicate2
Test the given value.
testBytes(byte, byte, byte) - Method in interface de.caff.generics.function.BytePredicate3
Test the given values.
testChar(char) - Method in interface de.caff.generics.function.CharPredicate1
Test the given value.
testChars(char, char) - Method in interface de.caff.generics.function.CharPredicate2
Test the given value.
testChars(char, char, char) - Method in interface de.caff.generics.function.CharPredicate3
Test the given values.
testDouble(double) - Method in interface de.caff.generics.function.DoublePredicate1
Test the given value.
testDoubles(double, double) - Method in interface de.caff.generics.function.DoublePredicate2
Test the given value.
testDoubles(double, double, double) - Method in interface de.caff.generics.function.DoublePredicate3
Test the given values.
testFloat(float) - Method in interface de.caff.generics.function.FloatPredicate1
Test the given value.
testFloats(float, float) - Method in interface de.caff.generics.function.FloatPredicate2
Test the given value.
testFloats(float, float, float) - Method in interface de.caff.generics.function.FloatPredicate3
Test the given values.
testInt(int) - Method in interface de.caff.generics.function.IntPredicate1
Test the given value.
testInts(int, int) - Method in interface de.caff.generics.function.IntPredicate2
Test the given values.
testInts(int, int, int) - Method in interface de.caff.generics.function.IntPredicate3
Test the given values.
testLong(long) - Method in interface de.caff.generics.function.LongPredicate1
Test the given value.
testLongs(long, long) - Method in interface de.caff.generics.function.LongPredicate2
Test the given value.
testLongs(long, long, long) - Method in interface de.caff.generics.function.LongPredicate3
Test the given values.
testNonNull(P, boolean) - Method in interface de.caff.generics.function.FragilePredicate1
Test the argument only if it is not null, otherwise return the fallback.
testNonNull(P, boolean) - Method in interface de.caff.generics.function.Predicate1
Test the argument only if it is not null, otherwise return the fallback.
testShort(short) - Method in interface de.caff.generics.function.ShortPredicate1
Test the given value.
testShorts(short, short) - Method in interface de.caff.generics.function.ShortPredicate2
Test the given value.
testShorts(short, short, short) - Method in interface de.caff.generics.function.ShortPredicate3
Test the given values.
THREAD_SAFE - Static variable in interface de.caff.generics.util.Counter
Thread safe counter creator.
THREAD_SAFE - Static variable in interface de.caff.generics.util.LongCounter
Thread safe counter creator.
threadSafe() - Static method in interface de.caff.generics.util.Counter
Factory method for creating a thread-safe counter.
threadSafe(int) - Static method in interface de.caff.generics.util.Counter
Factory method for creating a thread-safe counter.
ThreadSafeCounter - Class in de.caff.generics.util
Changeable integer wrapper, to be used as counter especially as map values.
ThreadSafeCounter() - Constructor for class de.caff.generics.util.ThreadSafeCounter
Default constructor.
ThreadSafeCounter(int) - Constructor for class de.caff.generics.util.ThreadSafeCounter
Constructor.
ThreadSafeCounter(Counter) - Constructor for class de.caff.generics.util.ThreadSafeCounter
Copy constructor.
ThreadSafeLongCounter - Class in de.caff.generics.util
Changeable long integer wrapper, to be used as counter especially as map values.
ThreadSafeLongCounter() - Constructor for class de.caff.generics.util.ThreadSafeLongCounter
Default constructor.
ThreadSafeLongCounter(int) - Constructor for class de.caff.generics.util.ThreadSafeLongCounter
Constructor.
ThreadSafeLongCounter(LongCounter) - Constructor for class de.caff.generics.util.ThreadSafeLongCounter
Copy constructor.
ThreeDimensionalAccess<T> - Interface in de.caff.generics.mda
A 3-dimensional rectangular array of items.
ThreeDimensionalArray<T> - Class in de.caff.generics.mda
A 4-dimensional array.
ThreeDimensionalArray(int, int, int) - Constructor for class de.caff.generics.mda.ThreeDimensionalArray
Constructor.
ThreeDimensionalArray(ThreeDimensionalAccess<T>) - Constructor for class de.caff.generics.mda.ThreeDimensionalArray
Copy constructor.
ThreeDimensionalBooleanAccess - Interface in de.caff.generics.mda
Read/write access for 3-dimensional rectangular boolean arrays.
ThreeDimensionalBooleanArray - Class in de.caff.generics.mda
A 3-dimensional array of boolean values.
ThreeDimensionalBooleanArray(int, int, int) - Constructor for class de.caff.generics.mda.ThreeDimensionalBooleanArray
Constructor.
ThreeDimensionalBooleanArray(int, int, int, IntPredicate3) - Constructor for class de.caff.generics.mda.ThreeDimensionalBooleanArray
Initializing constructor.
ThreeDimensionalBooleanArray(int, int, boolean...) - Constructor for class de.caff.generics.mda.ThreeDimensionalBooleanArray
Constructor.
ThreeDimensionalBooleanReadAccess - Interface in de.caff.generics.mda
Read access for 3-dimensional rectangular boolean arrays.
ThreeDimensionalByteAccess - Interface in de.caff.generics.mda
Read/write access for 3-dimensional rectangular byte arrays.
ThreeDimensionalByteArray - Class in de.caff.generics.mda
A 3-dimensional array of byte values.
ThreeDimensionalByteArray(int, int, int) - Constructor for class de.caff.generics.mda.ThreeDimensionalByteArray
Constructor.
ThreeDimensionalByteArray(int, int, int, IntToByteFunction3) - Constructor for class de.caff.generics.mda.ThreeDimensionalByteArray
Initializing constructor.
ThreeDimensionalByteArray(int, int, byte...) - Constructor for class de.caff.generics.mda.ThreeDimensionalByteArray
Constructor.
ThreeDimensionalByteReadAccess - Interface in de.caff.generics.mda
Read access for 3-dimensional rectangular byte arrays.
ThreeDimensionalCharAccess - Interface in de.caff.generics.mda
Read/write access for 3-dimensional rectangular char arrays.
ThreeDimensionalCharArray - Class in de.caff.generics.mda
A 3-dimensional array of char values.
ThreeDimensionalCharArray(int, int, int) - Constructor for class de.caff.generics.mda.ThreeDimensionalCharArray
Constructor.
ThreeDimensionalCharArray(int, int, int, IntToCharFunction3) - Constructor for class de.caff.generics.mda.ThreeDimensionalCharArray
Initializing constructor.
ThreeDimensionalCharArray(int, int, char...) - Constructor for class de.caff.generics.mda.ThreeDimensionalCharArray
Constructor.
ThreeDimensionalCharReadAccess - Interface in de.caff.generics.mda
Read access for 3-dimensional rectangular char arrays.
ThreeDimensionalDoubleAccess - Interface in de.caff.generics.mda
Read/write access for 3-dimensional rectangular double arrays.
ThreeDimensionalDoubleArray - Class in de.caff.generics.mda
A 3-dimensional array of double values.
ThreeDimensionalDoubleArray(int, int, int) - Constructor for class de.caff.generics.mda.ThreeDimensionalDoubleArray
Constructor.
ThreeDimensionalDoubleArray(int, int, int, IntToDoubleFunction3) - Constructor for class de.caff.generics.mda.ThreeDimensionalDoubleArray
Initializing constructor.
ThreeDimensionalDoubleArray(int, int, double...) - Constructor for class de.caff.generics.mda.ThreeDimensionalDoubleArray
Constructor.
ThreeDimensionalDoubleReadAccess - Interface in de.caff.generics.mda
Read access for 3-dimensional rectangular double arrays.
ThreeDimensionalFloatAccess - Interface in de.caff.generics.mda
Read/write access for 3-dimensional rectangular float arrays.
ThreeDimensionalFloatArray - Class in de.caff.generics.mda
A 3-dimensional array of float values.
ThreeDimensionalFloatArray(int, int, int) - Constructor for class de.caff.generics.mda.ThreeDimensionalFloatArray
Constructor.
ThreeDimensionalFloatArray(int, int, int, IntToFloatFunction3) - Constructor for class de.caff.generics.mda.ThreeDimensionalFloatArray
Initializing constructor.
ThreeDimensionalFloatArray(int, int, float...) - Constructor for class de.caff.generics.mda.ThreeDimensionalFloatArray
Constructor.
ThreeDimensionalFloatReadAccess - Interface in de.caff.generics.mda
Read access for 3-dimensional rectangular float arrays.
ThreeDimensionalIntAccess - Interface in de.caff.generics.mda
Read/write access for 3-dimensional rectangular int arrays.
ThreeDimensionalIntArray - Class in de.caff.generics.mda
A 3-dimensional array of int values.
ThreeDimensionalIntArray(int, int, int) - Constructor for class de.caff.generics.mda.ThreeDimensionalIntArray
Constructor.
ThreeDimensionalIntArray(int, int, int, IntToIntFunction3) - Constructor for class de.caff.generics.mda.ThreeDimensionalIntArray
Initializing constructor.
ThreeDimensionalIntArray(int, int, int...) - Constructor for class de.caff.generics.mda.ThreeDimensionalIntArray
Constructor.
ThreeDimensionalIntReadAccess - Interface in de.caff.generics.mda
Read access for 3-dimensional rectangular int arrays.
ThreeDimensionalLongAccess - Interface in de.caff.generics.mda
Read/write access for 3-dimensional rectangular long arrays.
ThreeDimensionalLongArray - Class in de.caff.generics.mda
A 3-dimensional array of long values.
ThreeDimensionalLongArray(int, int, int) - Constructor for class de.caff.generics.mda.ThreeDimensionalLongArray
Constructor.
ThreeDimensionalLongArray(int, int, int, IntToLongFunction3) - Constructor for class de.caff.generics.mda.ThreeDimensionalLongArray
Initializing constructor.
ThreeDimensionalLongArray(int, int, long...) - Constructor for class de.caff.generics.mda.ThreeDimensionalLongArray
Constructor.
ThreeDimensionalLongReadAccess - Interface in de.caff.generics.mda
Read access for 3-dimensional rectangular long arrays.
ThreeDimensionalReadAccess<T> - Interface in de.caff.generics.mda
Read access for 3-dimensional rectangular arrays.
ThreeDimensionalShortAccess - Interface in de.caff.generics.mda
Read/write access for 3-dimensional rectangular short arrays.
ThreeDimensionalShortArray - Class in de.caff.generics.mda
A 3-dimensional array of short values.
ThreeDimensionalShortArray(int, int, int) - Constructor for class de.caff.generics.mda.ThreeDimensionalShortArray
Constructor.
ThreeDimensionalShortArray(int, int, int, IntToShortFunction3) - Constructor for class de.caff.generics.mda.ThreeDimensionalShortArray
Initializing constructor.
ThreeDimensionalShortArray(int, int, short...) - Constructor for class de.caff.generics.mda.ThreeDimensionalShortArray
Constructor.
ThreeDimensionalShortReadAccess - Interface in de.caff.generics.mda
Read access for 3-dimensional rectangular short arrays.
TIMESTAMP_FORMAT - Static variable in class de.caff.version.ModuleVersionTool
Format used for timestamp, included in semantic vesion as build string.
TimSort<T> - Class in de.caff.generics.algorithm
TimSort is an advanced stable sorting algorithm developed by Tim Peters.
TimSortDouble - Class in de.caff.generics.algorithm
TimSort for primitive doubles.
TimSortFloat - Class in de.caff.generics.algorithm
TimSort for primitive floats.
TimSortInt - Class in de.caff.generics.algorithm
TimSort for primitive ints.
TimSortLong - Class in de.caff.generics.algorithm
TimSort for primitive longs.
TO_STRING - Static variable in class de.caff.generics.Types
A type converter which converts any object into its toString() representation.
TO_STRING_COMPARATOR - Static variable in class de.caff.generics.Types
Comparator which compares the toString() representation.
TO_STRING_IGNORE_CASE_COMPARATOR - Static variable in class de.caff.generics.Types
Comparator which compares the toString() representation in case-insensitive order.
toArray() - Method in class de.caff.generics.AbstractBasicCountingSet
Returns an array containing all of the elements in this set.
toArray(U[]) - Method in class de.caff.generics.AbstractBasicCountingSet
Returns an array containing all of the elements in this set; the runtime type of the returned array is that of the specified array.
toArray() - Method in class de.caff.generics.ActiveList
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray(T1[]) - Method in class de.caff.generics.ActiveList
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray() - Method in interface de.caff.generics.BooleanIndexable
Convert this indexable into a Java array.
toArray() - Method in interface de.caff.generics.ByteIndexable
Convert this indexable into a Java array.
toArray() - Method in interface de.caff.generics.CharIndexable
Convert this indexable into a Java array.
toArray() - Method in interface de.caff.generics.Countable
Copy the content of this countable to an array.
toArray(Class<T>) - Method in interface de.caff.generics.Countable
Copy the elements of this countable into an array of typed objects and return the result.
toArray() - Method in interface de.caff.generics.DoubleIndexable
Convert this indexable into a Java array.
toArray() - Method in interface de.caff.generics.FloatIndexable
Convert this indexable into a Java array.
toArray() - Method in class de.caff.generics.HashCoderSet
 
toArray(T[]) - Method in class de.caff.generics.HashCoderSet
 
toArray() - Method in interface de.caff.generics.IntCountable
Copy the content of this countable to an array.
toArray() - Method in interface de.caff.generics.IntIndexable
Convert this into an integer array.
toArray() - Method in interface de.caff.generics.LongIndexable
Convert this indexable into a Java array.
toArray() - Method in class de.caff.generics.MatchSet
Returns an array containing all of the elements in this set.
toArray(U[]) - Method in class de.caff.generics.MatchSet
Returns an array containing all of the elements in this set; the runtime type of the returned array is that of the specified array.
toArray() - Method in class de.caff.generics.RefWrapperHashSet
Returns an array containing all of the elements in this list in proper sequence.
toArray(U[]) - Method in class de.caff.generics.RefWrapperHashSet
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class de.caff.generics.RefWrapperList
Returns an array containing all of the elements in this list in proper sequence.
toArray(T[]) - Method in class de.caff.generics.RefWrapperList
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in interface de.caff.generics.ShortIndexable
Convert this indexable into a Java array.
toArray() - Method in class de.caff.generics.SynchronizedCollection
Returns an array containing all of the elements in this collection.
toArray(U[]) - Method in class de.caff.generics.SynchronizedCollection
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray() - Method in class de.caff.generics.SynchronizedList
Returns an array containing all of the elements in this collection.
toArray(U[]) - Method in class de.caff.generics.SynchronizedList
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray() - Method in class de.caff.generics.UnmodifiableListArrayWrapper
Returns an array containing all of the elements in this list in proper sequence.
toArray(S[]) - Method in class de.caff.generics.UnmodifiableListArrayWrapper
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class de.caff.generics.UnmodifiableListBooleanArrayWrapper
Returns an array containing all of the elements in this list in proper sequence.
toArray(S[]) - Method in class de.caff.generics.UnmodifiableListBooleanArrayWrapper
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class de.caff.generics.UnmodifiableListByteArrayWrapper
Returns an array containing all of the elements in this list in proper sequence.
toArray(S[]) - Method in class de.caff.generics.UnmodifiableListByteArrayWrapper
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class de.caff.generics.UnmodifiableListDoubleArrayWrapper
Returns an array containing all of the elements in this list in proper sequence.
toArray(S[]) - Method in class de.caff.generics.UnmodifiableListDoubleArrayWrapper
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class de.caff.generics.UnmodifiableListFloatArrayWrapper
Returns an array containing all of the elements in this list in proper sequence.
toArray(S[]) - Method in class de.caff.generics.UnmodifiableListFloatArrayWrapper
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class de.caff.generics.UnmodifiableListIntArrayWrapper
Returns an array containing all of the elements in this list in proper sequence.
toArray(S[]) - Method in class de.caff.generics.UnmodifiableListIntArrayWrapper
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class de.caff.generics.UnmodifiableListLongArrayWrapper
Returns an array containing all of the elements in this list in proper sequence.
toArray(S[]) - Method in class de.caff.generics.UnmodifiableListLongArrayWrapper
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class de.caff.generics.UnmodifiableListShortArrayWrapper
Returns an array containing all of the elements in this list in proper sequence.
toArray(S[]) - Method in class de.caff.generics.UnmodifiableListShortArrayWrapper
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toBooleanArray(Collection<Boolean>) - Static method in class de.caff.generics.Types
Convert a collection of Booleans to a raw array of booleans.
toBooleanArray(Countable<Boolean>) - Static method in class de.caff.generics.Types
Convert a countable of Booleans to a raw array of booleans.
toByteArray() - Method in interface de.caff.generics.ByteIndexable
Get a byte array copy of this byte indexable.
toByteArray(Collection<? extends Number>) - Static method in class de.caff.generics.Types
Convert a collection of Numbers to a raw array of bytes.
toByteArray(Countable<? extends Number>) - Static method in class de.caff.generics.Types
Convert a collection of Numbers to a raw array of bytes.
toByteArray(int...) - Static method in class de.caff.generics.Types
Convert a number of bytes into a byte array.
ToByteFunction<T> - Interface in de.caff.generics.function
A function which produces a byte value from a generic value.
ToCharFunction<T> - Interface in de.caff.generics.function
A function which produces a char value from a generic value.
toDoubleArray(Collection<? extends Number>) - Static method in class de.caff.generics.Types
Convert a collection of Numbers to a raw array of doubles.
toDoubleArray(Countable<? extends Number>) - Static method in class de.caff.generics.Types
Convert a countable of Numbers to a raw array of doubles.
toDoublePair() - Method in class de.caff.generics.FloatPair
Convert this pair of floats into a pair of doubles.
toEnumeration(T...) - Static method in class de.caff.generics.Types
Convert some items into an enumeration.
toEnumeration(Iterable<T>) - Static method in class de.caff.generics.Types
Convert an iterable into an enumeration.
toEnumeration(Iterator<T>) - Static method in class de.caff.generics.Types
Convert an iterator into an enumeration.
toFloatArray(Collection<? extends Number>) - Static method in class de.caff.generics.Types
Convert a collection of Numbers to a raw array of floats.
toFloatArray(Countable<? extends Number>) - Static method in class de.caff.generics.Types
Convert a countable of Numbers to a raw array of floats.
ToFloatFunction<T> - Interface in de.caff.generics.function
A function which produces a float value from a generic value.
toFragile(Function<S, T>) - Static method in class de.caff.generics.Types
Make a non-fragile type converter appear as fragile.
toHexString() - Method in interface de.caff.generics.ByteIndexable
Convert this byte indexable into a string of hexadecimal numbers, 2 per byte, using uppercase.
toHexString(boolean) - Method in interface de.caff.generics.ByteIndexable
Convert this byte indexable into a string of hexadecimal numbers, 2 per byte.
toIntArray() - Method in interface de.caff.generics.ByteIndexable
Convert this indexable into an int array.
toIntArray() - Method in interface de.caff.generics.CharIndexable
Convert this indexable into an int array.
toIntArray() - Method in interface de.caff.generics.ShortIndexable
Convert this indexable into a Java int array.
toIntArray(Collection<? extends Number>) - Static method in class de.caff.generics.Types
Convert a collection of Numbers to a raw array of ints.
toIntArray(Countable<? extends Number>) - Static method in class de.caff.generics.Types
Convert a countable of Numbers to a raw array of ints.
toIntPair() - Method in class de.caff.generics.BytePair
Convert this pair of bytes into a pair of ints.
toIntPair() - Method in class de.caff.generics.CharPair
Convert this char pair into an integer pair.
toIntPair() - Method in class de.caff.generics.ShortPair
Convert this pair of shorts into a pair of ints.
toIterable(Enumeration<T>) - Static method in class de.caff.generics.Types
Get a one shot iterable from an enumeration.
toIterator(Enumeration<T>) - Static method in class de.caff.generics.Types
Convert an enumeration into an iterator.
toIterator(T...) - Static method in class de.caff.generics.Types
Convert some items into an iterator.
toLinear(int...) - Method in class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
Get the linear index for the given multi-dimensional indexes.
toLinear(int...) - Method in class de.caff.generics.mda.HighFastMultiIndexLinearizer
 
toLinear(int...) - Method in class de.caff.generics.mda.LowFastMultiIndexLinearizer
 
toLinear(int...) - Method in class de.caff.generics.mda.MappingMultiIndexLinearizer
 
toLinear(int...) - Method in interface de.caff.generics.mda.MultiIndexLinearizer
Get the linear index which represents the given multi-dimensional index.
toLinear(int...) - Method in class de.caff.generics.mda.PartlyFixedMultiIndexLinearizer
 
toList() - Method in interface de.caff.generics.BooleanIndexable
Create a list from this boolean indexable.
toList() - Method in interface de.caff.generics.ByteIndexable
Create a list from this bye indexable.
toList() - Method in interface de.caff.generics.CharIndexable
Create a list from this char indexable.
toList() - Method in interface de.caff.generics.Countable
Get a list which is the copy of this countable.
toList() - Method in interface de.caff.generics.DoubleIndexable
Create a list from this double indexable.
toList() - Method in interface de.caff.generics.FloatIndexable
Create a list from this float indexable.
toList() - Method in interface de.caff.generics.IntCountable
Get a list which is the copy of this countable.
toList() - Method in interface de.caff.generics.IntIndexable
Create a list from this integer indexable.
toList() - Method in interface de.caff.generics.LongIndexable
Create a list from this long indexable.
toList() - Method in class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
Convert this multi-dimensional array into an array list.
toList(Function1<R, T>) - Method in class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
Convert this multi-dimensional array into an array list using a dedicated copier.
toList(MultiIndexLinearizer.Sequencer) - Method in class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
Convert this multi-dimensional array into an array list.
toList(MultiIndexLinearizer.Sequencer, Function1<R, T>) - Method in class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
Convert this multi-dimensional array into an array list.
toList() - Method in interface de.caff.generics.ShortIndexable
Create a list from this short indexable.
toList(Enumeration<T>) - Static method in class de.caff.generics.Types
Collect an enumeration into a linked list.
toList(Iterator<T>) - Static method in class de.caff.generics.Types
Collect an iterator into a linked list.
toList(Iterable<T>) - Static method in class de.caff.generics.Types
Collect the elements of an iterable into a linked list.
toList(boolean...) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
toList(boolean[], int) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
toList(boolean[], int, int) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
toList(byte...) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
toList(byte[], int) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
toList(byte[], int, int) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
toList(short...) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
toList(short[], int) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
toList(short[], int, int) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
toList(int...) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
toList(int[], int) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
toList(int[], int, int) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
toList(long...) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
toList(long[], int) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
toList(long[], int, int) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
toList(double...) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
toList(double[], int) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
toList(double[], int, int) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
toList(float...) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
toList(float[], int) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
toList(float[], int, int) - Static method in class de.caff.generics.Types
A more effective implementation of Arrays.asList(), useful if only an unmodifiable list is needed.
toLongArray(Collection<? extends Number>) - Static method in class de.caff.generics.Types
Convert a collection of Numbers to a raw array of long ints.
toLongArray(Countable<? extends Number>) - Static method in class de.caff.generics.Types
Convert a countable of Numbers to a raw array of long ints.
toLongPair() - Method in class de.caff.generics.IntPair
Convert this pair of ints into a pair of longs.
toLoopItemHandler(L) - Static method in class de.caff.generics.Types
Wrap a careful loop item handler as a simple loop item handler.
toMultiLineString() - Method in class de.caff.generics.BasicLoop
Create a multi-line string from this loop.
toMutableIntIndexable() - Method in interface de.caff.generics.MutableByteIndexable
Convert this mutable short array into an integer array.
toMutableIntIndexable() - Method in interface de.caff.generics.MutableCharIndexable
Convert this mutable short array into an integer array.
toMutableIntIndexable() - Method in interface de.caff.generics.MutableShortIndexable
Convert this mutable short array into an integer array.
toNonFragile(FragileTypeConverter<T, S>) - Static method in class de.caff.generics.Types
Make a fragile type converter appear as a standard type converter.
toNonFragile(FragileTypeConverter<T, S>, T) - Static method in class de.caff.generics.Types
Make a fragile type converter appear as a standard type converter.
top() - Method in class de.caff.generics.CopierFStackImpl.Empty
 
top() - Method in class de.caff.generics.CopierFStackImpl
 
top() - Method in interface de.caff.generics.FStack
Get the top element of the stack.
top() - Method in class de.caff.generics.FStackImpl
 
toPairs(Map<K, V>) - Static method in class de.caff.generics.Types
Get all entries of a map as a list of ordered pairs.
toPairs(C, Map<K, V>) - Static method in class de.caff.generics.Types
Get all entries of a map as a collection of ordered pairs.
toRobustF0(FragileFunction0<? extends R, ?>) - Static method in class de.caff.generics.Types
Convert a fragile zero-argument function which could throw an exception into non-fragile one.
toRobustF1(FragileFunction1<? extends R, ?, ? super P>) - Static method in class de.caff.generics.Types
Convert a fragile one-argument function which could throw an exception into non-fragile one.
toRobustF2(FragileFunction2<? extends R, ?, ? super P1, ? super P2>) - Static method in class de.caff.generics.Types
Convert a fragile two-argument function which could throw an exception into non-fragile one.
toRobustF3(FragileFunction3<? extends R, ?, ? super P1, ? super P2, ? super P3>) - Static method in class de.caff.generics.Types
Convert a fragile 3-argument function which could throw an exception into non-fragile one.
toRobustP0(FragileProcedure0<?>) - Static method in class de.caff.generics.Types
Convert a fragile zero-argument procedure which could throw an exception into non-fragile one.
toRobustP1(FragileProcedure1<?, ? super P>) - Static method in class de.caff.generics.Types
Convert a fragile one-argument procedure which could throw an exception into non-fragile one.
toRobustP2(FragileProcedure2<?, ? super P1, ? super P2>) - Static method in class de.caff.generics.Types
Convert a fragile two-argument procedure which could throw an exception into non-fragile one.
toRobustP3(FragileProcedure3<?, ? super P1, ? super P2, ? super P3>) - Static method in class de.caff.generics.Types
Convert a fragile 3-argument procedure which could throw an exception into non-fragile one.
toShortArray(Collection<? extends Number>) - Static method in class de.caff.generics.Types
Convert a collection of Numbers to a raw array of shorts.
toShortArray(Countable<? extends Number>) - Static method in class de.caff.generics.Types
Convert a countable of Numbers to a raw array of shorts.
ToShortFunction<T> - Interface in de.caff.generics.function
A function which produces a short value from a generic value.
toString() - Method in class de.caff.generics.BasicLoop
 
toString(String) - Method in class de.caff.generics.BasicLoop
Create a string containing all items, connect with the given connector string.
toString() - Method in class de.caff.generics.BooleanIndexable.Base
 
toString(BooleanIndexable) - Static method in interface de.caff.generics.BooleanIndexable
Create a string representation of the given indexable.
toString() - Method in class de.caff.generics.BooleanPair
 
toString() - Method in class de.caff.generics.ByteIndexable.Base
 
toString(ByteIndexable) - Static method in interface de.caff.generics.ByteIndexable
Create a string representation of the given indexable.
toString() - Method in class de.caff.generics.BytePair
 
toString() - Method in class de.caff.generics.CharIndexable.Base
Get a string representation of this indexable.
toString(CharIndexable) - Static method in interface de.caff.generics.CharIndexable
Create a string representation of the given indexable.
toString() - Method in class de.caff.generics.CharPair
 
toString() - Method in class de.caff.generics.Countable.Base
 
toString(Countable<?>) - Static method in interface de.caff.generics.Countable
Create a string representation of the given countable.
toString() - Method in class de.caff.generics.Dict.Base
 
toString() - Method in class de.caff.generics.Dict.Entry
 
toString(Dict<?, ?>) - Static method in interface de.caff.generics.Dict
Creat a string representation from the given dictionary.
toString() - Method in class de.caff.generics.DoubleIndexable.Base
 
toString(DoubleIndexable) - Static method in interface de.caff.generics.DoubleIndexable
Create a string representation of the given indexable.
toString() - Method in class de.caff.generics.DoublePair
 
toString() - Method in class de.caff.generics.FloatIndexable.Base
 
toString(FloatIndexable) - Static method in interface de.caff.generics.FloatIndexable
Create a string representation of the given indexable.
toString() - Method in class de.caff.generics.FloatPair
 
toString(Indexable<?>) - Static method in interface de.caff.generics.Indexable
toString() - Method in class de.caff.generics.IntCountable.Base
 
toString(IntCountable) - Static method in interface de.caff.generics.IntCountable
Create a string representation of the given countable.
toString() - Method in class de.caff.generics.IntIndexable.Base
 
toString(IntIndexable) - Static method in interface de.caff.generics.IntIndexable
Create a string representation of the given indexable.
toString() - Method in class de.caff.generics.IntPair
 
toString() - Method in class de.caff.generics.LongIndexable.Base
 
toString(LongIndexable) - Static method in interface de.caff.generics.LongIndexable
Create a string representation of the given indexable.
toString() - Method in class de.caff.generics.LongPair
 
toString() - Method in class de.caff.generics.Loop.Item
 
toString() - Method in class de.caff.generics.mda.TwoDimensionalReadAccess.Base
 
toString(TwoDimensionalReadAccess<?>) - Static method in interface de.caff.generics.mda.TwoDimensionalReadAccess
Create a string representation of an 2-dimensional read access.
toString(NamedNullableValue<?>) - Static method in interface de.caff.generics.NamedNullableValue
Default implementation for creating a string representation for a named value.
toString(NamedValue<?>) - Static method in interface de.caff.generics.NamedValue
Default implementation for creating a string representation for a named value.
toString() - Method in class de.caff.generics.OrderedPair
 
toString() - Method in class de.caff.generics.ShortIndexable.Base
 
toString(ShortIndexable) - Static method in interface de.caff.generics.ShortIndexable
Create a string representation of the given indexable.
toString() - Method in class de.caff.generics.ShortPair
 
toString() - Method in class de.caff.generics.Subject.Base
 
toString() - Method in class de.caff.generics.tuple.ITuple2.Base
 
toString(ITuple2<?, ?>) - Static method in interface de.caff.generics.tuple.ITuple2
Basic implementation for creating a string from a 2-tuple.
toString(String, ITuple2<?, ?>) - Static method in interface de.caff.generics.tuple.ITuple2
Basic implementation for creating a string from a 2-tuple.
toString() - Method in class de.caff.generics.tuple.ITuple3.Base
 
toString(ITuple3<?, ?, ?>) - Static method in interface de.caff.generics.tuple.ITuple3
Basic implementation for creating a string from a 3-tuple.
toString(String, ITuple3<?, ?, ?>) - Static method in interface de.caff.generics.tuple.ITuple3
Basic implementation for creating a string from a 3-tuple.
toString() - Method in class de.caff.generics.tuple.ITuple4.Base
 
toString(ITuple4<?, ?, ?, ?>) - Static method in interface de.caff.generics.tuple.ITuple4
Basic implementation for creating a string from a 4-tuple.
toString(String, ITuple4<?, ?, ?, ?>) - Static method in interface de.caff.generics.tuple.ITuple4
Basic implementation for creating a string from a 4-tuple.
toString() - Method in class de.caff.generics.tuple.ITuple5.Base
 
toString(ITuple5<?, ?, ?, ?, ?>) - Static method in interface de.caff.generics.tuple.ITuple5
Basic implementation for creating a string from a 5-tuple.
toString(String, ITuple5<?, ?, ?, ?, ?>) - Static method in interface de.caff.generics.tuple.ITuple5
Basic implementation for creating a string from a 5-tuple.
toString() - Method in class de.caff.generics.tuple.ITuple6.Base
 
toString(ITuple6<?, ?, ?, ?, ?, ?>) - Static method in interface de.caff.generics.tuple.ITuple6
Basic implementation for creating a string from a 6-tuple.
toString(String, ITuple6<?, ?, ?, ?, ?, ?>) - Static method in interface de.caff.generics.tuple.ITuple6
Basic implementation for creating a string from a 6-tuple.
toString() - Method in class de.caff.generics.tuple.ITuple7.Base
 
toString(ITuple7<?, ?, ?, ?, ?, ?, ?>) - Static method in interface de.caff.generics.tuple.ITuple7
Basic implementation for creating a string from a 7-tuple.
toString(String, ITuple7<?, ?, ?, ?, ?, ?, ?>) - Static method in interface de.caff.generics.tuple.ITuple7
Basic implementation for creating a string from a 7-tuple.
toString() - Method in class de.caff.generics.tuple.ITuple8.Base
 
toString(ITuple8<?, ?, ?, ?, ?, ?, ?, ?>) - Static method in interface de.caff.generics.tuple.ITuple8
Basic implementation for creating a string from a 8-tuple.
toString(String, ITuple8<?, ?, ?, ?, ?, ?, ?, ?>) - Static method in interface de.caff.generics.tuple.ITuple8
Basic implementation for creating a string from a 8-tuple.
toString() - Method in class de.caff.generics.tuple.ITuple9.Base
 
toString(ITuple9<?, ?, ?, ?, ?, ?, ?, ?, ?>) - Static method in interface de.caff.generics.tuple.ITuple9
Basic implementation for creating a string from a 9-tuple.
toString(String, ITuple9<?, ?, ?, ?, ?, ?, ?, ?, ?>) - Static method in interface de.caff.generics.tuple.ITuple9
Basic implementation for creating a string from a 9-tuple.
toString() - Method in class de.caff.generics.tuple.NTuple2
 
toString() - Method in class de.caff.generics.tuple.NTuple3
 
toString() - Method in class de.caff.generics.tuple.NTuple4
 
toString() - Method in class de.caff.generics.tuple.NTuple5
 
toString() - Method in class de.caff.generics.tuple.NTuple6
 
toString() - Method in class de.caff.generics.tuple.NTuple7
 
toString() - Method in class de.caff.generics.tuple.NTuple8
 
toString() - Method in class de.caff.generics.tuple.NTuple9
 
toString() - Method in class de.caff.generics.tuple.Tuple2
 
toString() - Method in class de.caff.generics.tuple.Tuple3
 
toString() - Method in class de.caff.generics.tuple.Tuple4
 
toString() - Method in class de.caff.generics.tuple.Tuple5
 
toString() - Method in class de.caff.generics.tuple.Tuple6
 
toString() - Method in class de.caff.generics.tuple.Tuple7
 
toString() - Method in class de.caff.generics.tuple.Tuple8
 
toString() - Method in class de.caff.generics.tuple.Tuple9
 
toString() - Method in class de.caff.generics.util.combi.IntPartitions.Part
 
toString() - Method in class de.caff.generics.util.SimpleCounter
 
toString() - Method in class de.caff.generics.util.SimpleLongCounter
 
toString() - Method in class de.caff.generics.util.ThreadSafeCounter
 
toString() - Method in class de.caff.generics.util.ThreadSafeLongCounter
 
toString() - Method in class de.caff.version.ModuleVersion
 
toString() - Method in class de.caff.version.SemVer.Prerelease.AlphanumericIdentifier
 
toString() - Method in class de.caff.version.SemVer.Prerelease.NumericIdentifier
 
toString() - Method in class de.caff.version.SemVer.Prerelease
 
toString() - Method in class de.caff.version.SemVer
 
toStringList(Enumeration<?>) - Static method in class de.caff.generics.Types
Collect an enumeration into a linked list of strings.
toStringList(Iterator<?>) - Static method in class de.caff.generics.Types
Collect an iterator into a linked list of strings.
toStringList(Iterable<?>) - Static method in class de.caff.generics.Types
Collect the elements of an iterable into a linked list.
toText() - Method in interface de.caff.generics.CharIndexable
Create a string representation of this char indexable.
toTuple() - Method in class de.caff.generics.BooleanPair
Convert this into a tuple.
toTuple() - Method in class de.caff.generics.BytePair
Convert this into a tuple.
toTuple() - Method in class de.caff.generics.CharPair
Convert this into a tuple.
toTuple() - Method in class de.caff.generics.DoublePair
Convert this into a tuple.
toTuple() - Method in class de.caff.generics.FloatPair
Convert this into a tuple.
toTuple() - Method in class de.caff.generics.IntPair
Convert this into a tuple.
toTuple() - Method in class de.caff.generics.LongPair
Convert this into a tuple.
toTuple() - Method in class de.caff.generics.ShortPair
Convert this into a tuple.
toUnsignedIntPair() - Method in class de.caff.generics.BytePair
Convert this pair of bytes into a pair of ints assuming unsigned values.
toUnsignedIntPair() - Method in class de.caff.generics.ShortPair
Convert this pair of shorts into a pair of ints assuming unsigned values.
toUnsignedLongPair() - Method in class de.caff.generics.IntPair
Convert this pair of ints into a pair of longs assuming unsigned values.
transformed(DoubleOperator1) - Method in interface de.caff.generics.DoubleIndexable
View the elements of this double indexable transformed.
TransitiveFragileTypeConverter<T,I,S> - Class in de.caff.generics.converter
A two step fragile type converter.
TransitiveFragileTypeConverter(FragileTypeConverter<T, I>, FragileTypeConverter<? extends I, S>) - Constructor for class de.caff.generics.converter.TransitiveFragileTypeConverter
Constructor.
TransitiveTypeConverter<T,I,S> - Class in de.caff.generics.converter
A two step type converter.
TransitiveTypeConverter(Function<I, T>, Function<S, ? extends I>) - Constructor for class de.caff.generics.converter.TransitiveTypeConverter
Constructor.
transposed() - Method in interface de.caff.generics.mda.TwoDimensionalAccess
 
transposed() - Method in interface de.caff.generics.mda.TwoDimensionalBooleanAccess
 
transposed() - Method in interface de.caff.generics.mda.TwoDimensionalBooleanReadAccess
 
transposed() - Method in interface de.caff.generics.mda.TwoDimensionalByteAccess
 
transposed() - Method in interface de.caff.generics.mda.TwoDimensionalByteReadAccess
 
transposed() - Method in interface de.caff.generics.mda.TwoDimensionalCharAccess
 
transposed() - Method in interface de.caff.generics.mda.TwoDimensionalCharReadAccess
 
transposed() - Method in interface de.caff.generics.mda.TwoDimensionalDoubleAccess
 
transposed() - Method in interface de.caff.generics.mda.TwoDimensionalDoubleReadAccess
 
transposed() - Method in interface de.caff.generics.mda.TwoDimensionalFloatAccess
 
transposed() - Method in interface de.caff.generics.mda.TwoDimensionalFloatReadAccess
 
transposed() - Method in interface de.caff.generics.mda.TwoDimensionalIntAccess
 
transposed() - Method in interface de.caff.generics.mda.TwoDimensionalIntReadAccess
 
transposed() - Method in interface de.caff.generics.mda.TwoDimensionalLongAccess
 
transposed() - Method in interface de.caff.generics.mda.TwoDimensionalLongReadAccess
 
transposed() - Method in interface de.caff.generics.mda.TwoDimensionalReadAccess
Get a transposed view of this 2-dimensional read access.
transposed() - Method in interface de.caff.generics.mda.TwoDimensionalShortAccess
 
transposed() - Method in interface de.caff.generics.mda.TwoDimensionalShortReadAccess
 
TRUE1 - Static variable in class de.caff.generics.function.Predicates
One argument predicate which always evaluates to true.
TRUE2 - Static variable in class de.caff.generics.function.Predicates
Two argument predicate which always evaluates to true.
TRUE3 - Static variable in class de.caff.generics.function.Predicates
Three argument predicate which always evaluates to true.
TRUE4 - Static variable in class de.caff.generics.function.Predicates
Four argument predicate which always evaluates to true.
TRUE5 - Static variable in class de.caff.generics.function.Predicates
Five argument predicate which always evaluates to true.
TRUE6 - Static variable in class de.caff.generics.function.Predicates
Six argument predicate which always evaluates to true.
TRUE7 - Static variable in class de.caff.generics.function.Predicates
Seven argument predicate which always evaluates to true.
TRUE8 - Static variable in class de.caff.generics.function.Predicates
Eight argument predicate which always evaluates to true.
TRUE9 - Static variable in class de.caff.generics.function.Predicates
Nine argument predicate which always evaluates to true.
trueBiPredicate() - Static method in class de.caff.generics.Types
Return a bi-predicate which returns always true.
truePredicate() - Static method in class de.caff.generics.Types
Return a predicate which returns always true.
tryAdvance(DoubleConsumer) - Method in class de.caff.generics.DoubleIndexable.DoubleIndexableSpliterator
 
tryAdvance(Consumer<? super TElem>) - Method in class de.caff.generics.Indexable.IndexableSpliterator
 
tryAdvance(IntConsumer) - Method in class de.caff.generics.IntIndexable.IntIndexableSpliterator
 
tryAdvance(LongConsumer) - Method in class de.caff.generics.LongIndexable.LongIndexableSpliterator
 
trySplit() - Method in class de.caff.generics.DoubleIndexable.DoubleIndexableSpliterator
 
trySplit() - Method in class de.caff.generics.Indexable.IndexableSpliterator
 
trySplit() - Method in class de.caff.generics.IntIndexable.IntIndexableSpliterator
 
trySplit() - Method in class de.caff.generics.LongIndexable.LongIndexableSpliterator
 
Tuple - Class in de.caff.generics.tuple
Tuple helper class.
Tuple2<T1,T2> - Class in de.caff.generics.tuple
Immutable tuple with 2 non-null elements.
Tuple2(T1, T2) - Constructor for class de.caff.generics.tuple.Tuple2
Constructor.
Tuple3<T1,T2,T3> - Class in de.caff.generics.tuple
Immutable tuple with 3 non-null elements.
Tuple3(T1, T2, T3) - Constructor for class de.caff.generics.tuple.Tuple3
Constructor.
Tuple4<T1,T2,T3,T4> - Class in de.caff.generics.tuple
Immutable tuple with 4 non-null elements.
Tuple4(T1, T2, T3, T4) - Constructor for class de.caff.generics.tuple.Tuple4
Constructor.
Tuple5<T1,T2,T3,T4,T5> - Class in de.caff.generics.tuple
Immutable tuple with 5 non-null elements.
Tuple5(T1, T2, T3, T4, T5) - Constructor for class de.caff.generics.tuple.Tuple5
Constructor.
Tuple6<T1,T2,T3,T4,T5,T6> - Class in de.caff.generics.tuple
Immutable tuple with 6 non-null elements.
Tuple6(T1, T2, T3, T4, T5, T6) - Constructor for class de.caff.generics.tuple.Tuple6
Constructor.
Tuple7<T1,T2,T3,T4,T5,T6,T7> - Class in de.caff.generics.tuple
Immutable tuple with 7 non-null elements.
Tuple7(T1, T2, T3, T4, T5, T6, T7) - Constructor for class de.caff.generics.tuple.Tuple7
Constructor.
Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> - Class in de.caff.generics.tuple
Immutable tuple with 8 non-null elements.
Tuple8(T1, T2, T3, T4, T5, T6, T7, T8) - Constructor for class de.caff.generics.tuple.Tuple8
Constructor.
Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - Class in de.caff.generics.tuple
Immutable tuple with 9 non-null elements.
Tuple9(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Constructor for class de.caff.generics.tuple.Tuple9
Constructor.
Tuples - Class in de.caff.generics.tuple
Tuple creation and type casting.
TwoDimensionalAccess<T> - Interface in de.caff.generics.mda
A two-dimensional rectangular array of items.
TwoDimensionalArray<T> - Class in de.caff.generics.mda
 
TwoDimensionalArray(int, int) - Constructor for class de.caff.generics.mda.TwoDimensionalArray
Constructor.
TwoDimensionalArray(int, int, IntFunction2<? extends T>) - Constructor for class de.caff.generics.mda.TwoDimensionalArray
Initializing constructor.
TwoDimensionalArray(Supplier<? extends T>, int, int) - Constructor for class de.caff.generics.mda.TwoDimensionalArray
Constructor.
TwoDimensionalArray(int, T...) - Constructor for class de.caff.generics.mda.TwoDimensionalArray
Constructor.
TwoDimensionalArray(int, Collection<T>) - Constructor for class de.caff.generics.mda.TwoDimensionalArray
Constructor.
TwoDimensionalArray(int, Indexable<T>) - Constructor for class de.caff.generics.mda.TwoDimensionalArray
Constructor.
TwoDimensionalArray(int, int, Iterable<T>) - Constructor for class de.caff.generics.mda.TwoDimensionalArray
Constructor.
TwoDimensionalArray(TwoDimensionalReadAccess<T>) - Constructor for class de.caff.generics.mda.TwoDimensionalArray
Copy constructor.
TwoDimensionalBooleanAccess - Interface in de.caff.generics.mda
Read/write access for 2-dimensional rectangular boolean arrays.
TwoDimensionalBooleanArray - Class in de.caff.generics.mda
A two-dimensional array of boolean values.
TwoDimensionalBooleanArray(int, int) - Constructor for class de.caff.generics.mda.TwoDimensionalBooleanArray
Constructor.
TwoDimensionalBooleanArray(int, int, IntPredicate2) - Constructor for class de.caff.generics.mda.TwoDimensionalBooleanArray
Initializing constructor.
TwoDimensionalBooleanArray(int, boolean...) - Constructor for class de.caff.generics.mda.TwoDimensionalBooleanArray
Constructor.
TwoDimensionalBooleanReadAccess - Interface in de.caff.generics.mda
Read access for 2-dimensional rectangular boolean arrays.
TwoDimensionalBooleanReadAccess.Base - Class in de.caff.generics.mda
Base class implementing this interface which provides useful default methods for Object.toString(), Object.equals(Object), and Object.hashCode().
TwoDimensionalByteAccess - Interface in de.caff.generics.mda
Read/write access for 2-dimensional rectangular byte arrays.
TwoDimensionalByteArray - Class in de.caff.generics.mda
A two-dimensional array of byte values.
TwoDimensionalByteArray(int, int) - Constructor for class de.caff.generics.mda.TwoDimensionalByteArray
Constructor.
TwoDimensionalByteArray(int, int, IntToByteFunction2) - Constructor for class de.caff.generics.mda.TwoDimensionalByteArray
Initializing constructor.
TwoDimensionalByteArray(int, byte...) - Constructor for class de.caff.generics.mda.TwoDimensionalByteArray
Constructor.
TwoDimensionalByteReadAccess - Interface in de.caff.generics.mda
Read access for 2-dimensional rectangular byte arrays.
TwoDimensionalByteReadAccess.Base - Class in de.caff.generics.mda
Base class implementing this interface which provides useful default methods for Object.toString(), Object.equals(Object), and Object.hashCode().
TwoDimensionalCharAccess - Interface in de.caff.generics.mda
Read/write access for 2-dimensional rectangular char arrays.
TwoDimensionalCharArray - Class in de.caff.generics.mda
A two-dimensional array of char values.
TwoDimensionalCharArray(int, int) - Constructor for class de.caff.generics.mda.TwoDimensionalCharArray
Constructor.
TwoDimensionalCharArray(int, int, IntToCharFunction2) - Constructor for class de.caff.generics.mda.TwoDimensionalCharArray
Initializing constructor.
TwoDimensionalCharArray(int, char...) - Constructor for class de.caff.generics.mda.TwoDimensionalCharArray
Constructor.
TwoDimensionalCharReadAccess - Interface in de.caff.generics.mda
Read access for 2-dimensional rectangular char arrays.
TwoDimensionalCharReadAccess.Base - Class in de.caff.generics.mda
Base class implementing this interface which provides useful default methods for Object.toString(), Object.equals(Object), and Object.hashCode().
TwoDimensionalDoubleAccess - Interface in de.caff.generics.mda
Read/write access for 2-dimensional rectangular double arrays.
TwoDimensionalDoubleArray - Class in de.caff.generics.mda
A two-dimensional array of double values.
TwoDimensionalDoubleArray(int, int) - Constructor for class de.caff.generics.mda.TwoDimensionalDoubleArray
Constructor.
TwoDimensionalDoubleArray(int, int, IntToDoubleFunction2) - Constructor for class de.caff.generics.mda.TwoDimensionalDoubleArray
Initializing constructor.
TwoDimensionalDoubleArray(int, double...) - Constructor for class de.caff.generics.mda.TwoDimensionalDoubleArray
Constructor.
TwoDimensionalDoubleArray(TwoDimensionalDoubleReadAccess) - Constructor for class de.caff.generics.mda.TwoDimensionalDoubleArray
Copy constructor.
TwoDimensionalDoubleReadAccess - Interface in de.caff.generics.mda
Read access for 2-dimensional rectangular double arrays.
TwoDimensionalDoubleReadAccess.Base - Class in de.caff.generics.mda
Base class implementing this interface which provides useful default methods for Object.toString(), Object.equals(Object), and Object.hashCode().
TwoDimensionalFloatAccess - Interface in de.caff.generics.mda
Read/write access for 2-dimensional rectangular float arrays.
TwoDimensionalFloatArray - Class in de.caff.generics.mda
A two-dimensional array of float values.
TwoDimensionalFloatArray(int, int) - Constructor for class de.caff.generics.mda.TwoDimensionalFloatArray
Constructor.
TwoDimensionalFloatArray(int, int, IntToFloatFunction2) - Constructor for class de.caff.generics.mda.TwoDimensionalFloatArray
Initializing constructor.
TwoDimensionalFloatArray(int, float...) - Constructor for class de.caff.generics.mda.TwoDimensionalFloatArray
Constructor.
TwoDimensionalFloatReadAccess - Interface in de.caff.generics.mda
Read access for 2-dimensional rectangular float arrays.
TwoDimensionalFloatReadAccess.Base - Class in de.caff.generics.mda
Base class implementing this interface which provides useful default methods for Object.toString(), Object.equals(Object), and Object.hashCode().
TwoDimensionalIntAccess - Interface in de.caff.generics.mda
Read/write access for 2-dimensional rectangular int arrays.
TwoDimensionalIntArray - Class in de.caff.generics.mda
A two-dimensional array of int values.
TwoDimensionalIntArray(int, int) - Constructor for class de.caff.generics.mda.TwoDimensionalIntArray
Constructor.
TwoDimensionalIntArray(int, int, IntBinaryOperator) - Constructor for class de.caff.generics.mda.TwoDimensionalIntArray
Initializing constructor.
TwoDimensionalIntArray(int, int...) - Constructor for class de.caff.generics.mda.TwoDimensionalIntArray
Constructor.
TwoDimensionalIntReadAccess - Interface in de.caff.generics.mda
Read access for 2-dimensional rectangular int arrays.
TwoDimensionalIntReadAccess.Base - Class in de.caff.generics.mda
Base class implementing this interface which provides useful default methods for Object.toString(), Object.equals(Object), and Object.hashCode().
TwoDimensionalLongAccess - Interface in de.caff.generics.mda
Read/write access for 2-dimensional rectangular long arrays.
TwoDimensionalLongArray - Class in de.caff.generics.mda
A two-dimensional array of long values.
TwoDimensionalLongArray(int, int) - Constructor for class de.caff.generics.mda.TwoDimensionalLongArray
Constructor.
TwoDimensionalLongArray(int, long...) - Constructor for class de.caff.generics.mda.TwoDimensionalLongArray
Constructor.
TwoDimensionalLongReadAccess - Interface in de.caff.generics.mda
Read access for 2-dimensional rectangular long arrays.
TwoDimensionalLongReadAccess.Base - Class in de.caff.generics.mda
Base class implementing this interface which provides useful default methods for Object.toString(), Object.equals(Object), and Object.hashCode().
TwoDimensionalReadAccess<T> - Interface in de.caff.generics.mda
Read access for 2-dimensional rectangular arrays.
TwoDimensionalReadAccess.Base<TT> - Class in de.caff.generics.mda
Base class implementing this interface which provides useful default methods for Object.toString(), Object.equals(Object), and Object.hashCode().
TwoDimensionalShortAccess - Interface in de.caff.generics.mda
Read/write access for 2-dimensional rectangular short arrays.
TwoDimensionalShortArray - Class in de.caff.generics.mda
A two-dimensional array of short values.
TwoDimensionalShortArray(int, int) - Constructor for class de.caff.generics.mda.TwoDimensionalShortArray
Constructor.
TwoDimensionalShortArray(int, int, IntToShortFunction2) - Constructor for class de.caff.generics.mda.TwoDimensionalShortArray
Initializing constructor.
TwoDimensionalShortArray(int, short...) - Constructor for class de.caff.generics.mda.TwoDimensionalShortArray
Constructor.
TwoDimensionalShortReadAccess - Interface in de.caff.generics.mda
Read access for 2-dimensional rectangular short arrays.
TwoDimensionalShortReadAccess.Base - Class in de.caff.generics.mda
Base class implementing this interface which provides useful default methods for Object.toString(), Object.equals(Object), and Object.hashCode().
TwoWayChoice<T> - Interface in de.caff.generics
A choice between two values.
TwoWayChoiceN<T> - Interface in de.caff.generics
A choice between two values which may be null.
TwoWayTypeConverter<T,S> - Interface in de.caff.generics
Type converter which can convert between two types in both ways.
type - Variable in class de.caff.generics.Subject.Base
 
type() - Method in interface de.caff.generics.Subjective
Get the subjective type.
typeConverter - Variable in class de.caff.generics.handler.ConvertingFragileLoopItemHandler
 
typeConverter - Variable in class de.caff.generics.handler.ConvertingLoopItemHandler
 
typeConverter - Variable in class de.caff.generics.handler.DeletingFragileLoopItemHandler
 
typeConverter - Variable in class de.caff.generics.handler.DeletingLoopItemHandler
 
typeConverter - Variable in class de.caff.generics.handler.MultiConvertingFragileLoopItemHandler
 
typeConverter - Variable in class de.caff.generics.handler.MultiConvertingLoopItemHandler
 
TypeConverterException - Exception in de.caff.generics
Exception thrown during type conversion.
TypeConverterException(Exception) - Constructor for exception de.caff.generics.TypeConverterException
Constructor.
Types - Class in de.caff.generics
Tool with helpful methods for type conversion.
TypesImpFilter - Class in de.caff.generics
Partial class used by Types, defining the filter algorithms.
TypesImplFolding - Class in de.caff.generics
Partial class used by Types, defining the folding algorithms.
TypesImplMap - Class in de.caff.generics
Partial class used by Types, defining the map algorithms.

U

uniform(E, int) - Static method in interface de.caff.generics.Countable
Get a countable which is returning the same element multiple times.
uniform(int, int) - Static method in interface de.caff.generics.IntCountable
Get a countable which is returning the same value multiple times.
UniformMatcher<T> - Interface in de.caff.generics
A uniform matcher is a Matcher which can only compare objects of the same type.
unitySquare(int) - Static method in class de.caff.generics.mda.SmallTwoDimensionalDoubleArray
Create a unity square 2-dimensional double array.
unitySquare(int) - Static method in class de.caff.generics.mda.SmallTwoDimensionalFloatArray
Create a unity square 2-dimensional float array.
unitySquare(int) - Static method in class de.caff.generics.mda.TwoDimensionalDoubleArray
Create a unity square 2-dimensional double array.
UNMAPPABLE - Static variable in class de.caff.generics.Pythonesque
Unmappable index, same as Integer.MAX_VALUE.
unmodifiable(Iterator<T>) - Static method in class de.caff.generics.Types
Wrap an iterator to keep it from modifying the underlying collection.
unmodifiable(ListIterator<T>) - Static method in class de.caff.generics.Types
Wrap a list iterator to keep it from modifying the underlying collection.
UnmodifiableListArrayWrapper<T> - Class in de.caff.generics
Let an array appear as an unmodifiable list.
UnmodifiableListArrayWrapper(T[], int, int) - Constructor for class de.caff.generics.UnmodifiableListArrayWrapper
Constructor.
UnmodifiableListArrayWrapper(T...) - Constructor for class de.caff.generics.UnmodifiableListArrayWrapper
Constructor.
UnmodifiableListArrayWrapper(T[], int) - Constructor for class de.caff.generics.UnmodifiableListArrayWrapper
Constructor.
UnmodifiableListBooleanArrayWrapper - Class in de.caff.generics
Let an array appear as an unmodifiable list.
UnmodifiableListBooleanArrayWrapper(boolean[], int, int) - Constructor for class de.caff.generics.UnmodifiableListBooleanArrayWrapper
Constructor.
UnmodifiableListBooleanArrayWrapper(boolean[]) - Constructor for class de.caff.generics.UnmodifiableListBooleanArrayWrapper
Constructor.
UnmodifiableListBooleanArrayWrapper(boolean[], int) - Constructor for class de.caff.generics.UnmodifiableListBooleanArrayWrapper
Constructor.
UnmodifiableListByteArrayWrapper - Class in de.caff.generics
Let an array appear as an unmodifiable list.
UnmodifiableListByteArrayWrapper(byte[], int, int) - Constructor for class de.caff.generics.UnmodifiableListByteArrayWrapper
Constructor.
UnmodifiableListByteArrayWrapper(byte[]) - Constructor for class de.caff.generics.UnmodifiableListByteArrayWrapper
Constructor.
UnmodifiableListByteArrayWrapper(byte[], int) - Constructor for class de.caff.generics.UnmodifiableListByteArrayWrapper
Constructor.
UnmodifiableListDoubleArrayWrapper - Class in de.caff.generics
Let an array appear as an unmodifiable list.
UnmodifiableListDoubleArrayWrapper(double[], int, int) - Constructor for class de.caff.generics.UnmodifiableListDoubleArrayWrapper
Constructor.
UnmodifiableListDoubleArrayWrapper(double[]) - Constructor for class de.caff.generics.UnmodifiableListDoubleArrayWrapper
Constructor.
UnmodifiableListDoubleArrayWrapper(double[], int) - Constructor for class de.caff.generics.UnmodifiableListDoubleArrayWrapper
Constructor.
UnmodifiableListFloatArrayWrapper - Class in de.caff.generics
Let an array appear as an unmodifiable list.
UnmodifiableListFloatArrayWrapper(float[], int, int) - Constructor for class de.caff.generics.UnmodifiableListFloatArrayWrapper
Constructor.
UnmodifiableListFloatArrayWrapper(float[]) - Constructor for class de.caff.generics.UnmodifiableListFloatArrayWrapper
Constructor.
UnmodifiableListFloatArrayWrapper(float[], int) - Constructor for class de.caff.generics.UnmodifiableListFloatArrayWrapper
Constructor.
UnmodifiableListIntArrayWrapper - Class in de.caff.generics
Let an int array appear as an unmodifiable list.
UnmodifiableListIntArrayWrapper(int[], int, int) - Constructor for class de.caff.generics.UnmodifiableListIntArrayWrapper
Constructor.
UnmodifiableListIntArrayWrapper(int[]) - Constructor for class de.caff.generics.UnmodifiableListIntArrayWrapper
Constructor.
UnmodifiableListIntArrayWrapper(int[], int) - Constructor for class de.caff.generics.UnmodifiableListIntArrayWrapper
Constructor.
UnmodifiableListLongArrayWrapper - Class in de.caff.generics
Let an array appear as an unmodifiable list.
UnmodifiableListLongArrayWrapper(long[], int, int) - Constructor for class de.caff.generics.UnmodifiableListLongArrayWrapper
Constructor.
UnmodifiableListLongArrayWrapper(long[]) - Constructor for class de.caff.generics.UnmodifiableListLongArrayWrapper
Constructor.
UnmodifiableListLongArrayWrapper(long[], int) - Constructor for class de.caff.generics.UnmodifiableListLongArrayWrapper
Constructor.
UnmodifiableListShortArrayWrapper - Class in de.caff.generics
Let an array appear as an unmodifiable list.
UnmodifiableListShortArrayWrapper(short[], int, int) - Constructor for class de.caff.generics.UnmodifiableListShortArrayWrapper
Constructor.
UnmodifiableListShortArrayWrapper(short[]) - Constructor for class de.caff.generics.UnmodifiableListShortArrayWrapper
Constructor.
UnmodifiableListShortArrayWrapper(short[], int) - Constructor for class de.caff.generics.UnmodifiableListShortArrayWrapper
Constructor.
unsigned(byte) - Static method in class de.caff.generics.Primitives
Get the unsigned value of a byte.
unsigned(short) - Static method in class de.caff.generics.Primitives
Get the unsigned value of a short int.
unsigned(int) - Static method in class de.caff.generics.Primitives
Get the unsigned value of an integer.
UNSIGNED_ASCENDING - Static variable in interface de.caff.generics.function.ByteOrdering
Natural order of ascending unsigned byte values.
UNSIGNED_ASCENDING - Static variable in interface de.caff.generics.function.IntOrdering
Natural order of ascending unsigned int values.
UNSIGNED_ASCENDING - Static variable in interface de.caff.generics.function.LongOrdering
Natural order of ascending unsigned long values.
UNSIGNED_ASCENDING - Static variable in interface de.caff.generics.function.ShortOrdering
Natural order of ascending unsigned short values.
UNSIGNED_DESCENDING - Static variable in interface de.caff.generics.function.ByteOrdering
Natural order of ascending unsigned byte values.
UNSIGNED_DESCENDING - Static variable in interface de.caff.generics.function.IntOrdering
Natural order of ascending unsigned int values.
UNSIGNED_DESCENDING - Static variable in interface de.caff.generics.function.LongOrdering
Natural order of ascending unsigned long values.
UNSIGNED_DESCENDING - Static variable in interface de.caff.generics.function.ShortOrdering
Natural order of ascending unsigned short values.
UPPERCASE_2DIGIT_HEXCODES - Static variable in interface de.caff.generics.ByteIndexable
Indexable with the 256 hexadecimal 2-digit codes for the (unsigned) byte values defined by the index (uppercase).
usingDeepEquals(Indexable<TT>) - Static method in class de.caff.generics.algorithm.FastSequenceSearch
Create a fast sequence search which uses Objects.deepEquals() for equality.
usingDeepEquals(TT...) - Static method in class de.caff.generics.algorithm.FastSequenceSearch
Create a fast sequence search which uses Objects.deepEquals() for equality.
usingEquals(Indexable<TT>) - Static method in class de.caff.generics.algorithm.FastSequenceSearch
Create a fast sequence search which uses Objects.equals() for equality.
usingEquals(TT...) - Static method in class de.caff.generics.algorithm.FastSequenceSearch
Create a fast sequence search which uses Objects.equals() for equality.
usingIdentity(Indexable<TT>) - Static method in class de.caff.generics.algorithm.FastSequenceSearch
Create a fast sequence search which uses identity (i.e.
usingSame(TT...) - Static method in class de.caff.generics.algorithm.FastSequenceSearch
Create a fast sequence search which uses identity (i.e.

V

valueOf(String) - Static method in enum de.caff.generics.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.caff.generics.util.ReferenceType
Returns the enum constant of this type with the specified name.
values() - Method in interface de.caff.generics.Dict
Get the values of this dictionary.
values() - Method in class de.caff.generics.HashCoderMap
 
values() - Method in class de.caff.generics.Loop
Get a countable view of the values of this loop.
VALUES - Static variable in enum de.caff.generics.Order
The values of this enum.
values() - Static method in enum de.caff.generics.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class de.caff.generics.RefValueHashMap
Returns a collection view of the values contained in this map.
values() - Static method in enum de.caff.generics.util.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
valueView(Function<? super EV, ? extends NEV>) - Method in class de.caff.generics.Dict.Entry
View this entry as if it has a different value type.
valueView(Function<? super V, ? extends NV>) - Method in interface de.caff.generics.Dict
Get a view of this dictionary which seems as it has a different value type.
VarBooleanOperator - Interface in de.caff.generics.function
Primitive boolean operator with a variable number of arguments.
VarByteOperator - Interface in de.caff.generics.function
Primitive byte operator with a variable number of arguments.
VarCharOperator - Interface in de.caff.generics.function
Primitive char operator with a variable number of arguments.
VarDoubleOperator - Interface in de.caff.generics.function
Primitive double operator with a variable number of arguments.
VarFloatOperator - Interface in de.caff.generics.function
Primitive float operator with a variable number of arguments.
VarIntOperator - Interface in de.caff.generics.function
Primitive integer operator with a variable number of arguments.
VarLongOperator - Interface in de.caff.generics.function
Primitive long operator with a variable number of arguments.
VarShortOperator - Interface in de.caff.generics.function
Primitive short operator with a variable number of arguments.
VERSION - Static variable in class de.caff.generics.Types
Deprecated.
Version - Class in de.caff
Convenience class for accessing the release date of jars from de·caff.
VERSION - Static variable in class de.caff.version.ModuleVersion
Module version as a constant.
VERSION_0_0_1 - Static variable in class de.caff.version.SemVer
 
view(BooleanFunction1<? extends T>) - Method in interface de.caff.generics.BooleanIndexable
Return a mapped view on this boolean indexable.
view(ByteFunction1<? extends T>) - Method in interface de.caff.generics.ByteIndexable
Return a mapped view on this BYTE indexable.
view(CharFunction1<? extends T>) - Method in interface de.caff.generics.CharIndexable
Return a mapped view on this character indexable.
view(Function<? super T, ? extends R>) - Method in interface de.caff.generics.Countable
View this countable as if it has another type.
view(KT, VT) - Static method in class de.caff.generics.Dict.Entry
View a pair of key and value as an entry.
view(DoubleFunction<? extends T>) - Method in interface de.caff.generics.DoubleIndexable
View this as an indexable of another type.
view(FloatFunction1<? extends T>) - Method in interface de.caff.generics.FloatIndexable
Return a mapped view on this float indexable.
view(Function<? super T, ? extends E>) - Method in interface de.caff.generics.Indexable
View this indexable as if it has another type.
view(Indexable<? extends V>) - Static method in interface de.caff.generics.Indexable
View an indexable as if it has entries belonging to a super class.
view(IntFunction<? extends R>) - Method in interface de.caff.generics.IntCountable
View this int countable as if it has another type.
view(IntFunction<? extends T>) - Method in interface de.caff.generics.IntIndexable
Return a mapped view on this integer indexable.
view(LongFunction<E>) - Method in interface de.caff.generics.LongIndexable
View this raw long indexable as if it has another element type.
view(Function1<TOUT, ? super T>) - Method in interface de.caff.generics.mda.OneDimensionalReadAccess
Get a view of this 1-dimensional access with converted elements.
view(Function1<TOUT, T>) - Method in interface de.caff.generics.mda.ThreeDimensionalReadAccess
Get a view of this two dimensional array with converted elements.
view(Function<T, TOUT>) - Method in interface de.caff.generics.mda.TwoDimensionalReadAccess
Get a view of this two dimensional array with converted elements.
view(ShortFunction1<? extends T>) - Method in interface de.caff.generics.ShortIndexable
Return a mapped view on this short indexable.
view(E1, E2) - Static method in interface de.caff.generics.tuple.ITuple2
Create a new 2-tuple on the fly.
view(E1, E2, E3) - Static method in interface de.caff.generics.tuple.ITuple3
Create a new 3-tuple on the fly.
view(E1, E2, E3, E4) - Static method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple on the fly.
view(E1, E2, E3, E4, E5) - Static method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple on the fly.
view(E1, E2, E3, E4, E5, E6) - Static method in interface de.caff.generics.tuple.ITuple6
Create a new 6-tuple on the fly.
view(E1, E2, E3, E4, E5, E6, E7) - Static method in interface de.caff.generics.tuple.ITuple7
Create a new 7-tuple on the fly.
view(E1, E2, E3, E4, E5, E6, E7, E8) - Static method in interface de.caff.generics.tuple.ITuple8
Create a new 8-tuple on the fly.
view(E1, E2, E3, E4, E5, E6, E7, E8, E9) - Static method in interface de.caff.generics.tuple.ITuple9
Create a new 9-tuple on the fly.
view(Iterator<S>, Function<? super S, ? extends T>) - Static method in class de.caff.generics.Types
View an iterator as if it belongs to another type.
view(Iterable<S>, Function<? super S, ? extends T>) - Static method in class de.caff.generics.Types
View an iterable Instead of Types.map(java.lang.Iterable, Function) this will work transparently on the fly.
view(Indexable<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
View an indexable.
view(ListIterator<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
View a list iterator as if it belongs to another type.
view(Function<? super S, T>, S...) - Static method in class de.caff.generics.Types
View an array as if it belongs to another iterable type.
viewArray(boolean...) - Static method in interface de.caff.generics.BooleanIndexable
View an int array as an Indexable.
viewArray(boolean[], int, int) - Static method in interface de.caff.generics.BooleanIndexable
View part of an integer array as an Indexable.
viewArray(T[], Predicate<? super T>) - Static method in interface de.caff.generics.BooleanIndexable
View an object array as a boolean indexable.
viewArray(byte...) - Static method in interface de.caff.generics.ByteIndexable
View a byte array as an Indexable.
viewArray(byte[], int, int) - Static method in interface de.caff.generics.ByteIndexable
View part of a byte array as an Indexable.
viewArray(T[], ToByteFunction<? super T>) - Static method in interface de.caff.generics.ByteIndexable
View an object array as a byte indexable.
viewArray(char...) - Static method in interface de.caff.generics.CharIndexable
View an int array as an Indexable.
viewArray(char[], int, int) - Static method in interface de.caff.generics.CharIndexable
View part of an integer array as an Indexable.
viewArray(T[], ToCharFunction<? super T>) - Static method in interface de.caff.generics.CharIndexable
View an object array as a char indexable.
viewArray(E...) - Static method in interface de.caff.generics.Countable
View an array as if it were a countable.
viewArray(E[], int, int) - Static method in interface de.caff.generics.Countable
View a part of an array as if it were a countable.
viewArray(double...) - Static method in interface de.caff.generics.DoubleIndexable
View a double array as an Indexable.
viewArray(double[], int, int) - Static method in interface de.caff.generics.DoubleIndexable
View part of a double array as an Indexable.
viewArray(T[], ToDoubleFunction<? super T>) - Static method in interface de.caff.generics.DoubleIndexable
View an object array as a double indexable.
viewArray(ToDoubleFunction<? super T>, T...) - Static method in interface de.caff.generics.DoubleIndexable
View an array of a different type.
viewArray(float...) - Static method in interface de.caff.generics.FloatIndexable
View a float array as an Indexable.
viewArray(float[], int, int) - Static method in interface de.caff.generics.FloatIndexable
View part of a float array as an Indexable.
viewArray(T[], ToFloatFunction<? super T>) - Static method in interface de.caff.generics.FloatIndexable
View an object array as a float indexable.
viewArray(E...) - Static method in interface de.caff.generics.Indexable
View an array as an Indexable.
viewArray(E[], int, int) - Static method in interface de.caff.generics.Indexable
View a slice of an array.
viewArray(int...) - Static method in interface de.caff.generics.IntIndexable
View an int array as an Indexable.
viewArray(int[], int, int) - Static method in interface de.caff.generics.IntIndexable
View part of an integer array as an Indexable.
viewArray(T[], ToIntFunction<? super T>) - Static method in interface de.caff.generics.IntIndexable
View an object array as an integer indexable.
viewArray(long...) - Static method in interface de.caff.generics.LongIndexable
View an int array as an Indexable.
viewArray(long[], int, int) - Static method in interface de.caff.generics.LongIndexable
View part of an integer array as an Indexable.
viewArray(T[], ToLongFunction<? super T>) - Static method in interface de.caff.generics.LongIndexable
View an object array as a long indexable.
viewArray(boolean[]) - Static method in interface de.caff.generics.MutableBooleanIndexable
Mutable indexable view which operates on the given array.
viewArray(byte[]) - Static method in interface de.caff.generics.MutableByteIndexable
Mutable indexable view which operates on the given array.
viewArray(byte[], int, int) - Static method in interface de.caff.generics.MutableByteIndexable
Mutable indexable view which operates on a part of the given array.
viewArray(char[]) - Static method in interface de.caff.generics.MutableCharIndexable
Mutable indexable view which operates on the given array.
viewArray(char[], int, int) - Static method in interface de.caff.generics.MutableCharIndexable
Mutable indexable view which operates on a part of the given array.
viewArray(double...) - Static method in interface de.caff.generics.MutableDoubleIndexable
Mutable indexable view which operates on the given array.
viewArray(double[], int, int) - Static method in interface de.caff.generics.MutableDoubleIndexable
Mutable indexable view which operates on a part of the given array.
viewArray(float[]) - Static method in interface de.caff.generics.MutableFloatIndexable
Mutable indexable view which operates on the given array.
viewArray(float[], int, int) - Static method in interface de.caff.generics.MutableFloatIndexable
Mutable indexable view which operates on a part of the given array.
viewArray(E...) - Static method in interface de.caff.generics.MutableIndexable
Mutable indexable view which operates on the given array.
viewArray(E[], int, int) - Static method in interface de.caff.generics.MutableIndexable
View a slice of an array.
viewArray(int[]) - Static method in interface de.caff.generics.MutableIntIndexable
Mutable indexable view which operates on the given array.
viewArray(int[], int, int) - Static method in interface de.caff.generics.MutableIntIndexable
Mutable indexable view which operates on a part of the given array.
viewArray(long[]) - Static method in interface de.caff.generics.MutableLongIndexable
Mutable indexable view which operates on the given array.
viewArray(long[], int, int) - Static method in interface de.caff.generics.MutableLongIndexable
Mutable indexable view which operates on a part of the given array.
viewArray(short[]) - Static method in interface de.caff.generics.MutableShortIndexable
Mutable indexable view which operates on the given array.
viewArray(short[], int, int) - Static method in interface de.caff.generics.MutableShortIndexable
Mutable indexable view which operates on a part of the given array.
viewArray(short...) - Static method in interface de.caff.generics.ShortIndexable
View a short array as an Indexable.
viewArray(short[], int, int) - Static method in interface de.caff.generics.ShortIndexable
View part of a short array as an Indexable.
viewArray(T[], ToShortFunction<? super T>) - Static method in interface de.caff.generics.ShortIndexable
View an object array as a short indexable.
viewAsBoolean(BytePredicate1) - Method in interface de.caff.generics.ByteIndexable
View this indexable as a boolean indexable while using a conversion for each value.
viewAsBoolean(CharPredicate1) - Method in interface de.caff.generics.CharIndexable
View this indexable as a boolean indexable while using a conversion for each value.
viewAsBoolean(DoublePredicate) - Method in interface de.caff.generics.DoubleIndexable
View this indexable as a boolean indexable while using a conversion for each value.
viewAsBoolean(FloatPredicate1) - Method in interface de.caff.generics.FloatIndexable
View this indexable as a boolean indexable while using a conversion for each value.
viewAsBoolean(IntPredicate) - Method in interface de.caff.generics.IntIndexable
View this indexable as a boolean indexable while using a conversion for each value.
viewAsBoolean(LongPredicate) - Method in interface de.caff.generics.LongIndexable
View this indexable as a boolean indexable while using a conversion for each value.
viewAsBoolean(ShortPredicate1) - Method in interface de.caff.generics.ShortIndexable
View this indexable as a boolean indexable while using a conversion for each value.
viewAsBooleanIndexable(Predicate<? super T>) - Method in interface de.caff.generics.Indexable
View this indexable as a boolean indexable.
viewAsByte() - Method in interface de.caff.generics.DoubleIndexable
View this double indexable as a byte integer indexable.
viewAsByte() - Method in interface de.caff.generics.FloatIndexable
View this float indexable as a byte integer indexable.
viewAsByte() - Method in interface de.caff.generics.IntIndexable
View this integer indexable as a byte integer indexable.
viewAsByte() - Method in interface de.caff.generics.LongIndexable
View this long indexable as a byte integer indexable.
viewAsByte() - Method in interface de.caff.generics.ShortIndexable
View this short integer indexable as a byte integer indexable.
viewAsByteIndexable(ToByteFunction<? super T>) - Method in interface de.caff.generics.Indexable
View this indexable as a byte indexable.
viewAsChar(IntToCharFunction1) - Method in interface de.caff.generics.IntIndexable
View this int indexable as a char indexable.
viewAsCharIndexable(ToCharFunction<? super T>) - Method in interface de.caff.generics.Indexable
View this indexable as a char indexable.
viewAsCharSequence() - Method in interface de.caff.generics.CharIndexable
View this char indexable as a standard Java char sequence.
viewAsDouble() - Method in interface de.caff.generics.ByteIndexable
View this byte integer indexable as a double indexable.
viewAsDouble() - Method in interface de.caff.generics.FloatIndexable
View this float indexable as a double indexable.
viewAsDouble() - Method in interface de.caff.generics.IntIndexable
View this integer indexable as a double indexable.
viewAsDouble(IntToDoubleFunction) - Method in interface de.caff.generics.IntIndexable
View this indexable as a double indexable while using a conversion for each value.
viewAsDouble() - Method in interface de.caff.generics.LongIndexable
View this long indexable as a double indexable.
viewAsDouble(LongToDoubleFunction) - Method in interface de.caff.generics.LongIndexable
View this indexable as a double indexable while using a conversion for each value.
viewAsDouble() - Method in interface de.caff.generics.ShortIndexable
View this short integer indexable as a double indexable.
viewAsDoubleIndexable(ToDoubleFunction<? super T>) - Method in interface de.caff.generics.Indexable
View this indexable as a double indexable.
viewAsFloat() - Method in interface de.caff.generics.ByteIndexable
View this byte integer indexable as a float indexable.
viewAsFloat() - Method in interface de.caff.generics.DoubleIndexable
View this double indexable as a float indexable.
viewAsFloat() - Method in interface de.caff.generics.IntIndexable
View this integer indexable as a float indexable.
viewAsFloat() - Method in interface de.caff.generics.LongIndexable
View this long indexable as a float indexable.
viewAsFloat() - Method in interface de.caff.generics.ShortIndexable
View this short integer indexable as a float indexable.
viewAsFloatIndexable(ToFloatFunction<? super T>) - Method in interface de.caff.generics.Indexable
View this indexable as a float indexable.
viewAsInt() - Method in interface de.caff.generics.ByteIndexable
View this byte integer indexable as an integer indexable.
viewAsInt() - Method in interface de.caff.generics.DoubleIndexable
View this double indexable as a short integer indexable.
viewAsInt(DoubleToIntFunction) - Method in interface de.caff.generics.DoubleIndexable
View this indexable as an integer indexable while using a conversion for each value.
viewAsInt() - Method in interface de.caff.generics.FloatIndexable
View this float indexable as a short integer indexable.
viewAsInt() - Method in interface de.caff.generics.LongIndexable
View this long indexable as a short integer indexable.
viewAsInt(LongToIntFunction) - Method in interface de.caff.generics.LongIndexable
View this indexable as an integer indexable while using a conversion for each value.
viewAsInt() - Method in interface de.caff.generics.ShortIndexable
View this short integer indexable as an integer indexable.
viewAsIntIndexable(ToIntFunction<? super T>) - Method in interface de.caff.generics.Indexable
View this indexable as an integer indexable.
viewAsLong() - Method in interface de.caff.generics.ByteIndexable
View this byte integer indexable as a long integer indexable.
viewAsLong() - Method in interface de.caff.generics.DoubleIndexable
View this double indexable as a long integer indexable.
viewAsLong(DoubleToLongFunction) - Method in interface de.caff.generics.DoubleIndexable
View this indexable as a long integer indexable while using a conversion for each value.
viewAsLong() - Method in interface de.caff.generics.FloatIndexable
View this float indexable as a long integer indexable.
viewAsLong() - Method in interface de.caff.generics.IntIndexable
View this integer indexable as a long integer indexable.
viewAsLong(IntToLongFunction) - Method in interface de.caff.generics.IntIndexable
View this indexable as a long integer indexable while using a conversion for each value.
viewAsLong() - Method in interface de.caff.generics.ShortIndexable
View this short integer indexable as a long integer indexable.
viewAsLongIndexable(ToLongFunction<? super T>) - Method in interface de.caff.generics.Indexable
View this indexable as a long indexable.
viewAsShort() - Method in interface de.caff.generics.ByteIndexable
View this byte integer indexable as a short integer indexable.
viewAsShort() - Method in interface de.caff.generics.DoubleIndexable
View this double indexable as a short integer indexable.
viewAsShort() - Method in interface de.caff.generics.FloatIndexable
View this float indexable as a short integer indexable.
viewAsShort() - Method in interface de.caff.generics.IntIndexable
View this integer indexable as a short integer indexable.
viewAsShort() - Method in interface de.caff.generics.LongIndexable
View this long indexable as a short integer indexable.
viewAsShortIndexable(ToShortFunction<? super T>) - Method in interface de.caff.generics.Indexable
View this indexable as a short indexable.
viewAsUnsignedInt() - Method in interface de.caff.generics.ByteIndexable
View this byte integer indexable as an unsigned integer indexable.
viewAsUnsignedInt() - Method in interface de.caff.generics.ShortIndexable
View this short integer indexable as an unsigned integer indexable.
viewAsUnsignedLong() - Method in interface de.caff.generics.ByteIndexable
View this byte integer indexable as an unsigned long integer indexable.
viewAsUnsignedLong() - Method in interface de.caff.generics.IntIndexable
View this integer indexable as an unsigned long integer indexable.
viewAsUnsignedLong() - Method in interface de.caff.generics.ShortIndexable
View this short integer indexable as an unsigned long integer indexable.
viewAsUnsignedShort() - Method in interface de.caff.generics.ByteIndexable
View this byte integer indexable as an unsigned short integer indexable.
viewByIndex(int, IntPredicate1) - Static method in interface de.caff.generics.BooleanIndexable
Get a boolean indexable of a given size which returns elements created by index.
viewByIndex(int, IntToByteFunction1) - Static method in interface de.caff.generics.ByteIndexable
Get a byte indexable of a given size which returns elements created by index.
viewByIndex(int, IntToCharFunction1) - Static method in interface de.caff.generics.CharIndexable
Get a char indexable of a given size which returns elements created by index.
viewByIndex(int, IntToDoubleFunction) - Static method in interface de.caff.generics.DoubleIndexable
Get a double indexable of a given size which returns elements created by index.
viewByIndex(int, IntToFloatFunction1) - Static method in interface de.caff.generics.FloatIndexable
Get a float indexable of a given size which returns elements created by index.
viewByIndex(int, IntFunction<? extends V>) - Static method in interface de.caff.generics.Indexable
Create an indexable with a given size which returns its elements by calling a producer.
viewByIndex(int, IntUnaryOperator) - Static method in interface de.caff.generics.IntIndexable
Get an integer indexable of a given size which returns elements created by index.
viewByIndex(int, IntToLongFunction) - Static method in interface de.caff.generics.LongIndexable
Get a long indexable of a given size which returns elements created by index.
viewByIndex(int, IntToShortFunction1) - Static method in interface de.caff.generics.ShortIndexable
Get a short indexable of a given size which returns elements created by index.
viewChars(CharFunction1<? extends T>) - Method in interface de.caff.generics.CharIndexable
View this char indexable as an indexable of another content.
viewCollection(Collection<? extends E>) - Static method in interface de.caff.generics.Countable
View a collection as if it were a countable.
viewCollection(Collection<E>, Function<? super E, ? extends T>) - Static method in interface de.caff.generics.Countable
Create a read-only view of a collection as if it were a countable of a different type.
viewCollection(Collection<? extends Number>) - Static method in interface de.caff.generics.IntCountable
View a collection as if it were a countable.
viewCollection(Collection<E>, ToIntFunction<? super E>) - Static method in interface de.caff.generics.IntCountable
View a collection as if it were a countable.
viewCollection(Collection<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
View a collection as if it has of another element type.
viewCollectionN(Collection<? extends E>) - Static method in interface de.caff.generics.Countable
View a collection which is potentially null as if it were a countable.
viewCollectionN(Collection<E>, Function<? super E, ? extends T>) - Static method in interface de.caff.generics.Countable
Create a read-only view of a collection which is possibly null as if it were a countable of a different type.
viewCollectionN(Collection<? extends Number>) - Static method in interface de.caff.generics.IntCountable
View a collection which is potentially null as if it were a countable.
viewCollectionN(Collection<E>, ToIntFunction<? super E>) - Static method in interface de.caff.generics.IntCountable
View a collection which is potentially {qcode null}as if it were a countable.
viewFragile(FragileFunction1<? extends R, E, ? super T>) - Method in interface de.caff.generics.Countable
View this countable as if it has another type using a fragile mapping which might throw a checked exception.
viewFragile(FragileFunction1<? extends R, E, ? super T>) - Method in interface de.caff.generics.Indexable
View this indexable as if it has another type using a fragile mapping which might throw a checked exception.
viewIndexable(Indexable<? extends Boolean>) - Static method in interface de.caff.generics.BooleanIndexable
View a generic Number indexable as integer indexable.
viewIndexable(Indexable<? extends Boolean>, boolean) - Static method in interface de.caff.generics.BooleanIndexable
View a generic Number indexable as integer indexable.
viewIndexable(Indexable<T>, Predicate<? super T>) - Static method in interface de.caff.generics.BooleanIndexable
View a generic indexable as a boolean indexable.
viewIndexable(Indexable<? extends Number>) - Static method in interface de.caff.generics.ByteIndexable
View a generic Number indexable as byte indexable.
viewIndexable(Indexable<? extends Number>, byte) - Static method in interface de.caff.generics.ByteIndexable
View a generic Number indexable as byte indexable.
viewIndexable(Indexable<T>, ToByteFunction<? super T>) - Static method in interface de.caff.generics.ByteIndexable
View a generic indexable as a byte indexable.
viewIndexable(Indexable<? extends Character>) - Static method in interface de.caff.generics.CharIndexable
View a generic character indexable as char indexable.
viewIndexable(Indexable<? extends Character>, char) - Static method in interface de.caff.generics.CharIndexable
View a generic character indexable as char indexable.
viewIndexable(Indexable<T>, ToCharFunction<? super T>) - Static method in interface de.caff.generics.CharIndexable
View a generic indexable as a char indexable.
viewIndexable(Indexable<? extends Number>) - Static method in interface de.caff.generics.DoubleIndexable
View a generic Number indexable as double indexable.
viewIndexable(Indexable<? extends Number>, double) - Static method in interface de.caff.generics.DoubleIndexable
View a generic Number indexable as double indexable.
viewIndexable(Indexable<T>, ToDoubleFunction<? super T>) - Static method in interface de.caff.generics.DoubleIndexable
View a generic indexable as a double indexable.
viewIndexable(Indexable<? extends Number>) - Static method in interface de.caff.generics.FloatIndexable
View a generic Number indexable as float indexable.
viewIndexable(Indexable<? extends Number>, float) - Static method in interface de.caff.generics.FloatIndexable
View a generic Number indexable as float indexable.
viewIndexable(Indexable<T>, ToFloatFunction<? super T>) - Static method in interface de.caff.generics.FloatIndexable
View a generic indexable as a float indexable.
viewIndexable(Indexable<? extends Number>) - Static method in interface de.caff.generics.IntIndexable
View a generic Number indexable as integer indexable.
viewIndexable(Indexable<? extends Number>, int) - Static method in interface de.caff.generics.IntIndexable
View a generic Number indexable as integer indexable.
viewIndexable(Indexable<T>, ToIntFunction<? super T>) - Static method in interface de.caff.generics.IntIndexable
View a generic indexable as an int indexable.
viewIndexable(Indexable<? extends Number>) - Static method in interface de.caff.generics.LongIndexable
View a generic Number indexable as long indexable.
viewIndexable(Indexable<? extends Number>, long) - Static method in interface de.caff.generics.LongIndexable
View a generic Number indexable as long indexable.
viewIndexable(Indexable<T>, ToLongFunction<? super T>) - Static method in interface de.caff.generics.LongIndexable
View a generic indexable as a long indexable.
viewIndexable(Indexable<T>, Predicate<? super T>, BooleanSetter<? super T>) - Static method in interface de.caff.generics.MutableBooleanIndexable
View a generic indexable as a mutable boolean indexable by accessing a boolean property of the elements of the underlying generic indexable.
viewIndexable(Indexable<T>, ToByteFunction<? super T>, ByteSetter<? super T>) - Static method in interface de.caff.generics.MutableByteIndexable
View a generic indexable as a mutable byte indexable by accessing a byte property of the elements of the underlying generic indexable.
viewIndexable(Indexable<T>, ToCharFunction<? super T>, CharSetter<? super T>) - Static method in interface de.caff.generics.MutableCharIndexable
View a generic indexable as a mutable char indexable by accessing a char property of the elements of the underlying generic indexable.
viewIndexable(Indexable<T>, ToDoubleFunction<? super T>, DoubleSetter<? super T>) - Static method in interface de.caff.generics.MutableDoubleIndexable
View a generic indexable as a mutable double indexable by accessing a double property of the elements of the underlying generic indexable.
viewIndexable(Indexable<T>, ToFloatFunction<? super T>, FloatSetter<? super T>) - Static method in interface de.caff.generics.MutableFloatIndexable
View a generic indexable as a mutable float indexable by accessing a float property of the elements of the underlying generic indexable.
viewIndexable(Indexable<IT>, Function<? super IT, OT>, BiConsumer<? super IT, ? super OT>) - Static method in interface de.caff.generics.MutableIndexable
View a generic indexable as a mutable indexable by accessing a property of the elements of the underlying generic indexable.
viewIndexable(Indexable<T>, ToIntFunction<? super T>, IntSetter<? super T>) - Static method in interface de.caff.generics.MutableIntIndexable
View a generic indexable as a mutable int indexable by accessing a int property of the elements of the underlying generic indexable.
viewIndexable(Indexable<T>, ToLongFunction<? super T>, LongSetter<? super T>) - Static method in interface de.caff.generics.MutableLongIndexable
View a generic indexable as a mutable long indexable by accessing a long property of the elements of the underlying generic indexable.
viewIndexable(Indexable<T>, ToShortFunction<? super T>, ShortSetter<? super T>) - Static method in interface de.caff.generics.MutableShortIndexable
View a generic indexable as a mutable short indexable by accessing a short property of the elements of the underlying generic indexable.
viewIndexable(Indexable<? extends Number>) - Static method in interface de.caff.generics.ShortIndexable
View a generic Number indexable as short indexable.
viewIndexable(Indexable<? extends Number>, short) - Static method in interface de.caff.generics.ShortIndexable
View a generic Number indexable as short indexable.
viewIndexable(Indexable<T>, ToShortFunction<? super T>) - Static method in interface de.caff.generics.ShortIndexable
View a generic indexable as a short indexable.
viewList(List<? extends Boolean>) - Static method in interface de.caff.generics.BooleanIndexable
View a list as an Indexable.
viewList(List<? extends Boolean>, boolean) - Static method in interface de.caff.generics.BooleanIndexable
View a list as an Indexable.
viewList(List<T>, Predicate<? super T>) - Static method in interface de.caff.generics.BooleanIndexable
View a generic list as a boolean indexable.
viewList(List<? extends Number>) - Static method in interface de.caff.generics.ByteIndexable
View a list as an Indexable.
viewList(List<? extends Number>, byte) - Static method in interface de.caff.generics.ByteIndexable
View a list as an Indexable.
viewList(List<T>, ToByteFunction<? super T>) - Static method in interface de.caff.generics.ByteIndexable
View a generic list as a double indexable.
viewList(List<? extends Character>) - Static method in interface de.caff.generics.CharIndexable
View a list as an Indexable.
viewList(List<? extends Character>, char) - Static method in interface de.caff.generics.CharIndexable
View a list as an Indexable.
viewList(List<T>, ToCharFunction<? super T>) - Static method in interface de.caff.generics.CharIndexable
View a generic list as a char indexable.
viewList(List<? extends Number>) - Static method in interface de.caff.generics.DoubleIndexable
View a list of numbers as a double indexable.
viewList(List<? extends Number>, double) - Static method in interface de.caff.generics.DoubleIndexable
View a list as an Indexable.
viewList(List<T>, ToDoubleFunction<? super T>) - Static method in interface de.caff.generics.DoubleIndexable
View a generic list as a double indexable.
viewList(List<? extends Number>) - Static method in interface de.caff.generics.FloatIndexable
View a list as an Indexable.
viewList(List<? extends Number>, float) - Static method in interface de.caff.generics.FloatIndexable
View a list as an Indexable.
viewList(List<T>, ToFloatFunction<? super T>) - Static method in interface de.caff.generics.FloatIndexable
View a generic list as a float indexable.
viewList(List<? extends E>) - Static method in interface de.caff.generics.Indexable
View a list as an Indexable.
viewList(List<V>, Function<? super V, ? extends E>) - Static method in interface de.caff.generics.Indexable
View a list as an indexable of another type.
viewList(List<? extends Number>) - Static method in interface de.caff.generics.IntIndexable
View a list as an Indexable.
viewList(List<? extends Number>, int) - Static method in interface de.caff.generics.IntIndexable
View a list as an Indexable.
viewList(List<T>, ToIntFunction<? super T>) - Static method in interface de.caff.generics.IntIndexable
View a generic list as a int indexable.
viewList(List<? extends Number>) - Static method in interface de.caff.generics.LongIndexable
View a list as an Indexable.
viewList(List<? extends Number>, int) - Static method in interface de.caff.generics.LongIndexable
View a list as an Indexable.
viewList(List<T>, ToLongFunction<? super T>) - Static method in interface de.caff.generics.LongIndexable
View a generic list as a long indexable.
viewList(List<Boolean>) - Static method in interface de.caff.generics.MutableBooleanIndexable
Mutable indexable view which operates on the given array.
viewList(List<Byte>) - Static method in interface de.caff.generics.MutableByteIndexable
Mutable indexable view which operates on the given array.
viewList(List<Character>) - Static method in interface de.caff.generics.MutableCharIndexable
Mutable indexable view which operates on the given array.
viewList(List<Double>) - Static method in interface de.caff.generics.MutableDoubleIndexable
Mutable indexable view which operates on the given array.
viewList(List<Float>) - Static method in interface de.caff.generics.MutableFloatIndexable
Mutable indexable view which operates on the given array.
viewList(List<E>) - Static method in interface de.caff.generics.MutableIndexable
Mutable indexable view which operates on the given array.
viewList(List<Integer>) - Static method in interface de.caff.generics.MutableIntIndexable
Mutable indexable view which operates on the given array.
viewList(List<Long>) - Static method in interface de.caff.generics.MutableLongIndexable
Mutable indexable view which operates on the given array.
viewList(List<Short>) - Static method in interface de.caff.generics.MutableShortIndexable
Mutable indexable view which operates on the given array.
viewList(List<? extends Number>) - Static method in interface de.caff.generics.ShortIndexable
View a list as an Indexable.
viewList(List<? extends Number>, short) - Static method in interface de.caff.generics.ShortIndexable
View a list as an Indexable.
viewList(List<T>, ToShortFunction<? super T>) - Static method in interface de.caff.generics.ShortIndexable
View a generic list as a short indexable.
viewList(List<S>, Function<? super S, T>) - Static method in class de.caff.generics.Types
View a list as if it has another element type.
viewListN(List<? extends E>) - Static method in interface de.caff.generics.Indexable
View a list which is possibly null as an indexable.
viewListN(List<V>, Function<? super V, ? extends E>) - Static method in interface de.caff.generics.Indexable
View a list as an indexable of another type.
viewMap(Map<? extends MK, ? extends MV>) - Static method in interface de.caff.generics.Dict
Create an read-only view of a standard map as if it is a dictionary.
viewMap(Map<MK, MV>, Function<? super MV, ? extends DV>) - Static method in interface de.caff.generics.Dict
Create a read-only view of a standard map as if it is a dictionary and has a different value type.
viewMap2(Map<MK1, Map<MK2, MV>>) - Static method in interface de.caff.generics.Dict
View a standard 2-dimensional map as 2-dimensional dictionary.
viewMap2(Map<MK1, Map<MK2, MV>>, Function<? super MV, ? extends DV>) - Static method in interface de.caff.generics.Dict
View a standard 2-dimensional map as 2-dimensional dictionary with a different inner value type.
viewMapEntry(Map.Entry<? extends MEK, ? extends MEV>) - Static method in class de.caff.generics.Dict.Entry
 
viewMapped(Function<? super EK, ? extends NEK>, Function<? super EV, ? extends NEV>) - Method in class de.caff.generics.Dict.Entry
View this entry as if it has a different value.
viewNullableMap(Map<? extends MK, ? extends MV>) - Static method in interface de.caff.generics.Dict
Create a read-only view of a map which is possibly null.
viewNullableMap(Map<MK, MV>, Function<? super MV, ? extends DV>) - Static method in interface de.caff.generics.Dict
Create a read-only view of a standard map as if it is a dictionary and has a different value type.
viewNumberArray(Number...) - Static method in interface de.caff.generics.ByteIndexable
View a Number array as an Indexable.
viewNumberArray(Number...) - Static method in interface de.caff.generics.DoubleIndexable
View a Number array as an Indexable.
viewNumberArray(Number...) - Static method in interface de.caff.generics.FloatIndexable
View a Number array as an Indexable.
viewNumberArray(Number...) - Static method in interface de.caff.generics.IntIndexable
View a Number array as an Indexable.
viewNumberArray(Number...) - Static method in interface de.caff.generics.LongIndexable
View a Number array as an Indexable.
viewNumberArray(Number...) - Static method in interface de.caff.generics.ShortIndexable
View a Number array as an Indexable.
viewOp(ByteOperator1) - Method in interface de.caff.generics.ByteIndexable
View this byte indexable transformed by an operator.
viewOp(CharOperator1) - Method in interface de.caff.generics.CharIndexable
View this char indexable transformed by an operator.
viewOp(DoubleUnaryOperator) - Method in interface de.caff.generics.DoubleIndexable
View this double indexable transformed by an operator.
viewOp(FloatOperator1) - Method in interface de.caff.generics.FloatIndexable
View this float indexable transformed by an operator.
viewOp(IntUnaryOperator) - Method in interface de.caff.generics.IntIndexable
View this int indexable transformed by an operator.
viewOp(LongUnaryOperator) - Method in interface de.caff.generics.LongIndexable
View this long indexable transformed by an operator.
viewOp(ShortOperator1) - Method in interface de.caff.generics.ShortIndexable
View this short indexable transformed by an operator.
viewString(CharSequence) - Static method in interface de.caff.generics.CharIndexable
View a string as an CharIndexable.
viewTuple(ITuple2<? extends C, ? extends C>) - Static method in interface de.caff.generics.Indexable
View a 2-element tuple as an indexable.
viewTuple(ITuple3<? extends C, ? extends C, ? extends C>) - Static method in interface de.caff.generics.Indexable
View a 3-element tuple as an indexable.
viewTuple(ITuple4<? extends C, ? extends C, ? extends C, ? extends C>) - Static method in interface de.caff.generics.Indexable
View a 4-element tuple as an indexable.
viewTuple(ITuple5<? extends C, ? extends C, ? extends C, ? extends C, ? extends C>) - Static method in interface de.caff.generics.Indexable
View a 5-element tuple as an indexable.
viewTuple(ITuple6<? extends C, ? extends C, ? extends C, ? extends C, ? extends C, ? extends C>) - Static method in interface de.caff.generics.Indexable
View a 6-element tuple as an indexable.
viewTuple(ITuple7<? extends C, ? extends C, ? extends C, ? extends C, ? extends C, ? extends C, ? extends C>) - Static method in interface de.caff.generics.Indexable
View a 7-element tuple as an indexable.
viewTuple(ITuple8<? extends C, ? extends C, ? extends C, ? extends C, ? extends C, ? extends C, ? extends C, ? extends C>) - Static method in interface de.caff.generics.Indexable
View a 8-element tuple as an indexable.
viewTuple(ITuple9<? extends C, ? extends C, ? extends C, ? extends C, ? extends C, ? extends C, ? extends C, ? extends C, ? extends C>) - Static method in interface de.caff.generics.Indexable
View a 9-element tuple as an indexable.
visitAll(Procedure2<? super T, int[]>) - Method in interface de.caff.generics.mda.MultiDimensionalReadAccess
Visit all elements of this multi-dimensional array.
visitAll(Procedure1<? super T>) - Method in interface de.caff.generics.mda.MultiDimensionalReadAccess
Visit all elements in this multi-dimensional array.
visitAll(Procedure2<? super T, int[]>) - Method in interface de.caff.generics.mda.OneDimensionalReadAccess
 
visitAll(Procedure1<? super T>) - Method in interface de.caff.generics.mda.OneDimensionalReadAccess
 
visitAll(Procedure2<? super T, int[]>) - Method in interface de.caff.generics.mda.ThreeDimensionalReadAccess
 
visitAll(Procedure1<? super T>) - Method in interface de.caff.generics.mda.ThreeDimensionalReadAccess
 
visitAll(Procedure2<? super T, int[]>) - Method in interface de.caff.generics.mda.TwoDimensionalReadAccess
 
visitAll(Procedure1<? super T>) - Method in interface de.caff.generics.mda.TwoDimensionalReadAccess
 

W

weak(R) - Static method in interface de.caff.generics.util.IReference
Get a weak reference.
WeakPropertyChangeListener - Class in de.caff.generics
Wrapper for a property change listener which reference the original change listener weakly.
WeakPropertyChangeListener(PropertyChangeListener) - Constructor for class de.caff.generics.WeakPropertyChangeListener
Constructor.
WeakReferenceImpl<T> - Class in de.caff.generics.util
Weak reference implementation.
WeakReferenceImpl(T) - Constructor for class de.caff.generics.util.WeakReferenceImpl
Creates a new weak reference that refers to the given object.
WeakValueHashMap<K,V> - Class in de.caff.generics
A hashmap with strong keys and weakly referenced values.
WeakValueHashMap() - Constructor for class de.caff.generics.WeakValueHashMap
Constructs an empty WeakValueHashMap with the default initial capacity (16) and the default load factor (0.75).
WeakValueHashMap(int) - Constructor for class de.caff.generics.WeakValueHashMap
Constructs an empty WeakValueHashMap with the specified initial capacity and the default load factor (0.75).
WeakValueHashMap(int, float) - Constructor for class de.caff.generics.WeakValueHashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
WeakValueHashMap(Map<? extends K, ? extends V>) - Constructor for class de.caff.generics.WeakValueHashMap
Constructs a new HashMap with the same mappings as the specified Map.
WeakValueHashMap(boolean) - Constructor for class de.caff.generics.WeakValueHashMap
Constructs an empty WeakValueHashMap with the default initial capacity (16) and the default load factor (0.75).
WeakValueHashMap(boolean, int) - Constructor for class de.caff.generics.WeakValueHashMap
Constructs an empty WeakValueHashMap with the specified initial capacity and the default load factor (0.75).
WeakValueHashMap(boolean, int, float) - Constructor for class de.caff.generics.WeakValueHashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
WeakValueHashMap(boolean, Map<? extends K, ? extends V>) - Constructor for class de.caff.generics.WeakValueHashMap
Constructs a new HashMap with the same mappings as the specified Map.
with(int, int) - Method in interface de.caff.generics.IntIndexable
Return a new integer indexable where the given index is changed.
withAppendedItem(T) - Method in interface de.caff.generics.Indexable
Create a view with of this indexable with another item added at the end.
withAppendedValue(boolean) - Method in interface de.caff.generics.BooleanIndexable
Create a view with of this indexable with another value added at the end.
withAppendedValue(byte) - Method in interface de.caff.generics.ByteIndexable
Create a view with of this indexable with another value added at the end.
withAppendedValue(char) - Method in interface de.caff.generics.CharIndexable
Create a view with of this indexable with another value added at the end.
withAppendedValue(double) - Method in interface de.caff.generics.DoubleIndexable
Create a view with of this indexable with another value added at the end.
withAppendedValue(float) - Method in interface de.caff.generics.FloatIndexable
Create a view with of this indexable with another value added at the end.
withAppendedValue(int) - Method in interface de.caff.generics.IntIndexable
Create a view with of this indexable with another value added at the end.
withAppendedValue(long) - Method in interface de.caff.generics.LongIndexable
Create a view with of this indexable with another value added at the end.
withAppendedValue(short) - Method in interface de.caff.generics.ShortIndexable
Create a view with of this indexable with another value added at the end.
withBuild(Indexable<String>) - Method in class de.caff.version.SemVer
Get the same version as this. but with different build metadata.
withBuildString(String) - Method in class de.caff.version.SemVer
Get the same version as this. but with different build metadata.
withCachedHash(BooleanIndexable) - Static method in interface de.caff.generics.BooleanIndexable
Wrap an indexable with one which caches the hash value.
withCachedHash(ByteIndexable) - Static method in interface de.caff.generics.ByteIndexable
Wrap an indexable with one which caches the hash value.
withCachedHash(DoubleIndexable) - Static method in interface de.caff.generics.DoubleIndexable
Wrap an indexable with one which caches the hash value.
withCachedHash(FloatIndexable) - Static method in interface de.caff.generics.FloatIndexable
Wrap an indexable with one which caches the hash value.
withCachedHash(Indexable<E>) - Static method in interface de.caff.generics.Indexable
Wrap an indexable with one which caches the hash value.
withCachedHash(IntIndexable) - Static method in interface de.caff.generics.IntIndexable
Wrap an indexable with one which caches the hash value.
withCachedHash(LongIndexable) - Static method in interface de.caff.generics.LongIndexable
Wrap an indexable with one which caches the hash value.
withCachedHash(ShortIndexable) - Static method in interface de.caff.generics.ShortIndexable
Wrap an indexable with one which caches the hash value.
withExchangedItemAt(int, T) - Method in interface de.caff.generics.Indexable
Create a view of this indexable with an exchanged element.
withExchangedValueAt(int, boolean) - Method in interface de.caff.generics.BooleanIndexable
Create a view of this boolean indexable with an exchanged value.
withExchangedValueAt(int, byte) - Method in interface de.caff.generics.ByteIndexable
Create a view of this byte indexable with an exchanged value.
withExchangedValueAt(int, char) - Method in interface de.caff.generics.CharIndexable
Create a view of this char indexable with an exchanged value.
withExchangedValueAt(int, double) - Method in interface de.caff.generics.DoubleIndexable
Create a view of this double indexable with an exchanged value.
withExchangedValueAt(int, float) - Method in interface de.caff.generics.FloatIndexable
Create a view of this float indexable with an exchanged value.
withExchangedValueAt(int, int) - Method in interface de.caff.generics.IntIndexable
Create a view of this int indexable with an exchanged value.
withExchangedValueAt(int, long) - Method in interface de.caff.generics.LongIndexable
Create a view of this long indexable with an exchanged value.
withExchangedValueAt(int, short) - Method in interface de.caff.generics.ShortIndexable
Create a view of this short indexable with an exchanged value.
withFallback(Function1<? extends R, ? super P>) - Method in interface de.caff.generics.function.Function1
Get a function which calls a fallback function if this function returns null.
withFirst(byte) - Method in class de.caff.generics.BytePair
Get this pair with a different first value.
withFirst(char) - Method in class de.caff.generics.CharPair
Get this pair with a different first value.
withFirst(double) - Method in class de.caff.generics.DoublePair
Get this pair with a different first value.
withFirst(float) - Method in class de.caff.generics.FloatPair
Get this pair with a different first value.
withFirst(int) - Method in class de.caff.generics.IntPair
Get this pair with a different first value.
withFirst(long) - Method in class de.caff.generics.LongPair
Get this pair with a different first value.
withFirst(short) - Method in class de.caff.generics.ShortPair
Get this pair with a different first value.
withInsertedItemAt(int, T) - Method in interface de.caff.generics.Indexable
Create a view of this indexable with an inserted element.
withInsertedValueAt(int, boolean) - Method in interface de.caff.generics.BooleanIndexable
Create a view of this boolean indexable with an inserted value.
withInsertedValueAt(int, byte) - Method in interface de.caff.generics.ByteIndexable
Create a view of this byte indexable with an inserted value.
withInsertedValueAt(int, char) - Method in interface de.caff.generics.CharIndexable
Create a view of this char indexable with an inserted value.
withInsertedValueAt(int, double) - Method in interface de.caff.generics.DoubleIndexable
Create a view of this double indexable with an inserted value.
withInsertedValueAt(int, float) - Method in interface de.caff.generics.FloatIndexable
Create a view of this float indexable with an inserted value.
withInsertedValueAt(int, int) - Method in interface de.caff.generics.IntIndexable
Create a view of this int indexable with an inserted value.
withInsertedValueAt(int, long) - Method in interface de.caff.generics.LongIndexable
Create a view of this long indexable with an inserted value.
withInsertedValueAt(int, short) - Method in interface de.caff.generics.ShortIndexable
Create a view of this short indexable with an inserted value.
withNoBuild() - Method in class de.caff.version.SemVer
Get the same version as this, but with no build metadata.
withNull(Matcher<T1, T2>) - Static method in class de.caff.generics.matcher.Match
Get a matcher which enhances a given matcher which is not expecting null values with one which does.
withPrerelease(SemVer.Prerelease) - Method in class de.caff.version.SemVer
Get the same version as this. but with a different prerelease.
withPrereleaseFromString(String) - Method in class de.caff.version.SemVer
Get the same version as this, but with a different prerelease.
withRemovedItemAt(int) - Method in interface de.caff.generics.Indexable
Create a view of this indexable with one item removed.
withRemovedValueAt(int) - Method in interface de.caff.generics.BooleanIndexable
Create a view of this indexable with one value removed.
withRemovedValueAt(int) - Method in interface de.caff.generics.ByteIndexable
Create a view of this indexable with one value removed.
withRemovedValueAt(int) - Method in interface de.caff.generics.CharIndexable
Create a view of this indexable with one value removed.
withRemovedValueAt(int) - Method in interface de.caff.generics.DoubleIndexable
Create a view of this indexable with one value removed.
withRemovedValueAt(int) - Method in interface de.caff.generics.FloatIndexable
Create a view of this indexable with one value removed.
withRemovedValueAt(int) - Method in interface de.caff.generics.IntIndexable
Create a view of this indexable with one value removed.
withRemovedValueAt(int) - Method in interface de.caff.generics.LongIndexable
Create a view of this indexable with one value removed.
withRemovedValueAt(int) - Method in interface de.caff.generics.ShortIndexable
Create a view of this indexable with one value removed.
withSecond(byte) - Method in class de.caff.generics.BytePair
Get this pair with a different first value.
withSecond(char) - Method in class de.caff.generics.CharPair
Get this pair with a different first value.
withSecond(double) - Method in class de.caff.generics.DoublePair
Get this pair with a different first value.
withSecond(float) - Method in class de.caff.generics.FloatPair
Get this pair with a different first value.
withSecond(int) - Method in class de.caff.generics.IntPair
Get this pair with a different first value.
withSecond(long) - Method in class de.caff.generics.LongPair
Get this pair with a different first value.
withSecond(short) - Method in class de.caff.generics.ShortPair
Get this pair with a different first value.
withSwappedItemsAt(int, int) - Method in interface de.caff.generics.Indexable
Create a view of this indexable with two items swapped.
withSwappedValuesAt(int, int) - Method in interface de.caff.generics.BooleanIndexable
Create a view of this boolean indexable with two values swapped.
withSwappedValuesAt(int, int) - Method in interface de.caff.generics.ByteIndexable
Create a view of this byte indexable with two values swapped.
withSwappedValuesAt(int, int) - Method in interface de.caff.generics.CharIndexable
Create a view of this char indexable with two values swapped.
withSwappedValuesAt(int, int) - Method in interface de.caff.generics.DoubleIndexable
Create a view of this double indexable with two values swapped.
withSwappedValuesAt(int, int) - Method in interface de.caff.generics.FloatIndexable
Create a view of this float indexable with two values swapped.
withSwappedValuesAt(int, int) - Method in interface de.caff.generics.IntIndexable
Create a view of this int indexable with two values swapped.
withSwappedValuesAt(int, int) - Method in interface de.caff.generics.LongIndexable
Create a view of this long indexable with two values swapped.
withSwappedValuesAt(int, int) - Method in interface de.caff.generics.ShortIndexable
Create a view of this short indexable with two values swapped.
WORD_SPLIT - Static variable in class de.caff.generics.Types
A converter which splits strings into words.
wrap(List<S>) - Static method in class de.caff.generics.ActiveList
Wrap a basic list to make it active.
WrappedFragileException - Exception in de.caff.generics
A runtime exception wrapper for a checked exception which occurred in places where there is no way to handle it.
WrappedFragileException(Exception) - Constructor for exception de.caff.generics.WrappedFragileException
Create a wrapped fragile exception.
WrappedFragileException(Exception, String) - Constructor for exception de.caff.generics.WrappedFragileException
Create a wrapped fragile exception with an additional message.
wyth(int, int) - Method in interface de.caff.generics.IntIndexable
Return a new integer indexable where the given index is changed (Pythonesque version) This allows to index elements from the end by using negative indexes.

X

x1(E1) - Method in class de.caff.generics.tuple.NTuple2
Create a 2-tuple from this one where the first element is exchanged.
x1(E1) - Method in class de.caff.generics.tuple.NTuple3
Create a 3-tuple from this one where the first element is exchanged.
x1(E1) - Method in class de.caff.generics.tuple.NTuple4
Create a 4-tuple from this one where the first element is exchanged.
x1(E1) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the first element is exchanged.
x1(E1) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first element is exchanged.
x1(E1) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first element is exchanged.
x1(E1) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first element is exchanged.
x1(E1) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first element is exchanged.
x1(E1) - Method in class de.caff.generics.tuple.Tuple2
Create a 2-tuple from this one where the first element is exchanged.
x1(E1) - Method in class de.caff.generics.tuple.Tuple3
Create a 3-tuple from this one where the first element is exchanged.
x1(E1) - Method in class de.caff.generics.tuple.Tuple4
Create a 4-tuple from this one where the first element is exchanged.
x1(E1) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the first element is exchanged.
x1(E1) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first element is exchanged.
x1(E1) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first element is exchanged.
x1(E1) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first element is exchanged.
x1(E1) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first element is exchanged.
x12(E1, E2) - Method in class de.caff.generics.tuple.NTuple3
Create a 3-tuple from this one where the first and second elements are exchanged.
x12(E1, E2) - Method in class de.caff.generics.tuple.NTuple4
Create a 4-tuple from this one where the first and second elements are exchanged.
x12(E1, E2) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the first and second elements are exchanged.
x12(E1, E2) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first and second elements are exchanged.
x12(E1, E2) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first and second elements are exchanged.
x12(E1, E2) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first and second elements are exchanged.
x12(E1, E2) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first and second elements are exchanged.
x12(E1, E2) - Method in class de.caff.generics.tuple.Tuple3
Create a 3-tuple from this one where the first and second elements are exchanged.
x12(E1, E2) - Method in class de.caff.generics.tuple.Tuple4
Create a 4-tuple from this one where the first and second elements are exchanged.
x12(E1, E2) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the first and second elements are exchanged.
x12(E1, E2) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first and second elements are exchanged.
x12(E1, E2) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first and second elements are exchanged.
x12(E1, E2) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first and second elements are exchanged.
x12(E1, E2) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first and second elements are exchanged.
x123(E1, E2, E3) - Method in class de.caff.generics.tuple.NTuple4
Create a 4-tuple from this one where the first, second, and thirdelements are exchanged.
x123(E1, E2, E3) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the first, second, and thirdelements are exchanged.
x123(E1, E2, E3) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, second, and thirdelements are exchanged.
x123(E1, E2, E3) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, and thirdelements are exchanged.
x123(E1, E2, E3) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, and thirdelements are exchanged.
x123(E1, E2, E3) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, and thirdelements are exchanged.
x123(E1, E2, E3) - Method in class de.caff.generics.tuple.Tuple4
Create a 4-tuple from this one where the first, second, and thirdelements are exchanged.
x123(E1, E2, E3) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the first, second, and thirdelements are exchanged.
x123(E1, E2, E3) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, second, and thirdelements are exchanged.
x123(E1, E2, E3) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, and thirdelements are exchanged.
x123(E1, E2, E3) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, and thirdelements are exchanged.
x123(E1, E2, E3) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, and thirdelements are exchanged.
x1234(E1, E2, E3, E4) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the first, second, third, and fourthelements are exchanged.
x1234(E1, E2, E3, E4) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, second, third, and fourthelements are exchanged.
x1234(E1, E2, E3, E4) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, third, and fourthelements are exchanged.
x1234(E1, E2, E3, E4) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, third, and fourthelements are exchanged.
x1234(E1, E2, E3, E4) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, third, and fourthelements are exchanged.
x1234(E1, E2, E3, E4) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the first, second, third, and fourthelements are exchanged.
x1234(E1, E2, E3, E4) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, second, third, and fourthelements are exchanged.
x1234(E1, E2, E3, E4) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, third, and fourthelements are exchanged.
x1234(E1, E2, E3, E4) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, third, and fourthelements are exchanged.
x1234(E1, E2, E3, E4) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, third, and fourthelements are exchanged.
x12345(E1, E2, E3, E4, E5) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, second, third, fourth, and fifthelements are exchanged.
x12345(E1, E2, E3, E4, E5) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, third, fourth, and fifthelements are exchanged.
x12345(E1, E2, E3, E4, E5) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, third, fourth, and fifthelements are exchanged.
x12345(E1, E2, E3, E4, E5) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, third, fourth, and fifthelements are exchanged.
x12345(E1, E2, E3, E4, E5) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, second, third, fourth, and fifthelements are exchanged.
x12345(E1, E2, E3, E4, E5) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, third, fourth, and fifthelements are exchanged.
x12345(E1, E2, E3, E4, E5) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, third, fourth, and fifthelements are exchanged.
x12345(E1, E2, E3, E4, E5) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, third, fourth, and fifthelements are exchanged.
x12346(E1, E2, E3, E4, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, second, third, fourth, and sixthelements are exchanged.
x12346(E1, E2, E3, E4, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, third, fourth, and sixthelements are exchanged.
x12346(E1, E2, E3, E4, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, third, fourth, and sixthelements are exchanged.
x12346(E1, E2, E3, E4, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, third, fourth, and sixthelements are exchanged.
x12346(E1, E2, E3, E4, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, second, third, fourth, and sixthelements are exchanged.
x12346(E1, E2, E3, E4, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, third, fourth, and sixthelements are exchanged.
x12346(E1, E2, E3, E4, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, third, fourth, and sixthelements are exchanged.
x12346(E1, E2, E3, E4, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, third, fourth, and sixthelements are exchanged.
x12347(E1, E2, E3, E4, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, third, fourth, and seventhelements are exchanged.
x12347(E1, E2, E3, E4, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, third, fourth, and seventhelements are exchanged.
x12347(E1, E2, E3, E4, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, third, fourth, and seventhelements are exchanged.
x12347(E1, E2, E3, E4, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, third, fourth, and seventhelements are exchanged.
x12347(E1, E2, E3, E4, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, third, fourth, and seventhelements are exchanged.
x12347(E1, E2, E3, E4, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, third, fourth, and seventhelements are exchanged.
x12348(E1, E2, E3, E4, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, third, fourth, and eighthelements are exchanged.
x12348(E1, E2, E3, E4, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, third, fourth, and eighthelements are exchanged.
x12348(E1, E2, E3, E4, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, third, fourth, and eighthelements are exchanged.
x12348(E1, E2, E3, E4, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, third, fourth, and eighthelements are exchanged.
x12349(E1, E2, E3, E4, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, third, fourth, and ninethelements are exchanged.
x12349(E1, E2, E3, E4, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, third, fourth, and ninethelements are exchanged.
x1235(E1, E2, E3, E5) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the first, second, third, and fifthelements are exchanged.
x1235(E1, E2, E3, E5) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, second, third, and fifthelements are exchanged.
x1235(E1, E2, E3, E5) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, third, and fifthelements are exchanged.
x1235(E1, E2, E3, E5) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, third, and fifthelements are exchanged.
x1235(E1, E2, E3, E5) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, third, and fifthelements are exchanged.
x1235(E1, E2, E3, E5) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the first, second, third, and fifthelements are exchanged.
x1235(E1, E2, E3, E5) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, second, third, and fifthelements are exchanged.
x1235(E1, E2, E3, E5) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, third, and fifthelements are exchanged.
x1235(E1, E2, E3, E5) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, third, and fifthelements are exchanged.
x1235(E1, E2, E3, E5) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, third, and fifthelements are exchanged.
x12356(E1, E2, E3, E5, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, second, third, fifth, and sixthelements are exchanged.
x12356(E1, E2, E3, E5, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, third, fifth, and sixthelements are exchanged.
x12356(E1, E2, E3, E5, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, third, fifth, and sixthelements are exchanged.
x12356(E1, E2, E3, E5, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, third, fifth, and sixthelements are exchanged.
x12356(E1, E2, E3, E5, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, second, third, fifth, and sixthelements are exchanged.
x12356(E1, E2, E3, E5, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, third, fifth, and sixthelements are exchanged.
x12356(E1, E2, E3, E5, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, third, fifth, and sixthelements are exchanged.
x12356(E1, E2, E3, E5, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, third, fifth, and sixthelements are exchanged.
x12357(E1, E2, E3, E5, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, third, fifth, and seventhelements are exchanged.
x12357(E1, E2, E3, E5, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, third, fifth, and seventhelements are exchanged.
x12357(E1, E2, E3, E5, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, third, fifth, and seventhelements are exchanged.
x12357(E1, E2, E3, E5, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, third, fifth, and seventhelements are exchanged.
x12357(E1, E2, E3, E5, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, third, fifth, and seventhelements are exchanged.
x12357(E1, E2, E3, E5, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, third, fifth, and seventhelements are exchanged.
x12358(E1, E2, E3, E5, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, third, fifth, and eighthelements are exchanged.
x12358(E1, E2, E3, E5, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, third, fifth, and eighthelements are exchanged.
x12358(E1, E2, E3, E5, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, third, fifth, and eighthelements are exchanged.
x12358(E1, E2, E3, E5, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, third, fifth, and eighthelements are exchanged.
x12359(E1, E2, E3, E5, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, third, fifth, and ninethelements are exchanged.
x12359(E1, E2, E3, E5, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, third, fifth, and ninethelements are exchanged.
x1236(E1, E2, E3, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, second, third, and sixthelements are exchanged.
x1236(E1, E2, E3, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, third, and sixthelements are exchanged.
x1236(E1, E2, E3, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, third, and sixthelements are exchanged.
x1236(E1, E2, E3, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, third, and sixthelements are exchanged.
x1236(E1, E2, E3, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, second, third, and sixthelements are exchanged.
x1236(E1, E2, E3, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, third, and sixthelements are exchanged.
x1236(E1, E2, E3, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, third, and sixthelements are exchanged.
x1236(E1, E2, E3, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, third, and sixthelements are exchanged.
x12367(E1, E2, E3, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, third, sixth, and seventhelements are exchanged.
x12367(E1, E2, E3, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, third, sixth, and seventhelements are exchanged.
x12367(E1, E2, E3, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, third, sixth, and seventhelements are exchanged.
x12367(E1, E2, E3, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, third, sixth, and seventhelements are exchanged.
x12367(E1, E2, E3, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, third, sixth, and seventhelements are exchanged.
x12367(E1, E2, E3, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, third, sixth, and seventhelements are exchanged.
x12368(E1, E2, E3, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, third, sixth, and eighthelements are exchanged.
x12368(E1, E2, E3, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, third, sixth, and eighthelements are exchanged.
x12368(E1, E2, E3, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, third, sixth, and eighthelements are exchanged.
x12368(E1, E2, E3, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, third, sixth, and eighthelements are exchanged.
x12369(E1, E2, E3, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, third, sixth, and ninethelements are exchanged.
x12369(E1, E2, E3, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, third, sixth, and ninethelements are exchanged.
x1237(E1, E2, E3, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, third, and seventhelements are exchanged.
x1237(E1, E2, E3, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, third, and seventhelements are exchanged.
x1237(E1, E2, E3, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, third, and seventhelements are exchanged.
x1237(E1, E2, E3, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, third, and seventhelements are exchanged.
x1237(E1, E2, E3, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, third, and seventhelements are exchanged.
x1237(E1, E2, E3, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, third, and seventhelements are exchanged.
x12378(E1, E2, E3, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, third, seventh, and eighthelements are exchanged.
x12378(E1, E2, E3, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, third, seventh, and eighthelements are exchanged.
x12378(E1, E2, E3, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, third, seventh, and eighthelements are exchanged.
x12378(E1, E2, E3, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, third, seventh, and eighthelements are exchanged.
x12379(E1, E2, E3, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, third, seventh, and ninethelements are exchanged.
x12379(E1, E2, E3, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, third, seventh, and ninethelements are exchanged.
x1238(E1, E2, E3, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, third, and eighthelements are exchanged.
x1238(E1, E2, E3, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, third, and eighthelements are exchanged.
x1238(E1, E2, E3, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, third, and eighthelements are exchanged.
x1238(E1, E2, E3, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, third, and eighthelements are exchanged.
x12389(E1, E2, E3, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, third, eighth, and ninethelements are exchanged.
x12389(E1, E2, E3, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, third, eighth, and ninethelements are exchanged.
x1239(E1, E2, E3, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, third, and ninethelements are exchanged.
x1239(E1, E2, E3, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, third, and ninethelements are exchanged.
x124(E1, E2, E4) - Method in class de.caff.generics.tuple.NTuple4
Create a 4-tuple from this one where the first, second, and fourthelements are exchanged.
x124(E1, E2, E4) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the first, second, and fourthelements are exchanged.
x124(E1, E2, E4) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, second, and fourthelements are exchanged.
x124(E1, E2, E4) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, and fourthelements are exchanged.
x124(E1, E2, E4) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, and fourthelements are exchanged.
x124(E1, E2, E4) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, and fourthelements are exchanged.
x124(E1, E2, E4) - Method in class de.caff.generics.tuple.Tuple4
Create a 4-tuple from this one where the first, second, and fourthelements are exchanged.
x124(E1, E2, E4) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the first, second, and fourthelements are exchanged.
x124(E1, E2, E4) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, second, and fourthelements are exchanged.
x124(E1, E2, E4) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, and fourthelements are exchanged.
x124(E1, E2, E4) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, and fourthelements are exchanged.
x124(E1, E2, E4) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, and fourthelements are exchanged.
x1245(E1, E2, E4, E5) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the first, second, fourth, and fifthelements are exchanged.
x1245(E1, E2, E4, E5) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, second, fourth, and fifthelements are exchanged.
x1245(E1, E2, E4, E5) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, fourth, and fifthelements are exchanged.
x1245(E1, E2, E4, E5) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, fourth, and fifthelements are exchanged.
x1245(E1, E2, E4, E5) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fourth, and fifthelements are exchanged.
x1245(E1, E2, E4, E5) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the first, second, fourth, and fifthelements are exchanged.
x1245(E1, E2, E4, E5) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, second, fourth, and fifthelements are exchanged.
x1245(E1, E2, E4, E5) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, fourth, and fifthelements are exchanged.
x1245(E1, E2, E4, E5) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, fourth, and fifthelements are exchanged.
x1245(E1, E2, E4, E5) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fourth, and fifthelements are exchanged.
x12456(E1, E2, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, second, fourth, fifth, and sixthelements are exchanged.
x12456(E1, E2, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, fourth, fifth, and sixthelements are exchanged.
x12456(E1, E2, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, fourth, fifth, and sixthelements are exchanged.
x12456(E1, E2, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fourth, fifth, and sixthelements are exchanged.
x12456(E1, E2, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, second, fourth, fifth, and sixthelements are exchanged.
x12456(E1, E2, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, fourth, fifth, and sixthelements are exchanged.
x12456(E1, E2, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, fourth, fifth, and sixthelements are exchanged.
x12456(E1, E2, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fourth, fifth, and sixthelements are exchanged.
x12457(E1, E2, E4, E5, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, fourth, fifth, and seventhelements are exchanged.
x12457(E1, E2, E4, E5, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, fourth, fifth, and seventhelements are exchanged.
x12457(E1, E2, E4, E5, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fourth, fifth, and seventhelements are exchanged.
x12457(E1, E2, E4, E5, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, fourth, fifth, and seventhelements are exchanged.
x12457(E1, E2, E4, E5, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, fourth, fifth, and seventhelements are exchanged.
x12457(E1, E2, E4, E5, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fourth, fifth, and seventhelements are exchanged.
x12458(E1, E2, E4, E5, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, fourth, fifth, and eighthelements are exchanged.
x12458(E1, E2, E4, E5, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fourth, fifth, and eighthelements are exchanged.
x12458(E1, E2, E4, E5, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, fourth, fifth, and eighthelements are exchanged.
x12458(E1, E2, E4, E5, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fourth, fifth, and eighthelements are exchanged.
x12459(E1, E2, E4, E5, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fourth, fifth, and ninethelements are exchanged.
x12459(E1, E2, E4, E5, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fourth, fifth, and ninethelements are exchanged.
x1246(E1, E2, E4, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, second, fourth, and sixthelements are exchanged.
x1246(E1, E2, E4, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, fourth, and sixthelements are exchanged.
x1246(E1, E2, E4, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, fourth, and sixthelements are exchanged.
x1246(E1, E2, E4, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fourth, and sixthelements are exchanged.
x1246(E1, E2, E4, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, second, fourth, and sixthelements are exchanged.
x1246(E1, E2, E4, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, fourth, and sixthelements are exchanged.
x1246(E1, E2, E4, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, fourth, and sixthelements are exchanged.
x1246(E1, E2, E4, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fourth, and sixthelements are exchanged.
x12467(E1, E2, E4, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, fourth, sixth, and seventhelements are exchanged.
x12467(E1, E2, E4, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, fourth, sixth, and seventhelements are exchanged.
x12467(E1, E2, E4, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fourth, sixth, and seventhelements are exchanged.
x12467(E1, E2, E4, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, fourth, sixth, and seventhelements are exchanged.
x12467(E1, E2, E4, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, fourth, sixth, and seventhelements are exchanged.
x12467(E1, E2, E4, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fourth, sixth, and seventhelements are exchanged.
x12468(E1, E2, E4, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, fourth, sixth, and eighthelements are exchanged.
x12468(E1, E2, E4, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fourth, sixth, and eighthelements are exchanged.
x12468(E1, E2, E4, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, fourth, sixth, and eighthelements are exchanged.
x12468(E1, E2, E4, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fourth, sixth, and eighthelements are exchanged.
x12469(E1, E2, E4, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fourth, sixth, and ninethelements are exchanged.
x12469(E1, E2, E4, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fourth, sixth, and ninethelements are exchanged.
x1247(E1, E2, E4, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, fourth, and seventhelements are exchanged.
x1247(E1, E2, E4, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, fourth, and seventhelements are exchanged.
x1247(E1, E2, E4, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fourth, and seventhelements are exchanged.
x1247(E1, E2, E4, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, fourth, and seventhelements are exchanged.
x1247(E1, E2, E4, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, fourth, and seventhelements are exchanged.
x1247(E1, E2, E4, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fourth, and seventhelements are exchanged.
x12478(E1, E2, E4, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, fourth, seventh, and eighthelements are exchanged.
x12478(E1, E2, E4, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fourth, seventh, and eighthelements are exchanged.
x12478(E1, E2, E4, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, fourth, seventh, and eighthelements are exchanged.
x12478(E1, E2, E4, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fourth, seventh, and eighthelements are exchanged.
x12479(E1, E2, E4, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fourth, seventh, and ninethelements are exchanged.
x12479(E1, E2, E4, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fourth, seventh, and ninethelements are exchanged.
x1248(E1, E2, E4, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, fourth, and eighthelements are exchanged.
x1248(E1, E2, E4, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fourth, and eighthelements are exchanged.
x1248(E1, E2, E4, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, fourth, and eighthelements are exchanged.
x1248(E1, E2, E4, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fourth, and eighthelements are exchanged.
x12489(E1, E2, E4, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fourth, eighth, and ninethelements are exchanged.
x12489(E1, E2, E4, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fourth, eighth, and ninethelements are exchanged.
x1249(E1, E2, E4, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fourth, and ninethelements are exchanged.
x1249(E1, E2, E4, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fourth, and ninethelements are exchanged.
x125(E1, E2, E5) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the first, second, and fifthelements are exchanged.
x125(E1, E2, E5) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, second, and fifthelements are exchanged.
x125(E1, E2, E5) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, and fifthelements are exchanged.
x125(E1, E2, E5) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, and fifthelements are exchanged.
x125(E1, E2, E5) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, and fifthelements are exchanged.
x125(E1, E2, E5) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the first, second, and fifthelements are exchanged.
x125(E1, E2, E5) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, second, and fifthelements are exchanged.
x125(E1, E2, E5) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, and fifthelements are exchanged.
x125(E1, E2, E5) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, and fifthelements are exchanged.
x125(E1, E2, E5) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, and fifthelements are exchanged.
x1256(E1, E2, E5, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, second, fifth, and sixthelements are exchanged.
x1256(E1, E2, E5, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, fifth, and sixthelements are exchanged.
x1256(E1, E2, E5, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, fifth, and sixthelements are exchanged.
x1256(E1, E2, E5, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fifth, and sixthelements are exchanged.
x1256(E1, E2, E5, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, second, fifth, and sixthelements are exchanged.
x1256(E1, E2, E5, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, fifth, and sixthelements are exchanged.
x1256(E1, E2, E5, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, fifth, and sixthelements are exchanged.
x1256(E1, E2, E5, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fifth, and sixthelements are exchanged.
x12567(E1, E2, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, fifth, sixth, and seventhelements are exchanged.
x12567(E1, E2, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, fifth, sixth, and seventhelements are exchanged.
x12567(E1, E2, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fifth, sixth, and seventhelements are exchanged.
x12567(E1, E2, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, fifth, sixth, and seventhelements are exchanged.
x12567(E1, E2, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, fifth, sixth, and seventhelements are exchanged.
x12567(E1, E2, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fifth, sixth, and seventhelements are exchanged.
x12568(E1, E2, E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, fifth, sixth, and eighthelements are exchanged.
x12568(E1, E2, E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fifth, sixth, and eighthelements are exchanged.
x12568(E1, E2, E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, fifth, sixth, and eighthelements are exchanged.
x12568(E1, E2, E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fifth, sixth, and eighthelements are exchanged.
x12569(E1, E2, E5, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fifth, sixth, and ninethelements are exchanged.
x12569(E1, E2, E5, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fifth, sixth, and ninethelements are exchanged.
x1257(E1, E2, E5, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, fifth, and seventhelements are exchanged.
x1257(E1, E2, E5, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, fifth, and seventhelements are exchanged.
x1257(E1, E2, E5, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fifth, and seventhelements are exchanged.
x1257(E1, E2, E5, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, fifth, and seventhelements are exchanged.
x1257(E1, E2, E5, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, fifth, and seventhelements are exchanged.
x1257(E1, E2, E5, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fifth, and seventhelements are exchanged.
x12578(E1, E2, E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, fifth, seventh, and eighthelements are exchanged.
x12578(E1, E2, E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fifth, seventh, and eighthelements are exchanged.
x12578(E1, E2, E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, fifth, seventh, and eighthelements are exchanged.
x12578(E1, E2, E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fifth, seventh, and eighthelements are exchanged.
x12579(E1, E2, E5, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fifth, seventh, and ninethelements are exchanged.
x12579(E1, E2, E5, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fifth, seventh, and ninethelements are exchanged.
x1258(E1, E2, E5, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, fifth, and eighthelements are exchanged.
x1258(E1, E2, E5, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fifth, and eighthelements are exchanged.
x1258(E1, E2, E5, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, fifth, and eighthelements are exchanged.
x1258(E1, E2, E5, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fifth, and eighthelements are exchanged.
x12589(E1, E2, E5, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fifth, eighth, and ninethelements are exchanged.
x12589(E1, E2, E5, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fifth, eighth, and ninethelements are exchanged.
x1259(E1, E2, E5, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, fifth, and ninethelements are exchanged.
x1259(E1, E2, E5, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, fifth, and ninethelements are exchanged.
x126(E1, E2, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, second, and sixthelements are exchanged.
x126(E1, E2, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, and sixthelements are exchanged.
x126(E1, E2, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, and sixthelements are exchanged.
x126(E1, E2, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, and sixthelements are exchanged.
x126(E1, E2, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, second, and sixthelements are exchanged.
x126(E1, E2, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, and sixthelements are exchanged.
x126(E1, E2, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, and sixthelements are exchanged.
x126(E1, E2, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, and sixthelements are exchanged.
x1267(E1, E2, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, sixth, and seventhelements are exchanged.
x1267(E1, E2, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, sixth, and seventhelements are exchanged.
x1267(E1, E2, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, sixth, and seventhelements are exchanged.
x1267(E1, E2, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, sixth, and seventhelements are exchanged.
x1267(E1, E2, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, sixth, and seventhelements are exchanged.
x1267(E1, E2, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, sixth, and seventhelements are exchanged.
x12678(E1, E2, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, sixth, seventh, and eighthelements are exchanged.
x12678(E1, E2, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, sixth, seventh, and eighthelements are exchanged.
x12678(E1, E2, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, sixth, seventh, and eighthelements are exchanged.
x12678(E1, E2, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, sixth, seventh, and eighthelements are exchanged.
x12679(E1, E2, E6, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, sixth, seventh, and ninethelements are exchanged.
x12679(E1, E2, E6, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, sixth, seventh, and ninethelements are exchanged.
x1268(E1, E2, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, sixth, and eighthelements are exchanged.
x1268(E1, E2, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, sixth, and eighthelements are exchanged.
x1268(E1, E2, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, sixth, and eighthelements are exchanged.
x1268(E1, E2, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, sixth, and eighthelements are exchanged.
x12689(E1, E2, E6, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, sixth, eighth, and ninethelements are exchanged.
x12689(E1, E2, E6, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, sixth, eighth, and ninethelements are exchanged.
x1269(E1, E2, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, sixth, and ninethelements are exchanged.
x1269(E1, E2, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, sixth, and ninethelements are exchanged.
x127(E1, E2, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, second, and seventhelements are exchanged.
x127(E1, E2, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, and seventhelements are exchanged.
x127(E1, E2, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, and seventhelements are exchanged.
x127(E1, E2, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, second, and seventhelements are exchanged.
x127(E1, E2, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, and seventhelements are exchanged.
x127(E1, E2, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, and seventhelements are exchanged.
x1278(E1, E2, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, seventh, and eighthelements are exchanged.
x1278(E1, E2, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, seventh, and eighthelements are exchanged.
x1278(E1, E2, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, seventh, and eighthelements are exchanged.
x1278(E1, E2, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, seventh, and eighthelements are exchanged.
x12789(E1, E2, E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, seventh, eighth, and ninethelements are exchanged.
x12789(E1, E2, E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, seventh, eighth, and ninethelements are exchanged.
x1279(E1, E2, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, seventh, and ninethelements are exchanged.
x1279(E1, E2, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, seventh, and ninethelements are exchanged.
x128(E1, E2, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, second, and eighthelements are exchanged.
x128(E1, E2, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, and eighthelements are exchanged.
x128(E1, E2, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, second, and eighthelements are exchanged.
x128(E1, E2, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, and eighthelements are exchanged.
x1289(E1, E2, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, eighth, and ninethelements are exchanged.
x1289(E1, E2, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, eighth, and ninethelements are exchanged.
x129(E1, E2, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, second, and ninethelements are exchanged.
x129(E1, E2, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, second, and ninethelements are exchanged.
x13(E1, E3) - Method in class de.caff.generics.tuple.NTuple3
Create a 3-tuple from this one where the first and third elements are exchanged.
x13(E1, E3) - Method in class de.caff.generics.tuple.NTuple4
Create a 4-tuple from this one where the first and third elements are exchanged.
x13(E1, E3) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the first and third elements are exchanged.
x13(E1, E3) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first and third elements are exchanged.
x13(E1, E3) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first and third elements are exchanged.
x13(E1, E3) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first and third elements are exchanged.
x13(E1, E3) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first and third elements are exchanged.
x13(E1, E3) - Method in class de.caff.generics.tuple.Tuple3
Create a 3-tuple from this one where the first and third elements are exchanged.
x13(E1, E3) - Method in class de.caff.generics.tuple.Tuple4
Create a 4-tuple from this one where the first and third elements are exchanged.
x13(E1, E3) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the first and third elements are exchanged.
x13(E1, E3) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first and third elements are exchanged.
x13(E1, E3) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first and third elements are exchanged.
x13(E1, E3) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first and third elements are exchanged.
x13(E1, E3) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first and third elements are exchanged.
x134(E1, E3, E4) - Method in class de.caff.generics.tuple.NTuple4
Create a 4-tuple from this one where the first, third, and fourthelements are exchanged.
x134(E1, E3, E4) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the first, third, and fourthelements are exchanged.
x134(E1, E3, E4) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, third, and fourthelements are exchanged.
x134(E1, E3, E4) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, third, and fourthelements are exchanged.
x134(E1, E3, E4) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, and fourthelements are exchanged.
x134(E1, E3, E4) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, and fourthelements are exchanged.
x134(E1, E3, E4) - Method in class de.caff.generics.tuple.Tuple4
Create a 4-tuple from this one where the first, third, and fourthelements are exchanged.
x134(E1, E3, E4) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the first, third, and fourthelements are exchanged.
x134(E1, E3, E4) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, third, and fourthelements are exchanged.
x134(E1, E3, E4) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, third, and fourthelements are exchanged.
x134(E1, E3, E4) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, and fourthelements are exchanged.
x134(E1, E3, E4) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, and fourthelements are exchanged.
x1345(E1, E3, E4, E5) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the first, third, fourth, and fifthelements are exchanged.
x1345(E1, E3, E4, E5) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, third, fourth, and fifthelements are exchanged.
x1345(E1, E3, E4, E5) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, third, fourth, and fifthelements are exchanged.
x1345(E1, E3, E4, E5) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, fourth, and fifthelements are exchanged.
x1345(E1, E3, E4, E5) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fourth, and fifthelements are exchanged.
x1345(E1, E3, E4, E5) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the first, third, fourth, and fifthelements are exchanged.
x1345(E1, E3, E4, E5) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, third, fourth, and fifthelements are exchanged.
x1345(E1, E3, E4, E5) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, third, fourth, and fifthelements are exchanged.
x1345(E1, E3, E4, E5) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, fourth, and fifthelements are exchanged.
x1345(E1, E3, E4, E5) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fourth, and fifthelements are exchanged.
x13456(E1, E3, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, third, fourth, fifth, and sixthelements are exchanged.
x13456(E1, E3, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, third, fourth, fifth, and sixthelements are exchanged.
x13456(E1, E3, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, fourth, fifth, and sixthelements are exchanged.
x13456(E1, E3, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fourth, fifth, and sixthelements are exchanged.
x13456(E1, E3, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, third, fourth, fifth, and sixthelements are exchanged.
x13456(E1, E3, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, third, fourth, fifth, and sixthelements are exchanged.
x13456(E1, E3, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, fourth, fifth, and sixthelements are exchanged.
x13456(E1, E3, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fourth, fifth, and sixthelements are exchanged.
x13457(E1, E3, E4, E5, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, third, fourth, fifth, and seventhelements are exchanged.
x13457(E1, E3, E4, E5, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, fourth, fifth, and seventhelements are exchanged.
x13457(E1, E3, E4, E5, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fourth, fifth, and seventhelements are exchanged.
x13457(E1, E3, E4, E5, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, third, fourth, fifth, and seventhelements are exchanged.
x13457(E1, E3, E4, E5, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, fourth, fifth, and seventhelements are exchanged.
x13457(E1, E3, E4, E5, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fourth, fifth, and seventhelements are exchanged.
x13458(E1, E3, E4, E5, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, fourth, fifth, and eighthelements are exchanged.
x13458(E1, E3, E4, E5, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fourth, fifth, and eighthelements are exchanged.
x13458(E1, E3, E4, E5, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, fourth, fifth, and eighthelements are exchanged.
x13458(E1, E3, E4, E5, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fourth, fifth, and eighthelements are exchanged.
x13459(E1, E3, E4, E5, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fourth, fifth, and ninethelements are exchanged.
x13459(E1, E3, E4, E5, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fourth, fifth, and ninethelements are exchanged.
x1346(E1, E3, E4, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, third, fourth, and sixthelements are exchanged.
x1346(E1, E3, E4, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, third, fourth, and sixthelements are exchanged.
x1346(E1, E3, E4, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, fourth, and sixthelements are exchanged.
x1346(E1, E3, E4, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fourth, and sixthelements are exchanged.
x1346(E1, E3, E4, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, third, fourth, and sixthelements are exchanged.
x1346(E1, E3, E4, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, third, fourth, and sixthelements are exchanged.
x1346(E1, E3, E4, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, fourth, and sixthelements are exchanged.
x1346(E1, E3, E4, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fourth, and sixthelements are exchanged.
x13467(E1, E3, E4, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, third, fourth, sixth, and seventhelements are exchanged.
x13467(E1, E3, E4, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, fourth, sixth, and seventhelements are exchanged.
x13467(E1, E3, E4, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fourth, sixth, and seventhelements are exchanged.
x13467(E1, E3, E4, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, third, fourth, sixth, and seventhelements are exchanged.
x13467(E1, E3, E4, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, fourth, sixth, and seventhelements are exchanged.
x13467(E1, E3, E4, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fourth, sixth, and seventhelements are exchanged.
x13468(E1, E3, E4, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, fourth, sixth, and eighthelements are exchanged.
x13468(E1, E3, E4, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fourth, sixth, and eighthelements are exchanged.
x13468(E1, E3, E4, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, fourth, sixth, and eighthelements are exchanged.
x13468(E1, E3, E4, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fourth, sixth, and eighthelements are exchanged.
x13469(E1, E3, E4, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fourth, sixth, and ninethelements are exchanged.
x13469(E1, E3, E4, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fourth, sixth, and ninethelements are exchanged.
x1347(E1, E3, E4, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, third, fourth, and seventhelements are exchanged.
x1347(E1, E3, E4, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, fourth, and seventhelements are exchanged.
x1347(E1, E3, E4, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fourth, and seventhelements are exchanged.
x1347(E1, E3, E4, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, third, fourth, and seventhelements are exchanged.
x1347(E1, E3, E4, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, fourth, and seventhelements are exchanged.
x1347(E1, E3, E4, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fourth, and seventhelements are exchanged.
x13478(E1, E3, E4, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, fourth, seventh, and eighthelements are exchanged.
x13478(E1, E3, E4, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fourth, seventh, and eighthelements are exchanged.
x13478(E1, E3, E4, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, fourth, seventh, and eighthelements are exchanged.
x13478(E1, E3, E4, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fourth, seventh, and eighthelements are exchanged.
x13479(E1, E3, E4, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fourth, seventh, and ninethelements are exchanged.
x13479(E1, E3, E4, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fourth, seventh, and ninethelements are exchanged.
x1348(E1, E3, E4, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, fourth, and eighthelements are exchanged.
x1348(E1, E3, E4, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fourth, and eighthelements are exchanged.
x1348(E1, E3, E4, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, fourth, and eighthelements are exchanged.
x1348(E1, E3, E4, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fourth, and eighthelements are exchanged.
x13489(E1, E3, E4, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fourth, eighth, and ninethelements are exchanged.
x13489(E1, E3, E4, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fourth, eighth, and ninethelements are exchanged.
x1349(E1, E3, E4, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fourth, and ninethelements are exchanged.
x1349(E1, E3, E4, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fourth, and ninethelements are exchanged.
x135(E1, E3, E5) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the first, third, and fifthelements are exchanged.
x135(E1, E3, E5) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, third, and fifthelements are exchanged.
x135(E1, E3, E5) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, third, and fifthelements are exchanged.
x135(E1, E3, E5) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, and fifthelements are exchanged.
x135(E1, E3, E5) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, and fifthelements are exchanged.
x135(E1, E3, E5) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the first, third, and fifthelements are exchanged.
x135(E1, E3, E5) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, third, and fifthelements are exchanged.
x135(E1, E3, E5) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, third, and fifthelements are exchanged.
x135(E1, E3, E5) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, and fifthelements are exchanged.
x135(E1, E3, E5) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, and fifthelements are exchanged.
x1356(E1, E3, E5, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, third, fifth, and sixthelements are exchanged.
x1356(E1, E3, E5, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, third, fifth, and sixthelements are exchanged.
x1356(E1, E3, E5, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, fifth, and sixthelements are exchanged.
x1356(E1, E3, E5, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fifth, and sixthelements are exchanged.
x1356(E1, E3, E5, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, third, fifth, and sixthelements are exchanged.
x1356(E1, E3, E5, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, third, fifth, and sixthelements are exchanged.
x1356(E1, E3, E5, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, fifth, and sixthelements are exchanged.
x1356(E1, E3, E5, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fifth, and sixthelements are exchanged.
x13567(E1, E3, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, third, fifth, sixth, and seventhelements are exchanged.
x13567(E1, E3, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, fifth, sixth, and seventhelements are exchanged.
x13567(E1, E3, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fifth, sixth, and seventhelements are exchanged.
x13567(E1, E3, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, third, fifth, sixth, and seventhelements are exchanged.
x13567(E1, E3, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, fifth, sixth, and seventhelements are exchanged.
x13567(E1, E3, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fifth, sixth, and seventhelements are exchanged.
x13568(E1, E3, E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, fifth, sixth, and eighthelements are exchanged.
x13568(E1, E3, E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fifth, sixth, and eighthelements are exchanged.
x13568(E1, E3, E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, fifth, sixth, and eighthelements are exchanged.
x13568(E1, E3, E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fifth, sixth, and eighthelements are exchanged.
x13569(E1, E3, E5, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fifth, sixth, and ninethelements are exchanged.
x13569(E1, E3, E5, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fifth, sixth, and ninethelements are exchanged.
x1357(E1, E3, E5, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, third, fifth, and seventhelements are exchanged.
x1357(E1, E3, E5, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, fifth, and seventhelements are exchanged.
x1357(E1, E3, E5, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fifth, and seventhelements are exchanged.
x1357(E1, E3, E5, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, third, fifth, and seventhelements are exchanged.
x1357(E1, E3, E5, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, fifth, and seventhelements are exchanged.
x1357(E1, E3, E5, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fifth, and seventhelements are exchanged.
x13578(E1, E3, E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, fifth, seventh, and eighthelements are exchanged.
x13578(E1, E3, E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fifth, seventh, and eighthelements are exchanged.
x13578(E1, E3, E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, fifth, seventh, and eighthelements are exchanged.
x13578(E1, E3, E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fifth, seventh, and eighthelements are exchanged.
x13579(E1, E3, E5, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fifth, seventh, and ninethelements are exchanged.
x13579(E1, E3, E5, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fifth, seventh, and ninethelements are exchanged.
x1358(E1, E3, E5, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, fifth, and eighthelements are exchanged.
x1358(E1, E3, E5, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fifth, and eighthelements are exchanged.
x1358(E1, E3, E5, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, fifth, and eighthelements are exchanged.
x1358(E1, E3, E5, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fifth, and eighthelements are exchanged.
x13589(E1, E3, E5, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fifth, eighth, and ninethelements are exchanged.
x13589(E1, E3, E5, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fifth, eighth, and ninethelements are exchanged.
x1359(E1, E3, E5, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, fifth, and ninethelements are exchanged.
x1359(E1, E3, E5, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, fifth, and ninethelements are exchanged.
x136(E1, E3, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, third, and sixthelements are exchanged.
x136(E1, E3, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, third, and sixthelements are exchanged.
x136(E1, E3, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, and sixthelements are exchanged.
x136(E1, E3, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, and sixthelements are exchanged.
x136(E1, E3, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, third, and sixthelements are exchanged.
x136(E1, E3, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, third, and sixthelements are exchanged.
x136(E1, E3, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, and sixthelements are exchanged.
x136(E1, E3, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, and sixthelements are exchanged.
x1367(E1, E3, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, third, sixth, and seventhelements are exchanged.
x1367(E1, E3, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, sixth, and seventhelements are exchanged.
x1367(E1, E3, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, sixth, and seventhelements are exchanged.
x1367(E1, E3, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, third, sixth, and seventhelements are exchanged.
x1367(E1, E3, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, sixth, and seventhelements are exchanged.
x1367(E1, E3, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, sixth, and seventhelements are exchanged.
x13678(E1, E3, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, sixth, seventh, and eighthelements are exchanged.
x13678(E1, E3, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, sixth, seventh, and eighthelements are exchanged.
x13678(E1, E3, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, sixth, seventh, and eighthelements are exchanged.
x13678(E1, E3, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, sixth, seventh, and eighthelements are exchanged.
x13679(E1, E3, E6, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, sixth, seventh, and ninethelements are exchanged.
x13679(E1, E3, E6, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, sixth, seventh, and ninethelements are exchanged.
x1368(E1, E3, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, sixth, and eighthelements are exchanged.
x1368(E1, E3, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, sixth, and eighthelements are exchanged.
x1368(E1, E3, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, sixth, and eighthelements are exchanged.
x1368(E1, E3, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, sixth, and eighthelements are exchanged.
x13689(E1, E3, E6, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, sixth, eighth, and ninethelements are exchanged.
x13689(E1, E3, E6, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, sixth, eighth, and ninethelements are exchanged.
x1369(E1, E3, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, sixth, and ninethelements are exchanged.
x1369(E1, E3, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, sixth, and ninethelements are exchanged.
x137(E1, E3, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, third, and seventhelements are exchanged.
x137(E1, E3, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, and seventhelements are exchanged.
x137(E1, E3, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, and seventhelements are exchanged.
x137(E1, E3, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, third, and seventhelements are exchanged.
x137(E1, E3, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, and seventhelements are exchanged.
x137(E1, E3, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, and seventhelements are exchanged.
x1378(E1, E3, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, seventh, and eighthelements are exchanged.
x1378(E1, E3, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, seventh, and eighthelements are exchanged.
x1378(E1, E3, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, seventh, and eighthelements are exchanged.
x1378(E1, E3, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, seventh, and eighthelements are exchanged.
x13789(E1, E3, E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, seventh, eighth, and ninethelements are exchanged.
x13789(E1, E3, E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, seventh, eighth, and ninethelements are exchanged.
x1379(E1, E3, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, seventh, and ninethelements are exchanged.
x1379(E1, E3, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, seventh, and ninethelements are exchanged.
x138(E1, E3, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, third, and eighthelements are exchanged.
x138(E1, E3, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, and eighthelements are exchanged.
x138(E1, E3, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, third, and eighthelements are exchanged.
x138(E1, E3, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, and eighthelements are exchanged.
x1389(E1, E3, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, eighth, and ninethelements are exchanged.
x1389(E1, E3, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, eighth, and ninethelements are exchanged.
x139(E1, E3, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, third, and ninethelements are exchanged.
x139(E1, E3, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, third, and ninethelements are exchanged.
x14(E1, E4) - Method in class de.caff.generics.tuple.NTuple4
Create a 4-tuple from this one where the first and fourth elements are exchanged.
x14(E1, E4) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the first and fourth elements are exchanged.
x14(E1, E4) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first and fourth elements are exchanged.
x14(E1, E4) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first and fourth elements are exchanged.
x14(E1, E4) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first and fourth elements are exchanged.
x14(E1, E4) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first and fourth elements are exchanged.
x14(E1, E4) - Method in class de.caff.generics.tuple.Tuple4
Create a 4-tuple from this one where the first and fourth elements are exchanged.
x14(E1, E4) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the first and fourth elements are exchanged.
x14(E1, E4) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first and fourth elements are exchanged.
x14(E1, E4) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first and fourth elements are exchanged.
x14(E1, E4) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first and fourth elements are exchanged.
x14(E1, E4) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first and fourth elements are exchanged.
x145(E1, E4, E5) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the first, fourth, and fifthelements are exchanged.
x145(E1, E4, E5) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, fourth, and fifthelements are exchanged.
x145(E1, E4, E5) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, fourth, and fifthelements are exchanged.
x145(E1, E4, E5) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, fourth, and fifthelements are exchanged.
x145(E1, E4, E5) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, and fifthelements are exchanged.
x145(E1, E4, E5) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the first, fourth, and fifthelements are exchanged.
x145(E1, E4, E5) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, fourth, and fifthelements are exchanged.
x145(E1, E4, E5) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, fourth, and fifthelements are exchanged.
x145(E1, E4, E5) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, fourth, and fifthelements are exchanged.
x145(E1, E4, E5) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, and fifthelements are exchanged.
x1456(E1, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, fourth, fifth, and sixthelements are exchanged.
x1456(E1, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, fourth, fifth, and sixthelements are exchanged.
x1456(E1, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, fourth, fifth, and sixthelements are exchanged.
x1456(E1, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, fifth, and sixthelements are exchanged.
x1456(E1, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, fourth, fifth, and sixthelements are exchanged.
x1456(E1, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, fourth, fifth, and sixthelements are exchanged.
x1456(E1, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, fourth, fifth, and sixthelements are exchanged.
x1456(E1, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, fifth, and sixthelements are exchanged.
x14567(E1, E4, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, fourth, fifth, sixth, and seventhelements are exchanged.
x14567(E1, E4, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, fourth, fifth, sixth, and seventhelements are exchanged.
x14567(E1, E4, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, fifth, sixth, and seventhelements are exchanged.
x14567(E1, E4, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, fourth, fifth, sixth, and seventhelements are exchanged.
x14567(E1, E4, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, fourth, fifth, sixth, and seventhelements are exchanged.
x14567(E1, E4, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, fifth, sixth, and seventhelements are exchanged.
x14568(E1, E4, E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, fourth, fifth, sixth, and eighthelements are exchanged.
x14568(E1, E4, E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, fifth, sixth, and eighthelements are exchanged.
x14568(E1, E4, E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, fourth, fifth, sixth, and eighthelements are exchanged.
x14568(E1, E4, E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, fifth, sixth, and eighthelements are exchanged.
x14569(E1, E4, E5, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, fifth, sixth, and ninethelements are exchanged.
x14569(E1, E4, E5, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, fifth, sixth, and ninethelements are exchanged.
x1457(E1, E4, E5, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, fourth, fifth, and seventhelements are exchanged.
x1457(E1, E4, E5, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, fourth, fifth, and seventhelements are exchanged.
x1457(E1, E4, E5, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, fifth, and seventhelements are exchanged.
x1457(E1, E4, E5, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, fourth, fifth, and seventhelements are exchanged.
x1457(E1, E4, E5, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, fourth, fifth, and seventhelements are exchanged.
x1457(E1, E4, E5, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, fifth, and seventhelements are exchanged.
x14578(E1, E4, E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, fourth, fifth, seventh, and eighthelements are exchanged.
x14578(E1, E4, E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, fifth, seventh, and eighthelements are exchanged.
x14578(E1, E4, E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, fourth, fifth, seventh, and eighthelements are exchanged.
x14578(E1, E4, E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, fifth, seventh, and eighthelements are exchanged.
x14579(E1, E4, E5, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, fifth, seventh, and ninethelements are exchanged.
x14579(E1, E4, E5, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, fifth, seventh, and ninethelements are exchanged.
x1458(E1, E4, E5, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, fourth, fifth, and eighthelements are exchanged.
x1458(E1, E4, E5, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, fifth, and eighthelements are exchanged.
x1458(E1, E4, E5, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, fourth, fifth, and eighthelements are exchanged.
x1458(E1, E4, E5, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, fifth, and eighthelements are exchanged.
x14589(E1, E4, E5, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, fifth, eighth, and ninethelements are exchanged.
x14589(E1, E4, E5, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, fifth, eighth, and ninethelements are exchanged.
x1459(E1, E4, E5, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, fifth, and ninethelements are exchanged.
x1459(E1, E4, E5, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, fifth, and ninethelements are exchanged.
x146(E1, E4, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, fourth, and sixthelements are exchanged.
x146(E1, E4, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, fourth, and sixthelements are exchanged.
x146(E1, E4, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, fourth, and sixthelements are exchanged.
x146(E1, E4, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, and sixthelements are exchanged.
x146(E1, E4, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, fourth, and sixthelements are exchanged.
x146(E1, E4, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, fourth, and sixthelements are exchanged.
x146(E1, E4, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, fourth, and sixthelements are exchanged.
x146(E1, E4, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, and sixthelements are exchanged.
x1467(E1, E4, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, fourth, sixth, and seventhelements are exchanged.
x1467(E1, E4, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, fourth, sixth, and seventhelements are exchanged.
x1467(E1, E4, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, sixth, and seventhelements are exchanged.
x1467(E1, E4, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, fourth, sixth, and seventhelements are exchanged.
x1467(E1, E4, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, fourth, sixth, and seventhelements are exchanged.
x1467(E1, E4, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, sixth, and seventhelements are exchanged.
x14678(E1, E4, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, fourth, sixth, seventh, and eighthelements are exchanged.
x14678(E1, E4, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, sixth, seventh, and eighthelements are exchanged.
x14678(E1, E4, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, fourth, sixth, seventh, and eighthelements are exchanged.
x14678(E1, E4, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, sixth, seventh, and eighthelements are exchanged.
x14679(E1, E4, E6, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, sixth, seventh, and ninethelements are exchanged.
x14679(E1, E4, E6, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, sixth, seventh, and ninethelements are exchanged.
x1468(E1, E4, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, fourth, sixth, and eighthelements are exchanged.
x1468(E1, E4, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, sixth, and eighthelements are exchanged.
x1468(E1, E4, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, fourth, sixth, and eighthelements are exchanged.
x1468(E1, E4, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, sixth, and eighthelements are exchanged.
x14689(E1, E4, E6, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, sixth, eighth, and ninethelements are exchanged.
x14689(E1, E4, E6, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, sixth, eighth, and ninethelements are exchanged.
x1469(E1, E4, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, sixth, and ninethelements are exchanged.
x1469(E1, E4, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, sixth, and ninethelements are exchanged.
x147(E1, E4, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, fourth, and seventhelements are exchanged.
x147(E1, E4, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, fourth, and seventhelements are exchanged.
x147(E1, E4, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, and seventhelements are exchanged.
x147(E1, E4, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, fourth, and seventhelements are exchanged.
x147(E1, E4, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, fourth, and seventhelements are exchanged.
x147(E1, E4, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, and seventhelements are exchanged.
x1478(E1, E4, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, fourth, seventh, and eighthelements are exchanged.
x1478(E1, E4, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, seventh, and eighthelements are exchanged.
x1478(E1, E4, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, fourth, seventh, and eighthelements are exchanged.
x1478(E1, E4, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, seventh, and eighthelements are exchanged.
x14789(E1, E4, E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, seventh, eighth, and ninethelements are exchanged.
x14789(E1, E4, E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, seventh, eighth, and ninethelements are exchanged.
x1479(E1, E4, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, seventh, and ninethelements are exchanged.
x1479(E1, E4, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, seventh, and ninethelements are exchanged.
x148(E1, E4, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, fourth, and eighthelements are exchanged.
x148(E1, E4, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, and eighthelements are exchanged.
x148(E1, E4, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, fourth, and eighthelements are exchanged.
x148(E1, E4, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, and eighthelements are exchanged.
x1489(E1, E4, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, eighth, and ninethelements are exchanged.
x1489(E1, E4, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, eighth, and ninethelements are exchanged.
x149(E1, E4, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fourth, and ninethelements are exchanged.
x149(E1, E4, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fourth, and ninethelements are exchanged.
x15(E1, E5) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the first and fifth elements are exchanged.
x15(E1, E5) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first and fifth elements are exchanged.
x15(E1, E5) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first and fifth elements are exchanged.
x15(E1, E5) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first and fifth elements are exchanged.
x15(E1, E5) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first and fifth elements are exchanged.
x15(E1, E5) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the first and fifth elements are exchanged.
x15(E1, E5) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first and fifth elements are exchanged.
x15(E1, E5) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first and fifth elements are exchanged.
x15(E1, E5) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first and fifth elements are exchanged.
x15(E1, E5) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first and fifth elements are exchanged.
x156(E1, E5, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first, fifth, and sixthelements are exchanged.
x156(E1, E5, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, fifth, and sixthelements are exchanged.
x156(E1, E5, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, fifth, and sixthelements are exchanged.
x156(E1, E5, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fifth, and sixthelements are exchanged.
x156(E1, E5, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first, fifth, and sixthelements are exchanged.
x156(E1, E5, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, fifth, and sixthelements are exchanged.
x156(E1, E5, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, fifth, and sixthelements are exchanged.
x156(E1, E5, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fifth, and sixthelements are exchanged.
x1567(E1, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, fifth, sixth, and seventhelements are exchanged.
x1567(E1, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, fifth, sixth, and seventhelements are exchanged.
x1567(E1, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fifth, sixth, and seventhelements are exchanged.
x1567(E1, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, fifth, sixth, and seventhelements are exchanged.
x1567(E1, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, fifth, sixth, and seventhelements are exchanged.
x1567(E1, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fifth, sixth, and seventhelements are exchanged.
x15678(E1, E5, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, fifth, sixth, seventh, and eighthelements are exchanged.
x15678(E1, E5, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fifth, sixth, seventh, and eighthelements are exchanged.
x15678(E1, E5, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, fifth, sixth, seventh, and eighthelements are exchanged.
x15678(E1, E5, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fifth, sixth, seventh, and eighthelements are exchanged.
x15679(E1, E5, E6, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fifth, sixth, seventh, and ninethelements are exchanged.
x15679(E1, E5, E6, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fifth, sixth, seventh, and ninethelements are exchanged.
x1568(E1, E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, fifth, sixth, and eighthelements are exchanged.
x1568(E1, E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fifth, sixth, and eighthelements are exchanged.
x1568(E1, E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, fifth, sixth, and eighthelements are exchanged.
x1568(E1, E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fifth, sixth, and eighthelements are exchanged.
x15689(E1, E5, E6, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fifth, sixth, eighth, and ninethelements are exchanged.
x15689(E1, E5, E6, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fifth, sixth, eighth, and ninethelements are exchanged.
x1569(E1, E5, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fifth, sixth, and ninethelements are exchanged.
x1569(E1, E5, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fifth, sixth, and ninethelements are exchanged.
x157(E1, E5, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, fifth, and seventhelements are exchanged.
x157(E1, E5, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, fifth, and seventhelements are exchanged.
x157(E1, E5, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fifth, and seventhelements are exchanged.
x157(E1, E5, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, fifth, and seventhelements are exchanged.
x157(E1, E5, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, fifth, and seventhelements are exchanged.
x157(E1, E5, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fifth, and seventhelements are exchanged.
x1578(E1, E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, fifth, seventh, and eighthelements are exchanged.
x1578(E1, E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fifth, seventh, and eighthelements are exchanged.
x1578(E1, E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, fifth, seventh, and eighthelements are exchanged.
x1578(E1, E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fifth, seventh, and eighthelements are exchanged.
x15789(E1, E5, E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fifth, seventh, eighth, and ninethelements are exchanged.
x15789(E1, E5, E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fifth, seventh, eighth, and ninethelements are exchanged.
x1579(E1, E5, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fifth, seventh, and ninethelements are exchanged.
x1579(E1, E5, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fifth, seventh, and ninethelements are exchanged.
x158(E1, E5, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, fifth, and eighthelements are exchanged.
x158(E1, E5, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fifth, and eighthelements are exchanged.
x158(E1, E5, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, fifth, and eighthelements are exchanged.
x158(E1, E5, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fifth, and eighthelements are exchanged.
x1589(E1, E5, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fifth, eighth, and ninethelements are exchanged.
x1589(E1, E5, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fifth, eighth, and ninethelements are exchanged.
x159(E1, E5, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, fifth, and ninethelements are exchanged.
x159(E1, E5, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, fifth, and ninethelements are exchanged.
x16(E1, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the first and sixth elements are exchanged.
x16(E1, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first and sixth elements are exchanged.
x16(E1, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first and sixth elements are exchanged.
x16(E1, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first and sixth elements are exchanged.
x16(E1, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the first and sixth elements are exchanged.
x16(E1, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first and sixth elements are exchanged.
x16(E1, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first and sixth elements are exchanged.
x16(E1, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first and sixth elements are exchanged.
x167(E1, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first, sixth, and seventhelements are exchanged.
x167(E1, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, sixth, and seventhelements are exchanged.
x167(E1, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, sixth, and seventhelements are exchanged.
x167(E1, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first, sixth, and seventhelements are exchanged.
x167(E1, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, sixth, and seventhelements are exchanged.
x167(E1, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, sixth, and seventhelements are exchanged.
x1678(E1, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, sixth, seventh, and eighthelements are exchanged.
x1678(E1, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, sixth, seventh, and eighthelements are exchanged.
x1678(E1, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, sixth, seventh, and eighthelements are exchanged.
x1678(E1, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, sixth, seventh, and eighthelements are exchanged.
x16789(E1, E6, E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, sixth, seventh, eighth, and ninethelements are exchanged.
x16789(E1, E6, E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, sixth, seventh, eighth, and ninethelements are exchanged.
x1679(E1, E6, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, sixth, seventh, and ninethelements are exchanged.
x1679(E1, E6, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, sixth, seventh, and ninethelements are exchanged.
x168(E1, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, sixth, and eighthelements are exchanged.
x168(E1, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, sixth, and eighthelements are exchanged.
x168(E1, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, sixth, and eighthelements are exchanged.
x168(E1, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, sixth, and eighthelements are exchanged.
x1689(E1, E6, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, sixth, eighth, and ninethelements are exchanged.
x1689(E1, E6, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, sixth, eighth, and ninethelements are exchanged.
x169(E1, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, sixth, and ninethelements are exchanged.
x169(E1, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, sixth, and ninethelements are exchanged.
x17(E1, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the first and seventh elements are exchanged.
x17(E1, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first and seventh elements are exchanged.
x17(E1, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first and seventh elements are exchanged.
x17(E1, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the first and seventh elements are exchanged.
x17(E1, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first and seventh elements are exchanged.
x17(E1, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first and seventh elements are exchanged.
x178(E1, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first, seventh, and eighthelements are exchanged.
x178(E1, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, seventh, and eighthelements are exchanged.
x178(E1, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first, seventh, and eighthelements are exchanged.
x178(E1, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, seventh, and eighthelements are exchanged.
x1789(E1, E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, seventh, eighth, and ninethelements are exchanged.
x1789(E1, E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, seventh, eighth, and ninethelements are exchanged.
x179(E1, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, seventh, and ninethelements are exchanged.
x179(E1, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, seventh, and ninethelements are exchanged.
x18(E1, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the first and eighth elements are exchanged.
x18(E1, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first and eighth elements are exchanged.
x18(E1, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the first and eighth elements are exchanged.
x18(E1, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first and eighth elements are exchanged.
x189(E1, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first, eighth, and ninethelements are exchanged.
x189(E1, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first, eighth, and ninethelements are exchanged.
x19(E1, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the first and nineth elements are exchanged.
x19(E1, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the first and nineth elements are exchanged.
x2(E2) - Method in class de.caff.generics.tuple.NTuple2
Create a 2-tuple from this one where the second element is exchanged.
x2(E2) - Method in class de.caff.generics.tuple.NTuple3
Create a 3-tuple from this one where the second element is exchanged.
x2(E2) - Method in class de.caff.generics.tuple.NTuple4
Create a 4-tuple from this one where the second element is exchanged.
x2(E2) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the second element is exchanged.
x2(E2) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the second element is exchanged.
x2(E2) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second element is exchanged.
x2(E2) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second element is exchanged.
x2(E2) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second element is exchanged.
x2(E2) - Method in class de.caff.generics.tuple.Tuple2
Create a 2-tuple from this one where the second element is exchanged.
x2(E2) - Method in class de.caff.generics.tuple.Tuple3
Create a 3-tuple from this one where the second element is exchanged.
x2(E2) - Method in class de.caff.generics.tuple.Tuple4
Create a 4-tuple from this one where the second element is exchanged.
x2(E2) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the second element is exchanged.
x2(E2) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the second element is exchanged.
x2(E2) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second element is exchanged.
x2(E2) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second element is exchanged.
x2(E2) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second element is exchanged.
x23(E2, E3) - Method in class de.caff.generics.tuple.NTuple3
Create a 3-tuple from this one where the second and third elements are exchanged.
x23(E2, E3) - Method in class de.caff.generics.tuple.NTuple4
Create a 4-tuple from this one where the second and third elements are exchanged.
x23(E2, E3) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the second and third elements are exchanged.
x23(E2, E3) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the second and third elements are exchanged.
x23(E2, E3) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second and third elements are exchanged.
x23(E2, E3) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second and third elements are exchanged.
x23(E2, E3) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second and third elements are exchanged.
x23(E2, E3) - Method in class de.caff.generics.tuple.Tuple3
Create a 3-tuple from this one where the second and third elements are exchanged.
x23(E2, E3) - Method in class de.caff.generics.tuple.Tuple4
Create a 4-tuple from this one where the second and third elements are exchanged.
x23(E2, E3) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the second and third elements are exchanged.
x23(E2, E3) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the second and third elements are exchanged.
x23(E2, E3) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second and third elements are exchanged.
x23(E2, E3) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second and third elements are exchanged.
x23(E2, E3) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second and third elements are exchanged.
x234(E2, E3, E4) - Method in class de.caff.generics.tuple.NTuple4
Create a 4-tuple from this one where the second, third, and fourthelements are exchanged.
x234(E2, E3, E4) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the second, third, and fourthelements are exchanged.
x234(E2, E3, E4) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the second, third, and fourthelements are exchanged.
x234(E2, E3, E4) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, third, and fourthelements are exchanged.
x234(E2, E3, E4) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, and fourthelements are exchanged.
x234(E2, E3, E4) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, and fourthelements are exchanged.
x234(E2, E3, E4) - Method in class de.caff.generics.tuple.Tuple4
Create a 4-tuple from this one where the second, third, and fourthelements are exchanged.
x234(E2, E3, E4) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the second, third, and fourthelements are exchanged.
x234(E2, E3, E4) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the second, third, and fourthelements are exchanged.
x234(E2, E3, E4) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, third, and fourthelements are exchanged.
x234(E2, E3, E4) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, and fourthelements are exchanged.
x234(E2, E3, E4) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, and fourthelements are exchanged.
x2345(E2, E3, E4, E5) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the second, third, fourth, and fifthelements are exchanged.
x2345(E2, E3, E4, E5) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the second, third, fourth, and fifthelements are exchanged.
x2345(E2, E3, E4, E5) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, third, fourth, and fifthelements are exchanged.
x2345(E2, E3, E4, E5) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, fourth, and fifthelements are exchanged.
x2345(E2, E3, E4, E5) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fourth, and fifthelements are exchanged.
x2345(E2, E3, E4, E5) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the second, third, fourth, and fifthelements are exchanged.
x2345(E2, E3, E4, E5) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the second, third, fourth, and fifthelements are exchanged.
x2345(E2, E3, E4, E5) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, third, fourth, and fifthelements are exchanged.
x2345(E2, E3, E4, E5) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, fourth, and fifthelements are exchanged.
x2345(E2, E3, E4, E5) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fourth, and fifthelements are exchanged.
x23456(E2, E3, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the second, third, fourth, fifth, and sixthelements are exchanged.
x23456(E2, E3, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, third, fourth, fifth, and sixthelements are exchanged.
x23456(E2, E3, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, fourth, fifth, and sixthelements are exchanged.
x23456(E2, E3, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fourth, fifth, and sixthelements are exchanged.
x23456(E2, E3, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the second, third, fourth, fifth, and sixthelements are exchanged.
x23456(E2, E3, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, third, fourth, fifth, and sixthelements are exchanged.
x23456(E2, E3, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, fourth, fifth, and sixthelements are exchanged.
x23456(E2, E3, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fourth, fifth, and sixthelements are exchanged.
x23457(E2, E3, E4, E5, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, third, fourth, fifth, and seventhelements are exchanged.
x23457(E2, E3, E4, E5, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, fourth, fifth, and seventhelements are exchanged.
x23457(E2, E3, E4, E5, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fourth, fifth, and seventhelements are exchanged.
x23457(E2, E3, E4, E5, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, third, fourth, fifth, and seventhelements are exchanged.
x23457(E2, E3, E4, E5, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, fourth, fifth, and seventhelements are exchanged.
x23457(E2, E3, E4, E5, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fourth, fifth, and seventhelements are exchanged.
x23458(E2, E3, E4, E5, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, fourth, fifth, and eighthelements are exchanged.
x23458(E2, E3, E4, E5, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fourth, fifth, and eighthelements are exchanged.
x23458(E2, E3, E4, E5, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, fourth, fifth, and eighthelements are exchanged.
x23458(E2, E3, E4, E5, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fourth, fifth, and eighthelements are exchanged.
x23459(E2, E3, E4, E5, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fourth, fifth, and ninethelements are exchanged.
x23459(E2, E3, E4, E5, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fourth, fifth, and ninethelements are exchanged.
x2346(E2, E3, E4, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the second, third, fourth, and sixthelements are exchanged.
x2346(E2, E3, E4, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, third, fourth, and sixthelements are exchanged.
x2346(E2, E3, E4, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, fourth, and sixthelements are exchanged.
x2346(E2, E3, E4, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fourth, and sixthelements are exchanged.
x2346(E2, E3, E4, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the second, third, fourth, and sixthelements are exchanged.
x2346(E2, E3, E4, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, third, fourth, and sixthelements are exchanged.
x2346(E2, E3, E4, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, fourth, and sixthelements are exchanged.
x2346(E2, E3, E4, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fourth, and sixthelements are exchanged.
x23467(E2, E3, E4, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, third, fourth, sixth, and seventhelements are exchanged.
x23467(E2, E3, E4, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, fourth, sixth, and seventhelements are exchanged.
x23467(E2, E3, E4, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fourth, sixth, and seventhelements are exchanged.
x23467(E2, E3, E4, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, third, fourth, sixth, and seventhelements are exchanged.
x23467(E2, E3, E4, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, fourth, sixth, and seventhelements are exchanged.
x23467(E2, E3, E4, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fourth, sixth, and seventhelements are exchanged.
x23468(E2, E3, E4, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, fourth, sixth, and eighthelements are exchanged.
x23468(E2, E3, E4, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fourth, sixth, and eighthelements are exchanged.
x23468(E2, E3, E4, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, fourth, sixth, and eighthelements are exchanged.
x23468(E2, E3, E4, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fourth, sixth, and eighthelements are exchanged.
x23469(E2, E3, E4, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fourth, sixth, and ninethelements are exchanged.
x23469(E2, E3, E4, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fourth, sixth, and ninethelements are exchanged.
x2347(E2, E3, E4, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, third, fourth, and seventhelements are exchanged.
x2347(E2, E3, E4, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, fourth, and seventhelements are exchanged.
x2347(E2, E3, E4, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fourth, and seventhelements are exchanged.
x2347(E2, E3, E4, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, third, fourth, and seventhelements are exchanged.
x2347(E2, E3, E4, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, fourth, and seventhelements are exchanged.
x2347(E2, E3, E4, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fourth, and seventhelements are exchanged.
x23478(E2, E3, E4, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, fourth, seventh, and eighthelements are exchanged.
x23478(E2, E3, E4, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fourth, seventh, and eighthelements are exchanged.
x23478(E2, E3, E4, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, fourth, seventh, and eighthelements are exchanged.
x23478(E2, E3, E4, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fourth, seventh, and eighthelements are exchanged.
x23479(E2, E3, E4, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fourth, seventh, and ninethelements are exchanged.
x23479(E2, E3, E4, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fourth, seventh, and ninethelements are exchanged.
x2348(E2, E3, E4, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, fourth, and eighthelements are exchanged.
x2348(E2, E3, E4, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fourth, and eighthelements are exchanged.
x2348(E2, E3, E4, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, fourth, and eighthelements are exchanged.
x2348(E2, E3, E4, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fourth, and eighthelements are exchanged.
x23489(E2, E3, E4, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fourth, eighth, and ninethelements are exchanged.
x23489(E2, E3, E4, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fourth, eighth, and ninethelements are exchanged.
x2349(E2, E3, E4, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fourth, and ninethelements are exchanged.
x2349(E2, E3, E4, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fourth, and ninethelements are exchanged.
x235(E2, E3, E5) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the second, third, and fifthelements are exchanged.
x235(E2, E3, E5) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the second, third, and fifthelements are exchanged.
x235(E2, E3, E5) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, third, and fifthelements are exchanged.
x235(E2, E3, E5) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, and fifthelements are exchanged.
x235(E2, E3, E5) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, and fifthelements are exchanged.
x235(E2, E3, E5) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the second, third, and fifthelements are exchanged.
x235(E2, E3, E5) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the second, third, and fifthelements are exchanged.
x235(E2, E3, E5) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, third, and fifthelements are exchanged.
x235(E2, E3, E5) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, and fifthelements are exchanged.
x235(E2, E3, E5) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, and fifthelements are exchanged.
x2356(E2, E3, E5, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the second, third, fifth, and sixthelements are exchanged.
x2356(E2, E3, E5, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, third, fifth, and sixthelements are exchanged.
x2356(E2, E3, E5, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, fifth, and sixthelements are exchanged.
x2356(E2, E3, E5, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fifth, and sixthelements are exchanged.
x2356(E2, E3, E5, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the second, third, fifth, and sixthelements are exchanged.
x2356(E2, E3, E5, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, third, fifth, and sixthelements are exchanged.
x2356(E2, E3, E5, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, fifth, and sixthelements are exchanged.
x2356(E2, E3, E5, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fifth, and sixthelements are exchanged.
x23567(E2, E3, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, third, fifth, sixth, and seventhelements are exchanged.
x23567(E2, E3, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, fifth, sixth, and seventhelements are exchanged.
x23567(E2, E3, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fifth, sixth, and seventhelements are exchanged.
x23567(E2, E3, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, third, fifth, sixth, and seventhelements are exchanged.
x23567(E2, E3, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, fifth, sixth, and seventhelements are exchanged.
x23567(E2, E3, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fifth, sixth, and seventhelements are exchanged.
x23568(E2, E3, E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, fifth, sixth, and eighthelements are exchanged.
x23568(E2, E3, E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fifth, sixth, and eighthelements are exchanged.
x23568(E2, E3, E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, fifth, sixth, and eighthelements are exchanged.
x23568(E2, E3, E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fifth, sixth, and eighthelements are exchanged.
x23569(E2, E3, E5, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fifth, sixth, and ninethelements are exchanged.
x23569(E2, E3, E5, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fifth, sixth, and ninethelements are exchanged.
x2357(E2, E3, E5, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, third, fifth, and seventhelements are exchanged.
x2357(E2, E3, E5, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, fifth, and seventhelements are exchanged.
x2357(E2, E3, E5, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fifth, and seventhelements are exchanged.
x2357(E2, E3, E5, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, third, fifth, and seventhelements are exchanged.
x2357(E2, E3, E5, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, fifth, and seventhelements are exchanged.
x2357(E2, E3, E5, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fifth, and seventhelements are exchanged.
x23578(E2, E3, E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, fifth, seventh, and eighthelements are exchanged.
x23578(E2, E3, E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fifth, seventh, and eighthelements are exchanged.
x23578(E2, E3, E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, fifth, seventh, and eighthelements are exchanged.
x23578(E2, E3, E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fifth, seventh, and eighthelements are exchanged.
x23579(E2, E3, E5, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fifth, seventh, and ninethelements are exchanged.
x23579(E2, E3, E5, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fifth, seventh, and ninethelements are exchanged.
x2358(E2, E3, E5, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, fifth, and eighthelements are exchanged.
x2358(E2, E3, E5, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fifth, and eighthelements are exchanged.
x2358(E2, E3, E5, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, fifth, and eighthelements are exchanged.
x2358(E2, E3, E5, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fifth, and eighthelements are exchanged.
x23589(E2, E3, E5, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fifth, eighth, and ninethelements are exchanged.
x23589(E2, E3, E5, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fifth, eighth, and ninethelements are exchanged.
x2359(E2, E3, E5, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, fifth, and ninethelements are exchanged.
x2359(E2, E3, E5, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, fifth, and ninethelements are exchanged.
x236(E2, E3, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the second, third, and sixthelements are exchanged.
x236(E2, E3, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, third, and sixthelements are exchanged.
x236(E2, E3, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, and sixthelements are exchanged.
x236(E2, E3, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, and sixthelements are exchanged.
x236(E2, E3, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the second, third, and sixthelements are exchanged.
x236(E2, E3, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, third, and sixthelements are exchanged.
x236(E2, E3, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, and sixthelements are exchanged.
x236(E2, E3, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, and sixthelements are exchanged.
x2367(E2, E3, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, third, sixth, and seventhelements are exchanged.
x2367(E2, E3, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, sixth, and seventhelements are exchanged.
x2367(E2, E3, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, sixth, and seventhelements are exchanged.
x2367(E2, E3, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, third, sixth, and seventhelements are exchanged.
x2367(E2, E3, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, sixth, and seventhelements are exchanged.
x2367(E2, E3, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, sixth, and seventhelements are exchanged.
x23678(E2, E3, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, sixth, seventh, and eighthelements are exchanged.
x23678(E2, E3, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, sixth, seventh, and eighthelements are exchanged.
x23678(E2, E3, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, sixth, seventh, and eighthelements are exchanged.
x23678(E2, E3, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, sixth, seventh, and eighthelements are exchanged.
x23679(E2, E3, E6, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, sixth, seventh, and ninethelements are exchanged.
x23679(E2, E3, E6, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, sixth, seventh, and ninethelements are exchanged.
x2368(E2, E3, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, sixth, and eighthelements are exchanged.
x2368(E2, E3, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, sixth, and eighthelements are exchanged.
x2368(E2, E3, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, sixth, and eighthelements are exchanged.
x2368(E2, E3, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, sixth, and eighthelements are exchanged.
x23689(E2, E3, E6, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, sixth, eighth, and ninethelements are exchanged.
x23689(E2, E3, E6, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, sixth, eighth, and ninethelements are exchanged.
x2369(E2, E3, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, sixth, and ninethelements are exchanged.
x2369(E2, E3, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, sixth, and ninethelements are exchanged.
x237(E2, E3, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, third, and seventhelements are exchanged.
x237(E2, E3, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, and seventhelements are exchanged.
x237(E2, E3, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, and seventhelements are exchanged.
x237(E2, E3, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, third, and seventhelements are exchanged.
x237(E2, E3, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, and seventhelements are exchanged.
x237(E2, E3, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, and seventhelements are exchanged.
x2378(E2, E3, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, seventh, and eighthelements are exchanged.
x2378(E2, E3, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, seventh, and eighthelements are exchanged.
x2378(E2, E3, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, seventh, and eighthelements are exchanged.
x2378(E2, E3, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, seventh, and eighthelements are exchanged.
x23789(E2, E3, E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, seventh, eighth, and ninethelements are exchanged.
x23789(E2, E3, E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, seventh, eighth, and ninethelements are exchanged.
x2379(E2, E3, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, seventh, and ninethelements are exchanged.
x2379(E2, E3, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, seventh, and ninethelements are exchanged.
x238(E2, E3, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, third, and eighthelements are exchanged.
x238(E2, E3, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, and eighthelements are exchanged.
x238(E2, E3, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, third, and eighthelements are exchanged.
x238(E2, E3, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, and eighthelements are exchanged.
x2389(E2, E3, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, eighth, and ninethelements are exchanged.
x2389(E2, E3, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, eighth, and ninethelements are exchanged.
x239(E2, E3, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, third, and ninethelements are exchanged.
x239(E2, E3, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, third, and ninethelements are exchanged.
x24(E2, E4) - Method in class de.caff.generics.tuple.NTuple4
Create a 4-tuple from this one where the second and fourth elements are exchanged.
x24(E2, E4) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the second and fourth elements are exchanged.
x24(E2, E4) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the second and fourth elements are exchanged.
x24(E2, E4) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second and fourth elements are exchanged.
x24(E2, E4) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second and fourth elements are exchanged.
x24(E2, E4) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second and fourth elements are exchanged.
x24(E2, E4) - Method in class de.caff.generics.tuple.Tuple4
Create a 4-tuple from this one where the second and fourth elements are exchanged.
x24(E2, E4) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the second and fourth elements are exchanged.
x24(E2, E4) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the second and fourth elements are exchanged.
x24(E2, E4) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second and fourth elements are exchanged.
x24(E2, E4) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second and fourth elements are exchanged.
x24(E2, E4) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second and fourth elements are exchanged.
x245(E2, E4, E5) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the second, fourth, and fifthelements are exchanged.
x245(E2, E4, E5) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the second, fourth, and fifthelements are exchanged.
x245(E2, E4, E5) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, fourth, and fifthelements are exchanged.
x245(E2, E4, E5) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, fourth, and fifthelements are exchanged.
x245(E2, E4, E5) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, and fifthelements are exchanged.
x245(E2, E4, E5) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the second, fourth, and fifthelements are exchanged.
x245(E2, E4, E5) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the second, fourth, and fifthelements are exchanged.
x245(E2, E4, E5) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, fourth, and fifthelements are exchanged.
x245(E2, E4, E5) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, fourth, and fifthelements are exchanged.
x245(E2, E4, E5) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, and fifthelements are exchanged.
x2456(E2, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the second, fourth, fifth, and sixthelements are exchanged.
x2456(E2, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, fourth, fifth, and sixthelements are exchanged.
x2456(E2, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, fourth, fifth, and sixthelements are exchanged.
x2456(E2, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, fifth, and sixthelements are exchanged.
x2456(E2, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the second, fourth, fifth, and sixthelements are exchanged.
x2456(E2, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, fourth, fifth, and sixthelements are exchanged.
x2456(E2, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, fourth, fifth, and sixthelements are exchanged.
x2456(E2, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, fifth, and sixthelements are exchanged.
x24567(E2, E4, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, fourth, fifth, sixth, and seventhelements are exchanged.
x24567(E2, E4, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, fourth, fifth, sixth, and seventhelements are exchanged.
x24567(E2, E4, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, fifth, sixth, and seventhelements are exchanged.
x24567(E2, E4, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, fourth, fifth, sixth, and seventhelements are exchanged.
x24567(E2, E4, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, fourth, fifth, sixth, and seventhelements are exchanged.
x24567(E2, E4, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, fifth, sixth, and seventhelements are exchanged.
x24568(E2, E4, E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, fourth, fifth, sixth, and eighthelements are exchanged.
x24568(E2, E4, E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, fifth, sixth, and eighthelements are exchanged.
x24568(E2, E4, E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, fourth, fifth, sixth, and eighthelements are exchanged.
x24568(E2, E4, E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, fifth, sixth, and eighthelements are exchanged.
x24569(E2, E4, E5, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, fifth, sixth, and ninethelements are exchanged.
x24569(E2, E4, E5, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, fifth, sixth, and ninethelements are exchanged.
x2457(E2, E4, E5, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, fourth, fifth, and seventhelements are exchanged.
x2457(E2, E4, E5, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, fourth, fifth, and seventhelements are exchanged.
x2457(E2, E4, E5, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, fifth, and seventhelements are exchanged.
x2457(E2, E4, E5, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, fourth, fifth, and seventhelements are exchanged.
x2457(E2, E4, E5, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, fourth, fifth, and seventhelements are exchanged.
x2457(E2, E4, E5, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, fifth, and seventhelements are exchanged.
x24578(E2, E4, E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, fourth, fifth, seventh, and eighthelements are exchanged.
x24578(E2, E4, E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, fifth, seventh, and eighthelements are exchanged.
x24578(E2, E4, E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, fourth, fifth, seventh, and eighthelements are exchanged.
x24578(E2, E4, E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, fifth, seventh, and eighthelements are exchanged.
x24579(E2, E4, E5, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, fifth, seventh, and ninethelements are exchanged.
x24579(E2, E4, E5, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, fifth, seventh, and ninethelements are exchanged.
x2458(E2, E4, E5, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, fourth, fifth, and eighthelements are exchanged.
x2458(E2, E4, E5, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, fifth, and eighthelements are exchanged.
x2458(E2, E4, E5, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, fourth, fifth, and eighthelements are exchanged.
x2458(E2, E4, E5, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, fifth, and eighthelements are exchanged.
x24589(E2, E4, E5, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, fifth, eighth, and ninethelements are exchanged.
x24589(E2, E4, E5, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, fifth, eighth, and ninethelements are exchanged.
x2459(E2, E4, E5, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, fifth, and ninethelements are exchanged.
x2459(E2, E4, E5, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, fifth, and ninethelements are exchanged.
x246(E2, E4, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the second, fourth, and sixthelements are exchanged.
x246(E2, E4, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, fourth, and sixthelements are exchanged.
x246(E2, E4, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, fourth, and sixthelements are exchanged.
x246(E2, E4, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, and sixthelements are exchanged.
x246(E2, E4, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the second, fourth, and sixthelements are exchanged.
x246(E2, E4, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, fourth, and sixthelements are exchanged.
x246(E2, E4, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, fourth, and sixthelements are exchanged.
x246(E2, E4, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, and sixthelements are exchanged.
x2467(E2, E4, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, fourth, sixth, and seventhelements are exchanged.
x2467(E2, E4, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, fourth, sixth, and seventhelements are exchanged.
x2467(E2, E4, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, sixth, and seventhelements are exchanged.
x2467(E2, E4, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, fourth, sixth, and seventhelements are exchanged.
x2467(E2, E4, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, fourth, sixth, and seventhelements are exchanged.
x2467(E2, E4, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, sixth, and seventhelements are exchanged.
x24678(E2, E4, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, fourth, sixth, seventh, and eighthelements are exchanged.
x24678(E2, E4, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, sixth, seventh, and eighthelements are exchanged.
x24678(E2, E4, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, fourth, sixth, seventh, and eighthelements are exchanged.
x24678(E2, E4, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, sixth, seventh, and eighthelements are exchanged.
x24679(E2, E4, E6, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, sixth, seventh, and ninethelements are exchanged.
x24679(E2, E4, E6, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, sixth, seventh, and ninethelements are exchanged.
x2468(E2, E4, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, fourth, sixth, and eighthelements are exchanged.
x2468(E2, E4, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, sixth, and eighthelements are exchanged.
x2468(E2, E4, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, fourth, sixth, and eighthelements are exchanged.
x2468(E2, E4, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, sixth, and eighthelements are exchanged.
x24689(E2, E4, E6, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, sixth, eighth, and ninethelements are exchanged.
x24689(E2, E4, E6, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, sixth, eighth, and ninethelements are exchanged.
x2469(E2, E4, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, sixth, and ninethelements are exchanged.
x2469(E2, E4, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, sixth, and ninethelements are exchanged.
x247(E2, E4, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, fourth, and seventhelements are exchanged.
x247(E2, E4, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, fourth, and seventhelements are exchanged.
x247(E2, E4, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, and seventhelements are exchanged.
x247(E2, E4, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, fourth, and seventhelements are exchanged.
x247(E2, E4, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, fourth, and seventhelements are exchanged.
x247(E2, E4, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, and seventhelements are exchanged.
x2478(E2, E4, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, fourth, seventh, and eighthelements are exchanged.
x2478(E2, E4, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, seventh, and eighthelements are exchanged.
x2478(E2, E4, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, fourth, seventh, and eighthelements are exchanged.
x2478(E2, E4, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, seventh, and eighthelements are exchanged.
x24789(E2, E4, E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, seventh, eighth, and ninethelements are exchanged.
x24789(E2, E4, E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, seventh, eighth, and ninethelements are exchanged.
x2479(E2, E4, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, seventh, and ninethelements are exchanged.
x2479(E2, E4, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, seventh, and ninethelements are exchanged.
x248(E2, E4, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, fourth, and eighthelements are exchanged.
x248(E2, E4, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, and eighthelements are exchanged.
x248(E2, E4, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, fourth, and eighthelements are exchanged.
x248(E2, E4, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, and eighthelements are exchanged.
x2489(E2, E4, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, eighth, and ninethelements are exchanged.
x2489(E2, E4, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, eighth, and ninethelements are exchanged.
x249(E2, E4, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fourth, and ninethelements are exchanged.
x249(E2, E4, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fourth, and ninethelements are exchanged.
x25(E2, E5) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the second and fifth elements are exchanged.
x25(E2, E5) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the second and fifth elements are exchanged.
x25(E2, E5) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second and fifth elements are exchanged.
x25(E2, E5) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second and fifth elements are exchanged.
x25(E2, E5) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second and fifth elements are exchanged.
x25(E2, E5) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the second and fifth elements are exchanged.
x25(E2, E5) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the second and fifth elements are exchanged.
x25(E2, E5) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second and fifth elements are exchanged.
x25(E2, E5) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second and fifth elements are exchanged.
x25(E2, E5) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second and fifth elements are exchanged.
x256(E2, E5, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the second, fifth, and sixthelements are exchanged.
x256(E2, E5, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, fifth, and sixthelements are exchanged.
x256(E2, E5, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, fifth, and sixthelements are exchanged.
x256(E2, E5, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fifth, and sixthelements are exchanged.
x256(E2, E5, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the second, fifth, and sixthelements are exchanged.
x256(E2, E5, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, fifth, and sixthelements are exchanged.
x256(E2, E5, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, fifth, and sixthelements are exchanged.
x256(E2, E5, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fifth, and sixthelements are exchanged.
x2567(E2, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, fifth, sixth, and seventhelements are exchanged.
x2567(E2, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, fifth, sixth, and seventhelements are exchanged.
x2567(E2, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fifth, sixth, and seventhelements are exchanged.
x2567(E2, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, fifth, sixth, and seventhelements are exchanged.
x2567(E2, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, fifth, sixth, and seventhelements are exchanged.
x2567(E2, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fifth, sixth, and seventhelements are exchanged.
x25678(E2, E5, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, fifth, sixth, seventh, and eighthelements are exchanged.
x25678(E2, E5, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fifth, sixth, seventh, and eighthelements are exchanged.
x25678(E2, E5, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, fifth, sixth, seventh, and eighthelements are exchanged.
x25678(E2, E5, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fifth, sixth, seventh, and eighthelements are exchanged.
x25679(E2, E5, E6, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fifth, sixth, seventh, and ninethelements are exchanged.
x25679(E2, E5, E6, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fifth, sixth, seventh, and ninethelements are exchanged.
x2568(E2, E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, fifth, sixth, and eighthelements are exchanged.
x2568(E2, E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fifth, sixth, and eighthelements are exchanged.
x2568(E2, E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, fifth, sixth, and eighthelements are exchanged.
x2568(E2, E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fifth, sixth, and eighthelements are exchanged.
x25689(E2, E5, E6, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fifth, sixth, eighth, and ninethelements are exchanged.
x25689(E2, E5, E6, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fifth, sixth, eighth, and ninethelements are exchanged.
x2569(E2, E5, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fifth, sixth, and ninethelements are exchanged.
x2569(E2, E5, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fifth, sixth, and ninethelements are exchanged.
x257(E2, E5, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, fifth, and seventhelements are exchanged.
x257(E2, E5, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, fifth, and seventhelements are exchanged.
x257(E2, E5, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fifth, and seventhelements are exchanged.
x257(E2, E5, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, fifth, and seventhelements are exchanged.
x257(E2, E5, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, fifth, and seventhelements are exchanged.
x257(E2, E5, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fifth, and seventhelements are exchanged.
x2578(E2, E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, fifth, seventh, and eighthelements are exchanged.
x2578(E2, E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fifth, seventh, and eighthelements are exchanged.
x2578(E2, E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, fifth, seventh, and eighthelements are exchanged.
x2578(E2, E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fifth, seventh, and eighthelements are exchanged.
x25789(E2, E5, E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fifth, seventh, eighth, and ninethelements are exchanged.
x25789(E2, E5, E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fifth, seventh, eighth, and ninethelements are exchanged.
x2579(E2, E5, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fifth, seventh, and ninethelements are exchanged.
x2579(E2, E5, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fifth, seventh, and ninethelements are exchanged.
x258(E2, E5, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, fifth, and eighthelements are exchanged.
x258(E2, E5, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fifth, and eighthelements are exchanged.
x258(E2, E5, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, fifth, and eighthelements are exchanged.
x258(E2, E5, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fifth, and eighthelements are exchanged.
x2589(E2, E5, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fifth, eighth, and ninethelements are exchanged.
x2589(E2, E5, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fifth, eighth, and ninethelements are exchanged.
x259(E2, E5, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, fifth, and ninethelements are exchanged.
x259(E2, E5, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, fifth, and ninethelements are exchanged.
x26(E2, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the second and sixth elements are exchanged.
x26(E2, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second and sixth elements are exchanged.
x26(E2, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second and sixth elements are exchanged.
x26(E2, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second and sixth elements are exchanged.
x26(E2, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the second and sixth elements are exchanged.
x26(E2, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second and sixth elements are exchanged.
x26(E2, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second and sixth elements are exchanged.
x26(E2, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second and sixth elements are exchanged.
x267(E2, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second, sixth, and seventhelements are exchanged.
x267(E2, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, sixth, and seventhelements are exchanged.
x267(E2, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, sixth, and seventhelements are exchanged.
x267(E2, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second, sixth, and seventhelements are exchanged.
x267(E2, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, sixth, and seventhelements are exchanged.
x267(E2, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, sixth, and seventhelements are exchanged.
x2678(E2, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, sixth, seventh, and eighthelements are exchanged.
x2678(E2, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, sixth, seventh, and eighthelements are exchanged.
x2678(E2, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, sixth, seventh, and eighthelements are exchanged.
x2678(E2, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, sixth, seventh, and eighthelements are exchanged.
x26789(E2, E6, E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, sixth, seventh, eighth, and ninethelements are exchanged.
x26789(E2, E6, E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, sixth, seventh, eighth, and ninethelements are exchanged.
x2679(E2, E6, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, sixth, seventh, and ninethelements are exchanged.
x2679(E2, E6, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, sixth, seventh, and ninethelements are exchanged.
x268(E2, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, sixth, and eighthelements are exchanged.
x268(E2, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, sixth, and eighthelements are exchanged.
x268(E2, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, sixth, and eighthelements are exchanged.
x268(E2, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, sixth, and eighthelements are exchanged.
x2689(E2, E6, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, sixth, eighth, and ninethelements are exchanged.
x2689(E2, E6, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, sixth, eighth, and ninethelements are exchanged.
x269(E2, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, sixth, and ninethelements are exchanged.
x269(E2, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, sixth, and ninethelements are exchanged.
x27(E2, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the second and seventh elements are exchanged.
x27(E2, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second and seventh elements are exchanged.
x27(E2, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second and seventh elements are exchanged.
x27(E2, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the second and seventh elements are exchanged.
x27(E2, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second and seventh elements are exchanged.
x27(E2, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second and seventh elements are exchanged.
x278(E2, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second, seventh, and eighthelements are exchanged.
x278(E2, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, seventh, and eighthelements are exchanged.
x278(E2, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second, seventh, and eighthelements are exchanged.
x278(E2, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, seventh, and eighthelements are exchanged.
x2789(E2, E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, seventh, eighth, and ninethelements are exchanged.
x2789(E2, E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, seventh, eighth, and ninethelements are exchanged.
x279(E2, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, seventh, and ninethelements are exchanged.
x279(E2, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, seventh, and ninethelements are exchanged.
x28(E2, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the second and eighth elements are exchanged.
x28(E2, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second and eighth elements are exchanged.
x28(E2, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the second and eighth elements are exchanged.
x28(E2, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second and eighth elements are exchanged.
x289(E2, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second, eighth, and ninethelements are exchanged.
x289(E2, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second, eighth, and ninethelements are exchanged.
x29(E2, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the second and nineth elements are exchanged.
x29(E2, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the second and nineth elements are exchanged.
x3(E3) - Method in class de.caff.generics.tuple.NTuple3
Create a 3-tuple from this one where the third element is exchanged.
x3(E3) - Method in class de.caff.generics.tuple.NTuple4
Create a 4-tuple from this one where the third element is exchanged.
x3(E3) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the third element is exchanged.
x3(E3) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the third element is exchanged.
x3(E3) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the third element is exchanged.
x3(E3) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third element is exchanged.
x3(E3) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third element is exchanged.
x3(E3) - Method in class de.caff.generics.tuple.Tuple3
Create a 3-tuple from this one where the third element is exchanged.
x3(E3) - Method in class de.caff.generics.tuple.Tuple4
Create a 4-tuple from this one where the third element is exchanged.
x3(E3) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the third element is exchanged.
x3(E3) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the third element is exchanged.
x3(E3) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the third element is exchanged.
x3(E3) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third element is exchanged.
x3(E3) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third element is exchanged.
x34(E3, E4) - Method in class de.caff.generics.tuple.NTuple4
Create a 4-tuple from this one where the third and fourth elements are exchanged.
x34(E3, E4) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the third and fourth elements are exchanged.
x34(E3, E4) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the third and fourth elements are exchanged.
x34(E3, E4) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the third and fourth elements are exchanged.
x34(E3, E4) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third and fourth elements are exchanged.
x34(E3, E4) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third and fourth elements are exchanged.
x34(E3, E4) - Method in class de.caff.generics.tuple.Tuple4
Create a 4-tuple from this one where the third and fourth elements are exchanged.
x34(E3, E4) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the third and fourth elements are exchanged.
x34(E3, E4) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the third and fourth elements are exchanged.
x34(E3, E4) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the third and fourth elements are exchanged.
x34(E3, E4) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third and fourth elements are exchanged.
x34(E3, E4) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third and fourth elements are exchanged.
x345(E3, E4, E5) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the third, fourth, and fifthelements are exchanged.
x345(E3, E4, E5) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the third, fourth, and fifthelements are exchanged.
x345(E3, E4, E5) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the third, fourth, and fifthelements are exchanged.
x345(E3, E4, E5) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, fourth, and fifthelements are exchanged.
x345(E3, E4, E5) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, and fifthelements are exchanged.
x345(E3, E4, E5) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the third, fourth, and fifthelements are exchanged.
x345(E3, E4, E5) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the third, fourth, and fifthelements are exchanged.
x345(E3, E4, E5) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the third, fourth, and fifthelements are exchanged.
x345(E3, E4, E5) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, fourth, and fifthelements are exchanged.
x345(E3, E4, E5) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, and fifthelements are exchanged.
x3456(E3, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the third, fourth, fifth, and sixthelements are exchanged.
x3456(E3, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the third, fourth, fifth, and sixthelements are exchanged.
x3456(E3, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, fourth, fifth, and sixthelements are exchanged.
x3456(E3, E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, fifth, and sixthelements are exchanged.
x3456(E3, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the third, fourth, fifth, and sixthelements are exchanged.
x3456(E3, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the third, fourth, fifth, and sixthelements are exchanged.
x3456(E3, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, fourth, fifth, and sixthelements are exchanged.
x3456(E3, E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, fifth, and sixthelements are exchanged.
x34567(E3, E4, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the third, fourth, fifth, sixth, and seventhelements are exchanged.
x34567(E3, E4, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, fourth, fifth, sixth, and seventhelements are exchanged.
x34567(E3, E4, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, fifth, sixth, and seventhelements are exchanged.
x34567(E3, E4, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the third, fourth, fifth, sixth, and seventhelements are exchanged.
x34567(E3, E4, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, fourth, fifth, sixth, and seventhelements are exchanged.
x34567(E3, E4, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, fifth, sixth, and seventhelements are exchanged.
x34568(E3, E4, E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, fourth, fifth, sixth, and eighthelements are exchanged.
x34568(E3, E4, E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, fifth, sixth, and eighthelements are exchanged.
x34568(E3, E4, E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, fourth, fifth, sixth, and eighthelements are exchanged.
x34568(E3, E4, E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, fifth, sixth, and eighthelements are exchanged.
x34569(E3, E4, E5, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, fifth, sixth, and ninethelements are exchanged.
x34569(E3, E4, E5, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, fifth, sixth, and ninethelements are exchanged.
x3457(E3, E4, E5, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the third, fourth, fifth, and seventhelements are exchanged.
x3457(E3, E4, E5, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, fourth, fifth, and seventhelements are exchanged.
x3457(E3, E4, E5, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, fifth, and seventhelements are exchanged.
x3457(E3, E4, E5, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the third, fourth, fifth, and seventhelements are exchanged.
x3457(E3, E4, E5, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, fourth, fifth, and seventhelements are exchanged.
x3457(E3, E4, E5, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, fifth, and seventhelements are exchanged.
x34578(E3, E4, E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, fourth, fifth, seventh, and eighthelements are exchanged.
x34578(E3, E4, E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, fifth, seventh, and eighthelements are exchanged.
x34578(E3, E4, E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, fourth, fifth, seventh, and eighthelements are exchanged.
x34578(E3, E4, E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, fifth, seventh, and eighthelements are exchanged.
x34579(E3, E4, E5, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, fifth, seventh, and ninethelements are exchanged.
x34579(E3, E4, E5, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, fifth, seventh, and ninethelements are exchanged.
x3458(E3, E4, E5, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, fourth, fifth, and eighthelements are exchanged.
x3458(E3, E4, E5, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, fifth, and eighthelements are exchanged.
x3458(E3, E4, E5, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, fourth, fifth, and eighthelements are exchanged.
x3458(E3, E4, E5, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, fifth, and eighthelements are exchanged.
x34589(E3, E4, E5, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, fifth, eighth, and ninethelements are exchanged.
x34589(E3, E4, E5, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, fifth, eighth, and ninethelements are exchanged.
x3459(E3, E4, E5, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, fifth, and ninethelements are exchanged.
x3459(E3, E4, E5, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, fifth, and ninethelements are exchanged.
x346(E3, E4, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the third, fourth, and sixthelements are exchanged.
x346(E3, E4, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the third, fourth, and sixthelements are exchanged.
x346(E3, E4, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, fourth, and sixthelements are exchanged.
x346(E3, E4, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, and sixthelements are exchanged.
x346(E3, E4, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the third, fourth, and sixthelements are exchanged.
x346(E3, E4, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the third, fourth, and sixthelements are exchanged.
x346(E3, E4, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, fourth, and sixthelements are exchanged.
x346(E3, E4, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, and sixthelements are exchanged.
x3467(E3, E4, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the third, fourth, sixth, and seventhelements are exchanged.
x3467(E3, E4, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, fourth, sixth, and seventhelements are exchanged.
x3467(E3, E4, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, sixth, and seventhelements are exchanged.
x3467(E3, E4, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the third, fourth, sixth, and seventhelements are exchanged.
x3467(E3, E4, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, fourth, sixth, and seventhelements are exchanged.
x3467(E3, E4, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, sixth, and seventhelements are exchanged.
x34678(E3, E4, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, fourth, sixth, seventh, and eighthelements are exchanged.
x34678(E3, E4, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, sixth, seventh, and eighthelements are exchanged.
x34678(E3, E4, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, fourth, sixth, seventh, and eighthelements are exchanged.
x34678(E3, E4, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, sixth, seventh, and eighthelements are exchanged.
x34679(E3, E4, E6, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, sixth, seventh, and ninethelements are exchanged.
x34679(E3, E4, E6, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, sixth, seventh, and ninethelements are exchanged.
x3468(E3, E4, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, fourth, sixth, and eighthelements are exchanged.
x3468(E3, E4, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, sixth, and eighthelements are exchanged.
x3468(E3, E4, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, fourth, sixth, and eighthelements are exchanged.
x3468(E3, E4, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, sixth, and eighthelements are exchanged.
x34689(E3, E4, E6, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, sixth, eighth, and ninethelements are exchanged.
x34689(E3, E4, E6, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, sixth, eighth, and ninethelements are exchanged.
x3469(E3, E4, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, sixth, and ninethelements are exchanged.
x3469(E3, E4, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, sixth, and ninethelements are exchanged.
x347(E3, E4, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the third, fourth, and seventhelements are exchanged.
x347(E3, E4, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, fourth, and seventhelements are exchanged.
x347(E3, E4, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, and seventhelements are exchanged.
x347(E3, E4, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the third, fourth, and seventhelements are exchanged.
x347(E3, E4, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, fourth, and seventhelements are exchanged.
x347(E3, E4, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, and seventhelements are exchanged.
x3478(E3, E4, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, fourth, seventh, and eighthelements are exchanged.
x3478(E3, E4, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, seventh, and eighthelements are exchanged.
x3478(E3, E4, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, fourth, seventh, and eighthelements are exchanged.
x3478(E3, E4, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, seventh, and eighthelements are exchanged.
x34789(E3, E4, E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, seventh, eighth, and ninethelements are exchanged.
x34789(E3, E4, E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, seventh, eighth, and ninethelements are exchanged.
x3479(E3, E4, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, seventh, and ninethelements are exchanged.
x3479(E3, E4, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, seventh, and ninethelements are exchanged.
x348(E3, E4, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, fourth, and eighthelements are exchanged.
x348(E3, E4, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, and eighthelements are exchanged.
x348(E3, E4, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, fourth, and eighthelements are exchanged.
x348(E3, E4, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, and eighthelements are exchanged.
x3489(E3, E4, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, eighth, and ninethelements are exchanged.
x3489(E3, E4, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, eighth, and ninethelements are exchanged.
x349(E3, E4, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fourth, and ninethelements are exchanged.
x349(E3, E4, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fourth, and ninethelements are exchanged.
x35(E3, E5) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the third and fifth elements are exchanged.
x35(E3, E5) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the third and fifth elements are exchanged.
x35(E3, E5) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the third and fifth elements are exchanged.
x35(E3, E5) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third and fifth elements are exchanged.
x35(E3, E5) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third and fifth elements are exchanged.
x35(E3, E5) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the third and fifth elements are exchanged.
x35(E3, E5) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the third and fifth elements are exchanged.
x35(E3, E5) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the third and fifth elements are exchanged.
x35(E3, E5) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third and fifth elements are exchanged.
x35(E3, E5) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third and fifth elements are exchanged.
x356(E3, E5, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the third, fifth, and sixthelements are exchanged.
x356(E3, E5, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the third, fifth, and sixthelements are exchanged.
x356(E3, E5, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, fifth, and sixthelements are exchanged.
x356(E3, E5, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fifth, and sixthelements are exchanged.
x356(E3, E5, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the third, fifth, and sixthelements are exchanged.
x356(E3, E5, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the third, fifth, and sixthelements are exchanged.
x356(E3, E5, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, fifth, and sixthelements are exchanged.
x356(E3, E5, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fifth, and sixthelements are exchanged.
x3567(E3, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the third, fifth, sixth, and seventhelements are exchanged.
x3567(E3, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, fifth, sixth, and seventhelements are exchanged.
x3567(E3, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fifth, sixth, and seventhelements are exchanged.
x3567(E3, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the third, fifth, sixth, and seventhelements are exchanged.
x3567(E3, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, fifth, sixth, and seventhelements are exchanged.
x3567(E3, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fifth, sixth, and seventhelements are exchanged.
x35678(E3, E5, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, fifth, sixth, seventh, and eighthelements are exchanged.
x35678(E3, E5, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fifth, sixth, seventh, and eighthelements are exchanged.
x35678(E3, E5, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, fifth, sixth, seventh, and eighthelements are exchanged.
x35678(E3, E5, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fifth, sixth, seventh, and eighthelements are exchanged.
x35679(E3, E5, E6, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fifth, sixth, seventh, and ninethelements are exchanged.
x35679(E3, E5, E6, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fifth, sixth, seventh, and ninethelements are exchanged.
x3568(E3, E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, fifth, sixth, and eighthelements are exchanged.
x3568(E3, E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fifth, sixth, and eighthelements are exchanged.
x3568(E3, E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, fifth, sixth, and eighthelements are exchanged.
x3568(E3, E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fifth, sixth, and eighthelements are exchanged.
x35689(E3, E5, E6, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fifth, sixth, eighth, and ninethelements are exchanged.
x35689(E3, E5, E6, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fifth, sixth, eighth, and ninethelements are exchanged.
x3569(E3, E5, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fifth, sixth, and ninethelements are exchanged.
x3569(E3, E5, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fifth, sixth, and ninethelements are exchanged.
x357(E3, E5, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the third, fifth, and seventhelements are exchanged.
x357(E3, E5, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, fifth, and seventhelements are exchanged.
x357(E3, E5, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fifth, and seventhelements are exchanged.
x357(E3, E5, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the third, fifth, and seventhelements are exchanged.
x357(E3, E5, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, fifth, and seventhelements are exchanged.
x357(E3, E5, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fifth, and seventhelements are exchanged.
x3578(E3, E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, fifth, seventh, and eighthelements are exchanged.
x3578(E3, E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fifth, seventh, and eighthelements are exchanged.
x3578(E3, E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, fifth, seventh, and eighthelements are exchanged.
x3578(E3, E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fifth, seventh, and eighthelements are exchanged.
x35789(E3, E5, E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fifth, seventh, eighth, and ninethelements are exchanged.
x35789(E3, E5, E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fifth, seventh, eighth, and ninethelements are exchanged.
x3579(E3, E5, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fifth, seventh, and ninethelements are exchanged.
x3579(E3, E5, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fifth, seventh, and ninethelements are exchanged.
x358(E3, E5, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, fifth, and eighthelements are exchanged.
x358(E3, E5, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fifth, and eighthelements are exchanged.
x358(E3, E5, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, fifth, and eighthelements are exchanged.
x358(E3, E5, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fifth, and eighthelements are exchanged.
x3589(E3, E5, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fifth, eighth, and ninethelements are exchanged.
x3589(E3, E5, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fifth, eighth, and ninethelements are exchanged.
x359(E3, E5, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, fifth, and ninethelements are exchanged.
x359(E3, E5, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, fifth, and ninethelements are exchanged.
x36(E3, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the third and sixth elements are exchanged.
x36(E3, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the third and sixth elements are exchanged.
x36(E3, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third and sixth elements are exchanged.
x36(E3, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third and sixth elements are exchanged.
x36(E3, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the third and sixth elements are exchanged.
x36(E3, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the third and sixth elements are exchanged.
x36(E3, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third and sixth elements are exchanged.
x36(E3, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third and sixth elements are exchanged.
x367(E3, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the third, sixth, and seventhelements are exchanged.
x367(E3, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, sixth, and seventhelements are exchanged.
x367(E3, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, sixth, and seventhelements are exchanged.
x367(E3, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the third, sixth, and seventhelements are exchanged.
x367(E3, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, sixth, and seventhelements are exchanged.
x367(E3, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, sixth, and seventhelements are exchanged.
x3678(E3, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, sixth, seventh, and eighthelements are exchanged.
x3678(E3, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, sixth, seventh, and eighthelements are exchanged.
x3678(E3, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, sixth, seventh, and eighthelements are exchanged.
x3678(E3, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, sixth, seventh, and eighthelements are exchanged.
x36789(E3, E6, E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, sixth, seventh, eighth, and ninethelements are exchanged.
x36789(E3, E6, E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, sixth, seventh, eighth, and ninethelements are exchanged.
x3679(E3, E6, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, sixth, seventh, and ninethelements are exchanged.
x3679(E3, E6, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, sixth, seventh, and ninethelements are exchanged.
x368(E3, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, sixth, and eighthelements are exchanged.
x368(E3, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, sixth, and eighthelements are exchanged.
x368(E3, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, sixth, and eighthelements are exchanged.
x368(E3, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, sixth, and eighthelements are exchanged.
x3689(E3, E6, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, sixth, eighth, and ninethelements are exchanged.
x3689(E3, E6, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, sixth, eighth, and ninethelements are exchanged.
x369(E3, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, sixth, and ninethelements are exchanged.
x369(E3, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, sixth, and ninethelements are exchanged.
x37(E3, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the third and seventh elements are exchanged.
x37(E3, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third and seventh elements are exchanged.
x37(E3, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third and seventh elements are exchanged.
x37(E3, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the third and seventh elements are exchanged.
x37(E3, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third and seventh elements are exchanged.
x37(E3, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third and seventh elements are exchanged.
x378(E3, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third, seventh, and eighthelements are exchanged.
x378(E3, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, seventh, and eighthelements are exchanged.
x378(E3, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third, seventh, and eighthelements are exchanged.
x378(E3, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, seventh, and eighthelements are exchanged.
x3789(E3, E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, seventh, eighth, and ninethelements are exchanged.
x3789(E3, E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, seventh, eighth, and ninethelements are exchanged.
x379(E3, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, seventh, and ninethelements are exchanged.
x379(E3, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, seventh, and ninethelements are exchanged.
x38(E3, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the third and eighth elements are exchanged.
x38(E3, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third and eighth elements are exchanged.
x38(E3, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the third and eighth elements are exchanged.
x38(E3, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third and eighth elements are exchanged.
x389(E3, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third, eighth, and ninethelements are exchanged.
x389(E3, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third, eighth, and ninethelements are exchanged.
x39(E3, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the third and nineth elements are exchanged.
x39(E3, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the third and nineth elements are exchanged.
x4(E4) - Method in class de.caff.generics.tuple.NTuple4
Create a 4-tuple from this one where the fourth element is exchanged.
x4(E4) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the fourth element is exchanged.
x4(E4) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the fourth element is exchanged.
x4(E4) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the fourth element is exchanged.
x4(E4) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fourth element is exchanged.
x4(E4) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth element is exchanged.
x4(E4) - Method in class de.caff.generics.tuple.Tuple4
Create a 4-tuple from this one where the fourth element is exchanged.
x4(E4) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the fourth element is exchanged.
x4(E4) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the fourth element is exchanged.
x4(E4) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the fourth element is exchanged.
x4(E4) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fourth element is exchanged.
x4(E4) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth element is exchanged.
x45(E4, E5) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the fourth and fifth elements are exchanged.
x45(E4, E5) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the fourth and fifth elements are exchanged.
x45(E4, E5) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the fourth and fifth elements are exchanged.
x45(E4, E5) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fourth and fifth elements are exchanged.
x45(E4, E5) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth and fifth elements are exchanged.
x45(E4, E5) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the fourth and fifth elements are exchanged.
x45(E4, E5) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the fourth and fifth elements are exchanged.
x45(E4, E5) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the fourth and fifth elements are exchanged.
x45(E4, E5) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fourth and fifth elements are exchanged.
x45(E4, E5) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth and fifth elements are exchanged.
x456(E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the fourth, fifth, and sixthelements are exchanged.
x456(E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the fourth, fifth, and sixthelements are exchanged.
x456(E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fourth, fifth, and sixthelements are exchanged.
x456(E4, E5, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, fifth, and sixthelements are exchanged.
x456(E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the fourth, fifth, and sixthelements are exchanged.
x456(E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the fourth, fifth, and sixthelements are exchanged.
x456(E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fourth, fifth, and sixthelements are exchanged.
x456(E4, E5, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, fifth, and sixthelements are exchanged.
x4567(E4, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the fourth, fifth, sixth, and seventhelements are exchanged.
x4567(E4, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fourth, fifth, sixth, and seventhelements are exchanged.
x4567(E4, E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, fifth, sixth, and seventhelements are exchanged.
x4567(E4, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the fourth, fifth, sixth, and seventhelements are exchanged.
x4567(E4, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fourth, fifth, sixth, and seventhelements are exchanged.
x4567(E4, E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, fifth, sixth, and seventhelements are exchanged.
x45678(E4, E5, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fourth, fifth, sixth, seventh, and eighthelements are exchanged.
x45678(E4, E5, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, fifth, sixth, seventh, and eighthelements are exchanged.
x45678(E4, E5, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fourth, fifth, sixth, seventh, and eighthelements are exchanged.
x45678(E4, E5, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, fifth, sixth, seventh, and eighthelements are exchanged.
x45679(E4, E5, E6, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, fifth, sixth, seventh, and ninethelements are exchanged.
x45679(E4, E5, E6, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, fifth, sixth, seventh, and ninethelements are exchanged.
x4568(E4, E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fourth, fifth, sixth, and eighthelements are exchanged.
x4568(E4, E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, fifth, sixth, and eighthelements are exchanged.
x4568(E4, E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fourth, fifth, sixth, and eighthelements are exchanged.
x4568(E4, E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, fifth, sixth, and eighthelements are exchanged.
x45689(E4, E5, E6, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, fifth, sixth, eighth, and ninethelements are exchanged.
x45689(E4, E5, E6, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, fifth, sixth, eighth, and ninethelements are exchanged.
x4569(E4, E5, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, fifth, sixth, and ninethelements are exchanged.
x4569(E4, E5, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, fifth, sixth, and ninethelements are exchanged.
x457(E4, E5, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the fourth, fifth, and seventhelements are exchanged.
x457(E4, E5, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fourth, fifth, and seventhelements are exchanged.
x457(E4, E5, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, fifth, and seventhelements are exchanged.
x457(E4, E5, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the fourth, fifth, and seventhelements are exchanged.
x457(E4, E5, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fourth, fifth, and seventhelements are exchanged.
x457(E4, E5, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, fifth, and seventhelements are exchanged.
x4578(E4, E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fourth, fifth, seventh, and eighthelements are exchanged.
x4578(E4, E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, fifth, seventh, and eighthelements are exchanged.
x4578(E4, E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fourth, fifth, seventh, and eighthelements are exchanged.
x4578(E4, E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, fifth, seventh, and eighthelements are exchanged.
x45789(E4, E5, E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, fifth, seventh, eighth, and ninethelements are exchanged.
x45789(E4, E5, E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, fifth, seventh, eighth, and ninethelements are exchanged.
x4579(E4, E5, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, fifth, seventh, and ninethelements are exchanged.
x4579(E4, E5, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, fifth, seventh, and ninethelements are exchanged.
x458(E4, E5, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fourth, fifth, and eighthelements are exchanged.
x458(E4, E5, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, fifth, and eighthelements are exchanged.
x458(E4, E5, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fourth, fifth, and eighthelements are exchanged.
x458(E4, E5, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, fifth, and eighthelements are exchanged.
x4589(E4, E5, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, fifth, eighth, and ninethelements are exchanged.
x4589(E4, E5, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, fifth, eighth, and ninethelements are exchanged.
x459(E4, E5, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, fifth, and ninethelements are exchanged.
x459(E4, E5, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, fifth, and ninethelements are exchanged.
x46(E4, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the fourth and sixth elements are exchanged.
x46(E4, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the fourth and sixth elements are exchanged.
x46(E4, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fourth and sixth elements are exchanged.
x46(E4, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth and sixth elements are exchanged.
x46(E4, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the fourth and sixth elements are exchanged.
x46(E4, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the fourth and sixth elements are exchanged.
x46(E4, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fourth and sixth elements are exchanged.
x46(E4, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth and sixth elements are exchanged.
x467(E4, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the fourth, sixth, and seventhelements are exchanged.
x467(E4, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fourth, sixth, and seventhelements are exchanged.
x467(E4, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, sixth, and seventhelements are exchanged.
x467(E4, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the fourth, sixth, and seventhelements are exchanged.
x467(E4, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fourth, sixth, and seventhelements are exchanged.
x467(E4, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, sixth, and seventhelements are exchanged.
x4678(E4, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fourth, sixth, seventh, and eighthelements are exchanged.
x4678(E4, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, sixth, seventh, and eighthelements are exchanged.
x4678(E4, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fourth, sixth, seventh, and eighthelements are exchanged.
x4678(E4, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, sixth, seventh, and eighthelements are exchanged.
x46789(E4, E6, E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, sixth, seventh, eighth, and ninethelements are exchanged.
x46789(E4, E6, E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, sixth, seventh, eighth, and ninethelements are exchanged.
x4679(E4, E6, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, sixth, seventh, and ninethelements are exchanged.
x4679(E4, E6, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, sixth, seventh, and ninethelements are exchanged.
x468(E4, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fourth, sixth, and eighthelements are exchanged.
x468(E4, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, sixth, and eighthelements are exchanged.
x468(E4, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fourth, sixth, and eighthelements are exchanged.
x468(E4, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, sixth, and eighthelements are exchanged.
x4689(E4, E6, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, sixth, eighth, and ninethelements are exchanged.
x4689(E4, E6, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, sixth, eighth, and ninethelements are exchanged.
x469(E4, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, sixth, and ninethelements are exchanged.
x469(E4, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, sixth, and ninethelements are exchanged.
x47(E4, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the fourth and seventh elements are exchanged.
x47(E4, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fourth and seventh elements are exchanged.
x47(E4, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth and seventh elements are exchanged.
x47(E4, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the fourth and seventh elements are exchanged.
x47(E4, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fourth and seventh elements are exchanged.
x47(E4, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth and seventh elements are exchanged.
x478(E4, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fourth, seventh, and eighthelements are exchanged.
x478(E4, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, seventh, and eighthelements are exchanged.
x478(E4, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fourth, seventh, and eighthelements are exchanged.
x478(E4, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, seventh, and eighthelements are exchanged.
x4789(E4, E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, seventh, eighth, and ninethelements are exchanged.
x4789(E4, E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, seventh, eighth, and ninethelements are exchanged.
x479(E4, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, seventh, and ninethelements are exchanged.
x479(E4, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, seventh, and ninethelements are exchanged.
x48(E4, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fourth and eighth elements are exchanged.
x48(E4, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth and eighth elements are exchanged.
x48(E4, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fourth and eighth elements are exchanged.
x48(E4, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth and eighth elements are exchanged.
x489(E4, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth, eighth, and ninethelements are exchanged.
x489(E4, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth, eighth, and ninethelements are exchanged.
x49(E4, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fourth and nineth elements are exchanged.
x49(E4, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fourth and nineth elements are exchanged.
x5(E5) - Method in class de.caff.generics.tuple.NTuple5
Create a 5-tuple from this one where the fifth element is exchanged.
x5(E5) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the fifth element is exchanged.
x5(E5) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the fifth element is exchanged.
x5(E5) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fifth element is exchanged.
x5(E5) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fifth element is exchanged.
x5(E5) - Method in class de.caff.generics.tuple.Tuple5
Create a 5-tuple from this one where the fifth element is exchanged.
x5(E5) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the fifth element is exchanged.
x5(E5) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the fifth element is exchanged.
x5(E5) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fifth element is exchanged.
x5(E5) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fifth element is exchanged.
x56(E5, E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the fifth and sixth elements are exchanged.
x56(E5, E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the fifth and sixth elements are exchanged.
x56(E5, E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fifth and sixth elements are exchanged.
x56(E5, E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fifth and sixth elements are exchanged.
x56(E5, E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the fifth and sixth elements are exchanged.
x56(E5, E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the fifth and sixth elements are exchanged.
x56(E5, E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fifth and sixth elements are exchanged.
x56(E5, E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fifth and sixth elements are exchanged.
x567(E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the fifth, sixth, and seventhelements are exchanged.
x567(E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fifth, sixth, and seventhelements are exchanged.
x567(E5, E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fifth, sixth, and seventhelements are exchanged.
x567(E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the fifth, sixth, and seventhelements are exchanged.
x567(E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fifth, sixth, and seventhelements are exchanged.
x567(E5, E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fifth, sixth, and seventhelements are exchanged.
x5678(E5, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fifth, sixth, seventh, and eighthelements are exchanged.
x5678(E5, E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fifth, sixth, seventh, and eighthelements are exchanged.
x5678(E5, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fifth, sixth, seventh, and eighthelements are exchanged.
x5678(E5, E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fifth, sixth, seventh, and eighthelements are exchanged.
x56789(E5, E6, E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fifth, sixth, seventh, eighth, and ninethelements are exchanged.
x56789(E5, E6, E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fifth, sixth, seventh, eighth, and ninethelements are exchanged.
x5679(E5, E6, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fifth, sixth, seventh, and ninethelements are exchanged.
x5679(E5, E6, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fifth, sixth, seventh, and ninethelements are exchanged.
x568(E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fifth, sixth, and eighthelements are exchanged.
x568(E5, E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fifth, sixth, and eighthelements are exchanged.
x568(E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fifth, sixth, and eighthelements are exchanged.
x568(E5, E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fifth, sixth, and eighthelements are exchanged.
x5689(E5, E6, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fifth, sixth, eighth, and ninethelements are exchanged.
x5689(E5, E6, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fifth, sixth, eighth, and ninethelements are exchanged.
x569(E5, E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fifth, sixth, and ninethelements are exchanged.
x569(E5, E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fifth, sixth, and ninethelements are exchanged.
x57(E5, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the fifth and seventh elements are exchanged.
x57(E5, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fifth and seventh elements are exchanged.
x57(E5, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fifth and seventh elements are exchanged.
x57(E5, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the fifth and seventh elements are exchanged.
x57(E5, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fifth and seventh elements are exchanged.
x57(E5, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fifth and seventh elements are exchanged.
x578(E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fifth, seventh, and eighthelements are exchanged.
x578(E5, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fifth, seventh, and eighthelements are exchanged.
x578(E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fifth, seventh, and eighthelements are exchanged.
x578(E5, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fifth, seventh, and eighthelements are exchanged.
x5789(E5, E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fifth, seventh, eighth, and ninethelements are exchanged.
x5789(E5, E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fifth, seventh, eighth, and ninethelements are exchanged.
x579(E5, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fifth, seventh, and ninethelements are exchanged.
x579(E5, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fifth, seventh, and ninethelements are exchanged.
x58(E5, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the fifth and eighth elements are exchanged.
x58(E5, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fifth and eighth elements are exchanged.
x58(E5, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the fifth and eighth elements are exchanged.
x58(E5, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fifth and eighth elements are exchanged.
x589(E5, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fifth, eighth, and ninethelements are exchanged.
x589(E5, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fifth, eighth, and ninethelements are exchanged.
x59(E5, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the fifth and nineth elements are exchanged.
x59(E5, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the fifth and nineth elements are exchanged.
x6(E6) - Method in class de.caff.generics.tuple.NTuple6
Create a 6-tuple from this one where the sixth element is exchanged.
x6(E6) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the sixth element is exchanged.
x6(E6) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the sixth element is exchanged.
x6(E6) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the sixth element is exchanged.
x6(E6) - Method in class de.caff.generics.tuple.Tuple6
Create a 6-tuple from this one where the sixth element is exchanged.
x6(E6) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the sixth element is exchanged.
x6(E6) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the sixth element is exchanged.
x6(E6) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the sixth element is exchanged.
x67(E6, E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the sixth and seventh elements are exchanged.
x67(E6, E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the sixth and seventh elements are exchanged.
x67(E6, E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the sixth and seventh elements are exchanged.
x67(E6, E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the sixth and seventh elements are exchanged.
x67(E6, E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the sixth and seventh elements are exchanged.
x67(E6, E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the sixth and seventh elements are exchanged.
x678(E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the sixth, seventh, and eighthelements are exchanged.
x678(E6, E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the sixth, seventh, and eighthelements are exchanged.
x678(E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the sixth, seventh, and eighthelements are exchanged.
x678(E6, E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the sixth, seventh, and eighthelements are exchanged.
x6789(E6, E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the sixth, seventh, eighth, and ninethelements are exchanged.
x6789(E6, E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the sixth, seventh, eighth, and ninethelements are exchanged.
x679(E6, E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the sixth, seventh, and ninethelements are exchanged.
x679(E6, E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the sixth, seventh, and ninethelements are exchanged.
x68(E6, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the sixth and eighth elements are exchanged.
x68(E6, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the sixth and eighth elements are exchanged.
x68(E6, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the sixth and eighth elements are exchanged.
x68(E6, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the sixth and eighth elements are exchanged.
x689(E6, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the sixth, eighth, and ninethelements are exchanged.
x689(E6, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the sixth, eighth, and ninethelements are exchanged.
x69(E6, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the sixth and nineth elements are exchanged.
x69(E6, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the sixth and nineth elements are exchanged.
x7(E7) - Method in class de.caff.generics.tuple.NTuple7
Create a 7-tuple from this one where the seventh element is exchanged.
x7(E7) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the seventh element is exchanged.
x7(E7) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the seventh element is exchanged.
x7(E7) - Method in class de.caff.generics.tuple.Tuple7
Create a 7-tuple from this one where the seventh element is exchanged.
x7(E7) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the seventh element is exchanged.
x7(E7) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the seventh element is exchanged.
x78(E7, E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the seventh and eighth elements are exchanged.
x78(E7, E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the seventh and eighth elements are exchanged.
x78(E7, E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the seventh and eighth elements are exchanged.
x78(E7, E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the seventh and eighth elements are exchanged.
x789(E7, E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the seventh, eighth, and ninethelements are exchanged.
x789(E7, E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the seventh, eighth, and ninethelements are exchanged.
x79(E7, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the seventh and nineth elements are exchanged.
x79(E7, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the seventh and nineth elements are exchanged.
x8(E8) - Method in class de.caff.generics.tuple.NTuple8
Create a 8-tuple from this one where the eighth element is exchanged.
x8(E8) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the eighth element is exchanged.
x8(E8) - Method in class de.caff.generics.tuple.Tuple8
Create a 8-tuple from this one where the eighth element is exchanged.
x8(E8) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the eighth element is exchanged.
x89(E8, E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the eighth and nineth elements are exchanged.
x89(E8, E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the eighth and nineth elements are exchanged.
x9(E9) - Method in class de.caff.generics.tuple.NTuple9
Create a 9-tuple from this one where the nineth element is exchanged.
x9(E9) - Method in class de.caff.generics.tuple.Tuple9
Create a 9-tuple from this one where the nineth element is exchanged.
xIterable() - Method in interface de.caff.generics.mda.TwoDimensionalReadAccess
Get an iterable which iterates over rows with constant X.
xIterator() - Method in interface de.caff.generics.mda.TwoDimensionalReadAccess
Get an iterator which iterates over rows with cnnstant X.
xor(Predicate<? super T>, Predicate<? super T>) - Static method in class de.caff.generics.checker.Check
Get a value checker which returns the boolean xor of two checkers.
XOR - Static variable in interface de.caff.generics.function.BooleanOperator2
Default boolean XOR (^) XOR operator.
xor(Predicate<? super P>) - Method in interface de.caff.generics.function.FragilePredicate1
Combine this and another predicate with logical exclusive or.
xor(FragilePredicate1<? extends X, ? super T>, FragilePredicate1<? extends X, ? super T>) - Static method in interface de.caff.generics.function.FragilePredicate1
Get a predicate which is the combination of two predicates with a logical exclusive or.
xor(BiPredicate<? super P1, ? super P2>) - Method in interface de.caff.generics.function.FragilePredicate2
Combine this and another predicate with logical exclusive or.
xor(FragilePredicate2<? extends X, ? super T1, ? super T2>, FragilePredicate2<? extends X, ? super T1, ? super T2>) - Static method in interface de.caff.generics.function.FragilePredicate2
Get a predicate which is the combination of two predicates with a logical exclusive or.
xor(Predicate<? super P>) - Method in interface de.caff.generics.function.Predicate1
Combine this and another predicate with logical exclusive or.
xor(Predicate<? super T>, Predicate<? super T>) - Static method in interface de.caff.generics.function.Predicate1
Get a predicate which is the combination of two predicates with a logical exclusive or.
xor(BiPredicate<? super P1, ? super P2>) - Method in interface de.caff.generics.function.Predicate2
Combine this and another predicate with logical exclusive or.
xor(BiPredicate<? super T1, ? super T2>, BiPredicate<? super T1, ? super T2>) - Static method in interface de.caff.generics.function.Predicate2
Get a predicate which is the combination of two predicates with a logical exclusive or.
xor(Predicate3<? super P1, ? super P2, ? super P3>) - Method in interface de.caff.generics.function.Predicate3
Combine this and another predicate with logical exclusive or.
xor(Predicate3<? super T1, ? super T2, ? super T3>, Predicate3<? super T1, ? super T2, ? super T3>) - Static method in interface de.caff.generics.function.Predicate3
Get a predicate which is the combination of two predicates with a logical exclusive or.
xor(Predicate4<? super P1, ? super P2, ? super P3, ? super P4>) - Method in interface de.caff.generics.function.Predicate4
Combine this and another predicate with logical exclusive or.
xor(Predicate4<? super T1, ? super T2, ? super T3, ? super T4>, Predicate4<? super T1, ? super T2, ? super T3, ? super T4>) - Static method in interface de.caff.generics.function.Predicate4
Get a predicate which is the combination of two predicates with a logical exclusive or.
xor(Predicate5<? super P1, ? super P2, ? super P3, ? super P4, ? super P5>) - Method in interface de.caff.generics.function.Predicate5
Combine this and another predicate with logical exclusive or.
xor(Predicate5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5>, Predicate5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5>) - Static method in interface de.caff.generics.function.Predicate5
Get a predicate which is the combination of two predicates with a logical exclusive or.
xor(Predicate6<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? super P6>) - Method in interface de.caff.generics.function.Predicate6
Combine this and another predicate with logical exclusive or.
xor(Predicate6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6>, Predicate6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6>) - Static method in interface de.caff.generics.function.Predicate6
Get a predicate which is the combination of two predicates with a logical exclusive or.
xor(Predicate7<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? super P6, ? super P7>) - Method in interface de.caff.generics.function.Predicate7
Combine this and another predicate with logical exclusive or.
xor(Predicate7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7>, Predicate7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7>) - Static method in interface de.caff.generics.function.Predicate7
Get a predicate which is the combination of two predicates with a logical exclusive or.
xor(Predicate8<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? super P6, ? super P7, ? super P8>) - Method in interface de.caff.generics.function.Predicate8
Combine this and another predicate with logical exclusive or.
xor(Predicate8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8>, Predicate8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8>) - Static method in interface de.caff.generics.function.Predicate8
Get a predicate which is the combination of two predicates with a logical exclusive or.
xor(Predicate9<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? super P6, ? super P7, ? super P8, ? super P9>) - Method in interface de.caff.generics.function.Predicate9
Combine this and another predicate with logical exclusive or.
xor(Predicate9<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9>, Predicate9<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9>) - Static method in interface de.caff.generics.function.Predicate9
Get a predicate which is the combination of two predicates with a logical exclusive or.
xor() - Method in interface de.caff.generics.PrimitiveBooleanIterable
Get the truth value resulting from combining all values with logical xor.
xor_(Predicate<T>) - Method in interface de.caff.generics.function.FragilePredicate1
Combine this and another predicate with logical exclusive or.
xor_(Predicate<T>) - Method in interface de.caff.generics.function.Predicate1
Combine this and another predicate with logical exclusive or.

Y

ydd(int, double) - Method in interface de.caff.generics.ExpandableDoubleIndexable
Pythonesque insertion allowing negative indexes to insert from the end.
ydd(int, T) - Method in interface de.caff.generics.ExpandableIndexable
Pythonesque insertion allowing negative indexes to insert from the end.
ydd(int, int) - Method in interface de.caff.generics.ExpandableIntIndexable
Pythonesque insertion allowing negative indexes to insert from the end.
ydd(int, long) - Method in interface de.caff.generics.ExpandableLongIndexable
Pythonesque insertion allowing negative indexes to insert from the end.
yIterable() - Method in interface de.caff.generics.mda.TwoDimensionalReadAccess
Get an iterable which iterates over rows with constant Y.
yIterator() - Method in interface de.caff.generics.mda.TwoDimensionalReadAccess
Get an iterator which iterates over rows with cnnstant Y.

Z

zeroed(int) - Static method in interface de.caff.generics.ExpandableDoubleIndexable
Create an expandable int indexable of the given size initialized with 0.0.
zeroed(int) - Static method in interface de.caff.generics.ExpandableIntIndexable
Create an expandable int indexable of the given size initialized with 0.
zeroed(int) - Static method in interface de.caff.generics.ExpandableLongIndexable
Create an expandable int indexable of the given size initialized with 0.0.
zeroed(int) - Static method in interface de.caff.generics.MutableByteIndexable
Create a mutable byte indexable with size 0.0 elements.
zeroed(int) - Static method in interface de.caff.generics.MutableCharIndexable
Create a mutable char indexable with size (char)0) elements.
zeroed(int) - Static method in interface de.caff.generics.MutableDoubleIndexable
Create a mutable double indexable with size 0.0 elements.
zeroed(int) - Static method in interface de.caff.generics.MutableFloatIndexable
Create a mutable float indexable with size 0.0 elements.
zeroed(int) - Static method in interface de.caff.generics.MutableIntIndexable
Create a mutable int indexable with size 0.0 elements.
zeroed(int) - Static method in interface de.caff.generics.MutableLongIndexable
Create a mutable long indexable with size 0.0 elements.
zeroed(int) - Static method in interface de.caff.generics.MutableShortIndexable
Create a mutable short indexable with size 0.0 elements.
zeroX(int) - Static method in interface de.caff.generics.mda.TwoDimensionalAccess
Get e 2dimensional access with zero elements in X direction.
zeroY(int) - Static method in interface de.caff.generics.mda.TwoDimensionalAccess
Get e 2dimensional access with zero elements in Y direction.

_

_1() - Method in class de.caff.generics.Dict.Entry
 
_1() - Method in interface de.caff.generics.NamedNullableValue
 
_1() - Method in interface de.caff.generics.NamedValue
 
_1() - Method in class de.caff.generics.OrderedPair
 
_1() - Method in interface de.caff.generics.tuple.ITuple2
Get the first element.
_1() - Method in interface de.caff.generics.tuple.ITuple3
Get the first element.
_1() - Method in interface de.caff.generics.tuple.ITuple4
Get the first element.
_1() - Method in interface de.caff.generics.tuple.ITuple5
Get the first element.
_1() - Method in interface de.caff.generics.tuple.ITuple6
Get the first element.
_1() - Method in interface de.caff.generics.tuple.ITuple7
Get the first element.
_1() - Method in interface de.caff.generics.tuple.ITuple8
Get the first element.
_1() - Method in interface de.caff.generics.tuple.ITuple9
Get the first element.
_1() - Method in class de.caff.generics.tuple.NTuple2
 
_1() - Method in class de.caff.generics.tuple.NTuple3
 
_1() - Method in class de.caff.generics.tuple.NTuple4
 
_1() - Method in class de.caff.generics.tuple.NTuple5
 
_1() - Method in class de.caff.generics.tuple.NTuple6
 
_1() - Method in class de.caff.generics.tuple.NTuple7
 
_1() - Method in class de.caff.generics.tuple.NTuple8
 
_1() - Method in class de.caff.generics.tuple.NTuple9
 
_1() - Method in class de.caff.generics.tuple.Tuple2
 
_1() - Method in class de.caff.generics.tuple.Tuple3
 
_1() - Method in class de.caff.generics.tuple.Tuple4
 
_1() - Method in class de.caff.generics.tuple.Tuple5
 
_1() - Method in class de.caff.generics.tuple.Tuple6
 
_1() - Method in class de.caff.generics.tuple.Tuple7
 
_1() - Method in class de.caff.generics.tuple.Tuple8
 
_1() - Method in class de.caff.generics.tuple.Tuple9
 
_12() - Method in interface de.caff.generics.tuple.ITuple3
Create a new 2-tuple from this one where the elements are ordered: 1st, 2nd.
_12() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 2-tuple from this one where the elements are ordered: 1st, 2nd.
_12() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 2-tuple from this one where the elements are ordered: 1st, 2nd.
_12() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 1st, 2nd.
_12() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 1st, 2nd.
_12() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 1st, 2nd.
_12() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 1st, 2nd.
_12() - Method in class de.caff.generics.tuple.NTuple3
 
_12() - Method in class de.caff.generics.tuple.NTuple4
 
_12() - Method in class de.caff.generics.tuple.NTuple5
 
_12() - Method in class de.caff.generics.tuple.NTuple6
 
_12() - Method in class de.caff.generics.tuple.NTuple7
 
_12() - Method in class de.caff.generics.tuple.NTuple8
 
_12() - Method in class de.caff.generics.tuple.NTuple9
 
_12() - Method in class de.caff.generics.tuple.Tuple3
 
_12() - Method in class de.caff.generics.tuple.Tuple4
 
_12() - Method in class de.caff.generics.tuple.Tuple5
 
_12() - Method in class de.caff.generics.tuple.Tuple6
 
_12() - Method in class de.caff.generics.tuple.Tuple7
 
_12() - Method in class de.caff.generics.tuple.Tuple8
 
_12() - Method in class de.caff.generics.tuple.Tuple9
 
_123() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 3rd.
_123() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 3rd.
_123() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 3rd.
_123() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 3rd.
_123() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 3rd.
_123() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 3rd.
_123() - Method in class de.caff.generics.tuple.NTuple4
 
_123() - Method in class de.caff.generics.tuple.NTuple5
 
_123() - Method in class de.caff.generics.tuple.NTuple6
 
_123() - Method in class de.caff.generics.tuple.NTuple7
 
_123() - Method in class de.caff.generics.tuple.NTuple8
 
_123() - Method in class de.caff.generics.tuple.NTuple9
 
_123() - Method in class de.caff.generics.tuple.Tuple4
 
_123() - Method in class de.caff.generics.tuple.Tuple5
 
_123() - Method in class de.caff.generics.tuple.Tuple6
 
_123() - Method in class de.caff.generics.tuple.Tuple7
 
_123() - Method in class de.caff.generics.tuple.Tuple8
 
_123() - Method in class de.caff.generics.tuple.Tuple9
 
_1234() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th.
_1234() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th.
_1234() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th.
_1234() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th.
_1234() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th.
_1234() - Method in class de.caff.generics.tuple.NTuple5
 
_1234() - Method in class de.caff.generics.tuple.NTuple6
 
_1234() - Method in class de.caff.generics.tuple.NTuple7
 
_1234() - Method in class de.caff.generics.tuple.NTuple8
 
_1234() - Method in class de.caff.generics.tuple.NTuple9
 
_1234() - Method in class de.caff.generics.tuple.Tuple5
 
_1234() - Method in class de.caff.generics.tuple.Tuple6
 
_1234() - Method in class de.caff.generics.tuple.Tuple7
 
_1234() - Method in class de.caff.generics.tuple.Tuple8
 
_1234() - Method in class de.caff.generics.tuple.Tuple9
 
_12345() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th.
_12345() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th.
_12345() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th.
_12345() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th.
_12345() - Method in class de.caff.generics.tuple.NTuple6
 
_12345() - Method in class de.caff.generics.tuple.NTuple7
 
_12345() - Method in class de.caff.generics.tuple.NTuple8
 
_12345() - Method in class de.caff.generics.tuple.NTuple9
 
_12345() - Method in class de.caff.generics.tuple.Tuple6
 
_12345() - Method in class de.caff.generics.tuple.Tuple7
 
_12345() - Method in class de.caff.generics.tuple.Tuple8
 
_12345() - Method in class de.caff.generics.tuple.Tuple9
 
_123456() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th.
_123456() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th.
_123456() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th.
_123456() - Method in class de.caff.generics.tuple.NTuple7
 
_123456() - Method in class de.caff.generics.tuple.NTuple8
 
_123456() - Method in class de.caff.generics.tuple.NTuple9
 
_123456() - Method in class de.caff.generics.tuple.Tuple7
 
_123456() - Method in class de.caff.generics.tuple.Tuple8
 
_123456() - Method in class de.caff.generics.tuple.Tuple9
 
_1234567() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th, 7th.
_1234567() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th, 7th.
_1234567() - Method in class de.caff.generics.tuple.NTuple8
 
_1234567() - Method in class de.caff.generics.tuple.NTuple9
 
_1234567() - Method in class de.caff.generics.tuple.Tuple8
 
_1234567() - Method in class de.caff.generics.tuple.Tuple9
 
_12345678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 8-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th, 7th, 8th.
_12345678() - Method in class de.caff.generics.tuple.NTuple9
 
_12345678() - Method in class de.caff.generics.tuple.Tuple9
 
_12345679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 8-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th, 7th, 9th.
_12345679() - Method in class de.caff.generics.tuple.NTuple9
 
_12345679() - Method in class de.caff.generics.tuple.Tuple9
 
_1234568() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th, 8th.
_1234568() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th, 8th.
_1234568() - Method in class de.caff.generics.tuple.NTuple8
 
_1234568() - Method in class de.caff.generics.tuple.NTuple9
 
_1234568() - Method in class de.caff.generics.tuple.Tuple8
 
_1234568() - Method in class de.caff.generics.tuple.Tuple9
 
_12345689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 8-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th, 8th, 9th.
_12345689() - Method in class de.caff.generics.tuple.NTuple9
 
_12345689() - Method in class de.caff.generics.tuple.Tuple9
 
_1234569() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th, 9th.
_1234569() - Method in class de.caff.generics.tuple.NTuple9
 
_1234569() - Method in class de.caff.generics.tuple.Tuple9
 
_123457() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 7th.
_123457() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 7th.
_123457() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 7th.
_123457() - Method in class de.caff.generics.tuple.NTuple7
 
_123457() - Method in class de.caff.generics.tuple.NTuple8
 
_123457() - Method in class de.caff.generics.tuple.NTuple9
 
_123457() - Method in class de.caff.generics.tuple.Tuple7
 
_123457() - Method in class de.caff.generics.tuple.Tuple8
 
_123457() - Method in class de.caff.generics.tuple.Tuple9
 
_1234578() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 7th, 8th.
_1234578() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 7th, 8th.
_1234578() - Method in class de.caff.generics.tuple.NTuple8
 
_1234578() - Method in class de.caff.generics.tuple.NTuple9
 
_1234578() - Method in class de.caff.generics.tuple.Tuple8
 
_1234578() - Method in class de.caff.generics.tuple.Tuple9
 
_12345789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 8-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 7th, 8th, 9th.
_12345789() - Method in class de.caff.generics.tuple.NTuple9
 
_12345789() - Method in class de.caff.generics.tuple.Tuple9
 
_1234579() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 7th, 9th.
_1234579() - Method in class de.caff.generics.tuple.NTuple9
 
_1234579() - Method in class de.caff.generics.tuple.Tuple9
 
_123458() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 8th.
_123458() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 8th.
_123458() - Method in class de.caff.generics.tuple.NTuple8
 
_123458() - Method in class de.caff.generics.tuple.NTuple9
 
_123458() - Method in class de.caff.generics.tuple.Tuple8
 
_123458() - Method in class de.caff.generics.tuple.Tuple9
 
_1234589() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 8th, 9th.
_1234589() - Method in class de.caff.generics.tuple.NTuple9
 
_1234589() - Method in class de.caff.generics.tuple.Tuple9
 
_123459() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 9th.
_123459() - Method in class de.caff.generics.tuple.NTuple9
 
_123459() - Method in class de.caff.generics.tuple.Tuple9
 
_12346() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th.
_12346() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th.
_12346() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th.
_12346() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th.
_12346() - Method in class de.caff.generics.tuple.NTuple6
 
_12346() - Method in class de.caff.generics.tuple.NTuple7
 
_12346() - Method in class de.caff.generics.tuple.NTuple8
 
_12346() - Method in class de.caff.generics.tuple.NTuple9
 
_12346() - Method in class de.caff.generics.tuple.Tuple6
 
_12346() - Method in class de.caff.generics.tuple.Tuple7
 
_12346() - Method in class de.caff.generics.tuple.Tuple8
 
_12346() - Method in class de.caff.generics.tuple.Tuple9
 
_123467() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 7th.
_123467() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 7th.
_123467() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 7th.
_123467() - Method in class de.caff.generics.tuple.NTuple7
 
_123467() - Method in class de.caff.generics.tuple.NTuple8
 
_123467() - Method in class de.caff.generics.tuple.NTuple9
 
_123467() - Method in class de.caff.generics.tuple.Tuple7
 
_123467() - Method in class de.caff.generics.tuple.Tuple8
 
_123467() - Method in class de.caff.generics.tuple.Tuple9
 
_1234678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 7th, 8th.
_1234678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 7th, 8th.
_1234678() - Method in class de.caff.generics.tuple.NTuple8
 
_1234678() - Method in class de.caff.generics.tuple.NTuple9
 
_1234678() - Method in class de.caff.generics.tuple.Tuple8
 
_1234678() - Method in class de.caff.generics.tuple.Tuple9
 
_12346789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 8-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 7th, 8th, 9th.
_12346789() - Method in class de.caff.generics.tuple.NTuple9
 
_12346789() - Method in class de.caff.generics.tuple.Tuple9
 
_1234679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 7th, 9th.
_1234679() - Method in class de.caff.generics.tuple.NTuple9
 
_1234679() - Method in class de.caff.generics.tuple.Tuple9
 
_123468() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 8th.
_123468() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 8th.
_123468() - Method in class de.caff.generics.tuple.NTuple8
 
_123468() - Method in class de.caff.generics.tuple.NTuple9
 
_123468() - Method in class de.caff.generics.tuple.Tuple8
 
_123468() - Method in class de.caff.generics.tuple.Tuple9
 
_1234689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 8th, 9th.
_1234689() - Method in class de.caff.generics.tuple.NTuple9
 
_1234689() - Method in class de.caff.generics.tuple.Tuple9
 
_123469() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 9th.
_123469() - Method in class de.caff.generics.tuple.NTuple9
 
_123469() - Method in class de.caff.generics.tuple.Tuple9
 
_12347() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 7th.
_12347() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 7th.
_12347() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 7th.
_12347() - Method in class de.caff.generics.tuple.NTuple7
 
_12347() - Method in class de.caff.generics.tuple.NTuple8
 
_12347() - Method in class de.caff.generics.tuple.NTuple9
 
_12347() - Method in class de.caff.generics.tuple.Tuple7
 
_12347() - Method in class de.caff.generics.tuple.Tuple8
 
_12347() - Method in class de.caff.generics.tuple.Tuple9
 
_123478() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 7th, 8th.
_123478() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 7th, 8th.
_123478() - Method in class de.caff.generics.tuple.NTuple8
 
_123478() - Method in class de.caff.generics.tuple.NTuple9
 
_123478() - Method in class de.caff.generics.tuple.Tuple8
 
_123478() - Method in class de.caff.generics.tuple.Tuple9
 
_1234789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 7th, 8th, 9th.
_1234789() - Method in class de.caff.generics.tuple.NTuple9
 
_1234789() - Method in class de.caff.generics.tuple.Tuple9
 
_123479() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 7th, 9th.
_123479() - Method in class de.caff.generics.tuple.NTuple9
 
_123479() - Method in class de.caff.generics.tuple.Tuple9
 
_12348() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 8th.
_12348() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 8th.
_12348() - Method in class de.caff.generics.tuple.NTuple8
 
_12348() - Method in class de.caff.generics.tuple.NTuple9
 
_12348() - Method in class de.caff.generics.tuple.Tuple8
 
_12348() - Method in class de.caff.generics.tuple.Tuple9
 
_123489() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 8th, 9th.
_123489() - Method in class de.caff.generics.tuple.NTuple9
 
_123489() - Method in class de.caff.generics.tuple.Tuple9
 
_12349() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 9th.
_12349() - Method in class de.caff.generics.tuple.NTuple9
 
_12349() - Method in class de.caff.generics.tuple.Tuple9
 
_1235() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th.
_1235() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th.
_1235() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th.
_1235() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th.
_1235() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th.
_1235() - Method in class de.caff.generics.tuple.NTuple5
 
_1235() - Method in class de.caff.generics.tuple.NTuple6
 
_1235() - Method in class de.caff.generics.tuple.NTuple7
 
_1235() - Method in class de.caff.generics.tuple.NTuple8
 
_1235() - Method in class de.caff.generics.tuple.NTuple9
 
_1235() - Method in class de.caff.generics.tuple.Tuple5
 
_1235() - Method in class de.caff.generics.tuple.Tuple6
 
_1235() - Method in class de.caff.generics.tuple.Tuple7
 
_1235() - Method in class de.caff.generics.tuple.Tuple8
 
_1235() - Method in class de.caff.generics.tuple.Tuple9
 
_12354() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 4th.
_12354() - Method in class de.caff.generics.tuple.NTuple5
 
_12354() - Method in class de.caff.generics.tuple.Tuple5
 
_12356() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th.
_12356() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th.
_12356() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th.
_12356() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th.
_12356() - Method in class de.caff.generics.tuple.NTuple6
 
_12356() - Method in class de.caff.generics.tuple.NTuple7
 
_12356() - Method in class de.caff.generics.tuple.NTuple8
 
_12356() - Method in class de.caff.generics.tuple.NTuple9
 
_12356() - Method in class de.caff.generics.tuple.Tuple6
 
_12356() - Method in class de.caff.generics.tuple.Tuple7
 
_12356() - Method in class de.caff.generics.tuple.Tuple8
 
_12356() - Method in class de.caff.generics.tuple.Tuple9
 
_123567() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 7th.
_123567() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 7th.
_123567() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 7th.
_123567() - Method in class de.caff.generics.tuple.NTuple7
 
_123567() - Method in class de.caff.generics.tuple.NTuple8
 
_123567() - Method in class de.caff.generics.tuple.NTuple9
 
_123567() - Method in class de.caff.generics.tuple.Tuple7
 
_123567() - Method in class de.caff.generics.tuple.Tuple8
 
_123567() - Method in class de.caff.generics.tuple.Tuple9
 
_1235678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 7th, 8th.
_1235678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 7th, 8th.
_1235678() - Method in class de.caff.generics.tuple.NTuple8
 
_1235678() - Method in class de.caff.generics.tuple.NTuple9
 
_1235678() - Method in class de.caff.generics.tuple.Tuple8
 
_1235678() - Method in class de.caff.generics.tuple.Tuple9
 
_12356789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 8-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 7th, 8th, 9th.
_12356789() - Method in class de.caff.generics.tuple.NTuple9
 
_12356789() - Method in class de.caff.generics.tuple.Tuple9
 
_1235679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 7th, 9th.
_1235679() - Method in class de.caff.generics.tuple.NTuple9
 
_1235679() - Method in class de.caff.generics.tuple.Tuple9
 
_123568() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 8th.
_123568() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 8th.
_123568() - Method in class de.caff.generics.tuple.NTuple8
 
_123568() - Method in class de.caff.generics.tuple.NTuple9
 
_123568() - Method in class de.caff.generics.tuple.Tuple8
 
_123568() - Method in class de.caff.generics.tuple.Tuple9
 
_1235689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 8th, 9th.
_1235689() - Method in class de.caff.generics.tuple.NTuple9
 
_1235689() - Method in class de.caff.generics.tuple.Tuple9
 
_123569() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 9th.
_123569() - Method in class de.caff.generics.tuple.NTuple9
 
_123569() - Method in class de.caff.generics.tuple.Tuple9
 
_12357() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 7th.
_12357() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 7th.
_12357() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 7th.
_12357() - Method in class de.caff.generics.tuple.NTuple7
 
_12357() - Method in class de.caff.generics.tuple.NTuple8
 
_12357() - Method in class de.caff.generics.tuple.NTuple9
 
_12357() - Method in class de.caff.generics.tuple.Tuple7
 
_12357() - Method in class de.caff.generics.tuple.Tuple8
 
_12357() - Method in class de.caff.generics.tuple.Tuple9
 
_123578() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 7th, 8th.
_123578() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 7th, 8th.
_123578() - Method in class de.caff.generics.tuple.NTuple8
 
_123578() - Method in class de.caff.generics.tuple.NTuple9
 
_123578() - Method in class de.caff.generics.tuple.Tuple8
 
_123578() - Method in class de.caff.generics.tuple.Tuple9
 
_1235789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 7th, 8th, 9th.
_1235789() - Method in class de.caff.generics.tuple.NTuple9
 
_1235789() - Method in class de.caff.generics.tuple.Tuple9
 
_123579() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 7th, 9th.
_123579() - Method in class de.caff.generics.tuple.NTuple9
 
_123579() - Method in class de.caff.generics.tuple.Tuple9
 
_12358() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 8th.
_12358() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 8th.
_12358() - Method in class de.caff.generics.tuple.NTuple8
 
_12358() - Method in class de.caff.generics.tuple.NTuple9
 
_12358() - Method in class de.caff.generics.tuple.Tuple8
 
_12358() - Method in class de.caff.generics.tuple.Tuple9
 
_123589() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 8th, 9th.
_123589() - Method in class de.caff.generics.tuple.NTuple9
 
_123589() - Method in class de.caff.generics.tuple.Tuple9
 
_12359() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 9th.
_12359() - Method in class de.caff.generics.tuple.NTuple9
 
_12359() - Method in class de.caff.generics.tuple.Tuple9
 
_1236() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th.
_1236() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th.
_1236() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th.
_1236() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th.
_1236() - Method in class de.caff.generics.tuple.NTuple6
 
_1236() - Method in class de.caff.generics.tuple.NTuple7
 
_1236() - Method in class de.caff.generics.tuple.NTuple8
 
_1236() - Method in class de.caff.generics.tuple.NTuple9
 
_1236() - Method in class de.caff.generics.tuple.Tuple6
 
_1236() - Method in class de.caff.generics.tuple.Tuple7
 
_1236() - Method in class de.caff.generics.tuple.Tuple8
 
_1236() - Method in class de.caff.generics.tuple.Tuple9
 
_12367() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 7th.
_12367() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 7th.
_12367() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 7th.
_12367() - Method in class de.caff.generics.tuple.NTuple7
 
_12367() - Method in class de.caff.generics.tuple.NTuple8
 
_12367() - Method in class de.caff.generics.tuple.NTuple9
 
_12367() - Method in class de.caff.generics.tuple.Tuple7
 
_12367() - Method in class de.caff.generics.tuple.Tuple8
 
_12367() - Method in class de.caff.generics.tuple.Tuple9
 
_123678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 7th, 8th.
_123678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 7th, 8th.
_123678() - Method in class de.caff.generics.tuple.NTuple8
 
_123678() - Method in class de.caff.generics.tuple.NTuple9
 
_123678() - Method in class de.caff.generics.tuple.Tuple8
 
_123678() - Method in class de.caff.generics.tuple.Tuple9
 
_1236789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 7th, 8th, 9th.
_1236789() - Method in class de.caff.generics.tuple.NTuple9
 
_1236789() - Method in class de.caff.generics.tuple.Tuple9
 
_123679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 7th, 9th.
_123679() - Method in class de.caff.generics.tuple.NTuple9
 
_123679() - Method in class de.caff.generics.tuple.Tuple9
 
_12368() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 8th.
_12368() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 8th.
_12368() - Method in class de.caff.generics.tuple.NTuple8
 
_12368() - Method in class de.caff.generics.tuple.NTuple9
 
_12368() - Method in class de.caff.generics.tuple.Tuple8
 
_12368() - Method in class de.caff.generics.tuple.Tuple9
 
_123689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 8th, 9th.
_123689() - Method in class de.caff.generics.tuple.NTuple9
 
_123689() - Method in class de.caff.generics.tuple.Tuple9
 
_12369() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 9th.
_12369() - Method in class de.caff.generics.tuple.NTuple9
 
_12369() - Method in class de.caff.generics.tuple.Tuple9
 
_1237() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 7th.
_1237() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 7th.
_1237() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 7th.
_1237() - Method in class de.caff.generics.tuple.NTuple7
 
_1237() - Method in class de.caff.generics.tuple.NTuple8
 
_1237() - Method in class de.caff.generics.tuple.NTuple9
 
_1237() - Method in class de.caff.generics.tuple.Tuple7
 
_1237() - Method in class de.caff.generics.tuple.Tuple8
 
_1237() - Method in class de.caff.generics.tuple.Tuple9
 
_12378() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 7th, 8th.
_12378() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 7th, 8th.
_12378() - Method in class de.caff.generics.tuple.NTuple8
 
_12378() - Method in class de.caff.generics.tuple.NTuple9
 
_12378() - Method in class de.caff.generics.tuple.Tuple8
 
_12378() - Method in class de.caff.generics.tuple.Tuple9
 
_123789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 7th, 8th, 9th.
_123789() - Method in class de.caff.generics.tuple.NTuple9
 
_123789() - Method in class de.caff.generics.tuple.Tuple9
 
_12379() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 7th, 9th.
_12379() - Method in class de.caff.generics.tuple.NTuple9
 
_12379() - Method in class de.caff.generics.tuple.Tuple9
 
_1238() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 8th.
_1238() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 8th.
_1238() - Method in class de.caff.generics.tuple.NTuple8
 
_1238() - Method in class de.caff.generics.tuple.NTuple9
 
_1238() - Method in class de.caff.generics.tuple.Tuple8
 
_1238() - Method in class de.caff.generics.tuple.Tuple9
 
_12389() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 8th, 9th.
_12389() - Method in class de.caff.generics.tuple.NTuple9
 
_12389() - Method in class de.caff.generics.tuple.Tuple9
 
_1239() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 9th.
_1239() - Method in class de.caff.generics.tuple.NTuple9
 
_1239() - Method in class de.caff.generics.tuple.Tuple9
 
_124() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 4th.
_124() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 4th.
_124() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 4th.
_124() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 4th.
_124() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 4th.
_124() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 4th.
_124() - Method in class de.caff.generics.tuple.NTuple4
 
_124() - Method in class de.caff.generics.tuple.NTuple5
 
_124() - Method in class de.caff.generics.tuple.NTuple6
 
_124() - Method in class de.caff.generics.tuple.NTuple7
 
_124() - Method in class de.caff.generics.tuple.NTuple8
 
_124() - Method in class de.caff.generics.tuple.NTuple9
 
_124() - Method in class de.caff.generics.tuple.Tuple4
 
_124() - Method in class de.caff.generics.tuple.Tuple5
 
_124() - Method in class de.caff.generics.tuple.Tuple6
 
_124() - Method in class de.caff.generics.tuple.Tuple7
 
_124() - Method in class de.caff.generics.tuple.Tuple8
 
_124() - Method in class de.caff.generics.tuple.Tuple9
 
_1243() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 3rd.
_1243() - Method in class de.caff.generics.tuple.NTuple4
 
_1243() - Method in class de.caff.generics.tuple.Tuple4
 
_12435() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 3rd, 5th.
_12435() - Method in class de.caff.generics.tuple.NTuple5
 
_12435() - Method in class de.caff.generics.tuple.Tuple5
 
_1245() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th.
_1245() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th.
_1245() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th.
_1245() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th.
_1245() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th.
_1245() - Method in class de.caff.generics.tuple.NTuple5
 
_1245() - Method in class de.caff.generics.tuple.NTuple6
 
_1245() - Method in class de.caff.generics.tuple.NTuple7
 
_1245() - Method in class de.caff.generics.tuple.NTuple8
 
_1245() - Method in class de.caff.generics.tuple.NTuple9
 
_1245() - Method in class de.caff.generics.tuple.Tuple5
 
_1245() - Method in class de.caff.generics.tuple.Tuple6
 
_1245() - Method in class de.caff.generics.tuple.Tuple7
 
_1245() - Method in class de.caff.generics.tuple.Tuple8
 
_1245() - Method in class de.caff.generics.tuple.Tuple9
 
_12453() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 3rd.
_12453() - Method in class de.caff.generics.tuple.NTuple5
 
_12453() - Method in class de.caff.generics.tuple.Tuple5
 
_12456() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th.
_12456() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th.
_12456() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th.
_12456() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th.
_12456() - Method in class de.caff.generics.tuple.NTuple6
 
_12456() - Method in class de.caff.generics.tuple.NTuple7
 
_12456() - Method in class de.caff.generics.tuple.NTuple8
 
_12456() - Method in class de.caff.generics.tuple.NTuple9
 
_12456() - Method in class de.caff.generics.tuple.Tuple6
 
_12456() - Method in class de.caff.generics.tuple.Tuple7
 
_12456() - Method in class de.caff.generics.tuple.Tuple8
 
_12456() - Method in class de.caff.generics.tuple.Tuple9
 
_124567() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 7th.
_124567() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 7th.
_124567() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 7th.
_124567() - Method in class de.caff.generics.tuple.NTuple7
 
_124567() - Method in class de.caff.generics.tuple.NTuple8
 
_124567() - Method in class de.caff.generics.tuple.NTuple9
 
_124567() - Method in class de.caff.generics.tuple.Tuple7
 
_124567() - Method in class de.caff.generics.tuple.Tuple8
 
_124567() - Method in class de.caff.generics.tuple.Tuple9
 
_1245678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 7th, 8th.
_1245678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 7th, 8th.
_1245678() - Method in class de.caff.generics.tuple.NTuple8
 
_1245678() - Method in class de.caff.generics.tuple.NTuple9
 
_1245678() - Method in class de.caff.generics.tuple.Tuple8
 
_1245678() - Method in class de.caff.generics.tuple.Tuple9
 
_12456789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 8-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 7th, 8th, 9th.
_12456789() - Method in class de.caff.generics.tuple.NTuple9
 
_12456789() - Method in class de.caff.generics.tuple.Tuple9
 
_1245679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 7th, 9th.
_1245679() - Method in class de.caff.generics.tuple.NTuple9
 
_1245679() - Method in class de.caff.generics.tuple.Tuple9
 
_124568() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 8th.
_124568() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 8th.
_124568() - Method in class de.caff.generics.tuple.NTuple8
 
_124568() - Method in class de.caff.generics.tuple.NTuple9
 
_124568() - Method in class de.caff.generics.tuple.Tuple8
 
_124568() - Method in class de.caff.generics.tuple.Tuple9
 
_1245689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 8th, 9th.
_1245689() - Method in class de.caff.generics.tuple.NTuple9
 
_1245689() - Method in class de.caff.generics.tuple.Tuple9
 
_124569() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 9th.
_124569() - Method in class de.caff.generics.tuple.NTuple9
 
_124569() - Method in class de.caff.generics.tuple.Tuple9
 
_12457() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 7th.
_12457() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 7th.
_12457() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 7th.
_12457() - Method in class de.caff.generics.tuple.NTuple7
 
_12457() - Method in class de.caff.generics.tuple.NTuple8
 
_12457() - Method in class de.caff.generics.tuple.NTuple9
 
_12457() - Method in class de.caff.generics.tuple.Tuple7
 
_12457() - Method in class de.caff.generics.tuple.Tuple8
 
_12457() - Method in class de.caff.generics.tuple.Tuple9
 
_124578() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 7th, 8th.
_124578() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 7th, 8th.
_124578() - Method in class de.caff.generics.tuple.NTuple8
 
_124578() - Method in class de.caff.generics.tuple.NTuple9
 
_124578() - Method in class de.caff.generics.tuple.Tuple8
 
_124578() - Method in class de.caff.generics.tuple.Tuple9
 
_1245789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 7th, 8th, 9th.
_1245789() - Method in class de.caff.generics.tuple.NTuple9
 
_1245789() - Method in class de.caff.generics.tuple.Tuple9
 
_124579() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 7th, 9th.
_124579() - Method in class de.caff.generics.tuple.NTuple9
 
_124579() - Method in class de.caff.generics.tuple.Tuple9
 
_12458() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 8th.
_12458() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 8th.
_12458() - Method in class de.caff.generics.tuple.NTuple8
 
_12458() - Method in class de.caff.generics.tuple.NTuple9
 
_12458() - Method in class de.caff.generics.tuple.Tuple8
 
_12458() - Method in class de.caff.generics.tuple.Tuple9
 
_124589() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 8th, 9th.
_124589() - Method in class de.caff.generics.tuple.NTuple9
 
_124589() - Method in class de.caff.generics.tuple.Tuple9
 
_12459() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 9th.
_12459() - Method in class de.caff.generics.tuple.NTuple9
 
_12459() - Method in class de.caff.generics.tuple.Tuple9
 
_1246() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th.
_1246() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th.
_1246() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th.
_1246() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th.
_1246() - Method in class de.caff.generics.tuple.NTuple6
 
_1246() - Method in class de.caff.generics.tuple.NTuple7
 
_1246() - Method in class de.caff.generics.tuple.NTuple8
 
_1246() - Method in class de.caff.generics.tuple.NTuple9
 
_1246() - Method in class de.caff.generics.tuple.Tuple6
 
_1246() - Method in class de.caff.generics.tuple.Tuple7
 
_1246() - Method in class de.caff.generics.tuple.Tuple8
 
_1246() - Method in class de.caff.generics.tuple.Tuple9
 
_12467() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 7th.
_12467() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 7th.
_12467() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 7th.
_12467() - Method in class de.caff.generics.tuple.NTuple7
 
_12467() - Method in class de.caff.generics.tuple.NTuple8
 
_12467() - Method in class de.caff.generics.tuple.NTuple9
 
_12467() - Method in class de.caff.generics.tuple.Tuple7
 
_12467() - Method in class de.caff.generics.tuple.Tuple8
 
_12467() - Method in class de.caff.generics.tuple.Tuple9
 
_124678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 7th, 8th.
_124678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 7th, 8th.
_124678() - Method in class de.caff.generics.tuple.NTuple8
 
_124678() - Method in class de.caff.generics.tuple.NTuple9
 
_124678() - Method in class de.caff.generics.tuple.Tuple8
 
_124678() - Method in class de.caff.generics.tuple.Tuple9
 
_1246789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 7th, 8th, 9th.
_1246789() - Method in class de.caff.generics.tuple.NTuple9
 
_1246789() - Method in class de.caff.generics.tuple.Tuple9
 
_124679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 7th, 9th.
_124679() - Method in class de.caff.generics.tuple.NTuple9
 
_124679() - Method in class de.caff.generics.tuple.Tuple9
 
_12468() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 8th.
_12468() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 8th.
_12468() - Method in class de.caff.generics.tuple.NTuple8
 
_12468() - Method in class de.caff.generics.tuple.NTuple9
 
_12468() - Method in class de.caff.generics.tuple.Tuple8
 
_12468() - Method in class de.caff.generics.tuple.Tuple9
 
_124689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 8th, 9th.
_124689() - Method in class de.caff.generics.tuple.NTuple9
 
_124689() - Method in class de.caff.generics.tuple.Tuple9
 
_12469() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 9th.
_12469() - Method in class de.caff.generics.tuple.NTuple9
 
_12469() - Method in class de.caff.generics.tuple.Tuple9
 
_1247() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 7th.
_1247() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 7th.
_1247() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 7th.
_1247() - Method in class de.caff.generics.tuple.NTuple7
 
_1247() - Method in class de.caff.generics.tuple.NTuple8
 
_1247() - Method in class de.caff.generics.tuple.NTuple9
 
_1247() - Method in class de.caff.generics.tuple.Tuple7
 
_1247() - Method in class de.caff.generics.tuple.Tuple8
 
_1247() - Method in class de.caff.generics.tuple.Tuple9
 
_12478() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 7th, 8th.
_12478() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 7th, 8th.
_12478() - Method in class de.caff.generics.tuple.NTuple8
 
_12478() - Method in class de.caff.generics.tuple.NTuple9
 
_12478() - Method in class de.caff.generics.tuple.Tuple8
 
_12478() - Method in class de.caff.generics.tuple.Tuple9
 
_124789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 7th, 8th, 9th.
_124789() - Method in class de.caff.generics.tuple.NTuple9
 
_124789() - Method in class de.caff.generics.tuple.Tuple9
 
_12479() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 7th, 9th.
_12479() - Method in class de.caff.generics.tuple.NTuple9
 
_12479() - Method in class de.caff.generics.tuple.Tuple9
 
_1248() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 8th.
_1248() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 8th.
_1248() - Method in class de.caff.generics.tuple.NTuple8
 
_1248() - Method in class de.caff.generics.tuple.NTuple9
 
_1248() - Method in class de.caff.generics.tuple.Tuple8
 
_1248() - Method in class de.caff.generics.tuple.Tuple9
 
_12489() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 8th, 9th.
_12489() - Method in class de.caff.generics.tuple.NTuple9
 
_12489() - Method in class de.caff.generics.tuple.Tuple9
 
_1249() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 9th.
_1249() - Method in class de.caff.generics.tuple.NTuple9
 
_1249() - Method in class de.caff.generics.tuple.Tuple9
 
_125() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 5th.
_125() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 5th.
_125() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 5th.
_125() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 5th.
_125() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 5th.
_125() - Method in class de.caff.generics.tuple.NTuple5
 
_125() - Method in class de.caff.generics.tuple.NTuple6
 
_125() - Method in class de.caff.generics.tuple.NTuple7
 
_125() - Method in class de.caff.generics.tuple.NTuple8
 
_125() - Method in class de.caff.generics.tuple.NTuple9
 
_125() - Method in class de.caff.generics.tuple.Tuple5
 
_125() - Method in class de.caff.generics.tuple.Tuple6
 
_125() - Method in class de.caff.generics.tuple.Tuple7
 
_125() - Method in class de.caff.generics.tuple.Tuple8
 
_125() - Method in class de.caff.generics.tuple.Tuple9
 
_12534() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 3rd, 4th.
_12534() - Method in class de.caff.generics.tuple.NTuple5
 
_12534() - Method in class de.caff.generics.tuple.Tuple5
 
_12543() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 4th, 3rd.
_12543() - Method in class de.caff.generics.tuple.NTuple5
 
_12543() - Method in class de.caff.generics.tuple.Tuple5
 
_1256() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th.
_1256() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th.
_1256() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th.
_1256() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th.
_1256() - Method in class de.caff.generics.tuple.NTuple6
 
_1256() - Method in class de.caff.generics.tuple.NTuple7
 
_1256() - Method in class de.caff.generics.tuple.NTuple8
 
_1256() - Method in class de.caff.generics.tuple.NTuple9
 
_1256() - Method in class de.caff.generics.tuple.Tuple6
 
_1256() - Method in class de.caff.generics.tuple.Tuple7
 
_1256() - Method in class de.caff.generics.tuple.Tuple8
 
_1256() - Method in class de.caff.generics.tuple.Tuple9
 
_12567() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 7th.
_12567() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 7th.
_12567() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 7th.
_12567() - Method in class de.caff.generics.tuple.NTuple7
 
_12567() - Method in class de.caff.generics.tuple.NTuple8
 
_12567() - Method in class de.caff.generics.tuple.NTuple9
 
_12567() - Method in class de.caff.generics.tuple.Tuple7
 
_12567() - Method in class de.caff.generics.tuple.Tuple8
 
_12567() - Method in class de.caff.generics.tuple.Tuple9
 
_125678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 7th, 8th.
_125678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 7th, 8th.
_125678() - Method in class de.caff.generics.tuple.NTuple8
 
_125678() - Method in class de.caff.generics.tuple.NTuple9
 
_125678() - Method in class de.caff.generics.tuple.Tuple8
 
_125678() - Method in class de.caff.generics.tuple.Tuple9
 
_1256789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 7th, 8th, 9th.
_1256789() - Method in class de.caff.generics.tuple.NTuple9
 
_1256789() - Method in class de.caff.generics.tuple.Tuple9
 
_125679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 7th, 9th.
_125679() - Method in class de.caff.generics.tuple.NTuple9
 
_125679() - Method in class de.caff.generics.tuple.Tuple9
 
_12568() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 8th.
_12568() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 8th.
_12568() - Method in class de.caff.generics.tuple.NTuple8
 
_12568() - Method in class de.caff.generics.tuple.NTuple9
 
_12568() - Method in class de.caff.generics.tuple.Tuple8
 
_12568() - Method in class de.caff.generics.tuple.Tuple9
 
_125689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 8th, 9th.
_125689() - Method in class de.caff.generics.tuple.NTuple9
 
_125689() - Method in class de.caff.generics.tuple.Tuple9
 
_12569() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 9th.
_12569() - Method in class de.caff.generics.tuple.NTuple9
 
_12569() - Method in class de.caff.generics.tuple.Tuple9
 
_1257() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 7th.
_1257() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 7th.
_1257() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 7th.
_1257() - Method in class de.caff.generics.tuple.NTuple7
 
_1257() - Method in class de.caff.generics.tuple.NTuple8
 
_1257() - Method in class de.caff.generics.tuple.NTuple9
 
_1257() - Method in class de.caff.generics.tuple.Tuple7
 
_1257() - Method in class de.caff.generics.tuple.Tuple8
 
_1257() - Method in class de.caff.generics.tuple.Tuple9
 
_12578() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 7th, 8th.
_12578() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 7th, 8th.
_12578() - Method in class de.caff.generics.tuple.NTuple8
 
_12578() - Method in class de.caff.generics.tuple.NTuple9
 
_12578() - Method in class de.caff.generics.tuple.Tuple8
 
_12578() - Method in class de.caff.generics.tuple.Tuple9
 
_125789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 7th, 8th, 9th.
_125789() - Method in class de.caff.generics.tuple.NTuple9
 
_125789() - Method in class de.caff.generics.tuple.Tuple9
 
_12579() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 7th, 9th.
_12579() - Method in class de.caff.generics.tuple.NTuple9
 
_12579() - Method in class de.caff.generics.tuple.Tuple9
 
_1258() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 8th.
_1258() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 8th.
_1258() - Method in class de.caff.generics.tuple.NTuple8
 
_1258() - Method in class de.caff.generics.tuple.NTuple9
 
_1258() - Method in class de.caff.generics.tuple.Tuple8
 
_1258() - Method in class de.caff.generics.tuple.Tuple9
 
_12589() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 8th, 9th.
_12589() - Method in class de.caff.generics.tuple.NTuple9
 
_12589() - Method in class de.caff.generics.tuple.Tuple9
 
_1259() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 9th.
_1259() - Method in class de.caff.generics.tuple.NTuple9
 
_1259() - Method in class de.caff.generics.tuple.Tuple9
 
_126() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 6th.
_126() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 6th.
_126() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 6th.
_126() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 6th.
_126() - Method in class de.caff.generics.tuple.NTuple6
 
_126() - Method in class de.caff.generics.tuple.NTuple7
 
_126() - Method in class de.caff.generics.tuple.NTuple8
 
_126() - Method in class de.caff.generics.tuple.NTuple9
 
_126() - Method in class de.caff.generics.tuple.Tuple6
 
_126() - Method in class de.caff.generics.tuple.Tuple7
 
_126() - Method in class de.caff.generics.tuple.Tuple8
 
_126() - Method in class de.caff.generics.tuple.Tuple9
 
_1267() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 7th.
_1267() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 7th.
_1267() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 7th.
_1267() - Method in class de.caff.generics.tuple.NTuple7
 
_1267() - Method in class de.caff.generics.tuple.NTuple8
 
_1267() - Method in class de.caff.generics.tuple.NTuple9
 
_1267() - Method in class de.caff.generics.tuple.Tuple7
 
_1267() - Method in class de.caff.generics.tuple.Tuple8
 
_1267() - Method in class de.caff.generics.tuple.Tuple9
 
_12678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 7th, 8th.
_12678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 7th, 8th.
_12678() - Method in class de.caff.generics.tuple.NTuple8
 
_12678() - Method in class de.caff.generics.tuple.NTuple9
 
_12678() - Method in class de.caff.generics.tuple.Tuple8
 
_12678() - Method in class de.caff.generics.tuple.Tuple9
 
_126789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 7th, 8th, 9th.
_126789() - Method in class de.caff.generics.tuple.NTuple9
 
_126789() - Method in class de.caff.generics.tuple.Tuple9
 
_12679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 7th, 9th.
_12679() - Method in class de.caff.generics.tuple.NTuple9
 
_12679() - Method in class de.caff.generics.tuple.Tuple9
 
_1268() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 8th.
_1268() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 8th.
_1268() - Method in class de.caff.generics.tuple.NTuple8
 
_1268() - Method in class de.caff.generics.tuple.NTuple9
 
_1268() - Method in class de.caff.generics.tuple.Tuple8
 
_1268() - Method in class de.caff.generics.tuple.Tuple9
 
_12689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 8th, 9th.
_12689() - Method in class de.caff.generics.tuple.NTuple9
 
_12689() - Method in class de.caff.generics.tuple.Tuple9
 
_1269() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 9th.
_1269() - Method in class de.caff.generics.tuple.NTuple9
 
_1269() - Method in class de.caff.generics.tuple.Tuple9
 
_127() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 7th.
_127() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 7th.
_127() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 7th.
_127() - Method in class de.caff.generics.tuple.NTuple7
 
_127() - Method in class de.caff.generics.tuple.NTuple8
 
_127() - Method in class de.caff.generics.tuple.NTuple9
 
_127() - Method in class de.caff.generics.tuple.Tuple7
 
_127() - Method in class de.caff.generics.tuple.Tuple8
 
_127() - Method in class de.caff.generics.tuple.Tuple9
 
_1278() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 7th, 8th.
_1278() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 7th, 8th.
_1278() - Method in class de.caff.generics.tuple.NTuple8
 
_1278() - Method in class de.caff.generics.tuple.NTuple9
 
_1278() - Method in class de.caff.generics.tuple.Tuple8
 
_1278() - Method in class de.caff.generics.tuple.Tuple9
 
_12789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 7th, 8th, 9th.
_12789() - Method in class de.caff.generics.tuple.NTuple9
 
_12789() - Method in class de.caff.generics.tuple.Tuple9
 
_1279() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 7th, 9th.
_1279() - Method in class de.caff.generics.tuple.NTuple9
 
_1279() - Method in class de.caff.generics.tuple.Tuple9
 
_128() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 8th.
_128() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 8th.
_128() - Method in class de.caff.generics.tuple.NTuple8
 
_128() - Method in class de.caff.generics.tuple.NTuple9
 
_128() - Method in class de.caff.generics.tuple.Tuple8
 
_128() - Method in class de.caff.generics.tuple.Tuple9
 
_1289() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 8th, 9th.
_1289() - Method in class de.caff.generics.tuple.NTuple9
 
_1289() - Method in class de.caff.generics.tuple.Tuple9
 
_129() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 9th.
_129() - Method in class de.caff.generics.tuple.NTuple9
 
_129() - Method in class de.caff.generics.tuple.Tuple9
 
_13() - Method in interface de.caff.generics.tuple.ITuple3
Create a new 2-tuple from this one where the elements are ordered: 1st, 3rd.
_13() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 2-tuple from this one where the elements are ordered: 1st, 3rd.
_13() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 2-tuple from this one where the elements are ordered: 1st, 3rd.
_13() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 1st, 3rd.
_13() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 1st, 3rd.
_13() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 1st, 3rd.
_13() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 1st, 3rd.
_13() - Method in class de.caff.generics.tuple.NTuple3
 
_13() - Method in class de.caff.generics.tuple.NTuple4
 
_13() - Method in class de.caff.generics.tuple.NTuple5
 
_13() - Method in class de.caff.generics.tuple.NTuple6
 
_13() - Method in class de.caff.generics.tuple.NTuple7
 
_13() - Method in class de.caff.generics.tuple.NTuple8
 
_13() - Method in class de.caff.generics.tuple.NTuple9
 
_13() - Method in class de.caff.generics.tuple.Tuple3
 
_13() - Method in class de.caff.generics.tuple.Tuple4
 
_13() - Method in class de.caff.generics.tuple.Tuple5
 
_13() - Method in class de.caff.generics.tuple.Tuple6
 
_13() - Method in class de.caff.generics.tuple.Tuple7
 
_13() - Method in class de.caff.generics.tuple.Tuple8
 
_13() - Method in class de.caff.generics.tuple.Tuple9
 
_132() - Method in interface de.caff.generics.tuple.ITuple3
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 2nd.
_132() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 2nd.
_132() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 2nd.
_132() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 2nd.
_132() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 2nd.
_132() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 2nd.
_132() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 2nd.
_132() - Method in class de.caff.generics.tuple.NTuple3
 
_132() - Method in class de.caff.generics.tuple.NTuple4
 
_132() - Method in class de.caff.generics.tuple.NTuple5
 
_132() - Method in class de.caff.generics.tuple.NTuple6
 
_132() - Method in class de.caff.generics.tuple.NTuple7
 
_132() - Method in class de.caff.generics.tuple.NTuple8
 
_132() - Method in class de.caff.generics.tuple.NTuple9
 
_132() - Method in class de.caff.generics.tuple.Tuple3
 
_132() - Method in class de.caff.generics.tuple.Tuple4
 
_132() - Method in class de.caff.generics.tuple.Tuple5
 
_132() - Method in class de.caff.generics.tuple.Tuple6
 
_132() - Method in class de.caff.generics.tuple.Tuple7
 
_132() - Method in class de.caff.generics.tuple.Tuple8
 
_132() - Method in class de.caff.generics.tuple.Tuple9
 
_1324() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 2nd, 4th.
_1324() - Method in class de.caff.generics.tuple.NTuple4
 
_1324() - Method in class de.caff.generics.tuple.Tuple4
 
_13245() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 2nd, 4th, 5th.
_13245() - Method in class de.caff.generics.tuple.NTuple5
 
_13245() - Method in class de.caff.generics.tuple.Tuple5
 
_13254() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 2nd, 5th, 4th.
_13254() - Method in class de.caff.generics.tuple.NTuple5
 
_13254() - Method in class de.caff.generics.tuple.Tuple5
 
_134() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 4th.
_134() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 4th.
_134() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 4th.
_134() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 4th.
_134() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 4th.
_134() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 4th.
_134() - Method in class de.caff.generics.tuple.NTuple4
 
_134() - Method in class de.caff.generics.tuple.NTuple5
 
_134() - Method in class de.caff.generics.tuple.NTuple6
 
_134() - Method in class de.caff.generics.tuple.NTuple7
 
_134() - Method in class de.caff.generics.tuple.NTuple8
 
_134() - Method in class de.caff.generics.tuple.NTuple9
 
_134() - Method in class de.caff.generics.tuple.Tuple4
 
_134() - Method in class de.caff.generics.tuple.Tuple5
 
_134() - Method in class de.caff.generics.tuple.Tuple6
 
_134() - Method in class de.caff.generics.tuple.Tuple7
 
_134() - Method in class de.caff.generics.tuple.Tuple8
 
_134() - Method in class de.caff.generics.tuple.Tuple9
 
_1342() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 2nd.
_1342() - Method in class de.caff.generics.tuple.NTuple4
 
_1342() - Method in class de.caff.generics.tuple.Tuple4
 
_13425() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 2nd, 5th.
_13425() - Method in class de.caff.generics.tuple.NTuple5
 
_13425() - Method in class de.caff.generics.tuple.Tuple5
 
_1345() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th.
_1345() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th.
_1345() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th.
_1345() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th.
_1345() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th.
_1345() - Method in class de.caff.generics.tuple.NTuple5
 
_1345() - Method in class de.caff.generics.tuple.NTuple6
 
_1345() - Method in class de.caff.generics.tuple.NTuple7
 
_1345() - Method in class de.caff.generics.tuple.NTuple8
 
_1345() - Method in class de.caff.generics.tuple.NTuple9
 
_1345() - Method in class de.caff.generics.tuple.Tuple5
 
_1345() - Method in class de.caff.generics.tuple.Tuple6
 
_1345() - Method in class de.caff.generics.tuple.Tuple7
 
_1345() - Method in class de.caff.generics.tuple.Tuple8
 
_1345() - Method in class de.caff.generics.tuple.Tuple9
 
_13452() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 2nd.
_13452() - Method in class de.caff.generics.tuple.NTuple5
 
_13452() - Method in class de.caff.generics.tuple.Tuple5
 
_13456() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th.
_13456() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th.
_13456() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th.
_13456() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th.
_13456() - Method in class de.caff.generics.tuple.NTuple6
 
_13456() - Method in class de.caff.generics.tuple.NTuple7
 
_13456() - Method in class de.caff.generics.tuple.NTuple8
 
_13456() - Method in class de.caff.generics.tuple.NTuple9
 
_13456() - Method in class de.caff.generics.tuple.Tuple6
 
_13456() - Method in class de.caff.generics.tuple.Tuple7
 
_13456() - Method in class de.caff.generics.tuple.Tuple8
 
_13456() - Method in class de.caff.generics.tuple.Tuple9
 
_134567() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 7th.
_134567() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 7th.
_134567() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 7th.
_134567() - Method in class de.caff.generics.tuple.NTuple7
 
_134567() - Method in class de.caff.generics.tuple.NTuple8
 
_134567() - Method in class de.caff.generics.tuple.NTuple9
 
_134567() - Method in class de.caff.generics.tuple.Tuple7
 
_134567() - Method in class de.caff.generics.tuple.Tuple8
 
_134567() - Method in class de.caff.generics.tuple.Tuple9
 
_1345678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 7-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 7th, 8th.
_1345678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 7th, 8th.
_1345678() - Method in class de.caff.generics.tuple.NTuple8
 
_1345678() - Method in class de.caff.generics.tuple.NTuple9
 
_1345678() - Method in class de.caff.generics.tuple.Tuple8
 
_1345678() - Method in class de.caff.generics.tuple.Tuple9
 
_13456789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 8-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 7th, 8th, 9th.
_13456789() - Method in class de.caff.generics.tuple.NTuple9
 
_13456789() - Method in class de.caff.generics.tuple.Tuple9
 
_1345679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 7th, 9th.
_1345679() - Method in class de.caff.generics.tuple.NTuple9
 
_1345679() - Method in class de.caff.generics.tuple.Tuple9
 
_134568() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 8th.
_134568() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 8th.
_134568() - Method in class de.caff.generics.tuple.NTuple8
 
_134568() - Method in class de.caff.generics.tuple.NTuple9
 
_134568() - Method in class de.caff.generics.tuple.Tuple8
 
_134568() - Method in class de.caff.generics.tuple.Tuple9
 
_1345689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 8th, 9th.
_1345689() - Method in class de.caff.generics.tuple.NTuple9
 
_1345689() - Method in class de.caff.generics.tuple.Tuple9
 
_134569() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 9th.
_134569() - Method in class de.caff.generics.tuple.NTuple9
 
_134569() - Method in class de.caff.generics.tuple.Tuple9
 
_13457() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 7th.
_13457() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 7th.
_13457() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 7th.
_13457() - Method in class de.caff.generics.tuple.NTuple7
 
_13457() - Method in class de.caff.generics.tuple.NTuple8
 
_13457() - Method in class de.caff.generics.tuple.NTuple9
 
_13457() - Method in class de.caff.generics.tuple.Tuple7
 
_13457() - Method in class de.caff.generics.tuple.Tuple8
 
_13457() - Method in class de.caff.generics.tuple.Tuple9
 
_134578() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 7th, 8th.
_134578() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 7th, 8th.
_134578() - Method in class de.caff.generics.tuple.NTuple8
 
_134578() - Method in class de.caff.generics.tuple.NTuple9
 
_134578() - Method in class de.caff.generics.tuple.Tuple8
 
_134578() - Method in class de.caff.generics.tuple.Tuple9
 
_1345789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 7th, 8th, 9th.
_1345789() - Method in class de.caff.generics.tuple.NTuple9
 
_1345789() - Method in class de.caff.generics.tuple.Tuple9
 
_134579() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 7th, 9th.
_134579() - Method in class de.caff.generics.tuple.NTuple9
 
_134579() - Method in class de.caff.generics.tuple.Tuple9
 
_13458() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 8th.
_13458() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 8th.
_13458() - Method in class de.caff.generics.tuple.NTuple8
 
_13458() - Method in class de.caff.generics.tuple.NTuple9
 
_13458() - Method in class de.caff.generics.tuple.Tuple8
 
_13458() - Method in class de.caff.generics.tuple.Tuple9
 
_134589() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 8th, 9th.
_134589() - Method in class de.caff.generics.tuple.NTuple9
 
_134589() - Method in class de.caff.generics.tuple.Tuple9
 
_13459() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 9th.
_13459() - Method in class de.caff.generics.tuple.NTuple9
 
_13459() - Method in class de.caff.generics.tuple.Tuple9
 
_1346() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th.
_1346() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th.
_1346() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th.
_1346() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th.
_1346() - Method in class de.caff.generics.tuple.NTuple6
 
_1346() - Method in class de.caff.generics.tuple.NTuple7
 
_1346() - Method in class de.caff.generics.tuple.NTuple8
 
_1346() - Method in class de.caff.generics.tuple.NTuple9
 
_1346() - Method in class de.caff.generics.tuple.Tuple6
 
_1346() - Method in class de.caff.generics.tuple.Tuple7
 
_1346() - Method in class de.caff.generics.tuple.Tuple8
 
_1346() - Method in class de.caff.generics.tuple.Tuple9
 
_13467() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 7th.
_13467() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 7th.
_13467() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 7th.
_13467() - Method in class de.caff.generics.tuple.NTuple7
 
_13467() - Method in class de.caff.generics.tuple.NTuple8
 
_13467() - Method in class de.caff.generics.tuple.NTuple9
 
_13467() - Method in class de.caff.generics.tuple.Tuple7
 
_13467() - Method in class de.caff.generics.tuple.Tuple8
 
_13467() - Method in class de.caff.generics.tuple.Tuple9
 
_134678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 7th, 8th.
_134678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 7th, 8th.
_134678() - Method in class de.caff.generics.tuple.NTuple8
 
_134678() - Method in class de.caff.generics.tuple.NTuple9
 
_134678() - Method in class de.caff.generics.tuple.Tuple8
 
_134678() - Method in class de.caff.generics.tuple.Tuple9
 
_1346789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 7th, 8th, 9th.
_1346789() - Method in class de.caff.generics.tuple.NTuple9
 
_1346789() - Method in class de.caff.generics.tuple.Tuple9
 
_134679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 7th, 9th.
_134679() - Method in class de.caff.generics.tuple.NTuple9
 
_134679() - Method in class de.caff.generics.tuple.Tuple9
 
_13468() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 8th.
_13468() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 8th.
_13468() - Method in class de.caff.generics.tuple.NTuple8
 
_13468() - Method in class de.caff.generics.tuple.NTuple9
 
_13468() - Method in class de.caff.generics.tuple.Tuple8
 
_13468() - Method in class de.caff.generics.tuple.Tuple9
 
_134689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 8th, 9th.
_134689() - Method in class de.caff.generics.tuple.NTuple9
 
_134689() - Method in class de.caff.generics.tuple.Tuple9
 
_13469() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 9th.
_13469() - Method in class de.caff.generics.tuple.NTuple9
 
_13469() - Method in class de.caff.generics.tuple.Tuple9
 
_1347() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 7th.
_1347() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 7th.
_1347() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 7th.
_1347() - Method in class de.caff.generics.tuple.NTuple7
 
_1347() - Method in class de.caff.generics.tuple.NTuple8
 
_1347() - Method in class de.caff.generics.tuple.NTuple9
 
_1347() - Method in class de.caff.generics.tuple.Tuple7
 
_1347() - Method in class de.caff.generics.tuple.Tuple8
 
_1347() - Method in class de.caff.generics.tuple.Tuple9
 
_13478() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 7th, 8th.
_13478() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 7th, 8th.
_13478() - Method in class de.caff.generics.tuple.NTuple8
 
_13478() - Method in class de.caff.generics.tuple.NTuple9
 
_13478() - Method in class de.caff.generics.tuple.Tuple8
 
_13478() - Method in class de.caff.generics.tuple.Tuple9
 
_134789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 7th, 8th, 9th.
_134789() - Method in class de.caff.generics.tuple.NTuple9
 
_134789() - Method in class de.caff.generics.tuple.Tuple9
 
_13479() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 7th, 9th.
_13479() - Method in class de.caff.generics.tuple.NTuple9
 
_13479() - Method in class de.caff.generics.tuple.Tuple9
 
_1348() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 8th.
_1348() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 8th.
_1348() - Method in class de.caff.generics.tuple.NTuple8
 
_1348() - Method in class de.caff.generics.tuple.NTuple9
 
_1348() - Method in class de.caff.generics.tuple.Tuple8
 
_1348() - Method in class de.caff.generics.tuple.Tuple9
 
_13489() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 8th, 9th.
_13489() - Method in class de.caff.generics.tuple.NTuple9
 
_13489() - Method in class de.caff.generics.tuple.Tuple9
 
_1349() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 9th.
_1349() - Method in class de.caff.generics.tuple.NTuple9
 
_1349() - Method in class de.caff.generics.tuple.Tuple9
 
_135() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 5th.
_135() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 5th.
_135() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 5th.
_135() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 5th.
_135() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 5th.
_135() - Method in class de.caff.generics.tuple.NTuple5
 
_135() - Method in class de.caff.generics.tuple.NTuple6
 
_135() - Method in class de.caff.generics.tuple.NTuple7
 
_135() - Method in class de.caff.generics.tuple.NTuple8
 
_135() - Method in class de.caff.generics.tuple.NTuple9
 
_135() - Method in class de.caff.generics.tuple.Tuple5
 
_135() - Method in class de.caff.generics.tuple.Tuple6
 
_135() - Method in class de.caff.generics.tuple.Tuple7
 
_135() - Method in class de.caff.generics.tuple.Tuple8
 
_135() - Method in class de.caff.generics.tuple.Tuple9
 
_13524() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 2nd, 4th.
_13524() - Method in class de.caff.generics.tuple.NTuple5
 
_13524() - Method in class de.caff.generics.tuple.Tuple5
 
_13542() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 4th, 2nd.
_13542() - Method in class de.caff.generics.tuple.NTuple5
 
_13542() - Method in class de.caff.generics.tuple.Tuple5
 
_1356() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th.
_1356() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th.
_1356() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th.
_1356() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th.
_1356() - Method in class de.caff.generics.tuple.NTuple6
 
_1356() - Method in class de.caff.generics.tuple.NTuple7
 
_1356() - Method in class de.caff.generics.tuple.NTuple8
 
_1356() - Method in class de.caff.generics.tuple.NTuple9
 
_1356() - Method in class de.caff.generics.tuple.Tuple6
 
_1356() - Method in class de.caff.generics.tuple.Tuple7
 
_1356() - Method in class de.caff.generics.tuple.Tuple8
 
_1356() - Method in class de.caff.generics.tuple.Tuple9
 
_13567() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 7th.
_13567() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 7th.
_13567() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 7th.
_13567() - Method in class de.caff.generics.tuple.NTuple7
 
_13567() - Method in class de.caff.generics.tuple.NTuple8
 
_13567() - Method in class de.caff.generics.tuple.NTuple9
 
_13567() - Method in class de.caff.generics.tuple.Tuple7
 
_13567() - Method in class de.caff.generics.tuple.Tuple8
 
_13567() - Method in class de.caff.generics.tuple.Tuple9
 
_135678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 7th, 8th.
_135678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 7th, 8th.
_135678() - Method in class de.caff.generics.tuple.NTuple8
 
_135678() - Method in class de.caff.generics.tuple.NTuple9
 
_135678() - Method in class de.caff.generics.tuple.Tuple8
 
_135678() - Method in class de.caff.generics.tuple.Tuple9
 
_1356789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 7th, 8th, 9th.
_1356789() - Method in class de.caff.generics.tuple.NTuple9
 
_1356789() - Method in class de.caff.generics.tuple.Tuple9
 
_135679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 7th, 9th.
_135679() - Method in class de.caff.generics.tuple.NTuple9
 
_135679() - Method in class de.caff.generics.tuple.Tuple9
 
_13568() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 8th.
_13568() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 8th.
_13568() - Method in class de.caff.generics.tuple.NTuple8
 
_13568() - Method in class de.caff.generics.tuple.NTuple9
 
_13568() - Method in class de.caff.generics.tuple.Tuple8
 
_13568() - Method in class de.caff.generics.tuple.Tuple9
 
_135689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 8th, 9th.
_135689() - Method in class de.caff.generics.tuple.NTuple9
 
_135689() - Method in class de.caff.generics.tuple.Tuple9
 
_13569() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 9th.
_13569() - Method in class de.caff.generics.tuple.NTuple9
 
_13569() - Method in class de.caff.generics.tuple.Tuple9
 
_1357() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 7th.
_1357() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 7th.
_1357() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 7th.
_1357() - Method in class de.caff.generics.tuple.NTuple7
 
_1357() - Method in class de.caff.generics.tuple.NTuple8
 
_1357() - Method in class de.caff.generics.tuple.NTuple9
 
_1357() - Method in class de.caff.generics.tuple.Tuple7
 
_1357() - Method in class de.caff.generics.tuple.Tuple8
 
_1357() - Method in class de.caff.generics.tuple.Tuple9
 
_13578() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 7th, 8th.
_13578() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 7th, 8th.
_13578() - Method in class de.caff.generics.tuple.NTuple8
 
_13578() - Method in class de.caff.generics.tuple.NTuple9
 
_13578() - Method in class de.caff.generics.tuple.Tuple8
 
_13578() - Method in class de.caff.generics.tuple.Tuple9
 
_135789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 7th, 8th, 9th.
_135789() - Method in class de.caff.generics.tuple.NTuple9
 
_135789() - Method in class de.caff.generics.tuple.Tuple9
 
_13579() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 7th, 9th.
_13579() - Method in class de.caff.generics.tuple.NTuple9
 
_13579() - Method in class de.caff.generics.tuple.Tuple9
 
_1358() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 8th.
_1358() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 8th.
_1358() - Method in class de.caff.generics.tuple.NTuple8
 
_1358() - Method in class de.caff.generics.tuple.NTuple9
 
_1358() - Method in class de.caff.generics.tuple.Tuple8
 
_1358() - Method in class de.caff.generics.tuple.Tuple9
 
_13589() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 8th, 9th.
_13589() - Method in class de.caff.generics.tuple.NTuple9
 
_13589() - Method in class de.caff.generics.tuple.Tuple9
 
_1359() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 9th.
_1359() - Method in class de.caff.generics.tuple.NTuple9
 
_1359() - Method in class de.caff.generics.tuple.Tuple9
 
_136() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 6th.
_136() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 6th.
_136() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 6th.
_136() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 6th.
_136() - Method in class de.caff.generics.tuple.NTuple6
 
_136() - Method in class de.caff.generics.tuple.NTuple7
 
_136() - Method in class de.caff.generics.tuple.NTuple8
 
_136() - Method in class de.caff.generics.tuple.NTuple9
 
_136() - Method in class de.caff.generics.tuple.Tuple6
 
_136() - Method in class de.caff.generics.tuple.Tuple7
 
_136() - Method in class de.caff.generics.tuple.Tuple8
 
_136() - Method in class de.caff.generics.tuple.Tuple9
 
_1367() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 7th.
_1367() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 7th.
_1367() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 7th.
_1367() - Method in class de.caff.generics.tuple.NTuple7
 
_1367() - Method in class de.caff.generics.tuple.NTuple8
 
_1367() - Method in class de.caff.generics.tuple.NTuple9
 
_1367() - Method in class de.caff.generics.tuple.Tuple7
 
_1367() - Method in class de.caff.generics.tuple.Tuple8
 
_1367() - Method in class de.caff.generics.tuple.Tuple9
 
_13678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 7th, 8th.
_13678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 7th, 8th.
_13678() - Method in class de.caff.generics.tuple.NTuple8
 
_13678() - Method in class de.caff.generics.tuple.NTuple9
 
_13678() - Method in class de.caff.generics.tuple.Tuple8
 
_13678() - Method in class de.caff.generics.tuple.Tuple9
 
_136789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 7th, 8th, 9th.
_136789() - Method in class de.caff.generics.tuple.NTuple9
 
_136789() - Method in class de.caff.generics.tuple.Tuple9
 
_13679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 7th, 9th.
_13679() - Method in class de.caff.generics.tuple.NTuple9
 
_13679() - Method in class de.caff.generics.tuple.Tuple9
 
_1368() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 8th.
_1368() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 8th.
_1368() - Method in class de.caff.generics.tuple.NTuple8
 
_1368() - Method in class de.caff.generics.tuple.NTuple9
 
_1368() - Method in class de.caff.generics.tuple.Tuple8
 
_1368() - Method in class de.caff.generics.tuple.Tuple9
 
_13689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 8th, 9th.
_13689() - Method in class de.caff.generics.tuple.NTuple9
 
_13689() - Method in class de.caff.generics.tuple.Tuple9
 
_1369() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 9th.
_1369() - Method in class de.caff.generics.tuple.NTuple9
 
_1369() - Method in class de.caff.generics.tuple.Tuple9
 
_137() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 7th.
_137() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 7th.
_137() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 7th.
_137() - Method in class de.caff.generics.tuple.NTuple7
 
_137() - Method in class de.caff.generics.tuple.NTuple8
 
_137() - Method in class de.caff.generics.tuple.NTuple9
 
_137() - Method in class de.caff.generics.tuple.Tuple7
 
_137() - Method in class de.caff.generics.tuple.Tuple8
 
_137() - Method in class de.caff.generics.tuple.Tuple9
 
_1378() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 7th, 8th.
_1378() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 7th, 8th.
_1378() - Method in class de.caff.generics.tuple.NTuple8
 
_1378() - Method in class de.caff.generics.tuple.NTuple9
 
_1378() - Method in class de.caff.generics.tuple.Tuple8
 
_1378() - Method in class de.caff.generics.tuple.Tuple9
 
_13789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 7th, 8th, 9th.
_13789() - Method in class de.caff.generics.tuple.NTuple9
 
_13789() - Method in class de.caff.generics.tuple.Tuple9
 
_1379() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 7th, 9th.
_1379() - Method in class de.caff.generics.tuple.NTuple9
 
_1379() - Method in class de.caff.generics.tuple.Tuple9
 
_138() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 8th.
_138() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 8th.
_138() - Method in class de.caff.generics.tuple.NTuple8
 
_138() - Method in class de.caff.generics.tuple.NTuple9
 
_138() - Method in class de.caff.generics.tuple.Tuple8
 
_138() - Method in class de.caff.generics.tuple.Tuple9
 
_1389() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 8th, 9th.
_1389() - Method in class de.caff.generics.tuple.NTuple9
 
_1389() - Method in class de.caff.generics.tuple.Tuple9
 
_139() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 9th.
_139() - Method in class de.caff.generics.tuple.NTuple9
 
_139() - Method in class de.caff.generics.tuple.Tuple9
 
_14() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 2-tuple from this one where the elements are ordered: 1st, 4th.
_14() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 2-tuple from this one where the elements are ordered: 1st, 4th.
_14() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 1st, 4th.
_14() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 1st, 4th.
_14() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 1st, 4th.
_14() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 1st, 4th.
_14() - Method in class de.caff.generics.tuple.NTuple4
 
_14() - Method in class de.caff.generics.tuple.NTuple5
 
_14() - Method in class de.caff.generics.tuple.NTuple6
 
_14() - Method in class de.caff.generics.tuple.NTuple7
 
_14() - Method in class de.caff.generics.tuple.NTuple8
 
_14() - Method in class de.caff.generics.tuple.NTuple9
 
_14() - Method in class de.caff.generics.tuple.Tuple4
 
_14() - Method in class de.caff.generics.tuple.Tuple5
 
_14() - Method in class de.caff.generics.tuple.Tuple6
 
_14() - Method in class de.caff.generics.tuple.Tuple7
 
_14() - Method in class de.caff.generics.tuple.Tuple8
 
_14() - Method in class de.caff.generics.tuple.Tuple9
 
_142() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 2nd.
_142() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 2nd.
_142() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 2nd.
_142() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 2nd.
_142() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 2nd.
_142() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 2nd.
_142() - Method in class de.caff.generics.tuple.NTuple4
 
_142() - Method in class de.caff.generics.tuple.NTuple5
 
_142() - Method in class de.caff.generics.tuple.NTuple6
 
_142() - Method in class de.caff.generics.tuple.NTuple7
 
_142() - Method in class de.caff.generics.tuple.NTuple8
 
_142() - Method in class de.caff.generics.tuple.NTuple9
 
_142() - Method in class de.caff.generics.tuple.Tuple4
 
_142() - Method in class de.caff.generics.tuple.Tuple5
 
_142() - Method in class de.caff.generics.tuple.Tuple6
 
_142() - Method in class de.caff.generics.tuple.Tuple7
 
_142() - Method in class de.caff.generics.tuple.Tuple8
 
_142() - Method in class de.caff.generics.tuple.Tuple9
 
_1423() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 2nd, 3rd.
_1423() - Method in class de.caff.generics.tuple.NTuple4
 
_1423() - Method in class de.caff.generics.tuple.Tuple4
 
_14235() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 2nd, 3rd, 5th.
_14235() - Method in class de.caff.generics.tuple.NTuple5
 
_14235() - Method in class de.caff.generics.tuple.Tuple5
 
_14253() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 2nd, 5th, 3rd.
_14253() - Method in class de.caff.generics.tuple.NTuple5
 
_14253() - Method in class de.caff.generics.tuple.Tuple5
 
_143() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 3rd.
_143() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 3rd.
_143() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 3rd.
_143() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 3rd.
_143() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 3rd.
_143() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 3rd.
_143() - Method in class de.caff.generics.tuple.NTuple4
 
_143() - Method in class de.caff.generics.tuple.NTuple5
 
_143() - Method in class de.caff.generics.tuple.NTuple6
 
_143() - Method in class de.caff.generics.tuple.NTuple7
 
_143() - Method in class de.caff.generics.tuple.NTuple8
 
_143() - Method in class de.caff.generics.tuple.NTuple9
 
_143() - Method in class de.caff.generics.tuple.Tuple4
 
_143() - Method in class de.caff.generics.tuple.Tuple5
 
_143() - Method in class de.caff.generics.tuple.Tuple6
 
_143() - Method in class de.caff.generics.tuple.Tuple7
 
_143() - Method in class de.caff.generics.tuple.Tuple8
 
_143() - Method in class de.caff.generics.tuple.Tuple9
 
_1432() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 3rd, 2nd.
_1432() - Method in class de.caff.generics.tuple.NTuple4
 
_1432() - Method in class de.caff.generics.tuple.Tuple4
 
_14325() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 3rd, 2nd, 5th.
_14325() - Method in class de.caff.generics.tuple.NTuple5
 
_14325() - Method in class de.caff.generics.tuple.Tuple5
 
_14352() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 3rd, 5th, 2nd.
_14352() - Method in class de.caff.generics.tuple.NTuple5
 
_14352() - Method in class de.caff.generics.tuple.Tuple5
 
_145() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 5th.
_145() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 5th.
_145() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 5th.
_145() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 5th.
_145() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 5th.
_145() - Method in class de.caff.generics.tuple.NTuple5
 
_145() - Method in class de.caff.generics.tuple.NTuple6
 
_145() - Method in class de.caff.generics.tuple.NTuple7
 
_145() - Method in class de.caff.generics.tuple.NTuple8
 
_145() - Method in class de.caff.generics.tuple.NTuple9
 
_145() - Method in class de.caff.generics.tuple.Tuple5
 
_145() - Method in class de.caff.generics.tuple.Tuple6
 
_145() - Method in class de.caff.generics.tuple.Tuple7
 
_145() - Method in class de.caff.generics.tuple.Tuple8
 
_145() - Method in class de.caff.generics.tuple.Tuple9
 
_14523() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 2nd, 3rd.
_14523() - Method in class de.caff.generics.tuple.NTuple5
 
_14523() - Method in class de.caff.generics.tuple.Tuple5
 
_14532() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 3rd, 2nd.
_14532() - Method in class de.caff.generics.tuple.NTuple5
 
_14532() - Method in class de.caff.generics.tuple.Tuple5
 
_1456() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th.
_1456() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th.
_1456() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th.
_1456() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th.
_1456() - Method in class de.caff.generics.tuple.NTuple6
 
_1456() - Method in class de.caff.generics.tuple.NTuple7
 
_1456() - Method in class de.caff.generics.tuple.NTuple8
 
_1456() - Method in class de.caff.generics.tuple.NTuple9
 
_1456() - Method in class de.caff.generics.tuple.Tuple6
 
_1456() - Method in class de.caff.generics.tuple.Tuple7
 
_1456() - Method in class de.caff.generics.tuple.Tuple8
 
_1456() - Method in class de.caff.generics.tuple.Tuple9
 
_14567() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 7th.
_14567() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 7th.
_14567() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 7th.
_14567() - Method in class de.caff.generics.tuple.NTuple7
 
_14567() - Method in class de.caff.generics.tuple.NTuple8
 
_14567() - Method in class de.caff.generics.tuple.NTuple9
 
_14567() - Method in class de.caff.generics.tuple.Tuple7
 
_14567() - Method in class de.caff.generics.tuple.Tuple8
 
_14567() - Method in class de.caff.generics.tuple.Tuple9
 
_145678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 7th, 8th.
_145678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 7th, 8th.
_145678() - Method in class de.caff.generics.tuple.NTuple8
 
_145678() - Method in class de.caff.generics.tuple.NTuple9
 
_145678() - Method in class de.caff.generics.tuple.Tuple8
 
_145678() - Method in class de.caff.generics.tuple.Tuple9
 
_1456789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 7th, 8th, 9th.
_1456789() - Method in class de.caff.generics.tuple.NTuple9
 
_1456789() - Method in class de.caff.generics.tuple.Tuple9
 
_145679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 7th, 9th.
_145679() - Method in class de.caff.generics.tuple.NTuple9
 
_145679() - Method in class de.caff.generics.tuple.Tuple9
 
_14568() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 8th.
_14568() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 8th.
_14568() - Method in class de.caff.generics.tuple.NTuple8
 
_14568() - Method in class de.caff.generics.tuple.NTuple9
 
_14568() - Method in class de.caff.generics.tuple.Tuple8
 
_14568() - Method in class de.caff.generics.tuple.Tuple9
 
_145689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 8th, 9th.
_145689() - Method in class de.caff.generics.tuple.NTuple9
 
_145689() - Method in class de.caff.generics.tuple.Tuple9
 
_14569() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 9th.
_14569() - Method in class de.caff.generics.tuple.NTuple9
 
_14569() - Method in class de.caff.generics.tuple.Tuple9
 
_1457() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 5th, 7th.
_1457() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 5th, 7th.
_1457() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 5th, 7th.
_1457() - Method in class de.caff.generics.tuple.NTuple7
 
_1457() - Method in class de.caff.generics.tuple.NTuple8
 
_1457() - Method in class de.caff.generics.tuple.NTuple9
 
_1457() - Method in class de.caff.generics.tuple.Tuple7
 
_1457() - Method in class de.caff.generics.tuple.Tuple8
 
_1457() - Method in class de.caff.generics.tuple.Tuple9
 
_14578() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 7th, 8th.
_14578() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 7th, 8th.
_14578() - Method in class de.caff.generics.tuple.NTuple8
 
_14578() - Method in class de.caff.generics.tuple.NTuple9
 
_14578() - Method in class de.caff.generics.tuple.Tuple8
 
_14578() - Method in class de.caff.generics.tuple.Tuple9
 
_145789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 4th, 5th, 7th, 8th, 9th.
_145789() - Method in class de.caff.generics.tuple.NTuple9
 
_145789() - Method in class de.caff.generics.tuple.Tuple9
 
_14579() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 7th, 9th.
_14579() - Method in class de.caff.generics.tuple.NTuple9
 
_14579() - Method in class de.caff.generics.tuple.Tuple9
 
_1458() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 5th, 8th.
_1458() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 5th, 8th.
_1458() - Method in class de.caff.generics.tuple.NTuple8
 
_1458() - Method in class de.caff.generics.tuple.NTuple9
 
_1458() - Method in class de.caff.generics.tuple.Tuple8
 
_1458() - Method in class de.caff.generics.tuple.Tuple9
 
_14589() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 8th, 9th.
_14589() - Method in class de.caff.generics.tuple.NTuple9
 
_14589() - Method in class de.caff.generics.tuple.Tuple9
 
_1459() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 5th, 9th.
_1459() - Method in class de.caff.generics.tuple.NTuple9
 
_1459() - Method in class de.caff.generics.tuple.Tuple9
 
_146() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 6th.
_146() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 6th.
_146() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 6th.
_146() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 6th.
_146() - Method in class de.caff.generics.tuple.NTuple6
 
_146() - Method in class de.caff.generics.tuple.NTuple7
 
_146() - Method in class de.caff.generics.tuple.NTuple8
 
_146() - Method in class de.caff.generics.tuple.NTuple9
 
_146() - Method in class de.caff.generics.tuple.Tuple6
 
_146() - Method in class de.caff.generics.tuple.Tuple7
 
_146() - Method in class de.caff.generics.tuple.Tuple8
 
_146() - Method in class de.caff.generics.tuple.Tuple9
 
_1467() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 6th, 7th.
_1467() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 6th, 7th.
_1467() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 6th, 7th.
_1467() - Method in class de.caff.generics.tuple.NTuple7
 
_1467() - Method in class de.caff.generics.tuple.NTuple8
 
_1467() - Method in class de.caff.generics.tuple.NTuple9
 
_1467() - Method in class de.caff.generics.tuple.Tuple7
 
_1467() - Method in class de.caff.generics.tuple.Tuple8
 
_1467() - Method in class de.caff.generics.tuple.Tuple9
 
_14678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 6th, 7th, 8th.
_14678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 6th, 7th, 8th.
_14678() - Method in class de.caff.generics.tuple.NTuple8
 
_14678() - Method in class de.caff.generics.tuple.NTuple9
 
_14678() - Method in class de.caff.generics.tuple.Tuple8
 
_14678() - Method in class de.caff.generics.tuple.Tuple9
 
_146789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 4th, 6th, 7th, 8th, 9th.
_146789() - Method in class de.caff.generics.tuple.NTuple9
 
_146789() - Method in class de.caff.generics.tuple.Tuple9
 
_14679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 6th, 7th, 9th.
_14679() - Method in class de.caff.generics.tuple.NTuple9
 
_14679() - Method in class de.caff.generics.tuple.Tuple9
 
_1468() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 6th, 8th.
_1468() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 6th, 8th.
_1468() - Method in class de.caff.generics.tuple.NTuple8
 
_1468() - Method in class de.caff.generics.tuple.NTuple9
 
_1468() - Method in class de.caff.generics.tuple.Tuple8
 
_1468() - Method in class de.caff.generics.tuple.Tuple9
 
_14689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 6th, 8th, 9th.
_14689() - Method in class de.caff.generics.tuple.NTuple9
 
_14689() - Method in class de.caff.generics.tuple.Tuple9
 
_1469() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 6th, 9th.
_1469() - Method in class de.caff.generics.tuple.NTuple9
 
_1469() - Method in class de.caff.generics.tuple.Tuple9
 
_147() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 7th.
_147() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 7th.
_147() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 7th.
_147() - Method in class de.caff.generics.tuple.NTuple7
 
_147() - Method in class de.caff.generics.tuple.NTuple8
 
_147() - Method in class de.caff.generics.tuple.NTuple9
 
_147() - Method in class de.caff.generics.tuple.Tuple7
 
_147() - Method in class de.caff.generics.tuple.Tuple8
 
_147() - Method in class de.caff.generics.tuple.Tuple9
 
_1478() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 7th, 8th.
_1478() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 7th, 8th.
_1478() - Method in class de.caff.generics.tuple.NTuple8
 
_1478() - Method in class de.caff.generics.tuple.NTuple9
 
_1478() - Method in class de.caff.generics.tuple.Tuple8
 
_1478() - Method in class de.caff.generics.tuple.Tuple9
 
_14789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 7th, 8th, 9th.
_14789() - Method in class de.caff.generics.tuple.NTuple9
 
_14789() - Method in class de.caff.generics.tuple.Tuple9
 
_1479() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 7th, 9th.
_1479() - Method in class de.caff.generics.tuple.NTuple9
 
_1479() - Method in class de.caff.generics.tuple.Tuple9
 
_148() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 8th.
_148() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 8th.
_148() - Method in class de.caff.generics.tuple.NTuple8
 
_148() - Method in class de.caff.generics.tuple.NTuple9
 
_148() - Method in class de.caff.generics.tuple.Tuple8
 
_148() - Method in class de.caff.generics.tuple.Tuple9
 
_1489() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 8th, 9th.
_1489() - Method in class de.caff.generics.tuple.NTuple9
 
_1489() - Method in class de.caff.generics.tuple.Tuple9
 
_149() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 9th.
_149() - Method in class de.caff.generics.tuple.NTuple9
 
_149() - Method in class de.caff.generics.tuple.Tuple9
 
_15() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 2-tuple from this one where the elements are ordered: 1st, 5th.
_15() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 1st, 5th.
_15() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 1st, 5th.
_15() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 1st, 5th.
_15() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 1st, 5th.
_15() - Method in class de.caff.generics.tuple.NTuple5
 
_15() - Method in class de.caff.generics.tuple.NTuple6
 
_15() - Method in class de.caff.generics.tuple.NTuple7
 
_15() - Method in class de.caff.generics.tuple.NTuple8
 
_15() - Method in class de.caff.generics.tuple.NTuple9
 
_15() - Method in class de.caff.generics.tuple.Tuple5
 
_15() - Method in class de.caff.generics.tuple.Tuple6
 
_15() - Method in class de.caff.generics.tuple.Tuple7
 
_15() - Method in class de.caff.generics.tuple.Tuple8
 
_15() - Method in class de.caff.generics.tuple.Tuple9
 
_152() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 2nd.
_152() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 2nd.
_152() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 2nd.
_152() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 2nd.
_152() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 2nd.
_152() - Method in class de.caff.generics.tuple.NTuple5
 
_152() - Method in class de.caff.generics.tuple.NTuple6
 
_152() - Method in class de.caff.generics.tuple.NTuple7
 
_152() - Method in class de.caff.generics.tuple.NTuple8
 
_152() - Method in class de.caff.generics.tuple.NTuple9
 
_152() - Method in class de.caff.generics.tuple.Tuple5
 
_152() - Method in class de.caff.generics.tuple.Tuple6
 
_152() - Method in class de.caff.generics.tuple.Tuple7
 
_152() - Method in class de.caff.generics.tuple.Tuple8
 
_152() - Method in class de.caff.generics.tuple.Tuple9
 
_15234() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 2nd, 3rd, 4th.
_15234() - Method in class de.caff.generics.tuple.NTuple5
 
_15234() - Method in class de.caff.generics.tuple.Tuple5
 
_15243() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 2nd, 4th, 3rd.
_15243() - Method in class de.caff.generics.tuple.NTuple5
 
_15243() - Method in class de.caff.generics.tuple.Tuple5
 
_153() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 3rd.
_153() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 3rd.
_153() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 3rd.
_153() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 3rd.
_153() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 3rd.
_153() - Method in class de.caff.generics.tuple.NTuple5
 
_153() - Method in class de.caff.generics.tuple.NTuple6
 
_153() - Method in class de.caff.generics.tuple.NTuple7
 
_153() - Method in class de.caff.generics.tuple.NTuple8
 
_153() - Method in class de.caff.generics.tuple.NTuple9
 
_153() - Method in class de.caff.generics.tuple.Tuple5
 
_153() - Method in class de.caff.generics.tuple.Tuple6
 
_153() - Method in class de.caff.generics.tuple.Tuple7
 
_153() - Method in class de.caff.generics.tuple.Tuple8
 
_153() - Method in class de.caff.generics.tuple.Tuple9
 
_15324() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 3rd, 2nd, 4th.
_15324() - Method in class de.caff.generics.tuple.NTuple5
 
_15324() - Method in class de.caff.generics.tuple.Tuple5
 
_15342() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 3rd, 4th, 2nd.
_15342() - Method in class de.caff.generics.tuple.NTuple5
 
_15342() - Method in class de.caff.generics.tuple.Tuple5
 
_154() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 4th.
_154() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 4th.
_154() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 4th.
_154() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 4th.
_154() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 4th.
_154() - Method in class de.caff.generics.tuple.NTuple5
 
_154() - Method in class de.caff.generics.tuple.NTuple6
 
_154() - Method in class de.caff.generics.tuple.NTuple7
 
_154() - Method in class de.caff.generics.tuple.NTuple8
 
_154() - Method in class de.caff.generics.tuple.NTuple9
 
_154() - Method in class de.caff.generics.tuple.Tuple5
 
_154() - Method in class de.caff.generics.tuple.Tuple6
 
_154() - Method in class de.caff.generics.tuple.Tuple7
 
_154() - Method in class de.caff.generics.tuple.Tuple8
 
_154() - Method in class de.caff.generics.tuple.Tuple9
 
_15423() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 4th, 2nd, 3rd.
_15423() - Method in class de.caff.generics.tuple.NTuple5
 
_15423() - Method in class de.caff.generics.tuple.Tuple5
 
_15432() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 4th, 3rd, 2nd.
_15432() - Method in class de.caff.generics.tuple.NTuple5
 
_15432() - Method in class de.caff.generics.tuple.Tuple5
 
_156() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 6th.
_156() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 6th.
_156() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 6th.
_156() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 6th.
_156() - Method in class de.caff.generics.tuple.NTuple6
 
_156() - Method in class de.caff.generics.tuple.NTuple7
 
_156() - Method in class de.caff.generics.tuple.NTuple8
 
_156() - Method in class de.caff.generics.tuple.NTuple9
 
_156() - Method in class de.caff.generics.tuple.Tuple6
 
_156() - Method in class de.caff.generics.tuple.Tuple7
 
_156() - Method in class de.caff.generics.tuple.Tuple8
 
_156() - Method in class de.caff.generics.tuple.Tuple9
 
_1567() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 1st, 5th, 6th, 7th.
_1567() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 5th, 6th, 7th.
_1567() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 5th, 6th, 7th.
_1567() - Method in class de.caff.generics.tuple.NTuple7
 
_1567() - Method in class de.caff.generics.tuple.NTuple8
 
_1567() - Method in class de.caff.generics.tuple.NTuple9
 
_1567() - Method in class de.caff.generics.tuple.Tuple7
 
_1567() - Method in class de.caff.generics.tuple.Tuple8
 
_1567() - Method in class de.caff.generics.tuple.Tuple9
 
_15678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 6th, 7th, 8th.
_15678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 6th, 7th, 8th.
_15678() - Method in class de.caff.generics.tuple.NTuple8
 
_15678() - Method in class de.caff.generics.tuple.NTuple9
 
_15678() - Method in class de.caff.generics.tuple.Tuple8
 
_15678() - Method in class de.caff.generics.tuple.Tuple9
 
_156789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 1st, 5th, 6th, 7th, 8th, 9th.
_156789() - Method in class de.caff.generics.tuple.NTuple9
 
_156789() - Method in class de.caff.generics.tuple.Tuple9
 
_15679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 6th, 7th, 9th.
_15679() - Method in class de.caff.generics.tuple.NTuple9
 
_15679() - Method in class de.caff.generics.tuple.Tuple9
 
_1568() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 5th, 6th, 8th.
_1568() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 5th, 6th, 8th.
_1568() - Method in class de.caff.generics.tuple.NTuple8
 
_1568() - Method in class de.caff.generics.tuple.NTuple9
 
_1568() - Method in class de.caff.generics.tuple.Tuple8
 
_1568() - Method in class de.caff.generics.tuple.Tuple9
 
_15689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 6th, 8th, 9th.
_15689() - Method in class de.caff.generics.tuple.NTuple9
 
_15689() - Method in class de.caff.generics.tuple.Tuple9
 
_1569() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 5th, 6th, 9th.
_1569() - Method in class de.caff.generics.tuple.NTuple9
 
_1569() - Method in class de.caff.generics.tuple.Tuple9
 
_157() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 7th.
_157() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 7th.
_157() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 7th.
_157() - Method in class de.caff.generics.tuple.NTuple7
 
_157() - Method in class de.caff.generics.tuple.NTuple8
 
_157() - Method in class de.caff.generics.tuple.NTuple9
 
_157() - Method in class de.caff.generics.tuple.Tuple7
 
_157() - Method in class de.caff.generics.tuple.Tuple8
 
_157() - Method in class de.caff.generics.tuple.Tuple9
 
_1578() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 5th, 7th, 8th.
_1578() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 5th, 7th, 8th.
_1578() - Method in class de.caff.generics.tuple.NTuple8
 
_1578() - Method in class de.caff.generics.tuple.NTuple9
 
_1578() - Method in class de.caff.generics.tuple.Tuple8
 
_1578() - Method in class de.caff.generics.tuple.Tuple9
 
_15789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 7th, 8th, 9th.
_15789() - Method in class de.caff.generics.tuple.NTuple9
 
_15789() - Method in class de.caff.generics.tuple.Tuple9
 
_1579() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 5th, 7th, 9th.
_1579() - Method in class de.caff.generics.tuple.NTuple9
 
_1579() - Method in class de.caff.generics.tuple.Tuple9
 
_158() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 8th.
_158() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 8th.
_158() - Method in class de.caff.generics.tuple.NTuple8
 
_158() - Method in class de.caff.generics.tuple.NTuple9
 
_158() - Method in class de.caff.generics.tuple.Tuple8
 
_158() - Method in class de.caff.generics.tuple.Tuple9
 
_1589() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 5th, 8th, 9th.
_1589() - Method in class de.caff.generics.tuple.NTuple9
 
_1589() - Method in class de.caff.generics.tuple.Tuple9
 
_159() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 9th.
_159() - Method in class de.caff.generics.tuple.NTuple9
 
_159() - Method in class de.caff.generics.tuple.Tuple9
 
_16() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 1st, 6th.
_16() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 1st, 6th.
_16() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 1st, 6th.
_16() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 1st, 6th.
_16() - Method in class de.caff.generics.tuple.NTuple6
 
_16() - Method in class de.caff.generics.tuple.NTuple7
 
_16() - Method in class de.caff.generics.tuple.NTuple8
 
_16() - Method in class de.caff.generics.tuple.NTuple9
 
_16() - Method in class de.caff.generics.tuple.Tuple6
 
_16() - Method in class de.caff.generics.tuple.Tuple7
 
_16() - Method in class de.caff.generics.tuple.Tuple8
 
_16() - Method in class de.caff.generics.tuple.Tuple9
 
_162() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 2nd.
_162() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 2nd.
_162() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 2nd.
_162() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 2nd.
_162() - Method in class de.caff.generics.tuple.NTuple6
 
_162() - Method in class de.caff.generics.tuple.NTuple7
 
_162() - Method in class de.caff.generics.tuple.NTuple8
 
_162() - Method in class de.caff.generics.tuple.NTuple9
 
_162() - Method in class de.caff.generics.tuple.Tuple6
 
_162() - Method in class de.caff.generics.tuple.Tuple7
 
_162() - Method in class de.caff.generics.tuple.Tuple8
 
_162() - Method in class de.caff.generics.tuple.Tuple9
 
_163() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 3rd.
_163() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 3rd.
_163() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 3rd.
_163() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 3rd.
_163() - Method in class de.caff.generics.tuple.NTuple6
 
_163() - Method in class de.caff.generics.tuple.NTuple7
 
_163() - Method in class de.caff.generics.tuple.NTuple8
 
_163() - Method in class de.caff.generics.tuple.NTuple9
 
_163() - Method in class de.caff.generics.tuple.Tuple6
 
_163() - Method in class de.caff.generics.tuple.Tuple7
 
_163() - Method in class de.caff.generics.tuple.Tuple8
 
_163() - Method in class de.caff.generics.tuple.Tuple9
 
_164() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 4th.
_164() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 4th.
_164() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 4th.
_164() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 4th.
_164() - Method in class de.caff.generics.tuple.NTuple6
 
_164() - Method in class de.caff.generics.tuple.NTuple7
 
_164() - Method in class de.caff.generics.tuple.NTuple8
 
_164() - Method in class de.caff.generics.tuple.NTuple9
 
_164() - Method in class de.caff.generics.tuple.Tuple6
 
_164() - Method in class de.caff.generics.tuple.Tuple7
 
_164() - Method in class de.caff.generics.tuple.Tuple8
 
_164() - Method in class de.caff.generics.tuple.Tuple9
 
_165() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 5th.
_165() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 5th.
_165() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 5th.
_165() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 5th.
_165() - Method in class de.caff.generics.tuple.NTuple6
 
_165() - Method in class de.caff.generics.tuple.NTuple7
 
_165() - Method in class de.caff.generics.tuple.NTuple8
 
_165() - Method in class de.caff.generics.tuple.NTuple9
 
_165() - Method in class de.caff.generics.tuple.Tuple6
 
_165() - Method in class de.caff.generics.tuple.Tuple7
 
_165() - Method in class de.caff.generics.tuple.Tuple8
 
_165() - Method in class de.caff.generics.tuple.Tuple9
 
_167() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 7th.
_167() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 7th.
_167() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 7th.
_167() - Method in class de.caff.generics.tuple.NTuple7
 
_167() - Method in class de.caff.generics.tuple.NTuple8
 
_167() - Method in class de.caff.generics.tuple.NTuple9
 
_167() - Method in class de.caff.generics.tuple.Tuple7
 
_167() - Method in class de.caff.generics.tuple.Tuple8
 
_167() - Method in class de.caff.generics.tuple.Tuple9
 
_1678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 1st, 6th, 7th, 8th.
_1678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 6th, 7th, 8th.
_1678() - Method in class de.caff.generics.tuple.NTuple8
 
_1678() - Method in class de.caff.generics.tuple.NTuple9
 
_1678() - Method in class de.caff.generics.tuple.Tuple8
 
_1678() - Method in class de.caff.generics.tuple.Tuple9
 
_16789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 1st, 6th, 7th, 8th, 9th.
_16789() - Method in class de.caff.generics.tuple.NTuple9
 
_16789() - Method in class de.caff.generics.tuple.Tuple9
 
_1679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 6th, 7th, 9th.
_1679() - Method in class de.caff.generics.tuple.NTuple9
 
_1679() - Method in class de.caff.generics.tuple.Tuple9
 
_168() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 8th.
_168() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 8th.
_168() - Method in class de.caff.generics.tuple.NTuple8
 
_168() - Method in class de.caff.generics.tuple.NTuple9
 
_168() - Method in class de.caff.generics.tuple.Tuple8
 
_168() - Method in class de.caff.generics.tuple.Tuple9
 
_1689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 6th, 8th, 9th.
_1689() - Method in class de.caff.generics.tuple.NTuple9
 
_1689() - Method in class de.caff.generics.tuple.Tuple9
 
_169() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 9th.
_169() - Method in class de.caff.generics.tuple.NTuple9
 
_169() - Method in class de.caff.generics.tuple.Tuple9
 
_17() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 1st, 7th.
_17() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 1st, 7th.
_17() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 1st, 7th.
_17() - Method in class de.caff.generics.tuple.NTuple7
 
_17() - Method in class de.caff.generics.tuple.NTuple8
 
_17() - Method in class de.caff.generics.tuple.NTuple9
 
_17() - Method in class de.caff.generics.tuple.Tuple7
 
_17() - Method in class de.caff.generics.tuple.Tuple8
 
_17() - Method in class de.caff.generics.tuple.Tuple9
 
_172() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 2nd.
_172() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 2nd.
_172() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 2nd.
_172() - Method in class de.caff.generics.tuple.NTuple7
 
_172() - Method in class de.caff.generics.tuple.NTuple8
 
_172() - Method in class de.caff.generics.tuple.NTuple9
 
_172() - Method in class de.caff.generics.tuple.Tuple7
 
_172() - Method in class de.caff.generics.tuple.Tuple8
 
_172() - Method in class de.caff.generics.tuple.Tuple9
 
_173() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 3rd.
_173() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 3rd.
_173() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 3rd.
_173() - Method in class de.caff.generics.tuple.NTuple7
 
_173() - Method in class de.caff.generics.tuple.NTuple8
 
_173() - Method in class de.caff.generics.tuple.NTuple9
 
_173() - Method in class de.caff.generics.tuple.Tuple7
 
_173() - Method in class de.caff.generics.tuple.Tuple8
 
_173() - Method in class de.caff.generics.tuple.Tuple9
 
_174() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 4th.
_174() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 4th.
_174() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 4th.
_174() - Method in class de.caff.generics.tuple.NTuple7
 
_174() - Method in class de.caff.generics.tuple.NTuple8
 
_174() - Method in class de.caff.generics.tuple.NTuple9
 
_174() - Method in class de.caff.generics.tuple.Tuple7
 
_174() - Method in class de.caff.generics.tuple.Tuple8
 
_174() - Method in class de.caff.generics.tuple.Tuple9
 
_175() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 5th.
_175() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 5th.
_175() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 5th.
_175() - Method in class de.caff.generics.tuple.NTuple7
 
_175() - Method in class de.caff.generics.tuple.NTuple8
 
_175() - Method in class de.caff.generics.tuple.NTuple9
 
_175() - Method in class de.caff.generics.tuple.Tuple7
 
_175() - Method in class de.caff.generics.tuple.Tuple8
 
_175() - Method in class de.caff.generics.tuple.Tuple9
 
_176() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 6th.
_176() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 6th.
_176() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 6th.
_176() - Method in class de.caff.generics.tuple.NTuple7
 
_176() - Method in class de.caff.generics.tuple.NTuple8
 
_176() - Method in class de.caff.generics.tuple.NTuple9
 
_176() - Method in class de.caff.generics.tuple.Tuple7
 
_176() - Method in class de.caff.generics.tuple.Tuple8
 
_176() - Method in class de.caff.generics.tuple.Tuple9
 
_178() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 8th.
_178() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 8th.
_178() - Method in class de.caff.generics.tuple.NTuple8
 
_178() - Method in class de.caff.generics.tuple.NTuple9
 
_178() - Method in class de.caff.generics.tuple.Tuple8
 
_178() - Method in class de.caff.generics.tuple.Tuple9
 
_1789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 1st, 7th, 8th, 9th.
_1789() - Method in class de.caff.generics.tuple.NTuple9
 
_1789() - Method in class de.caff.generics.tuple.Tuple9
 
_179() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 9th.
_179() - Method in class de.caff.generics.tuple.NTuple9
 
_179() - Method in class de.caff.generics.tuple.Tuple9
 
_18() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 1st, 8th.
_18() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 1st, 8th.
_18() - Method in class de.caff.generics.tuple.NTuple8
 
_18() - Method in class de.caff.generics.tuple.NTuple9
 
_18() - Method in class de.caff.generics.tuple.Tuple8
 
_18() - Method in class de.caff.generics.tuple.Tuple9
 
_182() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 2nd.
_182() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 2nd.
_182() - Method in class de.caff.generics.tuple.NTuple8
 
_182() - Method in class de.caff.generics.tuple.NTuple9
 
_182() - Method in class de.caff.generics.tuple.Tuple8
 
_182() - Method in class de.caff.generics.tuple.Tuple9
 
_183() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 3rd.
_183() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 3rd.
_183() - Method in class de.caff.generics.tuple.NTuple8
 
_183() - Method in class de.caff.generics.tuple.NTuple9
 
_183() - Method in class de.caff.generics.tuple.Tuple8
 
_183() - Method in class de.caff.generics.tuple.Tuple9
 
_184() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 4th.
_184() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 4th.
_184() - Method in class de.caff.generics.tuple.NTuple8
 
_184() - Method in class de.caff.generics.tuple.NTuple9
 
_184() - Method in class de.caff.generics.tuple.Tuple8
 
_184() - Method in class de.caff.generics.tuple.Tuple9
 
_185() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 5th.
_185() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 5th.
_185() - Method in class de.caff.generics.tuple.NTuple8
 
_185() - Method in class de.caff.generics.tuple.NTuple9
 
_185() - Method in class de.caff.generics.tuple.Tuple8
 
_185() - Method in class de.caff.generics.tuple.Tuple9
 
_186() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 6th.
_186() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 6th.
_186() - Method in class de.caff.generics.tuple.NTuple8
 
_186() - Method in class de.caff.generics.tuple.NTuple9
 
_186() - Method in class de.caff.generics.tuple.Tuple8
 
_186() - Method in class de.caff.generics.tuple.Tuple9
 
_187() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 7th.
_187() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 7th.
_187() - Method in class de.caff.generics.tuple.NTuple8
 
_187() - Method in class de.caff.generics.tuple.NTuple9
 
_187() - Method in class de.caff.generics.tuple.Tuple8
 
_187() - Method in class de.caff.generics.tuple.Tuple9
 
_189() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 9th.
_189() - Method in class de.caff.generics.tuple.NTuple9
 
_189() - Method in class de.caff.generics.tuple.Tuple9
 
_19() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 1st, 9th.
_19() - Method in class de.caff.generics.tuple.NTuple9
 
_19() - Method in class de.caff.generics.tuple.Tuple9
 
_192() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 9th, 2nd.
_192() - Method in class de.caff.generics.tuple.NTuple9
 
_192() - Method in class de.caff.generics.tuple.Tuple9
 
_193() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 9th, 3rd.
_193() - Method in class de.caff.generics.tuple.NTuple9
 
_193() - Method in class de.caff.generics.tuple.Tuple9
 
_194() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 9th, 4th.
_194() - Method in class de.caff.generics.tuple.NTuple9
 
_194() - Method in class de.caff.generics.tuple.Tuple9
 
_195() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 9th, 5th.
_195() - Method in class de.caff.generics.tuple.NTuple9
 
_195() - Method in class de.caff.generics.tuple.Tuple9
 
_196() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 9th, 6th.
_196() - Method in class de.caff.generics.tuple.NTuple9
 
_196() - Method in class de.caff.generics.tuple.Tuple9
 
_197() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 9th, 7th.
_197() - Method in class de.caff.generics.tuple.NTuple9
 
_197() - Method in class de.caff.generics.tuple.Tuple9
 
_198() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 1st, 9th, 8th.
_198() - Method in class de.caff.generics.tuple.NTuple9
 
_198() - Method in class de.caff.generics.tuple.Tuple9
 
_2() - Method in class de.caff.generics.Dict.Entry
 
_2() - Method in interface de.caff.generics.NamedNullableValue
 
_2() - Method in interface de.caff.generics.NamedValue
 
_2() - Method in class de.caff.generics.OrderedPair
 
_2() - Method in interface de.caff.generics.tuple.ITuple2
Get the second element.
_2() - Method in interface de.caff.generics.tuple.ITuple3
Get the second element.
_2() - Method in interface de.caff.generics.tuple.ITuple4
Get the second element.
_2() - Method in interface de.caff.generics.tuple.ITuple5
Get the second element.
_2() - Method in interface de.caff.generics.tuple.ITuple6
Get the second element.
_2() - Method in interface de.caff.generics.tuple.ITuple7
Get the second element.
_2() - Method in interface de.caff.generics.tuple.ITuple8
Get the second element.
_2() - Method in interface de.caff.generics.tuple.ITuple9
Get the second element.
_2() - Method in class de.caff.generics.tuple.NTuple2
 
_2() - Method in class de.caff.generics.tuple.NTuple3
 
_2() - Method in class de.caff.generics.tuple.NTuple4
 
_2() - Method in class de.caff.generics.tuple.NTuple5
 
_2() - Method in class de.caff.generics.tuple.NTuple6
 
_2() - Method in class de.caff.generics.tuple.NTuple7
 
_2() - Method in class de.caff.generics.tuple.NTuple8
 
_2() - Method in class de.caff.generics.tuple.NTuple9
 
_2() - Method in class de.caff.generics.tuple.Tuple2
 
_2() - Method in class de.caff.generics.tuple.Tuple3
 
_2() - Method in class de.caff.generics.tuple.Tuple4
 
_2() - Method in class de.caff.generics.tuple.Tuple5
 
_2() - Method in class de.caff.generics.tuple.Tuple6
 
_2() - Method in class de.caff.generics.tuple.Tuple7
 
_2() - Method in class de.caff.generics.tuple.Tuple8
 
_2() - Method in class de.caff.generics.tuple.Tuple9
 
_21() - Method in interface de.caff.generics.tuple.ITuple2
Create a new 2-tuple from this one where the elements are ordered: 2nd, 1st.
_21() - Method in interface de.caff.generics.tuple.ITuple3
Create a new 2-tuple from this one where the elements are ordered: 2nd, 1st.
_21() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 2-tuple from this one where the elements are ordered: 2nd, 1st.
_21() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 2-tuple from this one where the elements are ordered: 2nd, 1st.
_21() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 2nd, 1st.
_21() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 2nd, 1st.
_21() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 2nd, 1st.
_21() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 2nd, 1st.
_21() - Method in class de.caff.generics.tuple.NTuple2
 
_21() - Method in class de.caff.generics.tuple.NTuple3
 
_21() - Method in class de.caff.generics.tuple.NTuple4
 
_21() - Method in class de.caff.generics.tuple.NTuple5
 
_21() - Method in class de.caff.generics.tuple.NTuple6
 
_21() - Method in class de.caff.generics.tuple.NTuple7
 
_21() - Method in class de.caff.generics.tuple.NTuple8
 
_21() - Method in class de.caff.generics.tuple.NTuple9
 
_21() - Method in class de.caff.generics.tuple.Tuple2
 
_21() - Method in class de.caff.generics.tuple.Tuple3
 
_21() - Method in class de.caff.generics.tuple.Tuple4
 
_21() - Method in class de.caff.generics.tuple.Tuple5
 
_21() - Method in class de.caff.generics.tuple.Tuple6
 
_21() - Method in class de.caff.generics.tuple.Tuple7
 
_21() - Method in class de.caff.generics.tuple.Tuple8
 
_21() - Method in class de.caff.generics.tuple.Tuple9
 
_213() - Method in interface de.caff.generics.tuple.ITuple3
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 3rd.
_213() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 3rd.
_213() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 3rd.
_213() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 3rd.
_213() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 3rd.
_213() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 3rd.
_213() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 3rd.
_213() - Method in class de.caff.generics.tuple.NTuple3
 
_213() - Method in class de.caff.generics.tuple.NTuple4
 
_213() - Method in class de.caff.generics.tuple.NTuple5
 
_213() - Method in class de.caff.generics.tuple.NTuple6
 
_213() - Method in class de.caff.generics.tuple.NTuple7
 
_213() - Method in class de.caff.generics.tuple.NTuple8
 
_213() - Method in class de.caff.generics.tuple.NTuple9
 
_213() - Method in class de.caff.generics.tuple.Tuple3
 
_213() - Method in class de.caff.generics.tuple.Tuple4
 
_213() - Method in class de.caff.generics.tuple.Tuple5
 
_213() - Method in class de.caff.generics.tuple.Tuple6
 
_213() - Method in class de.caff.generics.tuple.Tuple7
 
_213() - Method in class de.caff.generics.tuple.Tuple8
 
_213() - Method in class de.caff.generics.tuple.Tuple9
 
_2134() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 2nd, 1st, 3rd, 4th.
_2134() - Method in class de.caff.generics.tuple.NTuple4
 
_2134() - Method in class de.caff.generics.tuple.Tuple4
 
_21345() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 1st, 3rd, 4th, 5th.
_21345() - Method in class de.caff.generics.tuple.NTuple5
 
_21345() - Method in class de.caff.generics.tuple.Tuple5
 
_21354() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 1st, 3rd, 5th, 4th.
_21354() - Method in class de.caff.generics.tuple.NTuple5
 
_21354() - Method in class de.caff.generics.tuple.Tuple5
 
_214() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 4th.
_214() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 4th.
_214() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 4th.
_214() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 4th.
_214() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 4th.
_214() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 4th.
_214() - Method in class de.caff.generics.tuple.NTuple4
 
_214() - Method in class de.caff.generics.tuple.NTuple5
 
_214() - Method in class de.caff.generics.tuple.NTuple6
 
_214() - Method in class de.caff.generics.tuple.NTuple7
 
_214() - Method in class de.caff.generics.tuple.NTuple8
 
_214() - Method in class de.caff.generics.tuple.NTuple9
 
_214() - Method in class de.caff.generics.tuple.Tuple4
 
_214() - Method in class de.caff.generics.tuple.Tuple5
 
_214() - Method in class de.caff.generics.tuple.Tuple6
 
_214() - Method in class de.caff.generics.tuple.Tuple7
 
_214() - Method in class de.caff.generics.tuple.Tuple8
 
_214() - Method in class de.caff.generics.tuple.Tuple9
 
_2143() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 2nd, 1st, 4th, 3rd.
_2143() - Method in class de.caff.generics.tuple.NTuple4
 
_2143() - Method in class de.caff.generics.tuple.Tuple4
 
_21435() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 1st, 4th, 3rd, 5th.
_21435() - Method in class de.caff.generics.tuple.NTuple5
 
_21435() - Method in class de.caff.generics.tuple.Tuple5
 
_21453() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 1st, 4th, 5th, 3rd.
_21453() - Method in class de.caff.generics.tuple.NTuple5
 
_21453() - Method in class de.caff.generics.tuple.Tuple5
 
_215() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 5th.
_215() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 5th.
_215() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 5th.
_215() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 5th.
_215() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 5th.
_215() - Method in class de.caff.generics.tuple.NTuple5
 
_215() - Method in class de.caff.generics.tuple.NTuple6
 
_215() - Method in class de.caff.generics.tuple.NTuple7
 
_215() - Method in class de.caff.generics.tuple.NTuple8
 
_215() - Method in class de.caff.generics.tuple.NTuple9
 
_215() - Method in class de.caff.generics.tuple.Tuple5
 
_215() - Method in class de.caff.generics.tuple.Tuple6
 
_215() - Method in class de.caff.generics.tuple.Tuple7
 
_215() - Method in class de.caff.generics.tuple.Tuple8
 
_215() - Method in class de.caff.generics.tuple.Tuple9
 
_21534() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 1st, 5th, 3rd, 4th.
_21534() - Method in class de.caff.generics.tuple.NTuple5
 
_21534() - Method in class de.caff.generics.tuple.Tuple5
 
_21543() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 1st, 5th, 4th, 3rd.
_21543() - Method in class de.caff.generics.tuple.NTuple5
 
_21543() - Method in class de.caff.generics.tuple.Tuple5
 
_216() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 6th.
_216() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 6th.
_216() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 6th.
_216() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 6th.
_216() - Method in class de.caff.generics.tuple.NTuple6
 
_216() - Method in class de.caff.generics.tuple.NTuple7
 
_216() - Method in class de.caff.generics.tuple.NTuple8
 
_216() - Method in class de.caff.generics.tuple.NTuple9
 
_216() - Method in class de.caff.generics.tuple.Tuple6
 
_216() - Method in class de.caff.generics.tuple.Tuple7
 
_216() - Method in class de.caff.generics.tuple.Tuple8
 
_216() - Method in class de.caff.generics.tuple.Tuple9
 
_217() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 7th.
_217() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 7th.
_217() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 7th.
_217() - Method in class de.caff.generics.tuple.NTuple7
 
_217() - Method in class de.caff.generics.tuple.NTuple8
 
_217() - Method in class de.caff.generics.tuple.NTuple9
 
_217() - Method in class de.caff.generics.tuple.Tuple7
 
_217() - Method in class de.caff.generics.tuple.Tuple8
 
_217() - Method in class de.caff.generics.tuple.Tuple9
 
_218() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 8th.
_218() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 8th.
_218() - Method in class de.caff.generics.tuple.NTuple8
 
_218() - Method in class de.caff.generics.tuple.NTuple9
 
_218() - Method in class de.caff.generics.tuple.Tuple8
 
_218() - Method in class de.caff.generics.tuple.Tuple9
 
_219() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 9th.
_219() - Method in class de.caff.generics.tuple.NTuple9
 
_219() - Method in class de.caff.generics.tuple.Tuple9
 
_23() - Method in interface de.caff.generics.tuple.ITuple3
Create a new 2-tuple from this one where the elements are ordered: 2nd, 3rd.
_23() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 2-tuple from this one where the elements are ordered: 2nd, 3rd.
_23() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 2-tuple from this one where the elements are ordered: 2nd, 3rd.
_23() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 2nd, 3rd.
_23() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 2nd, 3rd.
_23() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 2nd, 3rd.
_23() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 2nd, 3rd.
_23() - Method in class de.caff.generics.tuple.NTuple3
 
_23() - Method in class de.caff.generics.tuple.NTuple4
 
_23() - Method in class de.caff.generics.tuple.NTuple5
 
_23() - Method in class de.caff.generics.tuple.NTuple6
 
_23() - Method in class de.caff.generics.tuple.NTuple7
 
_23() - Method in class de.caff.generics.tuple.NTuple8
 
_23() - Method in class de.caff.generics.tuple.NTuple9
 
_23() - Method in class de.caff.generics.tuple.Tuple3
 
_23() - Method in class de.caff.generics.tuple.Tuple4
 
_23() - Method in class de.caff.generics.tuple.Tuple5
 
_23() - Method in class de.caff.generics.tuple.Tuple6
 
_23() - Method in class de.caff.generics.tuple.Tuple7
 
_23() - Method in class de.caff.generics.tuple.Tuple8
 
_23() - Method in class de.caff.generics.tuple.Tuple9
 
_231() - Method in interface de.caff.generics.tuple.ITuple3
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 1st.
_231() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 1st.
_231() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 1st.
_231() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 1st.
_231() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 1st.
_231() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 1st.
_231() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 1st.
_231() - Method in class de.caff.generics.tuple.NTuple3
 
_231() - Method in class de.caff.generics.tuple.NTuple4
 
_231() - Method in class de.caff.generics.tuple.NTuple5
 
_231() - Method in class de.caff.generics.tuple.NTuple6
 
_231() - Method in class de.caff.generics.tuple.NTuple7
 
_231() - Method in class de.caff.generics.tuple.NTuple8
 
_231() - Method in class de.caff.generics.tuple.NTuple9
 
_231() - Method in class de.caff.generics.tuple.Tuple3
 
_231() - Method in class de.caff.generics.tuple.Tuple4
 
_231() - Method in class de.caff.generics.tuple.Tuple5
 
_231() - Method in class de.caff.generics.tuple.Tuple6
 
_231() - Method in class de.caff.generics.tuple.Tuple7
 
_231() - Method in class de.caff.generics.tuple.Tuple8
 
_231() - Method in class de.caff.generics.tuple.Tuple9
 
_2314() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 1st, 4th.
_2314() - Method in class de.caff.generics.tuple.NTuple4
 
_2314() - Method in class de.caff.generics.tuple.Tuple4
 
_23145() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 1st, 4th, 5th.
_23145() - Method in class de.caff.generics.tuple.NTuple5
 
_23145() - Method in class de.caff.generics.tuple.Tuple5
 
_23154() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 1st, 5th, 4th.
_23154() - Method in class de.caff.generics.tuple.NTuple5
 
_23154() - Method in class de.caff.generics.tuple.Tuple5
 
_234() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 4th.
_234() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 4th.
_234() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 4th.
_234() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 4th.
_234() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 4th.
_234() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 4th.
_234() - Method in class de.caff.generics.tuple.NTuple4
 
_234() - Method in class de.caff.generics.tuple.NTuple5
 
_234() - Method in class de.caff.generics.tuple.NTuple6
 
_234() - Method in class de.caff.generics.tuple.NTuple7
 
_234() - Method in class de.caff.generics.tuple.NTuple8
 
_234() - Method in class de.caff.generics.tuple.NTuple9
 
_234() - Method in class de.caff.generics.tuple.Tuple4
 
_234() - Method in class de.caff.generics.tuple.Tuple5
 
_234() - Method in class de.caff.generics.tuple.Tuple6
 
_234() - Method in class de.caff.generics.tuple.Tuple7
 
_234() - Method in class de.caff.generics.tuple.Tuple8
 
_234() - Method in class de.caff.generics.tuple.Tuple9
 
_2341() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 1st.
_2341() - Method in class de.caff.generics.tuple.NTuple4
 
_2341() - Method in class de.caff.generics.tuple.Tuple4
 
_23415() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 1st, 5th.
_23415() - Method in class de.caff.generics.tuple.NTuple5
 
_23415() - Method in class de.caff.generics.tuple.Tuple5
 
_2345() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th.
_2345() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th.
_2345() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th.
_2345() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th.
_2345() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th.
_2345() - Method in class de.caff.generics.tuple.NTuple5
 
_2345() - Method in class de.caff.generics.tuple.NTuple6
 
_2345() - Method in class de.caff.generics.tuple.NTuple7
 
_2345() - Method in class de.caff.generics.tuple.NTuple8
 
_2345() - Method in class de.caff.generics.tuple.NTuple9
 
_2345() - Method in class de.caff.generics.tuple.Tuple5
 
_2345() - Method in class de.caff.generics.tuple.Tuple6
 
_2345() - Method in class de.caff.generics.tuple.Tuple7
 
_2345() - Method in class de.caff.generics.tuple.Tuple8
 
_2345() - Method in class de.caff.generics.tuple.Tuple9
 
_23451() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 1st.
_23451() - Method in class de.caff.generics.tuple.NTuple5
 
_23451() - Method in class de.caff.generics.tuple.Tuple5
 
_23456() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th.
_23456() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th.
_23456() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th.
_23456() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th.
_23456() - Method in class de.caff.generics.tuple.NTuple6
 
_23456() - Method in class de.caff.generics.tuple.NTuple7
 
_23456() - Method in class de.caff.generics.tuple.NTuple8
 
_23456() - Method in class de.caff.generics.tuple.NTuple9
 
_23456() - Method in class de.caff.generics.tuple.Tuple6
 
_23456() - Method in class de.caff.generics.tuple.Tuple7
 
_23456() - Method in class de.caff.generics.tuple.Tuple8
 
_23456() - Method in class de.caff.generics.tuple.Tuple9
 
_234567() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 7th.
_234567() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 7th.
_234567() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 7th.
_234567() - Method in class de.caff.generics.tuple.NTuple7
 
_234567() - Method in class de.caff.generics.tuple.NTuple8
 
_234567() - Method in class de.caff.generics.tuple.NTuple9
 
_234567() - Method in class de.caff.generics.tuple.Tuple7
 
_234567() - Method in class de.caff.generics.tuple.Tuple8
 
_234567() - Method in class de.caff.generics.tuple.Tuple9
 
_2345678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 7-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 7th, 8th.
_2345678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 7th, 8th.
_2345678() - Method in class de.caff.generics.tuple.NTuple8
 
_2345678() - Method in class de.caff.generics.tuple.NTuple9
 
_2345678() - Method in class de.caff.generics.tuple.Tuple8
 
_2345678() - Method in class de.caff.generics.tuple.Tuple9
 
_23456789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 8-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 7th, 8th, 9th.
_23456789() - Method in class de.caff.generics.tuple.NTuple9
 
_23456789() - Method in class de.caff.generics.tuple.Tuple9
 
_2345679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 7th, 9th.
_2345679() - Method in class de.caff.generics.tuple.NTuple9
 
_2345679() - Method in class de.caff.generics.tuple.Tuple9
 
_234568() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 8th.
_234568() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 8th.
_234568() - Method in class de.caff.generics.tuple.NTuple8
 
_234568() - Method in class de.caff.generics.tuple.NTuple9
 
_234568() - Method in class de.caff.generics.tuple.Tuple8
 
_234568() - Method in class de.caff.generics.tuple.Tuple9
 
_2345689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 8th, 9th.
_2345689() - Method in class de.caff.generics.tuple.NTuple9
 
_2345689() - Method in class de.caff.generics.tuple.Tuple9
 
_234569() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 9th.
_234569() - Method in class de.caff.generics.tuple.NTuple9
 
_234569() - Method in class de.caff.generics.tuple.Tuple9
 
_23457() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 7th.
_23457() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 7th.
_23457() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 7th.
_23457() - Method in class de.caff.generics.tuple.NTuple7
 
_23457() - Method in class de.caff.generics.tuple.NTuple8
 
_23457() - Method in class de.caff.generics.tuple.NTuple9
 
_23457() - Method in class de.caff.generics.tuple.Tuple7
 
_23457() - Method in class de.caff.generics.tuple.Tuple8
 
_23457() - Method in class de.caff.generics.tuple.Tuple9
 
_234578() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 7th, 8th.
_234578() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 7th, 8th.
_234578() - Method in class de.caff.generics.tuple.NTuple8
 
_234578() - Method in class de.caff.generics.tuple.NTuple9
 
_234578() - Method in class de.caff.generics.tuple.Tuple8
 
_234578() - Method in class de.caff.generics.tuple.Tuple9
 
_2345789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 7th, 8th, 9th.
_2345789() - Method in class de.caff.generics.tuple.NTuple9
 
_2345789() - Method in class de.caff.generics.tuple.Tuple9
 
_234579() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 7th, 9th.
_234579() - Method in class de.caff.generics.tuple.NTuple9
 
_234579() - Method in class de.caff.generics.tuple.Tuple9
 
_23458() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 8th.
_23458() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 8th.
_23458() - Method in class de.caff.generics.tuple.NTuple8
 
_23458() - Method in class de.caff.generics.tuple.NTuple9
 
_23458() - Method in class de.caff.generics.tuple.Tuple8
 
_23458() - Method in class de.caff.generics.tuple.Tuple9
 
_234589() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 8th, 9th.
_234589() - Method in class de.caff.generics.tuple.NTuple9
 
_234589() - Method in class de.caff.generics.tuple.Tuple9
 
_23459() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 9th.
_23459() - Method in class de.caff.generics.tuple.NTuple9
 
_23459() - Method in class de.caff.generics.tuple.Tuple9
 
_2346() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th.
_2346() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th.
_2346() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th.
_2346() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th.
_2346() - Method in class de.caff.generics.tuple.NTuple6
 
_2346() - Method in class de.caff.generics.tuple.NTuple7
 
_2346() - Method in class de.caff.generics.tuple.NTuple8
 
_2346() - Method in class de.caff.generics.tuple.NTuple9
 
_2346() - Method in class de.caff.generics.tuple.Tuple6
 
_2346() - Method in class de.caff.generics.tuple.Tuple7
 
_2346() - Method in class de.caff.generics.tuple.Tuple8
 
_2346() - Method in class de.caff.generics.tuple.Tuple9
 
_23467() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 7th.
_23467() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 7th.
_23467() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 7th.
_23467() - Method in class de.caff.generics.tuple.NTuple7
 
_23467() - Method in class de.caff.generics.tuple.NTuple8
 
_23467() - Method in class de.caff.generics.tuple.NTuple9
 
_23467() - Method in class de.caff.generics.tuple.Tuple7
 
_23467() - Method in class de.caff.generics.tuple.Tuple8
 
_23467() - Method in class de.caff.generics.tuple.Tuple9
 
_234678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 7th, 8th.
_234678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 7th, 8th.
_234678() - Method in class de.caff.generics.tuple.NTuple8
 
_234678() - Method in class de.caff.generics.tuple.NTuple9
 
_234678() - Method in class de.caff.generics.tuple.Tuple8
 
_234678() - Method in class de.caff.generics.tuple.Tuple9
 
_2346789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 7th, 8th, 9th.
_2346789() - Method in class de.caff.generics.tuple.NTuple9
 
_2346789() - Method in class de.caff.generics.tuple.Tuple9
 
_234679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 7th, 9th.
_234679() - Method in class de.caff.generics.tuple.NTuple9
 
_234679() - Method in class de.caff.generics.tuple.Tuple9
 
_23468() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 8th.
_23468() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 8th.
_23468() - Method in class de.caff.generics.tuple.NTuple8
 
_23468() - Method in class de.caff.generics.tuple.NTuple9
 
_23468() - Method in class de.caff.generics.tuple.Tuple8
 
_23468() - Method in class de.caff.generics.tuple.Tuple9
 
_234689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 8th, 9th.
_234689() - Method in class de.caff.generics.tuple.NTuple9
 
_234689() - Method in class de.caff.generics.tuple.Tuple9
 
_23469() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 9th.
_23469() - Method in class de.caff.generics.tuple.NTuple9
 
_23469() - Method in class de.caff.generics.tuple.Tuple9
 
_2347() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 7th.
_2347() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 7th.
_2347() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 7th.
_2347() - Method in class de.caff.generics.tuple.NTuple7
 
_2347() - Method in class de.caff.generics.tuple.NTuple8
 
_2347() - Method in class de.caff.generics.tuple.NTuple9
 
_2347() - Method in class de.caff.generics.tuple.Tuple7
 
_2347() - Method in class de.caff.generics.tuple.Tuple8
 
_2347() - Method in class de.caff.generics.tuple.Tuple9
 
_23478() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 7th, 8th.
_23478() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 7th, 8th.
_23478() - Method in class de.caff.generics.tuple.NTuple8
 
_23478() - Method in class de.caff.generics.tuple.NTuple9
 
_23478() - Method in class de.caff.generics.tuple.Tuple8
 
_23478() - Method in class de.caff.generics.tuple.Tuple9
 
_234789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 7th, 8th, 9th.
_234789() - Method in class de.caff.generics.tuple.NTuple9
 
_234789() - Method in class de.caff.generics.tuple.Tuple9
 
_23479() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 7th, 9th.
_23479() - Method in class de.caff.generics.tuple.NTuple9
 
_23479() - Method in class de.caff.generics.tuple.Tuple9
 
_2348() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 8th.
_2348() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 8th.
_2348() - Method in class de.caff.generics.tuple.NTuple8
 
_2348() - Method in class de.caff.generics.tuple.NTuple9
 
_2348() - Method in class de.caff.generics.tuple.Tuple8
 
_2348() - Method in class de.caff.generics.tuple.Tuple9
 
_23489() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 8th, 9th.
_23489() - Method in class de.caff.generics.tuple.NTuple9
 
_23489() - Method in class de.caff.generics.tuple.Tuple9
 
_2349() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 9th.
_2349() - Method in class de.caff.generics.tuple.NTuple9
 
_2349() - Method in class de.caff.generics.tuple.Tuple9
 
_235() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 5th.
_235() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 5th.
_235() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 5th.
_235() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 5th.
_235() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 5th.
_235() - Method in class de.caff.generics.tuple.NTuple5
 
_235() - Method in class de.caff.generics.tuple.NTuple6
 
_235() - Method in class de.caff.generics.tuple.NTuple7
 
_235() - Method in class de.caff.generics.tuple.NTuple8
 
_235() - Method in class de.caff.generics.tuple.NTuple9
 
_235() - Method in class de.caff.generics.tuple.Tuple5
 
_235() - Method in class de.caff.generics.tuple.Tuple6
 
_235() - Method in class de.caff.generics.tuple.Tuple7
 
_235() - Method in class de.caff.generics.tuple.Tuple8
 
_235() - Method in class de.caff.generics.tuple.Tuple9
 
_23514() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 1st, 4th.
_23514() - Method in class de.caff.generics.tuple.NTuple5
 
_23514() - Method in class de.caff.generics.tuple.Tuple5
 
_23541() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 4th, 1st.
_23541() - Method in class de.caff.generics.tuple.NTuple5
 
_23541() - Method in class de.caff.generics.tuple.Tuple5
 
_2356() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th.
_2356() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th.
_2356() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th.
_2356() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th.
_2356() - Method in class de.caff.generics.tuple.NTuple6
 
_2356() - Method in class de.caff.generics.tuple.NTuple7
 
_2356() - Method in class de.caff.generics.tuple.NTuple8
 
_2356() - Method in class de.caff.generics.tuple.NTuple9
 
_2356() - Method in class de.caff.generics.tuple.Tuple6
 
_2356() - Method in class de.caff.generics.tuple.Tuple7
 
_2356() - Method in class de.caff.generics.tuple.Tuple8
 
_2356() - Method in class de.caff.generics.tuple.Tuple9
 
_23567() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 7th.
_23567() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 7th.
_23567() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 7th.
_23567() - Method in class de.caff.generics.tuple.NTuple7
 
_23567() - Method in class de.caff.generics.tuple.NTuple8
 
_23567() - Method in class de.caff.generics.tuple.NTuple9
 
_23567() - Method in class de.caff.generics.tuple.Tuple7
 
_23567() - Method in class de.caff.generics.tuple.Tuple8
 
_23567() - Method in class de.caff.generics.tuple.Tuple9
 
_235678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 7th, 8th.
_235678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 7th, 8th.
_235678() - Method in class de.caff.generics.tuple.NTuple8
 
_235678() - Method in class de.caff.generics.tuple.NTuple9
 
_235678() - Method in class de.caff.generics.tuple.Tuple8
 
_235678() - Method in class de.caff.generics.tuple.Tuple9
 
_2356789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 7th, 8th, 9th.
_2356789() - Method in class de.caff.generics.tuple.NTuple9
 
_2356789() - Method in class de.caff.generics.tuple.Tuple9
 
_235679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 7th, 9th.
_235679() - Method in class de.caff.generics.tuple.NTuple9
 
_235679() - Method in class de.caff.generics.tuple.Tuple9
 
_23568() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 8th.
_23568() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 8th.
_23568() - Method in class de.caff.generics.tuple.NTuple8
 
_23568() - Method in class de.caff.generics.tuple.NTuple9
 
_23568() - Method in class de.caff.generics.tuple.Tuple8
 
_23568() - Method in class de.caff.generics.tuple.Tuple9
 
_235689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 8th, 9th.
_235689() - Method in class de.caff.generics.tuple.NTuple9
 
_235689() - Method in class de.caff.generics.tuple.Tuple9
 
_23569() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 9th.
_23569() - Method in class de.caff.generics.tuple.NTuple9
 
_23569() - Method in class de.caff.generics.tuple.Tuple9
 
_2357() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 7th.
_2357() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 7th.
_2357() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 7th.
_2357() - Method in class de.caff.generics.tuple.NTuple7
 
_2357() - Method in class de.caff.generics.tuple.NTuple8
 
_2357() - Method in class de.caff.generics.tuple.NTuple9
 
_2357() - Method in class de.caff.generics.tuple.Tuple7
 
_2357() - Method in class de.caff.generics.tuple.Tuple8
 
_2357() - Method in class de.caff.generics.tuple.Tuple9
 
_23578() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 7th, 8th.
_23578() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 7th, 8th.
_23578() - Method in class de.caff.generics.tuple.NTuple8
 
_23578() - Method in class de.caff.generics.tuple.NTuple9
 
_23578() - Method in class de.caff.generics.tuple.Tuple8
 
_23578() - Method in class de.caff.generics.tuple.Tuple9
 
_235789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 7th, 8th, 9th.
_235789() - Method in class de.caff.generics.tuple.NTuple9
 
_235789() - Method in class de.caff.generics.tuple.Tuple9
 
_23579() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 7th, 9th.
_23579() - Method in class de.caff.generics.tuple.NTuple9
 
_23579() - Method in class de.caff.generics.tuple.Tuple9
 
_2358() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 8th.
_2358() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 8th.
_2358() - Method in class de.caff.generics.tuple.NTuple8
 
_2358() - Method in class de.caff.generics.tuple.NTuple9
 
_2358() - Method in class de.caff.generics.tuple.Tuple8
 
_2358() - Method in class de.caff.generics.tuple.Tuple9
 
_23589() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 8th, 9th.
_23589() - Method in class de.caff.generics.tuple.NTuple9
 
_23589() - Method in class de.caff.generics.tuple.Tuple9
 
_2359() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 9th.
_2359() - Method in class de.caff.generics.tuple.NTuple9
 
_2359() - Method in class de.caff.generics.tuple.Tuple9
 
_236() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 6th.
_236() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 6th.
_236() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 6th.
_236() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 6th.
_236() - Method in class de.caff.generics.tuple.NTuple6
 
_236() - Method in class de.caff.generics.tuple.NTuple7
 
_236() - Method in class de.caff.generics.tuple.NTuple8
 
_236() - Method in class de.caff.generics.tuple.NTuple9
 
_236() - Method in class de.caff.generics.tuple.Tuple6
 
_236() - Method in class de.caff.generics.tuple.Tuple7
 
_236() - Method in class de.caff.generics.tuple.Tuple8
 
_236() - Method in class de.caff.generics.tuple.Tuple9
 
_2367() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 7th.
_2367() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 7th.
_2367() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 7th.
_2367() - Method in class de.caff.generics.tuple.NTuple7
 
_2367() - Method in class de.caff.generics.tuple.NTuple8
 
_2367() - Method in class de.caff.generics.tuple.NTuple9
 
_2367() - Method in class de.caff.generics.tuple.Tuple7
 
_2367() - Method in class de.caff.generics.tuple.Tuple8
 
_2367() - Method in class de.caff.generics.tuple.Tuple9
 
_23678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 7th, 8th.
_23678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 7th, 8th.
_23678() - Method in class de.caff.generics.tuple.NTuple8
 
_23678() - Method in class de.caff.generics.tuple.NTuple9
 
_23678() - Method in class de.caff.generics.tuple.Tuple8
 
_23678() - Method in class de.caff.generics.tuple.Tuple9
 
_236789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 7th, 8th, 9th.
_236789() - Method in class de.caff.generics.tuple.NTuple9
 
_236789() - Method in class de.caff.generics.tuple.Tuple9
 
_23679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 7th, 9th.
_23679() - Method in class de.caff.generics.tuple.NTuple9
 
_23679() - Method in class de.caff.generics.tuple.Tuple9
 
_2368() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 8th.
_2368() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 8th.
_2368() - Method in class de.caff.generics.tuple.NTuple8
 
_2368() - Method in class de.caff.generics.tuple.NTuple9
 
_2368() - Method in class de.caff.generics.tuple.Tuple8
 
_2368() - Method in class de.caff.generics.tuple.Tuple9
 
_23689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 8th, 9th.
_23689() - Method in class de.caff.generics.tuple.NTuple9
 
_23689() - Method in class de.caff.generics.tuple.Tuple9
 
_2369() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 9th.
_2369() - Method in class de.caff.generics.tuple.NTuple9
 
_2369() - Method in class de.caff.generics.tuple.Tuple9
 
_237() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 7th.
_237() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 7th.
_237() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 7th.
_237() - Method in class de.caff.generics.tuple.NTuple7
 
_237() - Method in class de.caff.generics.tuple.NTuple8
 
_237() - Method in class de.caff.generics.tuple.NTuple9
 
_237() - Method in class de.caff.generics.tuple.Tuple7
 
_237() - Method in class de.caff.generics.tuple.Tuple8
 
_237() - Method in class de.caff.generics.tuple.Tuple9
 
_2378() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 7th, 8th.
_2378() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 7th, 8th.
_2378() - Method in class de.caff.generics.tuple.NTuple8
 
_2378() - Method in class de.caff.generics.tuple.NTuple9
 
_2378() - Method in class de.caff.generics.tuple.Tuple8
 
_2378() - Method in class de.caff.generics.tuple.Tuple9
 
_23789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 7th, 8th, 9th.
_23789() - Method in class de.caff.generics.tuple.NTuple9
 
_23789() - Method in class de.caff.generics.tuple.Tuple9
 
_2379() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 7th, 9th.
_2379() - Method in class de.caff.generics.tuple.NTuple9
 
_2379() - Method in class de.caff.generics.tuple.Tuple9
 
_238() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 8th.
_238() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 8th.
_238() - Method in class de.caff.generics.tuple.NTuple8
 
_238() - Method in class de.caff.generics.tuple.NTuple9
 
_238() - Method in class de.caff.generics.tuple.Tuple8
 
_238() - Method in class de.caff.generics.tuple.Tuple9
 
_2389() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 8th, 9th.
_2389() - Method in class de.caff.generics.tuple.NTuple9
 
_2389() - Method in class de.caff.generics.tuple.Tuple9
 
_239() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 9th.
_239() - Method in class de.caff.generics.tuple.NTuple9
 
_239() - Method in class de.caff.generics.tuple.Tuple9
 
_24() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 2-tuple from this one where the elements are ordered: 2nd, 4th.
_24() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 2-tuple from this one where the elements are ordered: 2nd, 4th.
_24() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 2nd, 4th.
_24() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 2nd, 4th.
_24() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 2nd, 4th.
_24() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 2nd, 4th.
_24() - Method in class de.caff.generics.tuple.NTuple4
 
_24() - Method in class de.caff.generics.tuple.NTuple5
 
_24() - Method in class de.caff.generics.tuple.NTuple6
 
_24() - Method in class de.caff.generics.tuple.NTuple7
 
_24() - Method in class de.caff.generics.tuple.NTuple8
 
_24() - Method in class de.caff.generics.tuple.NTuple9
 
_24() - Method in class de.caff.generics.tuple.Tuple4
 
_24() - Method in class de.caff.generics.tuple.Tuple5
 
_24() - Method in class de.caff.generics.tuple.Tuple6
 
_24() - Method in class de.caff.generics.tuple.Tuple7
 
_24() - Method in class de.caff.generics.tuple.Tuple8
 
_24() - Method in class de.caff.generics.tuple.Tuple9
 
_241() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 1st.
_241() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 1st.
_241() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 1st.
_241() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 1st.
_241() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 1st.
_241() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 1st.
_241() - Method in class de.caff.generics.tuple.NTuple4
 
_241() - Method in class de.caff.generics.tuple.NTuple5
 
_241() - Method in class de.caff.generics.tuple.NTuple6
 
_241() - Method in class de.caff.generics.tuple.NTuple7
 
_241() - Method in class de.caff.generics.tuple.NTuple8
 
_241() - Method in class de.caff.generics.tuple.NTuple9
 
_241() - Method in class de.caff.generics.tuple.Tuple4
 
_241() - Method in class de.caff.generics.tuple.Tuple5
 
_241() - Method in class de.caff.generics.tuple.Tuple6
 
_241() - Method in class de.caff.generics.tuple.Tuple7
 
_241() - Method in class de.caff.generics.tuple.Tuple8
 
_241() - Method in class de.caff.generics.tuple.Tuple9
 
_2413() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 1st, 3rd.
_2413() - Method in class de.caff.generics.tuple.NTuple4
 
_2413() - Method in class de.caff.generics.tuple.Tuple4
 
_24135() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 1st, 3rd, 5th.
_24135() - Method in class de.caff.generics.tuple.NTuple5
 
_24135() - Method in class de.caff.generics.tuple.Tuple5
 
_24153() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 1st, 5th, 3rd.
_24153() - Method in class de.caff.generics.tuple.NTuple5
 
_24153() - Method in class de.caff.generics.tuple.Tuple5
 
_243() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 3rd.
_243() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 3rd.
_243() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 3rd.
_243() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 3rd.
_243() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 3rd.
_243() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 3rd.
_243() - Method in class de.caff.generics.tuple.NTuple4
 
_243() - Method in class de.caff.generics.tuple.NTuple5
 
_243() - Method in class de.caff.generics.tuple.NTuple6
 
_243() - Method in class de.caff.generics.tuple.NTuple7
 
_243() - Method in class de.caff.generics.tuple.NTuple8
 
_243() - Method in class de.caff.generics.tuple.NTuple9
 
_243() - Method in class de.caff.generics.tuple.Tuple4
 
_243() - Method in class de.caff.generics.tuple.Tuple5
 
_243() - Method in class de.caff.generics.tuple.Tuple6
 
_243() - Method in class de.caff.generics.tuple.Tuple7
 
_243() - Method in class de.caff.generics.tuple.Tuple8
 
_243() - Method in class de.caff.generics.tuple.Tuple9
 
_2431() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 3rd, 1st.
_2431() - Method in class de.caff.generics.tuple.NTuple4
 
_2431() - Method in class de.caff.generics.tuple.Tuple4
 
_24315() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 3rd, 1st, 5th.
_24315() - Method in class de.caff.generics.tuple.NTuple5
 
_24315() - Method in class de.caff.generics.tuple.Tuple5
 
_24351() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 3rd, 5th, 1st.
_24351() - Method in class de.caff.generics.tuple.NTuple5
 
_24351() - Method in class de.caff.generics.tuple.Tuple5
 
_245() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 5th.
_245() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 5th.
_245() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 5th.
_245() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 5th.
_245() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 5th.
_245() - Method in class de.caff.generics.tuple.NTuple5
 
_245() - Method in class de.caff.generics.tuple.NTuple6
 
_245() - Method in class de.caff.generics.tuple.NTuple7
 
_245() - Method in class de.caff.generics.tuple.NTuple8
 
_245() - Method in class de.caff.generics.tuple.NTuple9
 
_245() - Method in class de.caff.generics.tuple.Tuple5
 
_245() - Method in class de.caff.generics.tuple.Tuple6
 
_245() - Method in class de.caff.generics.tuple.Tuple7
 
_245() - Method in class de.caff.generics.tuple.Tuple8
 
_245() - Method in class de.caff.generics.tuple.Tuple9
 
_24513() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 1st, 3rd.
_24513() - Method in class de.caff.generics.tuple.NTuple5
 
_24513() - Method in class de.caff.generics.tuple.Tuple5
 
_24531() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 3rd, 1st.
_24531() - Method in class de.caff.generics.tuple.NTuple5
 
_24531() - Method in class de.caff.generics.tuple.Tuple5
 
_2456() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th.
_2456() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th.
_2456() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th.
_2456() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th.
_2456() - Method in class de.caff.generics.tuple.NTuple6
 
_2456() - Method in class de.caff.generics.tuple.NTuple7
 
_2456() - Method in class de.caff.generics.tuple.NTuple8
 
_2456() - Method in class de.caff.generics.tuple.NTuple9
 
_2456() - Method in class de.caff.generics.tuple.Tuple6
 
_2456() - Method in class de.caff.generics.tuple.Tuple7
 
_2456() - Method in class de.caff.generics.tuple.Tuple8
 
_2456() - Method in class de.caff.generics.tuple.Tuple9
 
_24567() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 7th.
_24567() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 7th.
_24567() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 7th.
_24567() - Method in class de.caff.generics.tuple.NTuple7
 
_24567() - Method in class de.caff.generics.tuple.NTuple8
 
_24567() - Method in class de.caff.generics.tuple.NTuple9
 
_24567() - Method in class de.caff.generics.tuple.Tuple7
 
_24567() - Method in class de.caff.generics.tuple.Tuple8
 
_24567() - Method in class de.caff.generics.tuple.Tuple9
 
_245678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 7th, 8th.
_245678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 7th, 8th.
_245678() - Method in class de.caff.generics.tuple.NTuple8
 
_245678() - Method in class de.caff.generics.tuple.NTuple9
 
_245678() - Method in class de.caff.generics.tuple.Tuple8
 
_245678() - Method in class de.caff.generics.tuple.Tuple9
 
_2456789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 7th, 8th, 9th.
_2456789() - Method in class de.caff.generics.tuple.NTuple9
 
_2456789() - Method in class de.caff.generics.tuple.Tuple9
 
_245679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 7th, 9th.
_245679() - Method in class de.caff.generics.tuple.NTuple9
 
_245679() - Method in class de.caff.generics.tuple.Tuple9
 
_24568() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 8th.
_24568() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 8th.
_24568() - Method in class de.caff.generics.tuple.NTuple8
 
_24568() - Method in class de.caff.generics.tuple.NTuple9
 
_24568() - Method in class de.caff.generics.tuple.Tuple8
 
_24568() - Method in class de.caff.generics.tuple.Tuple9
 
_245689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 8th, 9th.
_245689() - Method in class de.caff.generics.tuple.NTuple9
 
_245689() - Method in class de.caff.generics.tuple.Tuple9
 
_24569() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 9th.
_24569() - Method in class de.caff.generics.tuple.NTuple9
 
_24569() - Method in class de.caff.generics.tuple.Tuple9
 
_2457() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 7th.
_2457() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 7th.
_2457() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 7th.
_2457() - Method in class de.caff.generics.tuple.NTuple7
 
_2457() - Method in class de.caff.generics.tuple.NTuple8
 
_2457() - Method in class de.caff.generics.tuple.NTuple9
 
_2457() - Method in class de.caff.generics.tuple.Tuple7
 
_2457() - Method in class de.caff.generics.tuple.Tuple8
 
_2457() - Method in class de.caff.generics.tuple.Tuple9
 
_24578() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 7th, 8th.
_24578() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 7th, 8th.
_24578() - Method in class de.caff.generics.tuple.NTuple8
 
_24578() - Method in class de.caff.generics.tuple.NTuple9
 
_24578() - Method in class de.caff.generics.tuple.Tuple8
 
_24578() - Method in class de.caff.generics.tuple.Tuple9
 
_245789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 7th, 8th, 9th.
_245789() - Method in class de.caff.generics.tuple.NTuple9
 
_245789() - Method in class de.caff.generics.tuple.Tuple9
 
_24579() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 7th, 9th.
_24579() - Method in class de.caff.generics.tuple.NTuple9
 
_24579() - Method in class de.caff.generics.tuple.Tuple9
 
_2458() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 8th.
_2458() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 8th.
_2458() - Method in class de.caff.generics.tuple.NTuple8
 
_2458() - Method in class de.caff.generics.tuple.NTuple9
 
_2458() - Method in class de.caff.generics.tuple.Tuple8
 
_2458() - Method in class de.caff.generics.tuple.Tuple9
 
_24589() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 8th, 9th.
_24589() - Method in class de.caff.generics.tuple.NTuple9
 
_24589() - Method in class de.caff.generics.tuple.Tuple9
 
_2459() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 9th.
_2459() - Method in class de.caff.generics.tuple.NTuple9
 
_2459() - Method in class de.caff.generics.tuple.Tuple9
 
_246() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 6th.
_246() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 6th.
_246() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 6th.
_246() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 6th.
_246() - Method in class de.caff.generics.tuple.NTuple6
 
_246() - Method in class de.caff.generics.tuple.NTuple7
 
_246() - Method in class de.caff.generics.tuple.NTuple8
 
_246() - Method in class de.caff.generics.tuple.NTuple9
 
_246() - Method in class de.caff.generics.tuple.Tuple6
 
_246() - Method in class de.caff.generics.tuple.Tuple7
 
_246() - Method in class de.caff.generics.tuple.Tuple8
 
_246() - Method in class de.caff.generics.tuple.Tuple9
 
_2467() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 7th.
_2467() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 7th.
_2467() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 7th.
_2467() - Method in class de.caff.generics.tuple.NTuple7
 
_2467() - Method in class de.caff.generics.tuple.NTuple8
 
_2467() - Method in class de.caff.generics.tuple.NTuple9
 
_2467() - Method in class de.caff.generics.tuple.Tuple7
 
_2467() - Method in class de.caff.generics.tuple.Tuple8
 
_2467() - Method in class de.caff.generics.tuple.Tuple9
 
_24678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 7th, 8th.
_24678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 7th, 8th.
_24678() - Method in class de.caff.generics.tuple.NTuple8
 
_24678() - Method in class de.caff.generics.tuple.NTuple9
 
_24678() - Method in class de.caff.generics.tuple.Tuple8
 
_24678() - Method in class de.caff.generics.tuple.Tuple9
 
_246789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 7th, 8th, 9th.
_246789() - Method in class de.caff.generics.tuple.NTuple9
 
_246789() - Method in class de.caff.generics.tuple.Tuple9
 
_24679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 7th, 9th.
_24679() - Method in class de.caff.generics.tuple.NTuple9
 
_24679() - Method in class de.caff.generics.tuple.Tuple9
 
_2468() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 8th.
_2468() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 8th.
_2468() - Method in class de.caff.generics.tuple.NTuple8
 
_2468() - Method in class de.caff.generics.tuple.NTuple9
 
_2468() - Method in class de.caff.generics.tuple.Tuple8
 
_2468() - Method in class de.caff.generics.tuple.Tuple9
 
_24689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 8th, 9th.
_24689() - Method in class de.caff.generics.tuple.NTuple9
 
_24689() - Method in class de.caff.generics.tuple.Tuple9
 
_2469() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 9th.
_2469() - Method in class de.caff.generics.tuple.NTuple9
 
_2469() - Method in class de.caff.generics.tuple.Tuple9
 
_247() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 7th.
_247() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 7th.
_247() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 7th.
_247() - Method in class de.caff.generics.tuple.NTuple7
 
_247() - Method in class de.caff.generics.tuple.NTuple8
 
_247() - Method in class de.caff.generics.tuple.NTuple9
 
_247() - Method in class de.caff.generics.tuple.Tuple7
 
_247() - Method in class de.caff.generics.tuple.Tuple8
 
_247() - Method in class de.caff.generics.tuple.Tuple9
 
_2478() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 7th, 8th.
_2478() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 7th, 8th.
_2478() - Method in class de.caff.generics.tuple.NTuple8
 
_2478() - Method in class de.caff.generics.tuple.NTuple9
 
_2478() - Method in class de.caff.generics.tuple.Tuple8
 
_2478() - Method in class de.caff.generics.tuple.Tuple9
 
_24789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 7th, 8th, 9th.
_24789() - Method in class de.caff.generics.tuple.NTuple9
 
_24789() - Method in class de.caff.generics.tuple.Tuple9
 
_2479() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 7th, 9th.
_2479() - Method in class de.caff.generics.tuple.NTuple9
 
_2479() - Method in class de.caff.generics.tuple.Tuple9
 
_248() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 8th.
_248() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 8th.
_248() - Method in class de.caff.generics.tuple.NTuple8
 
_248() - Method in class de.caff.generics.tuple.NTuple9
 
_248() - Method in class de.caff.generics.tuple.Tuple8
 
_248() - Method in class de.caff.generics.tuple.Tuple9
 
_2489() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 8th, 9th.
_2489() - Method in class de.caff.generics.tuple.NTuple9
 
_2489() - Method in class de.caff.generics.tuple.Tuple9
 
_249() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 9th.
_249() - Method in class de.caff.generics.tuple.NTuple9
 
_249() - Method in class de.caff.generics.tuple.Tuple9
 
_25() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 2-tuple from this one where the elements are ordered: 2nd, 5th.
_25() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 2nd, 5th.
_25() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 2nd, 5th.
_25() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 2nd, 5th.
_25() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 2nd, 5th.
_25() - Method in class de.caff.generics.tuple.NTuple5
 
_25() - Method in class de.caff.generics.tuple.NTuple6
 
_25() - Method in class de.caff.generics.tuple.NTuple7
 
_25() - Method in class de.caff.generics.tuple.NTuple8
 
_25() - Method in class de.caff.generics.tuple.NTuple9
 
_25() - Method in class de.caff.generics.tuple.Tuple5
 
_25() - Method in class de.caff.generics.tuple.Tuple6
 
_25() - Method in class de.caff.generics.tuple.Tuple7
 
_25() - Method in class de.caff.generics.tuple.Tuple8
 
_25() - Method in class de.caff.generics.tuple.Tuple9
 
_251() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 1st.
_251() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 1st.
_251() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 1st.
_251() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 1st.
_251() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 1st.
_251() - Method in class de.caff.generics.tuple.NTuple5
 
_251() - Method in class de.caff.generics.tuple.NTuple6
 
_251() - Method in class de.caff.generics.tuple.NTuple7
 
_251() - Method in class de.caff.generics.tuple.NTuple8
 
_251() - Method in class de.caff.generics.tuple.NTuple9
 
_251() - Method in class de.caff.generics.tuple.Tuple5
 
_251() - Method in class de.caff.generics.tuple.Tuple6
 
_251() - Method in class de.caff.generics.tuple.Tuple7
 
_251() - Method in class de.caff.generics.tuple.Tuple8
 
_251() - Method in class de.caff.generics.tuple.Tuple9
 
_25134() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 1st, 3rd, 4th.
_25134() - Method in class de.caff.generics.tuple.NTuple5
 
_25134() - Method in class de.caff.generics.tuple.Tuple5
 
_25143() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 1st, 4th, 3rd.
_25143() - Method in class de.caff.generics.tuple.NTuple5
 
_25143() - Method in class de.caff.generics.tuple.Tuple5
 
_253() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 3rd.
_253() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 3rd.
_253() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 3rd.
_253() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 3rd.
_253() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 3rd.
_253() - Method in class de.caff.generics.tuple.NTuple5
 
_253() - Method in class de.caff.generics.tuple.NTuple6
 
_253() - Method in class de.caff.generics.tuple.NTuple7
 
_253() - Method in class de.caff.generics.tuple.NTuple8
 
_253() - Method in class de.caff.generics.tuple.NTuple9
 
_253() - Method in class de.caff.generics.tuple.Tuple5
 
_253() - Method in class de.caff.generics.tuple.Tuple6
 
_253() - Method in class de.caff.generics.tuple.Tuple7
 
_253() - Method in class de.caff.generics.tuple.Tuple8
 
_253() - Method in class de.caff.generics.tuple.Tuple9
 
_25314() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 3rd, 1st, 4th.
_25314() - Method in class de.caff.generics.tuple.NTuple5
 
_25314() - Method in class de.caff.generics.tuple.Tuple5
 
_25341() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 3rd, 4th, 1st.
_25341() - Method in class de.caff.generics.tuple.NTuple5
 
_25341() - Method in class de.caff.generics.tuple.Tuple5
 
_254() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 4th.
_254() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 4th.
_254() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 4th.
_254() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 4th.
_254() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 4th.
_254() - Method in class de.caff.generics.tuple.NTuple5
 
_254() - Method in class de.caff.generics.tuple.NTuple6
 
_254() - Method in class de.caff.generics.tuple.NTuple7
 
_254() - Method in class de.caff.generics.tuple.NTuple8
 
_254() - Method in class de.caff.generics.tuple.NTuple9
 
_254() - Method in class de.caff.generics.tuple.Tuple5
 
_254() - Method in class de.caff.generics.tuple.Tuple6
 
_254() - Method in class de.caff.generics.tuple.Tuple7
 
_254() - Method in class de.caff.generics.tuple.Tuple8
 
_254() - Method in class de.caff.generics.tuple.Tuple9
 
_25413() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 4th, 1st, 3rd.
_25413() - Method in class de.caff.generics.tuple.NTuple5
 
_25413() - Method in class de.caff.generics.tuple.Tuple5
 
_25431() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 4th, 3rd, 1st.
_25431() - Method in class de.caff.generics.tuple.NTuple5
 
_25431() - Method in class de.caff.generics.tuple.Tuple5
 
_256() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 6th.
_256() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 6th.
_256() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 6th.
_256() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 6th.
_256() - Method in class de.caff.generics.tuple.NTuple6
 
_256() - Method in class de.caff.generics.tuple.NTuple7
 
_256() - Method in class de.caff.generics.tuple.NTuple8
 
_256() - Method in class de.caff.generics.tuple.NTuple9
 
_256() - Method in class de.caff.generics.tuple.Tuple6
 
_256() - Method in class de.caff.generics.tuple.Tuple7
 
_256() - Method in class de.caff.generics.tuple.Tuple8
 
_256() - Method in class de.caff.generics.tuple.Tuple9
 
_2567() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 7th.
_2567() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 7th.
_2567() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 7th.
_2567() - Method in class de.caff.generics.tuple.NTuple7
 
_2567() - Method in class de.caff.generics.tuple.NTuple8
 
_2567() - Method in class de.caff.generics.tuple.NTuple9
 
_2567() - Method in class de.caff.generics.tuple.Tuple7
 
_2567() - Method in class de.caff.generics.tuple.Tuple8
 
_2567() - Method in class de.caff.generics.tuple.Tuple9
 
_25678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 7th, 8th.
_25678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 7th, 8th.
_25678() - Method in class de.caff.generics.tuple.NTuple8
 
_25678() - Method in class de.caff.generics.tuple.NTuple9
 
_25678() - Method in class de.caff.generics.tuple.Tuple8
 
_25678() - Method in class de.caff.generics.tuple.Tuple9
 
_256789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 7th, 8th, 9th.
_256789() - Method in class de.caff.generics.tuple.NTuple9
 
_256789() - Method in class de.caff.generics.tuple.Tuple9
 
_25679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 7th, 9th.
_25679() - Method in class de.caff.generics.tuple.NTuple9
 
_25679() - Method in class de.caff.generics.tuple.Tuple9
 
_2568() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 8th.
_2568() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 8th.
_2568() - Method in class de.caff.generics.tuple.NTuple8
 
_2568() - Method in class de.caff.generics.tuple.NTuple9
 
_2568() - Method in class de.caff.generics.tuple.Tuple8
 
_2568() - Method in class de.caff.generics.tuple.Tuple9
 
_25689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 8th, 9th.
_25689() - Method in class de.caff.generics.tuple.NTuple9
 
_25689() - Method in class de.caff.generics.tuple.Tuple9
 
_2569() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 9th.
_2569() - Method in class de.caff.generics.tuple.NTuple9
 
_2569() - Method in class de.caff.generics.tuple.Tuple9
 
_257() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 7th.
_257() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 7th.
_257() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 7th.
_257() - Method in class de.caff.generics.tuple.NTuple7
 
_257() - Method in class de.caff.generics.tuple.NTuple8
 
_257() - Method in class de.caff.generics.tuple.NTuple9
 
_257() - Method in class de.caff.generics.tuple.Tuple7
 
_257() - Method in class de.caff.generics.tuple.Tuple8
 
_257() - Method in class de.caff.generics.tuple.Tuple9
 
_2578() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 2nd, 5th, 7th, 8th.
_2578() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 5th, 7th, 8th.
_2578() - Method in class de.caff.generics.tuple.NTuple8
 
_2578() - Method in class de.caff.generics.tuple.NTuple9
 
_2578() - Method in class de.caff.generics.tuple.Tuple8
 
_2578() - Method in class de.caff.generics.tuple.Tuple9
 
_25789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 7th, 8th, 9th.
_25789() - Method in class de.caff.generics.tuple.NTuple9
 
_25789() - Method in class de.caff.generics.tuple.Tuple9
 
_2579() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 5th, 7th, 9th.
_2579() - Method in class de.caff.generics.tuple.NTuple9
 
_2579() - Method in class de.caff.generics.tuple.Tuple9
 
_258() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 8th.
_258() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 8th.
_258() - Method in class de.caff.generics.tuple.NTuple8
 
_258() - Method in class de.caff.generics.tuple.NTuple9
 
_258() - Method in class de.caff.generics.tuple.Tuple8
 
_258() - Method in class de.caff.generics.tuple.Tuple9
 
_2589() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 5th, 8th, 9th.
_2589() - Method in class de.caff.generics.tuple.NTuple9
 
_2589() - Method in class de.caff.generics.tuple.Tuple9
 
_259() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 9th.
_259() - Method in class de.caff.generics.tuple.NTuple9
 
_259() - Method in class de.caff.generics.tuple.Tuple9
 
_26() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 2nd, 6th.
_26() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 2nd, 6th.
_26() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 2nd, 6th.
_26() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 2nd, 6th.
_26() - Method in class de.caff.generics.tuple.NTuple6
 
_26() - Method in class de.caff.generics.tuple.NTuple7
 
_26() - Method in class de.caff.generics.tuple.NTuple8
 
_26() - Method in class de.caff.generics.tuple.NTuple9
 
_26() - Method in class de.caff.generics.tuple.Tuple6
 
_26() - Method in class de.caff.generics.tuple.Tuple7
 
_26() - Method in class de.caff.generics.tuple.Tuple8
 
_26() - Method in class de.caff.generics.tuple.Tuple9
 
_261() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 1st.
_261() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 1st.
_261() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 1st.
_261() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 1st.
_261() - Method in class de.caff.generics.tuple.NTuple6
 
_261() - Method in class de.caff.generics.tuple.NTuple7
 
_261() - Method in class de.caff.generics.tuple.NTuple8
 
_261() - Method in class de.caff.generics.tuple.NTuple9
 
_261() - Method in class de.caff.generics.tuple.Tuple6
 
_261() - Method in class de.caff.generics.tuple.Tuple7
 
_261() - Method in class de.caff.generics.tuple.Tuple8
 
_261() - Method in class de.caff.generics.tuple.Tuple9
 
_263() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 3rd.
_263() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 3rd.
_263() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 3rd.
_263() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 3rd.
_263() - Method in class de.caff.generics.tuple.NTuple6
 
_263() - Method in class de.caff.generics.tuple.NTuple7
 
_263() - Method in class de.caff.generics.tuple.NTuple8
 
_263() - Method in class de.caff.generics.tuple.NTuple9
 
_263() - Method in class de.caff.generics.tuple.Tuple6
 
_263() - Method in class de.caff.generics.tuple.Tuple7
 
_263() - Method in class de.caff.generics.tuple.Tuple8
 
_263() - Method in class de.caff.generics.tuple.Tuple9
 
_264() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 4th.
_264() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 4th.
_264() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 4th.
_264() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 4th.
_264() - Method in class de.caff.generics.tuple.NTuple6
 
_264() - Method in class de.caff.generics.tuple.NTuple7
 
_264() - Method in class de.caff.generics.tuple.NTuple8
 
_264() - Method in class de.caff.generics.tuple.NTuple9
 
_264() - Method in class de.caff.generics.tuple.Tuple6
 
_264() - Method in class de.caff.generics.tuple.Tuple7
 
_264() - Method in class de.caff.generics.tuple.Tuple8
 
_264() - Method in class de.caff.generics.tuple.Tuple9
 
_265() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 5th.
_265() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 5th.
_265() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 5th.
_265() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 5th.
_265() - Method in class de.caff.generics.tuple.NTuple6
 
_265() - Method in class de.caff.generics.tuple.NTuple7
 
_265() - Method in class de.caff.generics.tuple.NTuple8
 
_265() - Method in class de.caff.generics.tuple.NTuple9
 
_265() - Method in class de.caff.generics.tuple.Tuple6
 
_265() - Method in class de.caff.generics.tuple.Tuple7
 
_265() - Method in class de.caff.generics.tuple.Tuple8
 
_265() - Method in class de.caff.generics.tuple.Tuple9
 
_267() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 7th.
_267() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 7th.
_267() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 7th.
_267() - Method in class de.caff.generics.tuple.NTuple7
 
_267() - Method in class de.caff.generics.tuple.NTuple8
 
_267() - Method in class de.caff.generics.tuple.NTuple9
 
_267() - Method in class de.caff.generics.tuple.Tuple7
 
_267() - Method in class de.caff.generics.tuple.Tuple8
 
_267() - Method in class de.caff.generics.tuple.Tuple9
 
_2678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 2nd, 6th, 7th, 8th.
_2678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 6th, 7th, 8th.
_2678() - Method in class de.caff.generics.tuple.NTuple8
 
_2678() - Method in class de.caff.generics.tuple.NTuple9
 
_2678() - Method in class de.caff.generics.tuple.Tuple8
 
_2678() - Method in class de.caff.generics.tuple.Tuple9
 
_26789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 2nd, 6th, 7th, 8th, 9th.
_26789() - Method in class de.caff.generics.tuple.NTuple9
 
_26789() - Method in class de.caff.generics.tuple.Tuple9
 
_2679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 6th, 7th, 9th.
_2679() - Method in class de.caff.generics.tuple.NTuple9
 
_2679() - Method in class de.caff.generics.tuple.Tuple9
 
_268() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 8th.
_268() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 8th.
_268() - Method in class de.caff.generics.tuple.NTuple8
 
_268() - Method in class de.caff.generics.tuple.NTuple9
 
_268() - Method in class de.caff.generics.tuple.Tuple8
 
_268() - Method in class de.caff.generics.tuple.Tuple9
 
_2689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 6th, 8th, 9th.
_2689() - Method in class de.caff.generics.tuple.NTuple9
 
_2689() - Method in class de.caff.generics.tuple.Tuple9
 
_269() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 9th.
_269() - Method in class de.caff.generics.tuple.NTuple9
 
_269() - Method in class de.caff.generics.tuple.Tuple9
 
_27() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 2nd, 7th.
_27() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 2nd, 7th.
_27() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 2nd, 7th.
_27() - Method in class de.caff.generics.tuple.NTuple7
 
_27() - Method in class de.caff.generics.tuple.NTuple8
 
_27() - Method in class de.caff.generics.tuple.NTuple9
 
_27() - Method in class de.caff.generics.tuple.Tuple7
 
_27() - Method in class de.caff.generics.tuple.Tuple8
 
_27() - Method in class de.caff.generics.tuple.Tuple9
 
_271() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 1st.
_271() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 1st.
_271() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 1st.
_271() - Method in class de.caff.generics.tuple.NTuple7
 
_271() - Method in class de.caff.generics.tuple.NTuple8
 
_271() - Method in class de.caff.generics.tuple.NTuple9
 
_271() - Method in class de.caff.generics.tuple.Tuple7
 
_271() - Method in class de.caff.generics.tuple.Tuple8
 
_271() - Method in class de.caff.generics.tuple.Tuple9
 
_273() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 3rd.
_273() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 3rd.
_273() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 3rd.
_273() - Method in class de.caff.generics.tuple.NTuple7
 
_273() - Method in class de.caff.generics.tuple.NTuple8
 
_273() - Method in class de.caff.generics.tuple.NTuple9
 
_273() - Method in class de.caff.generics.tuple.Tuple7
 
_273() - Method in class de.caff.generics.tuple.Tuple8
 
_273() - Method in class de.caff.generics.tuple.Tuple9
 
_274() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 4th.
_274() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 4th.
_274() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 4th.
_274() - Method in class de.caff.generics.tuple.NTuple7
 
_274() - Method in class de.caff.generics.tuple.NTuple8
 
_274() - Method in class de.caff.generics.tuple.NTuple9
 
_274() - Method in class de.caff.generics.tuple.Tuple7
 
_274() - Method in class de.caff.generics.tuple.Tuple8
 
_274() - Method in class de.caff.generics.tuple.Tuple9
 
_275() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 5th.
_275() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 5th.
_275() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 5th.
_275() - Method in class de.caff.generics.tuple.NTuple7
 
_275() - Method in class de.caff.generics.tuple.NTuple8
 
_275() - Method in class de.caff.generics.tuple.NTuple9
 
_275() - Method in class de.caff.generics.tuple.Tuple7
 
_275() - Method in class de.caff.generics.tuple.Tuple8
 
_275() - Method in class de.caff.generics.tuple.Tuple9
 
_276() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 6th.
_276() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 6th.
_276() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 6th.
_276() - Method in class de.caff.generics.tuple.NTuple7
 
_276() - Method in class de.caff.generics.tuple.NTuple8
 
_276() - Method in class de.caff.generics.tuple.NTuple9
 
_276() - Method in class de.caff.generics.tuple.Tuple7
 
_276() - Method in class de.caff.generics.tuple.Tuple8
 
_276() - Method in class de.caff.generics.tuple.Tuple9
 
_278() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 8th.
_278() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 8th.
_278() - Method in class de.caff.generics.tuple.NTuple8
 
_278() - Method in class de.caff.generics.tuple.NTuple9
 
_278() - Method in class de.caff.generics.tuple.Tuple8
 
_278() - Method in class de.caff.generics.tuple.Tuple9
 
_2789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 2nd, 7th, 8th, 9th.
_2789() - Method in class de.caff.generics.tuple.NTuple9
 
_2789() - Method in class de.caff.generics.tuple.Tuple9
 
_279() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 9th.
_279() - Method in class de.caff.generics.tuple.NTuple9
 
_279() - Method in class de.caff.generics.tuple.Tuple9
 
_28() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 2nd, 8th.
_28() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 2nd, 8th.
_28() - Method in class de.caff.generics.tuple.NTuple8
 
_28() - Method in class de.caff.generics.tuple.NTuple9
 
_28() - Method in class de.caff.generics.tuple.Tuple8
 
_28() - Method in class de.caff.generics.tuple.Tuple9
 
_281() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 1st.
_281() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 1st.
_281() - Method in class de.caff.generics.tuple.NTuple8
 
_281() - Method in class de.caff.generics.tuple.NTuple9
 
_281() - Method in class de.caff.generics.tuple.Tuple8
 
_281() - Method in class de.caff.generics.tuple.Tuple9
 
_283() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 3rd.
_283() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 3rd.
_283() - Method in class de.caff.generics.tuple.NTuple8
 
_283() - Method in class de.caff.generics.tuple.NTuple9
 
_283() - Method in class de.caff.generics.tuple.Tuple8
 
_283() - Method in class de.caff.generics.tuple.Tuple9
 
_284() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 4th.
_284() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 4th.
_284() - Method in class de.caff.generics.tuple.NTuple8
 
_284() - Method in class de.caff.generics.tuple.NTuple9
 
_284() - Method in class de.caff.generics.tuple.Tuple8
 
_284() - Method in class de.caff.generics.tuple.Tuple9
 
_285() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 5th.
_285() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 5th.
_285() - Method in class de.caff.generics.tuple.NTuple8
 
_285() - Method in class de.caff.generics.tuple.NTuple9
 
_285() - Method in class de.caff.generics.tuple.Tuple8
 
_285() - Method in class de.caff.generics.tuple.Tuple9
 
_286() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 6th.
_286() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 6th.
_286() - Method in class de.caff.generics.tuple.NTuple8
 
_286() - Method in class de.caff.generics.tuple.NTuple9
 
_286() - Method in class de.caff.generics.tuple.Tuple8
 
_286() - Method in class de.caff.generics.tuple.Tuple9
 
_287() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 7th.
_287() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 7th.
_287() - Method in class de.caff.generics.tuple.NTuple8
 
_287() - Method in class de.caff.generics.tuple.NTuple9
 
_287() - Method in class de.caff.generics.tuple.Tuple8
 
_287() - Method in class de.caff.generics.tuple.Tuple9
 
_289() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 9th.
_289() - Method in class de.caff.generics.tuple.NTuple9
 
_289() - Method in class de.caff.generics.tuple.Tuple9
 
_29() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 2nd, 9th.
_29() - Method in class de.caff.generics.tuple.NTuple9
 
_29() - Method in class de.caff.generics.tuple.Tuple9
 
_291() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 9th, 1st.
_291() - Method in class de.caff.generics.tuple.NTuple9
 
_291() - Method in class de.caff.generics.tuple.Tuple9
 
_293() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 9th, 3rd.
_293() - Method in class de.caff.generics.tuple.NTuple9
 
_293() - Method in class de.caff.generics.tuple.Tuple9
 
_294() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 9th, 4th.
_294() - Method in class de.caff.generics.tuple.NTuple9
 
_294() - Method in class de.caff.generics.tuple.Tuple9
 
_295() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 9th, 5th.
_295() - Method in class de.caff.generics.tuple.NTuple9
 
_295() - Method in class de.caff.generics.tuple.Tuple9
 
_296() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 9th, 6th.
_296() - Method in class de.caff.generics.tuple.NTuple9
 
_296() - Method in class de.caff.generics.tuple.Tuple9
 
_297() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 9th, 7th.
_297() - Method in class de.caff.generics.tuple.NTuple9
 
_297() - Method in class de.caff.generics.tuple.Tuple9
 
_298() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 2nd, 9th, 8th.
_298() - Method in class de.caff.generics.tuple.NTuple9
 
_298() - Method in class de.caff.generics.tuple.Tuple9
 
_3() - Method in interface de.caff.generics.tuple.ITuple3
Get the third element.
_3() - Method in interface de.caff.generics.tuple.ITuple4
Get the third element.
_3() - Method in interface de.caff.generics.tuple.ITuple5
Get the third element.
_3() - Method in interface de.caff.generics.tuple.ITuple6
Get the third element.
_3() - Method in interface de.caff.generics.tuple.ITuple7
Get the third element.
_3() - Method in interface de.caff.generics.tuple.ITuple8
Get the third element.
_3() - Method in interface de.caff.generics.tuple.ITuple9
Get the third element.
_3() - Method in class de.caff.generics.tuple.NTuple3
 
_3() - Method in class de.caff.generics.tuple.NTuple4
 
_3() - Method in class de.caff.generics.tuple.NTuple5
 
_3() - Method in class de.caff.generics.tuple.NTuple6
 
_3() - Method in class de.caff.generics.tuple.NTuple7
 
_3() - Method in class de.caff.generics.tuple.NTuple8
 
_3() - Method in class de.caff.generics.tuple.NTuple9
 
_3() - Method in class de.caff.generics.tuple.Tuple3
 
_3() - Method in class de.caff.generics.tuple.Tuple4
 
_3() - Method in class de.caff.generics.tuple.Tuple5
 
_3() - Method in class de.caff.generics.tuple.Tuple6
 
_3() - Method in class de.caff.generics.tuple.Tuple7
 
_3() - Method in class de.caff.generics.tuple.Tuple8
 
_3() - Method in class de.caff.generics.tuple.Tuple9
 
_31() - Method in interface de.caff.generics.tuple.ITuple3
Create a new 2-tuple from this one where the elements are ordered: 3rd, 1st.
_31() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 2-tuple from this one where the elements are ordered: 3rd, 1st.
_31() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 2-tuple from this one where the elements are ordered: 3rd, 1st.
_31() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 3rd, 1st.
_31() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 3rd, 1st.
_31() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 3rd, 1st.
_31() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 3rd, 1st.
_31() - Method in class de.caff.generics.tuple.NTuple3
 
_31() - Method in class de.caff.generics.tuple.NTuple4
 
_31() - Method in class de.caff.generics.tuple.NTuple5
 
_31() - Method in class de.caff.generics.tuple.NTuple6
 
_31() - Method in class de.caff.generics.tuple.NTuple7
 
_31() - Method in class de.caff.generics.tuple.NTuple8
 
_31() - Method in class de.caff.generics.tuple.NTuple9
 
_31() - Method in class de.caff.generics.tuple.Tuple3
 
_31() - Method in class de.caff.generics.tuple.Tuple4
 
_31() - Method in class de.caff.generics.tuple.Tuple5
 
_31() - Method in class de.caff.generics.tuple.Tuple6
 
_31() - Method in class de.caff.generics.tuple.Tuple7
 
_31() - Method in class de.caff.generics.tuple.Tuple8
 
_31() - Method in class de.caff.generics.tuple.Tuple9
 
_312() - Method in interface de.caff.generics.tuple.ITuple3
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 2nd.
_312() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 2nd.
_312() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 2nd.
_312() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 2nd.
_312() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 2nd.
_312() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 2nd.
_312() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 2nd.
_312() - Method in class de.caff.generics.tuple.NTuple3
 
_312() - Method in class de.caff.generics.tuple.NTuple4
 
_312() - Method in class de.caff.generics.tuple.NTuple5
 
_312() - Method in class de.caff.generics.tuple.NTuple6
 
_312() - Method in class de.caff.generics.tuple.NTuple7
 
_312() - Method in class de.caff.generics.tuple.NTuple8
 
_312() - Method in class de.caff.generics.tuple.NTuple9
 
_312() - Method in class de.caff.generics.tuple.Tuple3
 
_312() - Method in class de.caff.generics.tuple.Tuple4
 
_312() - Method in class de.caff.generics.tuple.Tuple5
 
_312() - Method in class de.caff.generics.tuple.Tuple6
 
_312() - Method in class de.caff.generics.tuple.Tuple7
 
_312() - Method in class de.caff.generics.tuple.Tuple8
 
_312() - Method in class de.caff.generics.tuple.Tuple9
 
_3124() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 3rd, 1st, 2nd, 4th.
_3124() - Method in class de.caff.generics.tuple.NTuple4
 
_3124() - Method in class de.caff.generics.tuple.Tuple4
 
_31245() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 1st, 2nd, 4th, 5th.
_31245() - Method in class de.caff.generics.tuple.NTuple5
 
_31245() - Method in class de.caff.generics.tuple.Tuple5
 
_31254() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 1st, 2nd, 5th, 4th.
_31254() - Method in class de.caff.generics.tuple.NTuple5
 
_31254() - Method in class de.caff.generics.tuple.Tuple5
 
_314() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 4th.
_314() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 4th.
_314() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 4th.
_314() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 4th.
_314() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 4th.
_314() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 4th.
_314() - Method in class de.caff.generics.tuple.NTuple4
 
_314() - Method in class de.caff.generics.tuple.NTuple5
 
_314() - Method in class de.caff.generics.tuple.NTuple6
 
_314() - Method in class de.caff.generics.tuple.NTuple7
 
_314() - Method in class de.caff.generics.tuple.NTuple8
 
_314() - Method in class de.caff.generics.tuple.NTuple9
 
_314() - Method in class de.caff.generics.tuple.Tuple4
 
_314() - Method in class de.caff.generics.tuple.Tuple5
 
_314() - Method in class de.caff.generics.tuple.Tuple6
 
_314() - Method in class de.caff.generics.tuple.Tuple7
 
_314() - Method in class de.caff.generics.tuple.Tuple8
 
_314() - Method in class de.caff.generics.tuple.Tuple9
 
_3142() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 3rd, 1st, 4th, 2nd.
_3142() - Method in class de.caff.generics.tuple.NTuple4
 
_3142() - Method in class de.caff.generics.tuple.Tuple4
 
_31425() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 1st, 4th, 2nd, 5th.
_31425() - Method in class de.caff.generics.tuple.NTuple5
 
_31425() - Method in class de.caff.generics.tuple.Tuple5
 
_31452() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 1st, 4th, 5th, 2nd.
_31452() - Method in class de.caff.generics.tuple.NTuple5
 
_31452() - Method in class de.caff.generics.tuple.Tuple5
 
_315() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 5th.
_315() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 5th.
_315() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 5th.
_315() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 5th.
_315() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 5th.
_315() - Method in class de.caff.generics.tuple.NTuple5
 
_315() - Method in class de.caff.generics.tuple.NTuple6
 
_315() - Method in class de.caff.generics.tuple.NTuple7
 
_315() - Method in class de.caff.generics.tuple.NTuple8
 
_315() - Method in class de.caff.generics.tuple.NTuple9
 
_315() - Method in class de.caff.generics.tuple.Tuple5
 
_315() - Method in class de.caff.generics.tuple.Tuple6
 
_315() - Method in class de.caff.generics.tuple.Tuple7
 
_315() - Method in class de.caff.generics.tuple.Tuple8
 
_315() - Method in class de.caff.generics.tuple.Tuple9
 
_31524() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 1st, 5th, 2nd, 4th.
_31524() - Method in class de.caff.generics.tuple.NTuple5
 
_31524() - Method in class de.caff.generics.tuple.Tuple5
 
_31542() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 1st, 5th, 4th, 2nd.
_31542() - Method in class de.caff.generics.tuple.NTuple5
 
_31542() - Method in class de.caff.generics.tuple.Tuple5
 
_316() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 6th.
_316() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 6th.
_316() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 6th.
_316() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 6th.
_316() - Method in class de.caff.generics.tuple.NTuple6
 
_316() - Method in class de.caff.generics.tuple.NTuple7
 
_316() - Method in class de.caff.generics.tuple.NTuple8
 
_316() - Method in class de.caff.generics.tuple.NTuple9
 
_316() - Method in class de.caff.generics.tuple.Tuple6
 
_316() - Method in class de.caff.generics.tuple.Tuple7
 
_316() - Method in class de.caff.generics.tuple.Tuple8
 
_316() - Method in class de.caff.generics.tuple.Tuple9
 
_317() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 7th.
_317() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 7th.
_317() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 7th.
_317() - Method in class de.caff.generics.tuple.NTuple7
 
_317() - Method in class de.caff.generics.tuple.NTuple8
 
_317() - Method in class de.caff.generics.tuple.NTuple9
 
_317() - Method in class de.caff.generics.tuple.Tuple7
 
_317() - Method in class de.caff.generics.tuple.Tuple8
 
_317() - Method in class de.caff.generics.tuple.Tuple9
 
_318() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 8th.
_318() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 8th.
_318() - Method in class de.caff.generics.tuple.NTuple8
 
_318() - Method in class de.caff.generics.tuple.NTuple9
 
_318() - Method in class de.caff.generics.tuple.Tuple8
 
_318() - Method in class de.caff.generics.tuple.Tuple9
 
_319() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 9th.
_319() - Method in class de.caff.generics.tuple.NTuple9
 
_319() - Method in class de.caff.generics.tuple.Tuple9
 
_32() - Method in interface de.caff.generics.tuple.ITuple3
Create a new 2-tuple from this one where the elements are ordered: 3rd, 2nd.
_32() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 2-tuple from this one where the elements are ordered: 3rd, 2nd.
_32() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 2-tuple from this one where the elements are ordered: 3rd, 2nd.
_32() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 3rd, 2nd.
_32() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 3rd, 2nd.
_32() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 3rd, 2nd.
_32() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 3rd, 2nd.
_32() - Method in class de.caff.generics.tuple.NTuple3
 
_32() - Method in class de.caff.generics.tuple.NTuple4
 
_32() - Method in class de.caff.generics.tuple.NTuple5
 
_32() - Method in class de.caff.generics.tuple.NTuple6
 
_32() - Method in class de.caff.generics.tuple.NTuple7
 
_32() - Method in class de.caff.generics.tuple.NTuple8
 
_32() - Method in class de.caff.generics.tuple.NTuple9
 
_32() - Method in class de.caff.generics.tuple.Tuple3
 
_32() - Method in class de.caff.generics.tuple.Tuple4
 
_32() - Method in class de.caff.generics.tuple.Tuple5
 
_32() - Method in class de.caff.generics.tuple.Tuple6
 
_32() - Method in class de.caff.generics.tuple.Tuple7
 
_32() - Method in class de.caff.generics.tuple.Tuple8
 
_32() - Method in class de.caff.generics.tuple.Tuple9
 
_321() - Method in interface de.caff.generics.tuple.ITuple3
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 1st.
_321() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 1st.
_321() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 1st.
_321() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 1st.
_321() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 1st.
_321() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 1st.
_321() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 1st.
_321() - Method in class de.caff.generics.tuple.NTuple3
 
_321() - Method in class de.caff.generics.tuple.NTuple4
 
_321() - Method in class de.caff.generics.tuple.NTuple5
 
_321() - Method in class de.caff.generics.tuple.NTuple6
 
_321() - Method in class de.caff.generics.tuple.NTuple7
 
_321() - Method in class de.caff.generics.tuple.NTuple8
 
_321() - Method in class de.caff.generics.tuple.NTuple9
 
_321() - Method in class de.caff.generics.tuple.Tuple3
 
_321() - Method in class de.caff.generics.tuple.Tuple4
 
_321() - Method in class de.caff.generics.tuple.Tuple5
 
_321() - Method in class de.caff.generics.tuple.Tuple6
 
_321() - Method in class de.caff.generics.tuple.Tuple7
 
_321() - Method in class de.caff.generics.tuple.Tuple8
 
_321() - Method in class de.caff.generics.tuple.Tuple9
 
_3214() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 3rd, 2nd, 1st, 4th.
_3214() - Method in class de.caff.generics.tuple.NTuple4
 
_3214() - Method in class de.caff.generics.tuple.Tuple4
 
_32145() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 2nd, 1st, 4th, 5th.
_32145() - Method in class de.caff.generics.tuple.NTuple5
 
_32145() - Method in class de.caff.generics.tuple.Tuple5
 
_32154() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 2nd, 1st, 5th, 4th.
_32154() - Method in class de.caff.generics.tuple.NTuple5
 
_32154() - Method in class de.caff.generics.tuple.Tuple5
 
_324() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 4th.
_324() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 4th.
_324() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 4th.
_324() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 4th.
_324() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 4th.
_324() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 4th.
_324() - Method in class de.caff.generics.tuple.NTuple4
 
_324() - Method in class de.caff.generics.tuple.NTuple5
 
_324() - Method in class de.caff.generics.tuple.NTuple6
 
_324() - Method in class de.caff.generics.tuple.NTuple7
 
_324() - Method in class de.caff.generics.tuple.NTuple8
 
_324() - Method in class de.caff.generics.tuple.NTuple9
 
_324() - Method in class de.caff.generics.tuple.Tuple4
 
_324() - Method in class de.caff.generics.tuple.Tuple5
 
_324() - Method in class de.caff.generics.tuple.Tuple6
 
_324() - Method in class de.caff.generics.tuple.Tuple7
 
_324() - Method in class de.caff.generics.tuple.Tuple8
 
_324() - Method in class de.caff.generics.tuple.Tuple9
 
_3241() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 3rd, 2nd, 4th, 1st.
_3241() - Method in class de.caff.generics.tuple.NTuple4
 
_3241() - Method in class de.caff.generics.tuple.Tuple4
 
_32415() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 2nd, 4th, 1st, 5th.
_32415() - Method in class de.caff.generics.tuple.NTuple5
 
_32415() - Method in class de.caff.generics.tuple.Tuple5
 
_32451() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 2nd, 4th, 5th, 1st.
_32451() - Method in class de.caff.generics.tuple.NTuple5
 
_32451() - Method in class de.caff.generics.tuple.Tuple5
 
_325() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 5th.
_325() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 5th.
_325() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 5th.
_325() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 5th.
_325() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 5th.
_325() - Method in class de.caff.generics.tuple.NTuple5
 
_325() - Method in class de.caff.generics.tuple.NTuple6
 
_325() - Method in class de.caff.generics.tuple.NTuple7
 
_325() - Method in class de.caff.generics.tuple.NTuple8
 
_325() - Method in class de.caff.generics.tuple.NTuple9
 
_325() - Method in class de.caff.generics.tuple.Tuple5
 
_325() - Method in class de.caff.generics.tuple.Tuple6
 
_325() - Method in class de.caff.generics.tuple.Tuple7
 
_325() - Method in class de.caff.generics.tuple.Tuple8
 
_325() - Method in class de.caff.generics.tuple.Tuple9
 
_32514() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 2nd, 5th, 1st, 4th.
_32514() - Method in class de.caff.generics.tuple.NTuple5
 
_32514() - Method in class de.caff.generics.tuple.Tuple5
 
_32541() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 2nd, 5th, 4th, 1st.
_32541() - Method in class de.caff.generics.tuple.NTuple5
 
_32541() - Method in class de.caff.generics.tuple.Tuple5
 
_326() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 6th.
_326() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 6th.
_326() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 6th.
_326() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 6th.
_326() - Method in class de.caff.generics.tuple.NTuple6
 
_326() - Method in class de.caff.generics.tuple.NTuple7
 
_326() - Method in class de.caff.generics.tuple.NTuple8
 
_326() - Method in class de.caff.generics.tuple.NTuple9
 
_326() - Method in class de.caff.generics.tuple.Tuple6
 
_326() - Method in class de.caff.generics.tuple.Tuple7
 
_326() - Method in class de.caff.generics.tuple.Tuple8
 
_326() - Method in class de.caff.generics.tuple.Tuple9
 
_327() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 7th.
_327() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 7th.
_327() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 7th.
_327() - Method in class de.caff.generics.tuple.NTuple7
 
_327() - Method in class de.caff.generics.tuple.NTuple8
 
_327() - Method in class de.caff.generics.tuple.NTuple9
 
_327() - Method in class de.caff.generics.tuple.Tuple7
 
_327() - Method in class de.caff.generics.tuple.Tuple8
 
_327() - Method in class de.caff.generics.tuple.Tuple9
 
_328() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 8th.
_328() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 8th.
_328() - Method in class de.caff.generics.tuple.NTuple8
 
_328() - Method in class de.caff.generics.tuple.NTuple9
 
_328() - Method in class de.caff.generics.tuple.Tuple8
 
_328() - Method in class de.caff.generics.tuple.Tuple9
 
_329() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 9th.
_329() - Method in class de.caff.generics.tuple.NTuple9
 
_329() - Method in class de.caff.generics.tuple.Tuple9
 
_34() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 2-tuple from this one where the elements are ordered: 3rd, 4th.
_34() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 2-tuple from this one where the elements are ordered: 3rd, 4th.
_34() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 3rd, 4th.
_34() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 3rd, 4th.
_34() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 3rd, 4th.
_34() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 3rd, 4th.
_34() - Method in class de.caff.generics.tuple.NTuple4
 
_34() - Method in class de.caff.generics.tuple.NTuple5
 
_34() - Method in class de.caff.generics.tuple.NTuple6
 
_34() - Method in class de.caff.generics.tuple.NTuple7
 
_34() - Method in class de.caff.generics.tuple.NTuple8
 
_34() - Method in class de.caff.generics.tuple.NTuple9
 
_34() - Method in class de.caff.generics.tuple.Tuple4
 
_34() - Method in class de.caff.generics.tuple.Tuple5
 
_34() - Method in class de.caff.generics.tuple.Tuple6
 
_34() - Method in class de.caff.generics.tuple.Tuple7
 
_34() - Method in class de.caff.generics.tuple.Tuple8
 
_34() - Method in class de.caff.generics.tuple.Tuple9
 
_341() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 1st.
_341() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 1st.
_341() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 1st.
_341() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 1st.
_341() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 1st.
_341() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 1st.
_341() - Method in class de.caff.generics.tuple.NTuple4
 
_341() - Method in class de.caff.generics.tuple.NTuple5
 
_341() - Method in class de.caff.generics.tuple.NTuple6
 
_341() - Method in class de.caff.generics.tuple.NTuple7
 
_341() - Method in class de.caff.generics.tuple.NTuple8
 
_341() - Method in class de.caff.generics.tuple.NTuple9
 
_341() - Method in class de.caff.generics.tuple.Tuple4
 
_341() - Method in class de.caff.generics.tuple.Tuple5
 
_341() - Method in class de.caff.generics.tuple.Tuple6
 
_341() - Method in class de.caff.generics.tuple.Tuple7
 
_341() - Method in class de.caff.generics.tuple.Tuple8
 
_341() - Method in class de.caff.generics.tuple.Tuple9
 
_3412() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 1st, 2nd.
_3412() - Method in class de.caff.generics.tuple.NTuple4
 
_3412() - Method in class de.caff.generics.tuple.Tuple4
 
_34125() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 1st, 2nd, 5th.
_34125() - Method in class de.caff.generics.tuple.NTuple5
 
_34125() - Method in class de.caff.generics.tuple.Tuple5
 
_34152() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 1st, 5th, 2nd.
_34152() - Method in class de.caff.generics.tuple.NTuple5
 
_34152() - Method in class de.caff.generics.tuple.Tuple5
 
_342() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 2nd.
_342() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 2nd.
_342() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 2nd.
_342() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 2nd.
_342() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 2nd.
_342() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 2nd.
_342() - Method in class de.caff.generics.tuple.NTuple4
 
_342() - Method in class de.caff.generics.tuple.NTuple5
 
_342() - Method in class de.caff.generics.tuple.NTuple6
 
_342() - Method in class de.caff.generics.tuple.NTuple7
 
_342() - Method in class de.caff.generics.tuple.NTuple8
 
_342() - Method in class de.caff.generics.tuple.NTuple9
 
_342() - Method in class de.caff.generics.tuple.Tuple4
 
_342() - Method in class de.caff.generics.tuple.Tuple5
 
_342() - Method in class de.caff.generics.tuple.Tuple6
 
_342() - Method in class de.caff.generics.tuple.Tuple7
 
_342() - Method in class de.caff.generics.tuple.Tuple8
 
_342() - Method in class de.caff.generics.tuple.Tuple9
 
_3421() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 2nd, 1st.
_3421() - Method in class de.caff.generics.tuple.NTuple4
 
_3421() - Method in class de.caff.generics.tuple.Tuple4
 
_34215() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 2nd, 1st, 5th.
_34215() - Method in class de.caff.generics.tuple.NTuple5
 
_34215() - Method in class de.caff.generics.tuple.Tuple5
 
_34251() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 2nd, 5th, 1st.
_34251() - Method in class de.caff.generics.tuple.NTuple5
 
_34251() - Method in class de.caff.generics.tuple.Tuple5
 
_345() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 5th.
_345() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 5th.
_345() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 5th.
_345() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 5th.
_345() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 5th.
_345() - Method in class de.caff.generics.tuple.NTuple5
 
_345() - Method in class de.caff.generics.tuple.NTuple6
 
_345() - Method in class de.caff.generics.tuple.NTuple7
 
_345() - Method in class de.caff.generics.tuple.NTuple8
 
_345() - Method in class de.caff.generics.tuple.NTuple9
 
_345() - Method in class de.caff.generics.tuple.Tuple5
 
_345() - Method in class de.caff.generics.tuple.Tuple6
 
_345() - Method in class de.caff.generics.tuple.Tuple7
 
_345() - Method in class de.caff.generics.tuple.Tuple8
 
_345() - Method in class de.caff.generics.tuple.Tuple9
 
_34512() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 1st, 2nd.
_34512() - Method in class de.caff.generics.tuple.NTuple5
 
_34512() - Method in class de.caff.generics.tuple.Tuple5
 
_34521() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 2nd, 1st.
_34521() - Method in class de.caff.generics.tuple.NTuple5
 
_34521() - Method in class de.caff.generics.tuple.Tuple5
 
_3456() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th.
_3456() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th.
_3456() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th.
_3456() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th.
_3456() - Method in class de.caff.generics.tuple.NTuple6
 
_3456() - Method in class de.caff.generics.tuple.NTuple7
 
_3456() - Method in class de.caff.generics.tuple.NTuple8
 
_3456() - Method in class de.caff.generics.tuple.NTuple9
 
_3456() - Method in class de.caff.generics.tuple.Tuple6
 
_3456() - Method in class de.caff.generics.tuple.Tuple7
 
_3456() - Method in class de.caff.generics.tuple.Tuple8
 
_3456() - Method in class de.caff.generics.tuple.Tuple9
 
_34567() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 7th.
_34567() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 7th.
_34567() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 7th.
_34567() - Method in class de.caff.generics.tuple.NTuple7
 
_34567() - Method in class de.caff.generics.tuple.NTuple8
 
_34567() - Method in class de.caff.generics.tuple.NTuple9
 
_34567() - Method in class de.caff.generics.tuple.Tuple7
 
_34567() - Method in class de.caff.generics.tuple.Tuple8
 
_34567() - Method in class de.caff.generics.tuple.Tuple9
 
_345678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 6-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 7th, 8th.
_345678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 7th, 8th.
_345678() - Method in class de.caff.generics.tuple.NTuple8
 
_345678() - Method in class de.caff.generics.tuple.NTuple9
 
_345678() - Method in class de.caff.generics.tuple.Tuple8
 
_345678() - Method in class de.caff.generics.tuple.Tuple9
 
_3456789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 7-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 7th, 8th, 9th.
_3456789() - Method in class de.caff.generics.tuple.NTuple9
 
_3456789() - Method in class de.caff.generics.tuple.Tuple9
 
_345679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 7th, 9th.
_345679() - Method in class de.caff.generics.tuple.NTuple9
 
_345679() - Method in class de.caff.generics.tuple.Tuple9
 
_34568() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 8th.
_34568() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 8th.
_34568() - Method in class de.caff.generics.tuple.NTuple8
 
_34568() - Method in class de.caff.generics.tuple.NTuple9
 
_34568() - Method in class de.caff.generics.tuple.Tuple8
 
_34568() - Method in class de.caff.generics.tuple.Tuple9
 
_345689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 8th, 9th.
_345689() - Method in class de.caff.generics.tuple.NTuple9
 
_345689() - Method in class de.caff.generics.tuple.Tuple9
 
_34569() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 9th.
_34569() - Method in class de.caff.generics.tuple.NTuple9
 
_34569() - Method in class de.caff.generics.tuple.Tuple9
 
_3457() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 7th.
_3457() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 7th.
_3457() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 7th.
_3457() - Method in class de.caff.generics.tuple.NTuple7
 
_3457() - Method in class de.caff.generics.tuple.NTuple8
 
_3457() - Method in class de.caff.generics.tuple.NTuple9
 
_3457() - Method in class de.caff.generics.tuple.Tuple7
 
_3457() - Method in class de.caff.generics.tuple.Tuple8
 
_3457() - Method in class de.caff.generics.tuple.Tuple9
 
_34578() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 7th, 8th.
_34578() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 7th, 8th.
_34578() - Method in class de.caff.generics.tuple.NTuple8
 
_34578() - Method in class de.caff.generics.tuple.NTuple9
 
_34578() - Method in class de.caff.generics.tuple.Tuple8
 
_34578() - Method in class de.caff.generics.tuple.Tuple9
 
_345789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 7th, 8th, 9th.
_345789() - Method in class de.caff.generics.tuple.NTuple9
 
_345789() - Method in class de.caff.generics.tuple.Tuple9
 
_34579() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 7th, 9th.
_34579() - Method in class de.caff.generics.tuple.NTuple9
 
_34579() - Method in class de.caff.generics.tuple.Tuple9
 
_3458() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 8th.
_3458() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 8th.
_3458() - Method in class de.caff.generics.tuple.NTuple8
 
_3458() - Method in class de.caff.generics.tuple.NTuple9
 
_3458() - Method in class de.caff.generics.tuple.Tuple8
 
_3458() - Method in class de.caff.generics.tuple.Tuple9
 
_34589() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 8th, 9th.
_34589() - Method in class de.caff.generics.tuple.NTuple9
 
_34589() - Method in class de.caff.generics.tuple.Tuple9
 
_3459() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 9th.
_3459() - Method in class de.caff.generics.tuple.NTuple9
 
_3459() - Method in class de.caff.generics.tuple.Tuple9
 
_346() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 6th.
_346() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 6th.
_346() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 6th.
_346() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 6th.
_346() - Method in class de.caff.generics.tuple.NTuple6
 
_346() - Method in class de.caff.generics.tuple.NTuple7
 
_346() - Method in class de.caff.generics.tuple.NTuple8
 
_346() - Method in class de.caff.generics.tuple.NTuple9
 
_346() - Method in class de.caff.generics.tuple.Tuple6
 
_346() - Method in class de.caff.generics.tuple.Tuple7
 
_346() - Method in class de.caff.generics.tuple.Tuple8
 
_346() - Method in class de.caff.generics.tuple.Tuple9
 
_3467() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 7th.
_3467() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 7th.
_3467() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 7th.
_3467() - Method in class de.caff.generics.tuple.NTuple7
 
_3467() - Method in class de.caff.generics.tuple.NTuple8
 
_3467() - Method in class de.caff.generics.tuple.NTuple9
 
_3467() - Method in class de.caff.generics.tuple.Tuple7
 
_3467() - Method in class de.caff.generics.tuple.Tuple8
 
_3467() - Method in class de.caff.generics.tuple.Tuple9
 
_34678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 7th, 8th.
_34678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 7th, 8th.
_34678() - Method in class de.caff.generics.tuple.NTuple8
 
_34678() - Method in class de.caff.generics.tuple.NTuple9
 
_34678() - Method in class de.caff.generics.tuple.Tuple8
 
_34678() - Method in class de.caff.generics.tuple.Tuple9
 
_346789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 7th, 8th, 9th.
_346789() - Method in class de.caff.generics.tuple.NTuple9
 
_346789() - Method in class de.caff.generics.tuple.Tuple9
 
_34679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 7th, 9th.
_34679() - Method in class de.caff.generics.tuple.NTuple9
 
_34679() - Method in class de.caff.generics.tuple.Tuple9
 
_3468() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 8th.
_3468() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 8th.
_3468() - Method in class de.caff.generics.tuple.NTuple8
 
_3468() - Method in class de.caff.generics.tuple.NTuple9
 
_3468() - Method in class de.caff.generics.tuple.Tuple8
 
_3468() - Method in class de.caff.generics.tuple.Tuple9
 
_34689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 8th, 9th.
_34689() - Method in class de.caff.generics.tuple.NTuple9
 
_34689() - Method in class de.caff.generics.tuple.Tuple9
 
_3469() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 9th.
_3469() - Method in class de.caff.generics.tuple.NTuple9
 
_3469() - Method in class de.caff.generics.tuple.Tuple9
 
_347() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 7th.
_347() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 7th.
_347() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 7th.
_347() - Method in class de.caff.generics.tuple.NTuple7
 
_347() - Method in class de.caff.generics.tuple.NTuple8
 
_347() - Method in class de.caff.generics.tuple.NTuple9
 
_347() - Method in class de.caff.generics.tuple.Tuple7
 
_347() - Method in class de.caff.generics.tuple.Tuple8
 
_347() - Method in class de.caff.generics.tuple.Tuple9
 
_3478() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 7th, 8th.
_3478() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 7th, 8th.
_3478() - Method in class de.caff.generics.tuple.NTuple8
 
_3478() - Method in class de.caff.generics.tuple.NTuple9
 
_3478() - Method in class de.caff.generics.tuple.Tuple8
 
_3478() - Method in class de.caff.generics.tuple.Tuple9
 
_34789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 7th, 8th, 9th.
_34789() - Method in class de.caff.generics.tuple.NTuple9
 
_34789() - Method in class de.caff.generics.tuple.Tuple9
 
_3479() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 7th, 9th.
_3479() - Method in class de.caff.generics.tuple.NTuple9
 
_3479() - Method in class de.caff.generics.tuple.Tuple9
 
_348() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 8th.
_348() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 8th.
_348() - Method in class de.caff.generics.tuple.NTuple8
 
_348() - Method in class de.caff.generics.tuple.NTuple9
 
_348() - Method in class de.caff.generics.tuple.Tuple8
 
_348() - Method in class de.caff.generics.tuple.Tuple9
 
_3489() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 8th, 9th.
_3489() - Method in class de.caff.generics.tuple.NTuple9
 
_3489() - Method in class de.caff.generics.tuple.Tuple9
 
_349() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 9th.
_349() - Method in class de.caff.generics.tuple.NTuple9
 
_349() - Method in class de.caff.generics.tuple.Tuple9
 
_35() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 2-tuple from this one where the elements are ordered: 3rd, 5th.
_35() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 3rd, 5th.
_35() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 3rd, 5th.
_35() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 3rd, 5th.
_35() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 3rd, 5th.
_35() - Method in class de.caff.generics.tuple.NTuple5
 
_35() - Method in class de.caff.generics.tuple.NTuple6
 
_35() - Method in class de.caff.generics.tuple.NTuple7
 
_35() - Method in class de.caff.generics.tuple.NTuple8
 
_35() - Method in class de.caff.generics.tuple.NTuple9
 
_35() - Method in class de.caff.generics.tuple.Tuple5
 
_35() - Method in class de.caff.generics.tuple.Tuple6
 
_35() - Method in class de.caff.generics.tuple.Tuple7
 
_35() - Method in class de.caff.generics.tuple.Tuple8
 
_35() - Method in class de.caff.generics.tuple.Tuple9
 
_351() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 1st.
_351() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 1st.
_351() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 1st.
_351() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 1st.
_351() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 1st.
_351() - Method in class de.caff.generics.tuple.NTuple5
 
_351() - Method in class de.caff.generics.tuple.NTuple6
 
_351() - Method in class de.caff.generics.tuple.NTuple7
 
_351() - Method in class de.caff.generics.tuple.NTuple8
 
_351() - Method in class de.caff.generics.tuple.NTuple9
 
_351() - Method in class de.caff.generics.tuple.Tuple5
 
_351() - Method in class de.caff.generics.tuple.Tuple6
 
_351() - Method in class de.caff.generics.tuple.Tuple7
 
_351() - Method in class de.caff.generics.tuple.Tuple8
 
_351() - Method in class de.caff.generics.tuple.Tuple9
 
_35124() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 1st, 2nd, 4th.
_35124() - Method in class de.caff.generics.tuple.NTuple5
 
_35124() - Method in class de.caff.generics.tuple.Tuple5
 
_35142() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 1st, 4th, 2nd.
_35142() - Method in class de.caff.generics.tuple.NTuple5
 
_35142() - Method in class de.caff.generics.tuple.Tuple5
 
_352() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 2nd.
_352() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 2nd.
_352() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 2nd.
_352() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 2nd.
_352() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 2nd.
_352() - Method in class de.caff.generics.tuple.NTuple5
 
_352() - Method in class de.caff.generics.tuple.NTuple6
 
_352() - Method in class de.caff.generics.tuple.NTuple7
 
_352() - Method in class de.caff.generics.tuple.NTuple8
 
_352() - Method in class de.caff.generics.tuple.NTuple9
 
_352() - Method in class de.caff.generics.tuple.Tuple5
 
_352() - Method in class de.caff.generics.tuple.Tuple6
 
_352() - Method in class de.caff.generics.tuple.Tuple7
 
_352() - Method in class de.caff.generics.tuple.Tuple8
 
_352() - Method in class de.caff.generics.tuple.Tuple9
 
_35214() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 2nd, 1st, 4th.
_35214() - Method in class de.caff.generics.tuple.NTuple5
 
_35214() - Method in class de.caff.generics.tuple.Tuple5
 
_35241() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 2nd, 4th, 1st.
_35241() - Method in class de.caff.generics.tuple.NTuple5
 
_35241() - Method in class de.caff.generics.tuple.Tuple5
 
_354() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 4th.
_354() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 4th.
_354() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 4th.
_354() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 4th.
_354() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 4th.
_354() - Method in class de.caff.generics.tuple.NTuple5
 
_354() - Method in class de.caff.generics.tuple.NTuple6
 
_354() - Method in class de.caff.generics.tuple.NTuple7
 
_354() - Method in class de.caff.generics.tuple.NTuple8
 
_354() - Method in class de.caff.generics.tuple.NTuple9
 
_354() - Method in class de.caff.generics.tuple.Tuple5
 
_354() - Method in class de.caff.generics.tuple.Tuple6
 
_354() - Method in class de.caff.generics.tuple.Tuple7
 
_354() - Method in class de.caff.generics.tuple.Tuple8
 
_354() - Method in class de.caff.generics.tuple.Tuple9
 
_35412() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 4th, 1st, 2nd.
_35412() - Method in class de.caff.generics.tuple.NTuple5
 
_35412() - Method in class de.caff.generics.tuple.Tuple5
 
_35421() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 4th, 2nd, 1st.
_35421() - Method in class de.caff.generics.tuple.NTuple5
 
_35421() - Method in class de.caff.generics.tuple.Tuple5
 
_356() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 6th.
_356() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 6th.
_356() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 6th.
_356() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 6th.
_356() - Method in class de.caff.generics.tuple.NTuple6
 
_356() - Method in class de.caff.generics.tuple.NTuple7
 
_356() - Method in class de.caff.generics.tuple.NTuple8
 
_356() - Method in class de.caff.generics.tuple.NTuple9
 
_356() - Method in class de.caff.generics.tuple.Tuple6
 
_356() - Method in class de.caff.generics.tuple.Tuple7
 
_356() - Method in class de.caff.generics.tuple.Tuple8
 
_356() - Method in class de.caff.generics.tuple.Tuple9
 
_3567() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 7th.
_3567() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 7th.
_3567() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 7th.
_3567() - Method in class de.caff.generics.tuple.NTuple7
 
_3567() - Method in class de.caff.generics.tuple.NTuple8
 
_3567() - Method in class de.caff.generics.tuple.NTuple9
 
_3567() - Method in class de.caff.generics.tuple.Tuple7
 
_3567() - Method in class de.caff.generics.tuple.Tuple8
 
_3567() - Method in class de.caff.generics.tuple.Tuple9
 
_35678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 7th, 8th.
_35678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 7th, 8th.
_35678() - Method in class de.caff.generics.tuple.NTuple8
 
_35678() - Method in class de.caff.generics.tuple.NTuple9
 
_35678() - Method in class de.caff.generics.tuple.Tuple8
 
_35678() - Method in class de.caff.generics.tuple.Tuple9
 
_356789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 7th, 8th, 9th.
_356789() - Method in class de.caff.generics.tuple.NTuple9
 
_356789() - Method in class de.caff.generics.tuple.Tuple9
 
_35679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 7th, 9th.
_35679() - Method in class de.caff.generics.tuple.NTuple9
 
_35679() - Method in class de.caff.generics.tuple.Tuple9
 
_3568() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 8th.
_3568() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 8th.
_3568() - Method in class de.caff.generics.tuple.NTuple8
 
_3568() - Method in class de.caff.generics.tuple.NTuple9
 
_3568() - Method in class de.caff.generics.tuple.Tuple8
 
_3568() - Method in class de.caff.generics.tuple.Tuple9
 
_35689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 8th, 9th.
_35689() - Method in class de.caff.generics.tuple.NTuple9
 
_35689() - Method in class de.caff.generics.tuple.Tuple9
 
_3569() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 9th.
_3569() - Method in class de.caff.generics.tuple.NTuple9
 
_3569() - Method in class de.caff.generics.tuple.Tuple9
 
_357() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 7th.
_357() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 7th.
_357() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 7th.
_357() - Method in class de.caff.generics.tuple.NTuple7
 
_357() - Method in class de.caff.generics.tuple.NTuple8
 
_357() - Method in class de.caff.generics.tuple.NTuple9
 
_357() - Method in class de.caff.generics.tuple.Tuple7
 
_357() - Method in class de.caff.generics.tuple.Tuple8
 
_357() - Method in class de.caff.generics.tuple.Tuple9
 
_3578() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 3rd, 5th, 7th, 8th.
_3578() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 3rd, 5th, 7th, 8th.
_3578() - Method in class de.caff.generics.tuple.NTuple8
 
_3578() - Method in class de.caff.generics.tuple.NTuple9
 
_3578() - Method in class de.caff.generics.tuple.Tuple8
 
_3578() - Method in class de.caff.generics.tuple.Tuple9
 
_35789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 7th, 8th, 9th.
_35789() - Method in class de.caff.generics.tuple.NTuple9
 
_35789() - Method in class de.caff.generics.tuple.Tuple9
 
_3579() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 3rd, 5th, 7th, 9th.
_3579() - Method in class de.caff.generics.tuple.NTuple9
 
_3579() - Method in class de.caff.generics.tuple.Tuple9
 
_358() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 8th.
_358() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 8th.
_358() - Method in class de.caff.generics.tuple.NTuple8
 
_358() - Method in class de.caff.generics.tuple.NTuple9
 
_358() - Method in class de.caff.generics.tuple.Tuple8
 
_358() - Method in class de.caff.generics.tuple.Tuple9
 
_3589() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 3rd, 5th, 8th, 9th.
_3589() - Method in class de.caff.generics.tuple.NTuple9
 
_3589() - Method in class de.caff.generics.tuple.Tuple9
 
_359() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 9th.
_359() - Method in class de.caff.generics.tuple.NTuple9
 
_359() - Method in class de.caff.generics.tuple.Tuple9
 
_36() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 3rd, 6th.
_36() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 3rd, 6th.
_36() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 3rd, 6th.
_36() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 3rd, 6th.
_36() - Method in class de.caff.generics.tuple.NTuple6
 
_36() - Method in class de.caff.generics.tuple.NTuple7
 
_36() - Method in class de.caff.generics.tuple.NTuple8
 
_36() - Method in class de.caff.generics.tuple.NTuple9
 
_36() - Method in class de.caff.generics.tuple.Tuple6
 
_36() - Method in class de.caff.generics.tuple.Tuple7
 
_36() - Method in class de.caff.generics.tuple.Tuple8
 
_36() - Method in class de.caff.generics.tuple.Tuple9
 
_361() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 1st.
_361() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 1st.
_361() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 1st.
_361() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 1st.
_361() - Method in class de.caff.generics.tuple.NTuple6
 
_361() - Method in class de.caff.generics.tuple.NTuple7
 
_361() - Method in class de.caff.generics.tuple.NTuple8
 
_361() - Method in class de.caff.generics.tuple.NTuple9
 
_361() - Method in class de.caff.generics.tuple.Tuple6
 
_361() - Method in class de.caff.generics.tuple.Tuple7
 
_361() - Method in class de.caff.generics.tuple.Tuple8
 
_361() - Method in class de.caff.generics.tuple.Tuple9
 
_362() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 2nd.
_362() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 2nd.
_362() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 2nd.
_362() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 2nd.
_362() - Method in class de.caff.generics.tuple.NTuple6
 
_362() - Method in class de.caff.generics.tuple.NTuple7
 
_362() - Method in class de.caff.generics.tuple.NTuple8
 
_362() - Method in class de.caff.generics.tuple.NTuple9
 
_362() - Method in class de.caff.generics.tuple.Tuple6
 
_362() - Method in class de.caff.generics.tuple.Tuple7
 
_362() - Method in class de.caff.generics.tuple.Tuple8
 
_362() - Method in class de.caff.generics.tuple.Tuple9
 
_364() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 4th.
_364() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 4th.
_364() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 4th.
_364() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 4th.
_364() - Method in class de.caff.generics.tuple.NTuple6
 
_364() - Method in class de.caff.generics.tuple.NTuple7
 
_364() - Method in class de.caff.generics.tuple.NTuple8
 
_364() - Method in class de.caff.generics.tuple.NTuple9
 
_364() - Method in class de.caff.generics.tuple.Tuple6
 
_364() - Method in class de.caff.generics.tuple.Tuple7
 
_364() - Method in class de.caff.generics.tuple.Tuple8
 
_364() - Method in class de.caff.generics.tuple.Tuple9
 
_365() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 5th.
_365() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 5th.
_365() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 5th.
_365() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 5th.
_365() - Method in class de.caff.generics.tuple.NTuple6
 
_365() - Method in class de.caff.generics.tuple.NTuple7
 
_365() - Method in class de.caff.generics.tuple.NTuple8
 
_365() - Method in class de.caff.generics.tuple.NTuple9
 
_365() - Method in class de.caff.generics.tuple.Tuple6
 
_365() - Method in class de.caff.generics.tuple.Tuple7
 
_365() - Method in class de.caff.generics.tuple.Tuple8
 
_365() - Method in class de.caff.generics.tuple.Tuple9
 
_367() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 7th.
_367() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 7th.
_367() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 7th.
_367() - Method in class de.caff.generics.tuple.NTuple7
 
_367() - Method in class de.caff.generics.tuple.NTuple8
 
_367() - Method in class de.caff.generics.tuple.NTuple9
 
_367() - Method in class de.caff.generics.tuple.Tuple7
 
_367() - Method in class de.caff.generics.tuple.Tuple8
 
_367() - Method in class de.caff.generics.tuple.Tuple9
 
_3678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 3rd, 6th, 7th, 8th.
_3678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 3rd, 6th, 7th, 8th.
_3678() - Method in class de.caff.generics.tuple.NTuple8
 
_3678() - Method in class de.caff.generics.tuple.NTuple9
 
_3678() - Method in class de.caff.generics.tuple.Tuple8
 
_3678() - Method in class de.caff.generics.tuple.Tuple9
 
_36789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 3rd, 6th, 7th, 8th, 9th.
_36789() - Method in class de.caff.generics.tuple.NTuple9
 
_36789() - Method in class de.caff.generics.tuple.Tuple9
 
_3679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 3rd, 6th, 7th, 9th.
_3679() - Method in class de.caff.generics.tuple.NTuple9
 
_3679() - Method in class de.caff.generics.tuple.Tuple9
 
_368() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 8th.
_368() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 8th.
_368() - Method in class de.caff.generics.tuple.NTuple8
 
_368() - Method in class de.caff.generics.tuple.NTuple9
 
_368() - Method in class de.caff.generics.tuple.Tuple8
 
_368() - Method in class de.caff.generics.tuple.Tuple9
 
_3689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 3rd, 6th, 8th, 9th.
_3689() - Method in class de.caff.generics.tuple.NTuple9
 
_3689() - Method in class de.caff.generics.tuple.Tuple9
 
_369() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 9th.
_369() - Method in class de.caff.generics.tuple.NTuple9
 
_369() - Method in class de.caff.generics.tuple.Tuple9
 
_37() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 3rd, 7th.
_37() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 3rd, 7th.
_37() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 3rd, 7th.
_37() - Method in class de.caff.generics.tuple.NTuple7
 
_37() - Method in class de.caff.generics.tuple.NTuple8
 
_37() - Method in class de.caff.generics.tuple.NTuple9
 
_37() - Method in class de.caff.generics.tuple.Tuple7
 
_37() - Method in class de.caff.generics.tuple.Tuple8
 
_37() - Method in class de.caff.generics.tuple.Tuple9
 
_371() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 1st.
_371() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 1st.
_371() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 1st.
_371() - Method in class de.caff.generics.tuple.NTuple7
 
_371() - Method in class de.caff.generics.tuple.NTuple8
 
_371() - Method in class de.caff.generics.tuple.NTuple9
 
_371() - Method in class de.caff.generics.tuple.Tuple7
 
_371() - Method in class de.caff.generics.tuple.Tuple8
 
_371() - Method in class de.caff.generics.tuple.Tuple9
 
_372() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 2nd.
_372() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 2nd.
_372() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 2nd.
_372() - Method in class de.caff.generics.tuple.NTuple7
 
_372() - Method in class de.caff.generics.tuple.NTuple8
 
_372() - Method in class de.caff.generics.tuple.NTuple9
 
_372() - Method in class de.caff.generics.tuple.Tuple7
 
_372() - Method in class de.caff.generics.tuple.Tuple8
 
_372() - Method in class de.caff.generics.tuple.Tuple9
 
_374() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 4th.
_374() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 4th.
_374() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 4th.
_374() - Method in class de.caff.generics.tuple.NTuple7
 
_374() - Method in class de.caff.generics.tuple.NTuple8
 
_374() - Method in class de.caff.generics.tuple.NTuple9
 
_374() - Method in class de.caff.generics.tuple.Tuple7
 
_374() - Method in class de.caff.generics.tuple.Tuple8
 
_374() - Method in class de.caff.generics.tuple.Tuple9
 
_375() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 5th.
_375() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 5th.
_375() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 5th.
_375() - Method in class de.caff.generics.tuple.NTuple7
 
_375() - Method in class de.caff.generics.tuple.NTuple8
 
_375() - Method in class de.caff.generics.tuple.NTuple9
 
_375() - Method in class de.caff.generics.tuple.Tuple7
 
_375() - Method in class de.caff.generics.tuple.Tuple8
 
_375() - Method in class de.caff.generics.tuple.Tuple9
 
_376() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 6th.
_376() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 6th.
_376() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 6th.
_376() - Method in class de.caff.generics.tuple.NTuple7
 
_376() - Method in class de.caff.generics.tuple.NTuple8
 
_376() - Method in class de.caff.generics.tuple.NTuple9
 
_376() - Method in class de.caff.generics.tuple.Tuple7
 
_376() - Method in class de.caff.generics.tuple.Tuple8
 
_376() - Method in class de.caff.generics.tuple.Tuple9
 
_378() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 8th.
_378() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 8th.
_378() - Method in class de.caff.generics.tuple.NTuple8
 
_378() - Method in class de.caff.generics.tuple.NTuple9
 
_378() - Method in class de.caff.generics.tuple.Tuple8
 
_378() - Method in class de.caff.generics.tuple.Tuple9
 
_3789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 3rd, 7th, 8th, 9th.
_3789() - Method in class de.caff.generics.tuple.NTuple9
 
_3789() - Method in class de.caff.generics.tuple.Tuple9
 
_379() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 9th.
_379() - Method in class de.caff.generics.tuple.NTuple9
 
_379() - Method in class de.caff.generics.tuple.Tuple9
 
_38() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 3rd, 8th.
_38() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 3rd, 8th.
_38() - Method in class de.caff.generics.tuple.NTuple8
 
_38() - Method in class de.caff.generics.tuple.NTuple9
 
_38() - Method in class de.caff.generics.tuple.Tuple8
 
_38() - Method in class de.caff.generics.tuple.Tuple9
 
_381() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 1st.
_381() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 1st.
_381() - Method in class de.caff.generics.tuple.NTuple8
 
_381() - Method in class de.caff.generics.tuple.NTuple9
 
_381() - Method in class de.caff.generics.tuple.Tuple8
 
_381() - Method in class de.caff.generics.tuple.Tuple9
 
_382() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 2nd.
_382() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 2nd.
_382() - Method in class de.caff.generics.tuple.NTuple8
 
_382() - Method in class de.caff.generics.tuple.NTuple9
 
_382() - Method in class de.caff.generics.tuple.Tuple8
 
_382() - Method in class de.caff.generics.tuple.Tuple9
 
_384() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 4th.
_384() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 4th.
_384() - Method in class de.caff.generics.tuple.NTuple8
 
_384() - Method in class de.caff.generics.tuple.NTuple9
 
_384() - Method in class de.caff.generics.tuple.Tuple8
 
_384() - Method in class de.caff.generics.tuple.Tuple9
 
_385() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 5th.
_385() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 5th.
_385() - Method in class de.caff.generics.tuple.NTuple8
 
_385() - Method in class de.caff.generics.tuple.NTuple9
 
_385() - Method in class de.caff.generics.tuple.Tuple8
 
_385() - Method in class de.caff.generics.tuple.Tuple9
 
_386() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 6th.
_386() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 6th.
_386() - Method in class de.caff.generics.tuple.NTuple8
 
_386() - Method in class de.caff.generics.tuple.NTuple9
 
_386() - Method in class de.caff.generics.tuple.Tuple8
 
_386() - Method in class de.caff.generics.tuple.Tuple9
 
_387() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 7th.
_387() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 7th.
_387() - Method in class de.caff.generics.tuple.NTuple8
 
_387() - Method in class de.caff.generics.tuple.NTuple9
 
_387() - Method in class de.caff.generics.tuple.Tuple8
 
_387() - Method in class de.caff.generics.tuple.Tuple9
 
_389() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 9th.
_389() - Method in class de.caff.generics.tuple.NTuple9
 
_389() - Method in class de.caff.generics.tuple.Tuple9
 
_39() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 3rd, 9th.
_39() - Method in class de.caff.generics.tuple.NTuple9
 
_39() - Method in class de.caff.generics.tuple.Tuple9
 
_391() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 9th, 1st.
_391() - Method in class de.caff.generics.tuple.NTuple9
 
_391() - Method in class de.caff.generics.tuple.Tuple9
 
_392() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 9th, 2nd.
_392() - Method in class de.caff.generics.tuple.NTuple9
 
_392() - Method in class de.caff.generics.tuple.Tuple9
 
_394() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 9th, 4th.
_394() - Method in class de.caff.generics.tuple.NTuple9
 
_394() - Method in class de.caff.generics.tuple.Tuple9
 
_395() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 9th, 5th.
_395() - Method in class de.caff.generics.tuple.NTuple9
 
_395() - Method in class de.caff.generics.tuple.Tuple9
 
_396() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 9th, 6th.
_396() - Method in class de.caff.generics.tuple.NTuple9
 
_396() - Method in class de.caff.generics.tuple.Tuple9
 
_397() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 9th, 7th.
_397() - Method in class de.caff.generics.tuple.NTuple9
 
_397() - Method in class de.caff.generics.tuple.Tuple9
 
_398() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 3rd, 9th, 8th.
_398() - Method in class de.caff.generics.tuple.NTuple9
 
_398() - Method in class de.caff.generics.tuple.Tuple9
 
_4() - Method in interface de.caff.generics.tuple.ITuple4
Get the fourth element.
_4() - Method in interface de.caff.generics.tuple.ITuple5
Get the fourth element.
_4() - Method in interface de.caff.generics.tuple.ITuple6
Get the fourth element.
_4() - Method in interface de.caff.generics.tuple.ITuple7
Get the fourth element.
_4() - Method in interface de.caff.generics.tuple.ITuple8
Get the fourth element.
_4() - Method in interface de.caff.generics.tuple.ITuple9
Get the fourth element.
_4() - Method in class de.caff.generics.tuple.NTuple4
 
_4() - Method in class de.caff.generics.tuple.NTuple5
 
_4() - Method in class de.caff.generics.tuple.NTuple6
 
_4() - Method in class de.caff.generics.tuple.NTuple7
 
_4() - Method in class de.caff.generics.tuple.NTuple8
 
_4() - Method in class de.caff.generics.tuple.NTuple9
 
_4() - Method in class de.caff.generics.tuple.Tuple4
 
_4() - Method in class de.caff.generics.tuple.Tuple5
 
_4() - Method in class de.caff.generics.tuple.Tuple6
 
_4() - Method in class de.caff.generics.tuple.Tuple7
 
_4() - Method in class de.caff.generics.tuple.Tuple8
 
_4() - Method in class de.caff.generics.tuple.Tuple9
 
_41() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 2-tuple from this one where the elements are ordered: 4th, 1st.
_41() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 2-tuple from this one where the elements are ordered: 4th, 1st.
_41() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 4th, 1st.
_41() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 4th, 1st.
_41() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 4th, 1st.
_41() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 4th, 1st.
_41() - Method in class de.caff.generics.tuple.NTuple4
 
_41() - Method in class de.caff.generics.tuple.NTuple5
 
_41() - Method in class de.caff.generics.tuple.NTuple6
 
_41() - Method in class de.caff.generics.tuple.NTuple7
 
_41() - Method in class de.caff.generics.tuple.NTuple8
 
_41() - Method in class de.caff.generics.tuple.NTuple9
 
_41() - Method in class de.caff.generics.tuple.Tuple4
 
_41() - Method in class de.caff.generics.tuple.Tuple5
 
_41() - Method in class de.caff.generics.tuple.Tuple6
 
_41() - Method in class de.caff.generics.tuple.Tuple7
 
_41() - Method in class de.caff.generics.tuple.Tuple8
 
_41() - Method in class de.caff.generics.tuple.Tuple9
 
_412() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 2nd.
_412() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 2nd.
_412() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 2nd.
_412() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 2nd.
_412() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 2nd.
_412() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 2nd.
_412() - Method in class de.caff.generics.tuple.NTuple4
 
_412() - Method in class de.caff.generics.tuple.NTuple5
 
_412() - Method in class de.caff.generics.tuple.NTuple6
 
_412() - Method in class de.caff.generics.tuple.NTuple7
 
_412() - Method in class de.caff.generics.tuple.NTuple8
 
_412() - Method in class de.caff.generics.tuple.NTuple9
 
_412() - Method in class de.caff.generics.tuple.Tuple4
 
_412() - Method in class de.caff.generics.tuple.Tuple5
 
_412() - Method in class de.caff.generics.tuple.Tuple6
 
_412() - Method in class de.caff.generics.tuple.Tuple7
 
_412() - Method in class de.caff.generics.tuple.Tuple8
 
_412() - Method in class de.caff.generics.tuple.Tuple9
 
_4123() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 4th, 1st, 2nd, 3rd.
_4123() - Method in class de.caff.generics.tuple.NTuple4
 
_4123() - Method in class de.caff.generics.tuple.Tuple4
 
_41235() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 1st, 2nd, 3rd, 5th.
_41235() - Method in class de.caff.generics.tuple.NTuple5
 
_41235() - Method in class de.caff.generics.tuple.Tuple5
 
_41253() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 1st, 2nd, 5th, 3rd.
_41253() - Method in class de.caff.generics.tuple.NTuple5
 
_41253() - Method in class de.caff.generics.tuple.Tuple5
 
_413() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 3rd.
_413() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 3rd.
_413() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 3rd.
_413() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 3rd.
_413() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 3rd.
_413() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 3rd.
_413() - Method in class de.caff.generics.tuple.NTuple4
 
_413() - Method in class de.caff.generics.tuple.NTuple5
 
_413() - Method in class de.caff.generics.tuple.NTuple6
 
_413() - Method in class de.caff.generics.tuple.NTuple7
 
_413() - Method in class de.caff.generics.tuple.NTuple8
 
_413() - Method in class de.caff.generics.tuple.NTuple9
 
_413() - Method in class de.caff.generics.tuple.Tuple4
 
_413() - Method in class de.caff.generics.tuple.Tuple5
 
_413() - Method in class de.caff.generics.tuple.Tuple6
 
_413() - Method in class de.caff.generics.tuple.Tuple7
 
_413() - Method in class de.caff.generics.tuple.Tuple8
 
_413() - Method in class de.caff.generics.tuple.Tuple9
 
_4132() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 4th, 1st, 3rd, 2nd.
_4132() - Method in class de.caff.generics.tuple.NTuple4
 
_4132() - Method in class de.caff.generics.tuple.Tuple4
 
_41325() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 1st, 3rd, 2nd, 5th.
_41325() - Method in class de.caff.generics.tuple.NTuple5
 
_41325() - Method in class de.caff.generics.tuple.Tuple5
 
_41352() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 1st, 3rd, 5th, 2nd.
_41352() - Method in class de.caff.generics.tuple.NTuple5
 
_41352() - Method in class de.caff.generics.tuple.Tuple5
 
_415() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 5th.
_415() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 5th.
_415() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 5th.
_415() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 5th.
_415() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 5th.
_415() - Method in class de.caff.generics.tuple.NTuple5
 
_415() - Method in class de.caff.generics.tuple.NTuple6
 
_415() - Method in class de.caff.generics.tuple.NTuple7
 
_415() - Method in class de.caff.generics.tuple.NTuple8
 
_415() - Method in class de.caff.generics.tuple.NTuple9
 
_415() - Method in class de.caff.generics.tuple.Tuple5
 
_415() - Method in class de.caff.generics.tuple.Tuple6
 
_415() - Method in class de.caff.generics.tuple.Tuple7
 
_415() - Method in class de.caff.generics.tuple.Tuple8
 
_415() - Method in class de.caff.generics.tuple.Tuple9
 
_41523() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 1st, 5th, 2nd, 3rd.
_41523() - Method in class de.caff.generics.tuple.NTuple5
 
_41523() - Method in class de.caff.generics.tuple.Tuple5
 
_41532() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 1st, 5th, 3rd, 2nd.
_41532() - Method in class de.caff.generics.tuple.NTuple5
 
_41532() - Method in class de.caff.generics.tuple.Tuple5
 
_416() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 6th.
_416() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 6th.
_416() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 6th.
_416() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 6th.
_416() - Method in class de.caff.generics.tuple.NTuple6
 
_416() - Method in class de.caff.generics.tuple.NTuple7
 
_416() - Method in class de.caff.generics.tuple.NTuple8
 
_416() - Method in class de.caff.generics.tuple.NTuple9
 
_416() - Method in class de.caff.generics.tuple.Tuple6
 
_416() - Method in class de.caff.generics.tuple.Tuple7
 
_416() - Method in class de.caff.generics.tuple.Tuple8
 
_416() - Method in class de.caff.generics.tuple.Tuple9
 
_417() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 7th.
_417() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 7th.
_417() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 7th.
_417() - Method in class de.caff.generics.tuple.NTuple7
 
_417() - Method in class de.caff.generics.tuple.NTuple8
 
_417() - Method in class de.caff.generics.tuple.NTuple9
 
_417() - Method in class de.caff.generics.tuple.Tuple7
 
_417() - Method in class de.caff.generics.tuple.Tuple8
 
_417() - Method in class de.caff.generics.tuple.Tuple9
 
_418() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 8th.
_418() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 8th.
_418() - Method in class de.caff.generics.tuple.NTuple8
 
_418() - Method in class de.caff.generics.tuple.NTuple9
 
_418() - Method in class de.caff.generics.tuple.Tuple8
 
_418() - Method in class de.caff.generics.tuple.Tuple9
 
_419() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 9th.
_419() - Method in class de.caff.generics.tuple.NTuple9
 
_419() - Method in class de.caff.generics.tuple.Tuple9
 
_42() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 2-tuple from this one where the elements are ordered: 4th, 2nd.
_42() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 2-tuple from this one where the elements are ordered: 4th, 2nd.
_42() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 4th, 2nd.
_42() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 4th, 2nd.
_42() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 4th, 2nd.
_42() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 4th, 2nd.
_42() - Method in class de.caff.generics.tuple.NTuple4
 
_42() - Method in class de.caff.generics.tuple.NTuple5
 
_42() - Method in class de.caff.generics.tuple.NTuple6
 
_42() - Method in class de.caff.generics.tuple.NTuple7
 
_42() - Method in class de.caff.generics.tuple.NTuple8
 
_42() - Method in class de.caff.generics.tuple.NTuple9
 
_42() - Method in class de.caff.generics.tuple.Tuple4
 
_42() - Method in class de.caff.generics.tuple.Tuple5
 
_42() - Method in class de.caff.generics.tuple.Tuple6
 
_42() - Method in class de.caff.generics.tuple.Tuple7
 
_42() - Method in class de.caff.generics.tuple.Tuple8
 
_42() - Method in class de.caff.generics.tuple.Tuple9
 
_421() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 1st.
_421() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 1st.
_421() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 1st.
_421() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 1st.
_421() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 1st.
_421() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 1st.
_421() - Method in class de.caff.generics.tuple.NTuple4
 
_421() - Method in class de.caff.generics.tuple.NTuple5
 
_421() - Method in class de.caff.generics.tuple.NTuple6
 
_421() - Method in class de.caff.generics.tuple.NTuple7
 
_421() - Method in class de.caff.generics.tuple.NTuple8
 
_421() - Method in class de.caff.generics.tuple.NTuple9
 
_421() - Method in class de.caff.generics.tuple.Tuple4
 
_421() - Method in class de.caff.generics.tuple.Tuple5
 
_421() - Method in class de.caff.generics.tuple.Tuple6
 
_421() - Method in class de.caff.generics.tuple.Tuple7
 
_421() - Method in class de.caff.generics.tuple.Tuple8
 
_421() - Method in class de.caff.generics.tuple.Tuple9
 
_4213() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 4th, 2nd, 1st, 3rd.
_4213() - Method in class de.caff.generics.tuple.NTuple4
 
_4213() - Method in class de.caff.generics.tuple.Tuple4
 
_42135() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 2nd, 1st, 3rd, 5th.
_42135() - Method in class de.caff.generics.tuple.NTuple5
 
_42135() - Method in class de.caff.generics.tuple.Tuple5
 
_42153() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 2nd, 1st, 5th, 3rd.
_42153() - Method in class de.caff.generics.tuple.NTuple5
 
_42153() - Method in class de.caff.generics.tuple.Tuple5
 
_423() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 3rd.
_423() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 3rd.
_423() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 3rd.
_423() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 3rd.
_423() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 3rd.
_423() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 3rd.
_423() - Method in class de.caff.generics.tuple.NTuple4
 
_423() - Method in class de.caff.generics.tuple.NTuple5
 
_423() - Method in class de.caff.generics.tuple.NTuple6
 
_423() - Method in class de.caff.generics.tuple.NTuple7
 
_423() - Method in class de.caff.generics.tuple.NTuple8
 
_423() - Method in class de.caff.generics.tuple.NTuple9
 
_423() - Method in class de.caff.generics.tuple.Tuple4
 
_423() - Method in class de.caff.generics.tuple.Tuple5
 
_423() - Method in class de.caff.generics.tuple.Tuple6
 
_423() - Method in class de.caff.generics.tuple.Tuple7
 
_423() - Method in class de.caff.generics.tuple.Tuple8
 
_423() - Method in class de.caff.generics.tuple.Tuple9
 
_4231() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 4th, 2nd, 3rd, 1st.
_4231() - Method in class de.caff.generics.tuple.NTuple4
 
_4231() - Method in class de.caff.generics.tuple.Tuple4
 
_42315() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 2nd, 3rd, 1st, 5th.
_42315() - Method in class de.caff.generics.tuple.NTuple5
 
_42315() - Method in class de.caff.generics.tuple.Tuple5
 
_42351() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 2nd, 3rd, 5th, 1st.
_42351() - Method in class de.caff.generics.tuple.NTuple5
 
_42351() - Method in class de.caff.generics.tuple.Tuple5
 
_425() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 5th.
_425() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 5th.
_425() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 5th.
_425() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 5th.
_425() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 5th.
_425() - Method in class de.caff.generics.tuple.NTuple5
 
_425() - Method in class de.caff.generics.tuple.NTuple6
 
_425() - Method in class de.caff.generics.tuple.NTuple7
 
_425() - Method in class de.caff.generics.tuple.NTuple8
 
_425() - Method in class de.caff.generics.tuple.NTuple9
 
_425() - Method in class de.caff.generics.tuple.Tuple5
 
_425() - Method in class de.caff.generics.tuple.Tuple6
 
_425() - Method in class de.caff.generics.tuple.Tuple7
 
_425() - Method in class de.caff.generics.tuple.Tuple8
 
_425() - Method in class de.caff.generics.tuple.Tuple9
 
_42513() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 2nd, 5th, 1st, 3rd.
_42513() - Method in class de.caff.generics.tuple.NTuple5
 
_42513() - Method in class de.caff.generics.tuple.Tuple5
 
_42531() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 2nd, 5th, 3rd, 1st.
_42531() - Method in class de.caff.generics.tuple.NTuple5
 
_42531() - Method in class de.caff.generics.tuple.Tuple5
 
_426() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 6th.
_426() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 6th.
_426() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 6th.
_426() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 6th.
_426() - Method in class de.caff.generics.tuple.NTuple6
 
_426() - Method in class de.caff.generics.tuple.NTuple7
 
_426() - Method in class de.caff.generics.tuple.NTuple8
 
_426() - Method in class de.caff.generics.tuple.NTuple9
 
_426() - Method in class de.caff.generics.tuple.Tuple6
 
_426() - Method in class de.caff.generics.tuple.Tuple7
 
_426() - Method in class de.caff.generics.tuple.Tuple8
 
_426() - Method in class de.caff.generics.tuple.Tuple9
 
_427() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 7th.
_427() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 7th.
_427() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 7th.
_427() - Method in class de.caff.generics.tuple.NTuple7
 
_427() - Method in class de.caff.generics.tuple.NTuple8
 
_427() - Method in class de.caff.generics.tuple.NTuple9
 
_427() - Method in class de.caff.generics.tuple.Tuple7
 
_427() - Method in class de.caff.generics.tuple.Tuple8
 
_427() - Method in class de.caff.generics.tuple.Tuple9
 
_428() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 8th.
_428() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 8th.
_428() - Method in class de.caff.generics.tuple.NTuple8
 
_428() - Method in class de.caff.generics.tuple.NTuple9
 
_428() - Method in class de.caff.generics.tuple.Tuple8
 
_428() - Method in class de.caff.generics.tuple.Tuple9
 
_429() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 9th.
_429() - Method in class de.caff.generics.tuple.NTuple9
 
_429() - Method in class de.caff.generics.tuple.Tuple9
 
_43() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 2-tuple from this one where the elements are ordered: 4th, 3rd.
_43() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 2-tuple from this one where the elements are ordered: 4th, 3rd.
_43() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 4th, 3rd.
_43() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 4th, 3rd.
_43() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 4th, 3rd.
_43() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 4th, 3rd.
_43() - Method in class de.caff.generics.tuple.NTuple4
 
_43() - Method in class de.caff.generics.tuple.NTuple5
 
_43() - Method in class de.caff.generics.tuple.NTuple6
 
_43() - Method in class de.caff.generics.tuple.NTuple7
 
_43() - Method in class de.caff.generics.tuple.NTuple8
 
_43() - Method in class de.caff.generics.tuple.NTuple9
 
_43() - Method in class de.caff.generics.tuple.Tuple4
 
_43() - Method in class de.caff.generics.tuple.Tuple5
 
_43() - Method in class de.caff.generics.tuple.Tuple6
 
_43() - Method in class de.caff.generics.tuple.Tuple7
 
_43() - Method in class de.caff.generics.tuple.Tuple8
 
_43() - Method in class de.caff.generics.tuple.Tuple9
 
_431() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 1st.
_431() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 1st.
_431() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 1st.
_431() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 1st.
_431() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 1st.
_431() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 1st.
_431() - Method in class de.caff.generics.tuple.NTuple4
 
_431() - Method in class de.caff.generics.tuple.NTuple5
 
_431() - Method in class de.caff.generics.tuple.NTuple6
 
_431() - Method in class de.caff.generics.tuple.NTuple7
 
_431() - Method in class de.caff.generics.tuple.NTuple8
 
_431() - Method in class de.caff.generics.tuple.NTuple9
 
_431() - Method in class de.caff.generics.tuple.Tuple4
 
_431() - Method in class de.caff.generics.tuple.Tuple5
 
_431() - Method in class de.caff.generics.tuple.Tuple6
 
_431() - Method in class de.caff.generics.tuple.Tuple7
 
_431() - Method in class de.caff.generics.tuple.Tuple8
 
_431() - Method in class de.caff.generics.tuple.Tuple9
 
_4312() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 4th, 3rd, 1st, 2nd.
_4312() - Method in class de.caff.generics.tuple.NTuple4
 
_4312() - Method in class de.caff.generics.tuple.Tuple4
 
_43125() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 3rd, 1st, 2nd, 5th.
_43125() - Method in class de.caff.generics.tuple.NTuple5
 
_43125() - Method in class de.caff.generics.tuple.Tuple5
 
_43152() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 3rd, 1st, 5th, 2nd.
_43152() - Method in class de.caff.generics.tuple.NTuple5
 
_43152() - Method in class de.caff.generics.tuple.Tuple5
 
_432() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 2nd.
_432() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 2nd.
_432() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 2nd.
_432() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 2nd.
_432() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 2nd.
_432() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 2nd.
_432() - Method in class de.caff.generics.tuple.NTuple4
 
_432() - Method in class de.caff.generics.tuple.NTuple5
 
_432() - Method in class de.caff.generics.tuple.NTuple6
 
_432() - Method in class de.caff.generics.tuple.NTuple7
 
_432() - Method in class de.caff.generics.tuple.NTuple8
 
_432() - Method in class de.caff.generics.tuple.NTuple9
 
_432() - Method in class de.caff.generics.tuple.Tuple4
 
_432() - Method in class de.caff.generics.tuple.Tuple5
 
_432() - Method in class de.caff.generics.tuple.Tuple6
 
_432() - Method in class de.caff.generics.tuple.Tuple7
 
_432() - Method in class de.caff.generics.tuple.Tuple8
 
_432() - Method in class de.caff.generics.tuple.Tuple9
 
_4321() - Method in interface de.caff.generics.tuple.ITuple4
Create a new 4-tuple from this one where the elements are ordered: 4th, 3rd, 2nd, 1st.
_4321() - Method in class de.caff.generics.tuple.NTuple4
 
_4321() - Method in class de.caff.generics.tuple.Tuple4
 
_43215() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 3rd, 2nd, 1st, 5th.
_43215() - Method in class de.caff.generics.tuple.NTuple5
 
_43215() - Method in class de.caff.generics.tuple.Tuple5
 
_43251() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 3rd, 2nd, 5th, 1st.
_43251() - Method in class de.caff.generics.tuple.NTuple5
 
_43251() - Method in class de.caff.generics.tuple.Tuple5
 
_435() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 5th.
_435() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 5th.
_435() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 5th.
_435() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 5th.
_435() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 5th.
_435() - Method in class de.caff.generics.tuple.NTuple5
 
_435() - Method in class de.caff.generics.tuple.NTuple6
 
_435() - Method in class de.caff.generics.tuple.NTuple7
 
_435() - Method in class de.caff.generics.tuple.NTuple8
 
_435() - Method in class de.caff.generics.tuple.NTuple9
 
_435() - Method in class de.caff.generics.tuple.Tuple5
 
_435() - Method in class de.caff.generics.tuple.Tuple6
 
_435() - Method in class de.caff.generics.tuple.Tuple7
 
_435() - Method in class de.caff.generics.tuple.Tuple8
 
_435() - Method in class de.caff.generics.tuple.Tuple9
 
_43512() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 3rd, 5th, 1st, 2nd.
_43512() - Method in class de.caff.generics.tuple.NTuple5
 
_43512() - Method in class de.caff.generics.tuple.Tuple5
 
_43521() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 3rd, 5th, 2nd, 1st.
_43521() - Method in class de.caff.generics.tuple.NTuple5
 
_43521() - Method in class de.caff.generics.tuple.Tuple5
 
_436() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 6th.
_436() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 6th.
_436() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 6th.
_436() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 6th.
_436() - Method in class de.caff.generics.tuple.NTuple6
 
_436() - Method in class de.caff.generics.tuple.NTuple7
 
_436() - Method in class de.caff.generics.tuple.NTuple8
 
_436() - Method in class de.caff.generics.tuple.NTuple9
 
_436() - Method in class de.caff.generics.tuple.Tuple6
 
_436() - Method in class de.caff.generics.tuple.Tuple7
 
_436() - Method in class de.caff.generics.tuple.Tuple8
 
_436() - Method in class de.caff.generics.tuple.Tuple9
 
_437() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 7th.
_437() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 7th.
_437() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 7th.
_437() - Method in class de.caff.generics.tuple.NTuple7
 
_437() - Method in class de.caff.generics.tuple.NTuple8
 
_437() - Method in class de.caff.generics.tuple.NTuple9
 
_437() - Method in class de.caff.generics.tuple.Tuple7
 
_437() - Method in class de.caff.generics.tuple.Tuple8
 
_437() - Method in class de.caff.generics.tuple.Tuple9
 
_438() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 8th.
_438() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 8th.
_438() - Method in class de.caff.generics.tuple.NTuple8
 
_438() - Method in class de.caff.generics.tuple.NTuple9
 
_438() - Method in class de.caff.generics.tuple.Tuple8
 
_438() - Method in class de.caff.generics.tuple.Tuple9
 
_439() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 9th.
_439() - Method in class de.caff.generics.tuple.NTuple9
 
_439() - Method in class de.caff.generics.tuple.Tuple9
 
_45() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 2-tuple from this one where the elements are ordered: 4th, 5th.
_45() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 4th, 5th.
_45() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 4th, 5th.
_45() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 4th, 5th.
_45() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 4th, 5th.
_45() - Method in class de.caff.generics.tuple.NTuple5
 
_45() - Method in class de.caff.generics.tuple.NTuple6
 
_45() - Method in class de.caff.generics.tuple.NTuple7
 
_45() - Method in class de.caff.generics.tuple.NTuple8
 
_45() - Method in class de.caff.generics.tuple.NTuple9
 
_45() - Method in class de.caff.generics.tuple.Tuple5
 
_45() - Method in class de.caff.generics.tuple.Tuple6
 
_45() - Method in class de.caff.generics.tuple.Tuple7
 
_45() - Method in class de.caff.generics.tuple.Tuple8
 
_45() - Method in class de.caff.generics.tuple.Tuple9
 
_451() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 1st.
_451() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 1st.
_451() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 1st.
_451() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 1st.
_451() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 1st.
_451() - Method in class de.caff.generics.tuple.NTuple5
 
_451() - Method in class de.caff.generics.tuple.NTuple6
 
_451() - Method in class de.caff.generics.tuple.NTuple7
 
_451() - Method in class de.caff.generics.tuple.NTuple8
 
_451() - Method in class de.caff.generics.tuple.NTuple9
 
_451() - Method in class de.caff.generics.tuple.Tuple5
 
_451() - Method in class de.caff.generics.tuple.Tuple6
 
_451() - Method in class de.caff.generics.tuple.Tuple7
 
_451() - Method in class de.caff.generics.tuple.Tuple8
 
_451() - Method in class de.caff.generics.tuple.Tuple9
 
_45123() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 1st, 2nd, 3rd.
_45123() - Method in class de.caff.generics.tuple.NTuple5
 
_45123() - Method in class de.caff.generics.tuple.Tuple5
 
_45132() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 1st, 3rd, 2nd.
_45132() - Method in class de.caff.generics.tuple.NTuple5
 
_45132() - Method in class de.caff.generics.tuple.Tuple5
 
_452() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 2nd.
_452() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 2nd.
_452() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 2nd.
_452() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 2nd.
_452() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 2nd.
_452() - Method in class de.caff.generics.tuple.NTuple5
 
_452() - Method in class de.caff.generics.tuple.NTuple6
 
_452() - Method in class de.caff.generics.tuple.NTuple7
 
_452() - Method in class de.caff.generics.tuple.NTuple8
 
_452() - Method in class de.caff.generics.tuple.NTuple9
 
_452() - Method in class de.caff.generics.tuple.Tuple5
 
_452() - Method in class de.caff.generics.tuple.Tuple6
 
_452() - Method in class de.caff.generics.tuple.Tuple7
 
_452() - Method in class de.caff.generics.tuple.Tuple8
 
_452() - Method in class de.caff.generics.tuple.Tuple9
 
_45213() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 2nd, 1st, 3rd.
_45213() - Method in class de.caff.generics.tuple.NTuple5
 
_45213() - Method in class de.caff.generics.tuple.Tuple5
 
_45231() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 2nd, 3rd, 1st.
_45231() - Method in class de.caff.generics.tuple.NTuple5
 
_45231() - Method in class de.caff.generics.tuple.Tuple5
 
_453() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 3rd.
_453() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 3rd.
_453() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 3rd.
_453() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 3rd.
_453() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 3rd.
_453() - Method in class de.caff.generics.tuple.NTuple5
 
_453() - Method in class de.caff.generics.tuple.NTuple6
 
_453() - Method in class de.caff.generics.tuple.NTuple7
 
_453() - Method in class de.caff.generics.tuple.NTuple8
 
_453() - Method in class de.caff.generics.tuple.NTuple9
 
_453() - Method in class de.caff.generics.tuple.Tuple5
 
_453() - Method in class de.caff.generics.tuple.Tuple6
 
_453() - Method in class de.caff.generics.tuple.Tuple7
 
_453() - Method in class de.caff.generics.tuple.Tuple8
 
_453() - Method in class de.caff.generics.tuple.Tuple9
 
_45312() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 3rd, 1st, 2nd.
_45312() - Method in class de.caff.generics.tuple.NTuple5
 
_45312() - Method in class de.caff.generics.tuple.Tuple5
 
_45321() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 3rd, 2nd, 1st.
_45321() - Method in class de.caff.generics.tuple.NTuple5
 
_45321() - Method in class de.caff.generics.tuple.Tuple5
 
_456() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 6th.
_456() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 6th.
_456() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 6th.
_456() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 6th.
_456() - Method in class de.caff.generics.tuple.NTuple6
 
_456() - Method in class de.caff.generics.tuple.NTuple7
 
_456() - Method in class de.caff.generics.tuple.NTuple8
 
_456() - Method in class de.caff.generics.tuple.NTuple9
 
_456() - Method in class de.caff.generics.tuple.Tuple6
 
_456() - Method in class de.caff.generics.tuple.Tuple7
 
_456() - Method in class de.caff.generics.tuple.Tuple8
 
_456() - Method in class de.caff.generics.tuple.Tuple9
 
_4567() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 4-tuple from this one where the elements are ordered: 4th, 5th, 6th, 7th.
_4567() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 4th, 5th, 6th, 7th.
_4567() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 4th, 5th, 6th, 7th.
_4567() - Method in class de.caff.generics.tuple.NTuple7
 
_4567() - Method in class de.caff.generics.tuple.NTuple8
 
_4567() - Method in class de.caff.generics.tuple.NTuple9
 
_4567() - Method in class de.caff.generics.tuple.Tuple7
 
_4567() - Method in class de.caff.generics.tuple.Tuple8
 
_4567() - Method in class de.caff.generics.tuple.Tuple9
 
_45678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 6th, 7th, 8th.
_45678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 6th, 7th, 8th.
_45678() - Method in class de.caff.generics.tuple.NTuple8
 
_45678() - Method in class de.caff.generics.tuple.NTuple9
 
_45678() - Method in class de.caff.generics.tuple.Tuple8
 
_45678() - Method in class de.caff.generics.tuple.Tuple9
 
_456789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 6-tuple from this one where the elements are ordered: 4th, 5th, 6th, 7th, 8th, 9th.
_456789() - Method in class de.caff.generics.tuple.NTuple9
 
_456789() - Method in class de.caff.generics.tuple.Tuple9
 
_45679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 6th, 7th, 9th.
_45679() - Method in class de.caff.generics.tuple.NTuple9
 
_45679() - Method in class de.caff.generics.tuple.Tuple9
 
_4568() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 4th, 5th, 6th, 8th.
_4568() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 4th, 5th, 6th, 8th.
_4568() - Method in class de.caff.generics.tuple.NTuple8
 
_4568() - Method in class de.caff.generics.tuple.NTuple9
 
_4568() - Method in class de.caff.generics.tuple.Tuple8
 
_4568() - Method in class de.caff.generics.tuple.Tuple9
 
_45689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 6th, 8th, 9th.
_45689() - Method in class de.caff.generics.tuple.NTuple9
 
_45689() - Method in class de.caff.generics.tuple.Tuple9
 
_4569() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 4th, 5th, 6th, 9th.
_4569() - Method in class de.caff.generics.tuple.NTuple9
 
_4569() - Method in class de.caff.generics.tuple.Tuple9
 
_457() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 7th.
_457() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 7th.
_457() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 7th.
_457() - Method in class de.caff.generics.tuple.NTuple7
 
_457() - Method in class de.caff.generics.tuple.NTuple8
 
_457() - Method in class de.caff.generics.tuple.NTuple9
 
_457() - Method in class de.caff.generics.tuple.Tuple7
 
_457() - Method in class de.caff.generics.tuple.Tuple8
 
_457() - Method in class de.caff.generics.tuple.Tuple9
 
_4578() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 4th, 5th, 7th, 8th.
_4578() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 4th, 5th, 7th, 8th.
_4578() - Method in class de.caff.generics.tuple.NTuple8
 
_4578() - Method in class de.caff.generics.tuple.NTuple9
 
_4578() - Method in class de.caff.generics.tuple.Tuple8
 
_4578() - Method in class de.caff.generics.tuple.Tuple9
 
_45789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 7th, 8th, 9th.
_45789() - Method in class de.caff.generics.tuple.NTuple9
 
_45789() - Method in class de.caff.generics.tuple.Tuple9
 
_4579() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 4th, 5th, 7th, 9th.
_4579() - Method in class de.caff.generics.tuple.NTuple9
 
_4579() - Method in class de.caff.generics.tuple.Tuple9
 
_458() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 8th.
_458() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 8th.
_458() - Method in class de.caff.generics.tuple.NTuple8
 
_458() - Method in class de.caff.generics.tuple.NTuple9
 
_458() - Method in class de.caff.generics.tuple.Tuple8
 
_458() - Method in class de.caff.generics.tuple.Tuple9
 
_4589() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 4th, 5th, 8th, 9th.
_4589() - Method in class de.caff.generics.tuple.NTuple9
 
_4589() - Method in class de.caff.generics.tuple.Tuple9
 
_459() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 9th.
_459() - Method in class de.caff.generics.tuple.NTuple9
 
_459() - Method in class de.caff.generics.tuple.Tuple9
 
_46() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 4th, 6th.
_46() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 4th, 6th.
_46() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 4th, 6th.
_46() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 4th, 6th.
_46() - Method in class de.caff.generics.tuple.NTuple6
 
_46() - Method in class de.caff.generics.tuple.NTuple7
 
_46() - Method in class de.caff.generics.tuple.NTuple8
 
_46() - Method in class de.caff.generics.tuple.NTuple9
 
_46() - Method in class de.caff.generics.tuple.Tuple6
 
_46() - Method in class de.caff.generics.tuple.Tuple7
 
_46() - Method in class de.caff.generics.tuple.Tuple8
 
_46() - Method in class de.caff.generics.tuple.Tuple9
 
_461() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 1st.
_461() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 1st.
_461() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 1st.
_461() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 1st.
_461() - Method in class de.caff.generics.tuple.NTuple6
 
_461() - Method in class de.caff.generics.tuple.NTuple7
 
_461() - Method in class de.caff.generics.tuple.NTuple8
 
_461() - Method in class de.caff.generics.tuple.NTuple9
 
_461() - Method in class de.caff.generics.tuple.Tuple6
 
_461() - Method in class de.caff.generics.tuple.Tuple7
 
_461() - Method in class de.caff.generics.tuple.Tuple8
 
_461() - Method in class de.caff.generics.tuple.Tuple9
 
_462() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 2nd.
_462() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 2nd.
_462() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 2nd.
_462() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 2nd.
_462() - Method in class de.caff.generics.tuple.NTuple6
 
_462() - Method in class de.caff.generics.tuple.NTuple7
 
_462() - Method in class de.caff.generics.tuple.NTuple8
 
_462() - Method in class de.caff.generics.tuple.NTuple9
 
_462() - Method in class de.caff.generics.tuple.Tuple6
 
_462() - Method in class de.caff.generics.tuple.Tuple7
 
_462() - Method in class de.caff.generics.tuple.Tuple8
 
_462() - Method in class de.caff.generics.tuple.Tuple9
 
_463() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 3rd.
_463() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 3rd.
_463() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 3rd.
_463() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 3rd.
_463() - Method in class de.caff.generics.tuple.NTuple6
 
_463() - Method in class de.caff.generics.tuple.NTuple7
 
_463() - Method in class de.caff.generics.tuple.NTuple8
 
_463() - Method in class de.caff.generics.tuple.NTuple9
 
_463() - Method in class de.caff.generics.tuple.Tuple6
 
_463() - Method in class de.caff.generics.tuple.Tuple7
 
_463() - Method in class de.caff.generics.tuple.Tuple8
 
_463() - Method in class de.caff.generics.tuple.Tuple9
 
_465() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 5th.
_465() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 5th.
_465() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 5th.
_465() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 5th.
_465() - Method in class de.caff.generics.tuple.NTuple6
 
_465() - Method in class de.caff.generics.tuple.NTuple7
 
_465() - Method in class de.caff.generics.tuple.NTuple8
 
_465() - Method in class de.caff.generics.tuple.NTuple9
 
_465() - Method in class de.caff.generics.tuple.Tuple6
 
_465() - Method in class de.caff.generics.tuple.Tuple7
 
_465() - Method in class de.caff.generics.tuple.Tuple8
 
_465() - Method in class de.caff.generics.tuple.Tuple9
 
_467() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 7th.
_467() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 7th.
_467() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 7th.
_467() - Method in class de.caff.generics.tuple.NTuple7
 
_467() - Method in class de.caff.generics.tuple.NTuple8
 
_467() - Method in class de.caff.generics.tuple.NTuple9
 
_467() - Method in class de.caff.generics.tuple.Tuple7
 
_467() - Method in class de.caff.generics.tuple.Tuple8
 
_467() - Method in class de.caff.generics.tuple.Tuple9
 
_4678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 4th, 6th, 7th, 8th.
_4678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 4th, 6th, 7th, 8th.
_4678() - Method in class de.caff.generics.tuple.NTuple8
 
_4678() - Method in class de.caff.generics.tuple.NTuple9
 
_4678() - Method in class de.caff.generics.tuple.Tuple8
 
_4678() - Method in class de.caff.generics.tuple.Tuple9
 
_46789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 4th, 6th, 7th, 8th, 9th.
_46789() - Method in class de.caff.generics.tuple.NTuple9
 
_46789() - Method in class de.caff.generics.tuple.Tuple9
 
_4679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 4th, 6th, 7th, 9th.
_4679() - Method in class de.caff.generics.tuple.NTuple9
 
_4679() - Method in class de.caff.generics.tuple.Tuple9
 
_468() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 8th.
_468() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 8th.
_468() - Method in class de.caff.generics.tuple.NTuple8
 
_468() - Method in class de.caff.generics.tuple.NTuple9
 
_468() - Method in class de.caff.generics.tuple.Tuple8
 
_468() - Method in class de.caff.generics.tuple.Tuple9
 
_4689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 4th, 6th, 8th, 9th.
_4689() - Method in class de.caff.generics.tuple.NTuple9
 
_4689() - Method in class de.caff.generics.tuple.Tuple9
 
_469() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 9th.
_469() - Method in class de.caff.generics.tuple.NTuple9
 
_469() - Method in class de.caff.generics.tuple.Tuple9
 
_47() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 4th, 7th.
_47() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 4th, 7th.
_47() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 4th, 7th.
_47() - Method in class de.caff.generics.tuple.NTuple7
 
_47() - Method in class de.caff.generics.tuple.NTuple8
 
_47() - Method in class de.caff.generics.tuple.NTuple9
 
_47() - Method in class de.caff.generics.tuple.Tuple7
 
_47() - Method in class de.caff.generics.tuple.Tuple8
 
_47() - Method in class de.caff.generics.tuple.Tuple9
 
_471() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 1st.
_471() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 1st.
_471() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 1st.
_471() - Method in class de.caff.generics.tuple.NTuple7
 
_471() - Method in class de.caff.generics.tuple.NTuple8
 
_471() - Method in class de.caff.generics.tuple.NTuple9
 
_471() - Method in class de.caff.generics.tuple.Tuple7
 
_471() - Method in class de.caff.generics.tuple.Tuple8
 
_471() - Method in class de.caff.generics.tuple.Tuple9
 
_472() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 2nd.
_472() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 2nd.
_472() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 2nd.
_472() - Method in class de.caff.generics.tuple.NTuple7
 
_472() - Method in class de.caff.generics.tuple.NTuple8
 
_472() - Method in class de.caff.generics.tuple.NTuple9
 
_472() - Method in class de.caff.generics.tuple.Tuple7
 
_472() - Method in class de.caff.generics.tuple.Tuple8
 
_472() - Method in class de.caff.generics.tuple.Tuple9
 
_473() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 3rd.
_473() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 3rd.
_473() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 3rd.
_473() - Method in class de.caff.generics.tuple.NTuple7
 
_473() - Method in class de.caff.generics.tuple.NTuple8
 
_473() - Method in class de.caff.generics.tuple.NTuple9
 
_473() - Method in class de.caff.generics.tuple.Tuple7
 
_473() - Method in class de.caff.generics.tuple.Tuple8
 
_473() - Method in class de.caff.generics.tuple.Tuple9
 
_475() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 5th.
_475() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 5th.
_475() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 5th.
_475() - Method in class de.caff.generics.tuple.NTuple7
 
_475() - Method in class de.caff.generics.tuple.NTuple8
 
_475() - Method in class de.caff.generics.tuple.NTuple9
 
_475() - Method in class de.caff.generics.tuple.Tuple7
 
_475() - Method in class de.caff.generics.tuple.Tuple8
 
_475() - Method in class de.caff.generics.tuple.Tuple9
 
_476() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 6th.
_476() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 6th.
_476() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 6th.
_476() - Method in class de.caff.generics.tuple.NTuple7
 
_476() - Method in class de.caff.generics.tuple.NTuple8
 
_476() - Method in class de.caff.generics.tuple.NTuple9
 
_476() - Method in class de.caff.generics.tuple.Tuple7
 
_476() - Method in class de.caff.generics.tuple.Tuple8
 
_476() - Method in class de.caff.generics.tuple.Tuple9
 
_478() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 8th.
_478() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 8th.
_478() - Method in class de.caff.generics.tuple.NTuple8
 
_478() - Method in class de.caff.generics.tuple.NTuple9
 
_478() - Method in class de.caff.generics.tuple.Tuple8
 
_478() - Method in class de.caff.generics.tuple.Tuple9
 
_4789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 4th, 7th, 8th, 9th.
_4789() - Method in class de.caff.generics.tuple.NTuple9
 
_4789() - Method in class de.caff.generics.tuple.Tuple9
 
_479() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 9th.
_479() - Method in class de.caff.generics.tuple.NTuple9
 
_479() - Method in class de.caff.generics.tuple.Tuple9
 
_48() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 4th, 8th.
_48() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 4th, 8th.
_48() - Method in class de.caff.generics.tuple.NTuple8
 
_48() - Method in class de.caff.generics.tuple.NTuple9
 
_48() - Method in class de.caff.generics.tuple.Tuple8
 
_48() - Method in class de.caff.generics.tuple.Tuple9
 
_481() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 1st.
_481() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 1st.
_481() - Method in class de.caff.generics.tuple.NTuple8
 
_481() - Method in class de.caff.generics.tuple.NTuple9
 
_481() - Method in class de.caff.generics.tuple.Tuple8
 
_481() - Method in class de.caff.generics.tuple.Tuple9
 
_482() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 2nd.
_482() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 2nd.
_482() - Method in class de.caff.generics.tuple.NTuple8
 
_482() - Method in class de.caff.generics.tuple.NTuple9
 
_482() - Method in class de.caff.generics.tuple.Tuple8
 
_482() - Method in class de.caff.generics.tuple.Tuple9
 
_483() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 3rd.
_483() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 3rd.
_483() - Method in class de.caff.generics.tuple.NTuple8
 
_483() - Method in class de.caff.generics.tuple.NTuple9
 
_483() - Method in class de.caff.generics.tuple.Tuple8
 
_483() - Method in class de.caff.generics.tuple.Tuple9
 
_485() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 5th.
_485() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 5th.
_485() - Method in class de.caff.generics.tuple.NTuple8
 
_485() - Method in class de.caff.generics.tuple.NTuple9
 
_485() - Method in class de.caff.generics.tuple.Tuple8
 
_485() - Method in class de.caff.generics.tuple.Tuple9
 
_486() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 6th.
_486() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 6th.
_486() - Method in class de.caff.generics.tuple.NTuple8
 
_486() - Method in class de.caff.generics.tuple.NTuple9
 
_486() - Method in class de.caff.generics.tuple.Tuple8
 
_486() - Method in class de.caff.generics.tuple.Tuple9
 
_487() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 7th.
_487() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 7th.
_487() - Method in class de.caff.generics.tuple.NTuple8
 
_487() - Method in class de.caff.generics.tuple.NTuple9
 
_487() - Method in class de.caff.generics.tuple.Tuple8
 
_487() - Method in class de.caff.generics.tuple.Tuple9
 
_489() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 9th.
_489() - Method in class de.caff.generics.tuple.NTuple9
 
_489() - Method in class de.caff.generics.tuple.Tuple9
 
_49() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 4th, 9th.
_49() - Method in class de.caff.generics.tuple.NTuple9
 
_49() - Method in class de.caff.generics.tuple.Tuple9
 
_491() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 9th, 1st.
_491() - Method in class de.caff.generics.tuple.NTuple9
 
_491() - Method in class de.caff.generics.tuple.Tuple9
 
_492() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 9th, 2nd.
_492() - Method in class de.caff.generics.tuple.NTuple9
 
_492() - Method in class de.caff.generics.tuple.Tuple9
 
_493() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 9th, 3rd.
_493() - Method in class de.caff.generics.tuple.NTuple9
 
_493() - Method in class de.caff.generics.tuple.Tuple9
 
_495() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 9th, 5th.
_495() - Method in class de.caff.generics.tuple.NTuple9
 
_495() - Method in class de.caff.generics.tuple.Tuple9
 
_496() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 9th, 6th.
_496() - Method in class de.caff.generics.tuple.NTuple9
 
_496() - Method in class de.caff.generics.tuple.Tuple9
 
_497() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 9th, 7th.
_497() - Method in class de.caff.generics.tuple.NTuple9
 
_497() - Method in class de.caff.generics.tuple.Tuple9
 
_498() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 4th, 9th, 8th.
_498() - Method in class de.caff.generics.tuple.NTuple9
 
_498() - Method in class de.caff.generics.tuple.Tuple9
 
_5() - Method in interface de.caff.generics.tuple.ITuple5
Get the fifth element.
_5() - Method in interface de.caff.generics.tuple.ITuple6
Get the fifth element.
_5() - Method in interface de.caff.generics.tuple.ITuple7
Get the fifth element.
_5() - Method in interface de.caff.generics.tuple.ITuple8
Get the fifth element.
_5() - Method in interface de.caff.generics.tuple.ITuple9
Get the fifth element.
_5() - Method in class de.caff.generics.tuple.NTuple5
 
_5() - Method in class de.caff.generics.tuple.NTuple6
 
_5() - Method in class de.caff.generics.tuple.NTuple7
 
_5() - Method in class de.caff.generics.tuple.NTuple8
 
_5() - Method in class de.caff.generics.tuple.NTuple9
 
_5() - Method in class de.caff.generics.tuple.Tuple5
 
_5() - Method in class de.caff.generics.tuple.Tuple6
 
_5() - Method in class de.caff.generics.tuple.Tuple7
 
_5() - Method in class de.caff.generics.tuple.Tuple8
 
_5() - Method in class de.caff.generics.tuple.Tuple9
 
_51() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 2-tuple from this one where the elements are ordered: 5th, 1st.
_51() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 5th, 1st.
_51() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 5th, 1st.
_51() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 5th, 1st.
_51() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 5th, 1st.
_51() - Method in class de.caff.generics.tuple.NTuple5
 
_51() - Method in class de.caff.generics.tuple.NTuple6
 
_51() - Method in class de.caff.generics.tuple.NTuple7
 
_51() - Method in class de.caff.generics.tuple.NTuple8
 
_51() - Method in class de.caff.generics.tuple.NTuple9
 
_51() - Method in class de.caff.generics.tuple.Tuple5
 
_51() - Method in class de.caff.generics.tuple.Tuple6
 
_51() - Method in class de.caff.generics.tuple.Tuple7
 
_51() - Method in class de.caff.generics.tuple.Tuple8
 
_51() - Method in class de.caff.generics.tuple.Tuple9
 
_512() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 2nd.
_512() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 2nd.
_512() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 2nd.
_512() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 2nd.
_512() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 2nd.
_512() - Method in class de.caff.generics.tuple.NTuple5
 
_512() - Method in class de.caff.generics.tuple.NTuple6
 
_512() - Method in class de.caff.generics.tuple.NTuple7
 
_512() - Method in class de.caff.generics.tuple.NTuple8
 
_512() - Method in class de.caff.generics.tuple.NTuple9
 
_512() - Method in class de.caff.generics.tuple.Tuple5
 
_512() - Method in class de.caff.generics.tuple.Tuple6
 
_512() - Method in class de.caff.generics.tuple.Tuple7
 
_512() - Method in class de.caff.generics.tuple.Tuple8
 
_512() - Method in class de.caff.generics.tuple.Tuple9
 
_51234() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 1st, 2nd, 3rd, 4th.
_51234() - Method in class de.caff.generics.tuple.NTuple5
 
_51234() - Method in class de.caff.generics.tuple.Tuple5
 
_51243() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 1st, 2nd, 4th, 3rd.
_51243() - Method in class de.caff.generics.tuple.NTuple5
 
_51243() - Method in class de.caff.generics.tuple.Tuple5
 
_513() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 3rd.
_513() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 3rd.
_513() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 3rd.
_513() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 3rd.
_513() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 3rd.
_513() - Method in class de.caff.generics.tuple.NTuple5
 
_513() - Method in class de.caff.generics.tuple.NTuple6
 
_513() - Method in class de.caff.generics.tuple.NTuple7
 
_513() - Method in class de.caff.generics.tuple.NTuple8
 
_513() - Method in class de.caff.generics.tuple.NTuple9
 
_513() - Method in class de.caff.generics.tuple.Tuple5
 
_513() - Method in class de.caff.generics.tuple.Tuple6
 
_513() - Method in class de.caff.generics.tuple.Tuple7
 
_513() - Method in class de.caff.generics.tuple.Tuple8
 
_513() - Method in class de.caff.generics.tuple.Tuple9
 
_51324() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 1st, 3rd, 2nd, 4th.
_51324() - Method in class de.caff.generics.tuple.NTuple5
 
_51324() - Method in class de.caff.generics.tuple.Tuple5
 
_51342() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 1st, 3rd, 4th, 2nd.
_51342() - Method in class de.caff.generics.tuple.NTuple5
 
_51342() - Method in class de.caff.generics.tuple.Tuple5
 
_514() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 4th.
_514() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 4th.
_514() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 4th.
_514() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 4th.
_514() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 4th.
_514() - Method in class de.caff.generics.tuple.NTuple5
 
_514() - Method in class de.caff.generics.tuple.NTuple6
 
_514() - Method in class de.caff.generics.tuple.NTuple7
 
_514() - Method in class de.caff.generics.tuple.NTuple8
 
_514() - Method in class de.caff.generics.tuple.NTuple9
 
_514() - Method in class de.caff.generics.tuple.Tuple5
 
_514() - Method in class de.caff.generics.tuple.Tuple6
 
_514() - Method in class de.caff.generics.tuple.Tuple7
 
_514() - Method in class de.caff.generics.tuple.Tuple8
 
_514() - Method in class de.caff.generics.tuple.Tuple9
 
_51423() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 1st, 4th, 2nd, 3rd.
_51423() - Method in class de.caff.generics.tuple.NTuple5
 
_51423() - Method in class de.caff.generics.tuple.Tuple5
 
_51432() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 1st, 4th, 3rd, 2nd.
_51432() - Method in class de.caff.generics.tuple.NTuple5
 
_51432() - Method in class de.caff.generics.tuple.Tuple5
 
_516() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 6th.
_516() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 6th.
_516() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 6th.
_516() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 6th.
_516() - Method in class de.caff.generics.tuple.NTuple6
 
_516() - Method in class de.caff.generics.tuple.NTuple7
 
_516() - Method in class de.caff.generics.tuple.NTuple8
 
_516() - Method in class de.caff.generics.tuple.NTuple9
 
_516() - Method in class de.caff.generics.tuple.Tuple6
 
_516() - Method in class de.caff.generics.tuple.Tuple7
 
_516() - Method in class de.caff.generics.tuple.Tuple8
 
_516() - Method in class de.caff.generics.tuple.Tuple9
 
_517() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 7th.
_517() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 7th.
_517() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 7th.
_517() - Method in class de.caff.generics.tuple.NTuple7
 
_517() - Method in class de.caff.generics.tuple.NTuple8
 
_517() - Method in class de.caff.generics.tuple.NTuple9
 
_517() - Method in class de.caff.generics.tuple.Tuple7
 
_517() - Method in class de.caff.generics.tuple.Tuple8
 
_517() - Method in class de.caff.generics.tuple.Tuple9
 
_518() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 8th.
_518() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 8th.
_518() - Method in class de.caff.generics.tuple.NTuple8
 
_518() - Method in class de.caff.generics.tuple.NTuple9
 
_518() - Method in class de.caff.generics.tuple.Tuple8
 
_518() - Method in class de.caff.generics.tuple.Tuple9
 
_519() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 9th.
_519() - Method in class de.caff.generics.tuple.NTuple9
 
_519() - Method in class de.caff.generics.tuple.Tuple9
 
_52() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 2-tuple from this one where the elements are ordered: 5th, 2nd.
_52() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 5th, 2nd.
_52() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 5th, 2nd.
_52() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 5th, 2nd.
_52() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 5th, 2nd.
_52() - Method in class de.caff.generics.tuple.NTuple5
 
_52() - Method in class de.caff.generics.tuple.NTuple6
 
_52() - Method in class de.caff.generics.tuple.NTuple7
 
_52() - Method in class de.caff.generics.tuple.NTuple8
 
_52() - Method in class de.caff.generics.tuple.NTuple9
 
_52() - Method in class de.caff.generics.tuple.Tuple5
 
_52() - Method in class de.caff.generics.tuple.Tuple6
 
_52() - Method in class de.caff.generics.tuple.Tuple7
 
_52() - Method in class de.caff.generics.tuple.Tuple8
 
_52() - Method in class de.caff.generics.tuple.Tuple9
 
_521() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 1st.
_521() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 1st.
_521() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 1st.
_521() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 1st.
_521() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 1st.
_521() - Method in class de.caff.generics.tuple.NTuple5
 
_521() - Method in class de.caff.generics.tuple.NTuple6
 
_521() - Method in class de.caff.generics.tuple.NTuple7
 
_521() - Method in class de.caff.generics.tuple.NTuple8
 
_521() - Method in class de.caff.generics.tuple.NTuple9
 
_521() - Method in class de.caff.generics.tuple.Tuple5
 
_521() - Method in class de.caff.generics.tuple.Tuple6
 
_521() - Method in class de.caff.generics.tuple.Tuple7
 
_521() - Method in class de.caff.generics.tuple.Tuple8
 
_521() - Method in class de.caff.generics.tuple.Tuple9
 
_52134() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 2nd, 1st, 3rd, 4th.
_52134() - Method in class de.caff.generics.tuple.NTuple5
 
_52134() - Method in class de.caff.generics.tuple.Tuple5
 
_52143() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 2nd, 1st, 4th, 3rd.
_52143() - Method in class de.caff.generics.tuple.NTuple5
 
_52143() - Method in class de.caff.generics.tuple.Tuple5
 
_523() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 3rd.
_523() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 3rd.
_523() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 3rd.
_523() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 3rd.
_523() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 3rd.
_523() - Method in class de.caff.generics.tuple.NTuple5
 
_523() - Method in class de.caff.generics.tuple.NTuple6
 
_523() - Method in class de.caff.generics.tuple.NTuple7
 
_523() - Method in class de.caff.generics.tuple.NTuple8
 
_523() - Method in class de.caff.generics.tuple.NTuple9
 
_523() - Method in class de.caff.generics.tuple.Tuple5
 
_523() - Method in class de.caff.generics.tuple.Tuple6
 
_523() - Method in class de.caff.generics.tuple.Tuple7
 
_523() - Method in class de.caff.generics.tuple.Tuple8
 
_523() - Method in class de.caff.generics.tuple.Tuple9
 
_52314() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 2nd, 3rd, 1st, 4th.
_52314() - Method in class de.caff.generics.tuple.NTuple5
 
_52314() - Method in class de.caff.generics.tuple.Tuple5
 
_52341() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 2nd, 3rd, 4th, 1st.
_52341() - Method in class de.caff.generics.tuple.NTuple5
 
_52341() - Method in class de.caff.generics.tuple.Tuple5
 
_524() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 4th.
_524() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 4th.
_524() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 4th.
_524() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 4th.
_524() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 4th.
_524() - Method in class de.caff.generics.tuple.NTuple5
 
_524() - Method in class de.caff.generics.tuple.NTuple6
 
_524() - Method in class de.caff.generics.tuple.NTuple7
 
_524() - Method in class de.caff.generics.tuple.NTuple8
 
_524() - Method in class de.caff.generics.tuple.NTuple9
 
_524() - Method in class de.caff.generics.tuple.Tuple5
 
_524() - Method in class de.caff.generics.tuple.Tuple6
 
_524() - Method in class de.caff.generics.tuple.Tuple7
 
_524() - Method in class de.caff.generics.tuple.Tuple8
 
_524() - Method in class de.caff.generics.tuple.Tuple9
 
_52413() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 2nd, 4th, 1st, 3rd.
_52413() - Method in class de.caff.generics.tuple.NTuple5
 
_52413() - Method in class de.caff.generics.tuple.Tuple5
 
_52431() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 2nd, 4th, 3rd, 1st.
_52431() - Method in class de.caff.generics.tuple.NTuple5
 
_52431() - Method in class de.caff.generics.tuple.Tuple5
 
_526() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 6th.
_526() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 6th.
_526() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 6th.
_526() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 6th.
_526() - Method in class de.caff.generics.tuple.NTuple6
 
_526() - Method in class de.caff.generics.tuple.NTuple7
 
_526() - Method in class de.caff.generics.tuple.NTuple8
 
_526() - Method in class de.caff.generics.tuple.NTuple9
 
_526() - Method in class de.caff.generics.tuple.Tuple6
 
_526() - Method in class de.caff.generics.tuple.Tuple7
 
_526() - Method in class de.caff.generics.tuple.Tuple8
 
_526() - Method in class de.caff.generics.tuple.Tuple9
 
_527() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 7th.
_527() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 7th.
_527() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 7th.
_527() - Method in class de.caff.generics.tuple.NTuple7
 
_527() - Method in class de.caff.generics.tuple.NTuple8
 
_527() - Method in class de.caff.generics.tuple.NTuple9
 
_527() - Method in class de.caff.generics.tuple.Tuple7
 
_527() - Method in class de.caff.generics.tuple.Tuple8
 
_527() - Method in class de.caff.generics.tuple.Tuple9
 
_528() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 8th.
_528() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 8th.
_528() - Method in class de.caff.generics.tuple.NTuple8
 
_528() - Method in class de.caff.generics.tuple.NTuple9
 
_528() - Method in class de.caff.generics.tuple.Tuple8
 
_528() - Method in class de.caff.generics.tuple.Tuple9
 
_529() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 9th.
_529() - Method in class de.caff.generics.tuple.NTuple9
 
_529() - Method in class de.caff.generics.tuple.Tuple9
 
_53() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 2-tuple from this one where the elements are ordered: 5th, 3rd.
_53() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 5th, 3rd.
_53() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 5th, 3rd.
_53() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 5th, 3rd.
_53() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 5th, 3rd.
_53() - Method in class de.caff.generics.tuple.NTuple5
 
_53() - Method in class de.caff.generics.tuple.NTuple6
 
_53() - Method in class de.caff.generics.tuple.NTuple7
 
_53() - Method in class de.caff.generics.tuple.NTuple8
 
_53() - Method in class de.caff.generics.tuple.NTuple9
 
_53() - Method in class de.caff.generics.tuple.Tuple5
 
_53() - Method in class de.caff.generics.tuple.Tuple6
 
_53() - Method in class de.caff.generics.tuple.Tuple7
 
_53() - Method in class de.caff.generics.tuple.Tuple8
 
_53() - Method in class de.caff.generics.tuple.Tuple9
 
_531() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 1st.
_531() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 1st.
_531() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 1st.
_531() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 1st.
_531() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 1st.
_531() - Method in class de.caff.generics.tuple.NTuple5
 
_531() - Method in class de.caff.generics.tuple.NTuple6
 
_531() - Method in class de.caff.generics.tuple.NTuple7
 
_531() - Method in class de.caff.generics.tuple.NTuple8
 
_531() - Method in class de.caff.generics.tuple.NTuple9
 
_531() - Method in class de.caff.generics.tuple.Tuple5
 
_531() - Method in class de.caff.generics.tuple.Tuple6
 
_531() - Method in class de.caff.generics.tuple.Tuple7
 
_531() - Method in class de.caff.generics.tuple.Tuple8
 
_531() - Method in class de.caff.generics.tuple.Tuple9
 
_53124() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 3rd, 1st, 2nd, 4th.
_53124() - Method in class de.caff.generics.tuple.NTuple5
 
_53124() - Method in class de.caff.generics.tuple.Tuple5
 
_53142() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 3rd, 1st, 4th, 2nd.
_53142() - Method in class de.caff.generics.tuple.NTuple5
 
_53142() - Method in class de.caff.generics.tuple.Tuple5
 
_532() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 2nd.
_532() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 2nd.
_532() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 2nd.
_532() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 2nd.
_532() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 2nd.
_532() - Method in class de.caff.generics.tuple.NTuple5
 
_532() - Method in class de.caff.generics.tuple.NTuple6
 
_532() - Method in class de.caff.generics.tuple.NTuple7
 
_532() - Method in class de.caff.generics.tuple.NTuple8
 
_532() - Method in class de.caff.generics.tuple.NTuple9
 
_532() - Method in class de.caff.generics.tuple.Tuple5
 
_532() - Method in class de.caff.generics.tuple.Tuple6
 
_532() - Method in class de.caff.generics.tuple.Tuple7
 
_532() - Method in class de.caff.generics.tuple.Tuple8
 
_532() - Method in class de.caff.generics.tuple.Tuple9
 
_53214() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 3rd, 2nd, 1st, 4th.
_53214() - Method in class de.caff.generics.tuple.NTuple5
 
_53214() - Method in class de.caff.generics.tuple.Tuple5
 
_53241() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 3rd, 2nd, 4th, 1st.
_53241() - Method in class de.caff.generics.tuple.NTuple5
 
_53241() - Method in class de.caff.generics.tuple.Tuple5
 
_534() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 4th.
_534() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 4th.
_534() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 4th.
_534() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 4th.
_534() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 4th.
_534() - Method in class de.caff.generics.tuple.NTuple5
 
_534() - Method in class de.caff.generics.tuple.NTuple6
 
_534() - Method in class de.caff.generics.tuple.NTuple7
 
_534() - Method in class de.caff.generics.tuple.NTuple8
 
_534() - Method in class de.caff.generics.tuple.NTuple9
 
_534() - Method in class de.caff.generics.tuple.Tuple5
 
_534() - Method in class de.caff.generics.tuple.Tuple6
 
_534() - Method in class de.caff.generics.tuple.Tuple7
 
_534() - Method in class de.caff.generics.tuple.Tuple8
 
_534() - Method in class de.caff.generics.tuple.Tuple9
 
_53412() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 3rd, 4th, 1st, 2nd.
_53412() - Method in class de.caff.generics.tuple.NTuple5
 
_53412() - Method in class de.caff.generics.tuple.Tuple5
 
_53421() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 3rd, 4th, 2nd, 1st.
_53421() - Method in class de.caff.generics.tuple.NTuple5
 
_53421() - Method in class de.caff.generics.tuple.Tuple5
 
_536() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 6th.
_536() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 6th.
_536() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 6th.
_536() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 6th.
_536() - Method in class de.caff.generics.tuple.NTuple6
 
_536() - Method in class de.caff.generics.tuple.NTuple7
 
_536() - Method in class de.caff.generics.tuple.NTuple8
 
_536() - Method in class de.caff.generics.tuple.NTuple9
 
_536() - Method in class de.caff.generics.tuple.Tuple6
 
_536() - Method in class de.caff.generics.tuple.Tuple7
 
_536() - Method in class de.caff.generics.tuple.Tuple8
 
_536() - Method in class de.caff.generics.tuple.Tuple9
 
_537() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 7th.
_537() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 7th.
_537() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 7th.
_537() - Method in class de.caff.generics.tuple.NTuple7
 
_537() - Method in class de.caff.generics.tuple.NTuple8
 
_537() - Method in class de.caff.generics.tuple.NTuple9
 
_537() - Method in class de.caff.generics.tuple.Tuple7
 
_537() - Method in class de.caff.generics.tuple.Tuple8
 
_537() - Method in class de.caff.generics.tuple.Tuple9
 
_538() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 8th.
_538() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 8th.
_538() - Method in class de.caff.generics.tuple.NTuple8
 
_538() - Method in class de.caff.generics.tuple.NTuple9
 
_538() - Method in class de.caff.generics.tuple.Tuple8
 
_538() - Method in class de.caff.generics.tuple.Tuple9
 
_539() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 9th.
_539() - Method in class de.caff.generics.tuple.NTuple9
 
_539() - Method in class de.caff.generics.tuple.Tuple9
 
_54() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 2-tuple from this one where the elements are ordered: 5th, 4th.
_54() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 5th, 4th.
_54() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 5th, 4th.
_54() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 5th, 4th.
_54() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 5th, 4th.
_54() - Method in class de.caff.generics.tuple.NTuple5
 
_54() - Method in class de.caff.generics.tuple.NTuple6
 
_54() - Method in class de.caff.generics.tuple.NTuple7
 
_54() - Method in class de.caff.generics.tuple.NTuple8
 
_54() - Method in class de.caff.generics.tuple.NTuple9
 
_54() - Method in class de.caff.generics.tuple.Tuple5
 
_54() - Method in class de.caff.generics.tuple.Tuple6
 
_54() - Method in class de.caff.generics.tuple.Tuple7
 
_54() - Method in class de.caff.generics.tuple.Tuple8
 
_54() - Method in class de.caff.generics.tuple.Tuple9
 
_541() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 1st.
_541() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 1st.
_541() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 1st.
_541() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 1st.
_541() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 1st.
_541() - Method in class de.caff.generics.tuple.NTuple5
 
_541() - Method in class de.caff.generics.tuple.NTuple6
 
_541() - Method in class de.caff.generics.tuple.NTuple7
 
_541() - Method in class de.caff.generics.tuple.NTuple8
 
_541() - Method in class de.caff.generics.tuple.NTuple9
 
_541() - Method in class de.caff.generics.tuple.Tuple5
 
_541() - Method in class de.caff.generics.tuple.Tuple6
 
_541() - Method in class de.caff.generics.tuple.Tuple7
 
_541() - Method in class de.caff.generics.tuple.Tuple8
 
_541() - Method in class de.caff.generics.tuple.Tuple9
 
_54123() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 4th, 1st, 2nd, 3rd.
_54123() - Method in class de.caff.generics.tuple.NTuple5
 
_54123() - Method in class de.caff.generics.tuple.Tuple5
 
_54132() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 4th, 1st, 3rd, 2nd.
_54132() - Method in class de.caff.generics.tuple.NTuple5
 
_54132() - Method in class de.caff.generics.tuple.Tuple5
 
_542() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 2nd.
_542() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 2nd.
_542() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 2nd.
_542() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 2nd.
_542() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 2nd.
_542() - Method in class de.caff.generics.tuple.NTuple5
 
_542() - Method in class de.caff.generics.tuple.NTuple6
 
_542() - Method in class de.caff.generics.tuple.NTuple7
 
_542() - Method in class de.caff.generics.tuple.NTuple8
 
_542() - Method in class de.caff.generics.tuple.NTuple9
 
_542() - Method in class de.caff.generics.tuple.Tuple5
 
_542() - Method in class de.caff.generics.tuple.Tuple6
 
_542() - Method in class de.caff.generics.tuple.Tuple7
 
_542() - Method in class de.caff.generics.tuple.Tuple8
 
_542() - Method in class de.caff.generics.tuple.Tuple9
 
_54213() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 4th, 2nd, 1st, 3rd.
_54213() - Method in class de.caff.generics.tuple.NTuple5
 
_54213() - Method in class de.caff.generics.tuple.Tuple5
 
_54231() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 4th, 2nd, 3rd, 1st.
_54231() - Method in class de.caff.generics.tuple.NTuple5
 
_54231() - Method in class de.caff.generics.tuple.Tuple5
 
_543() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 3rd.
_543() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 3rd.
_543() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 3rd.
_543() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 3rd.
_543() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 3rd.
_543() - Method in class de.caff.generics.tuple.NTuple5
 
_543() - Method in class de.caff.generics.tuple.NTuple6
 
_543() - Method in class de.caff.generics.tuple.NTuple7
 
_543() - Method in class de.caff.generics.tuple.NTuple8
 
_543() - Method in class de.caff.generics.tuple.NTuple9
 
_543() - Method in class de.caff.generics.tuple.Tuple5
 
_543() - Method in class de.caff.generics.tuple.Tuple6
 
_543() - Method in class de.caff.generics.tuple.Tuple7
 
_543() - Method in class de.caff.generics.tuple.Tuple8
 
_543() - Method in class de.caff.generics.tuple.Tuple9
 
_54312() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 4th, 3rd, 1st, 2nd.
_54312() - Method in class de.caff.generics.tuple.NTuple5
 
_54312() - Method in class de.caff.generics.tuple.Tuple5
 
_54321() - Method in interface de.caff.generics.tuple.ITuple5
Create a new 5-tuple from this one where the elements are ordered: 5th, 4th, 3rd, 2nd, 1st.
_54321() - Method in class de.caff.generics.tuple.NTuple5
 
_54321() - Method in class de.caff.generics.tuple.Tuple5
 
_546() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 6th.
_546() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 6th.
_546() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 6th.
_546() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 6th.
_546() - Method in class de.caff.generics.tuple.NTuple6
 
_546() - Method in class de.caff.generics.tuple.NTuple7
 
_546() - Method in class de.caff.generics.tuple.NTuple8
 
_546() - Method in class de.caff.generics.tuple.NTuple9
 
_546() - Method in class de.caff.generics.tuple.Tuple6
 
_546() - Method in class de.caff.generics.tuple.Tuple7
 
_546() - Method in class de.caff.generics.tuple.Tuple8
 
_546() - Method in class de.caff.generics.tuple.Tuple9
 
_547() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 7th.
_547() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 7th.
_547() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 7th.
_547() - Method in class de.caff.generics.tuple.NTuple7
 
_547() - Method in class de.caff.generics.tuple.NTuple8
 
_547() - Method in class de.caff.generics.tuple.NTuple9
 
_547() - Method in class de.caff.generics.tuple.Tuple7
 
_547() - Method in class de.caff.generics.tuple.Tuple8
 
_547() - Method in class de.caff.generics.tuple.Tuple9
 
_548() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 8th.
_548() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 8th.
_548() - Method in class de.caff.generics.tuple.NTuple8
 
_548() - Method in class de.caff.generics.tuple.NTuple9
 
_548() - Method in class de.caff.generics.tuple.Tuple8
 
_548() - Method in class de.caff.generics.tuple.Tuple9
 
_549() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 9th.
_549() - Method in class de.caff.generics.tuple.NTuple9
 
_549() - Method in class de.caff.generics.tuple.Tuple9
 
_56() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 5th, 6th.
_56() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 5th, 6th.
_56() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 5th, 6th.
_56() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 5th, 6th.
_56() - Method in class de.caff.generics.tuple.NTuple6
 
_56() - Method in class de.caff.generics.tuple.NTuple7
 
_56() - Method in class de.caff.generics.tuple.NTuple8
 
_56() - Method in class de.caff.generics.tuple.NTuple9
 
_56() - Method in class de.caff.generics.tuple.Tuple6
 
_56() - Method in class de.caff.generics.tuple.Tuple7
 
_56() - Method in class de.caff.generics.tuple.Tuple8
 
_56() - Method in class de.caff.generics.tuple.Tuple9
 
_561() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 1st.
_561() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 1st.
_561() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 1st.
_561() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 1st.
_561() - Method in class de.caff.generics.tuple.NTuple6
 
_561() - Method in class de.caff.generics.tuple.NTuple7
 
_561() - Method in class de.caff.generics.tuple.NTuple8
 
_561() - Method in class de.caff.generics.tuple.NTuple9
 
_561() - Method in class de.caff.generics.tuple.Tuple6
 
_561() - Method in class de.caff.generics.tuple.Tuple7
 
_561() - Method in class de.caff.generics.tuple.Tuple8
 
_561() - Method in class de.caff.generics.tuple.Tuple9
 
_562() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 2nd.
_562() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 2nd.
_562() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 2nd.
_562() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 2nd.
_562() - Method in class de.caff.generics.tuple.NTuple6
 
_562() - Method in class de.caff.generics.tuple.NTuple7
 
_562() - Method in class de.caff.generics.tuple.NTuple8
 
_562() - Method in class de.caff.generics.tuple.NTuple9
 
_562() - Method in class de.caff.generics.tuple.Tuple6
 
_562() - Method in class de.caff.generics.tuple.Tuple7
 
_562() - Method in class de.caff.generics.tuple.Tuple8
 
_562() - Method in class de.caff.generics.tuple.Tuple9
 
_563() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 3rd.
_563() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 3rd.
_563() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 3rd.
_563() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 3rd.
_563() - Method in class de.caff.generics.tuple.NTuple6
 
_563() - Method in class de.caff.generics.tuple.NTuple7
 
_563() - Method in class de.caff.generics.tuple.NTuple8
 
_563() - Method in class de.caff.generics.tuple.NTuple9
 
_563() - Method in class de.caff.generics.tuple.Tuple6
 
_563() - Method in class de.caff.generics.tuple.Tuple7
 
_563() - Method in class de.caff.generics.tuple.Tuple8
 
_563() - Method in class de.caff.generics.tuple.Tuple9
 
_564() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 4th.
_564() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 4th.
_564() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 4th.
_564() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 4th.
_564() - Method in class de.caff.generics.tuple.NTuple6
 
_564() - Method in class de.caff.generics.tuple.NTuple7
 
_564() - Method in class de.caff.generics.tuple.NTuple8
 
_564() - Method in class de.caff.generics.tuple.NTuple9
 
_564() - Method in class de.caff.generics.tuple.Tuple6
 
_564() - Method in class de.caff.generics.tuple.Tuple7
 
_564() - Method in class de.caff.generics.tuple.Tuple8
 
_564() - Method in class de.caff.generics.tuple.Tuple9
 
_567() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 7th.
_567() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 7th.
_567() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 7th.
_567() - Method in class de.caff.generics.tuple.NTuple7
 
_567() - Method in class de.caff.generics.tuple.NTuple8
 
_567() - Method in class de.caff.generics.tuple.NTuple9
 
_567() - Method in class de.caff.generics.tuple.Tuple7
 
_567() - Method in class de.caff.generics.tuple.Tuple8
 
_567() - Method in class de.caff.generics.tuple.Tuple9
 
_5678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 4-tuple from this one where the elements are ordered: 5th, 6th, 7th, 8th.
_5678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 5th, 6th, 7th, 8th.
_5678() - Method in class de.caff.generics.tuple.NTuple8
 
_5678() - Method in class de.caff.generics.tuple.NTuple9
 
_5678() - Method in class de.caff.generics.tuple.Tuple8
 
_5678() - Method in class de.caff.generics.tuple.Tuple9
 
_56789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 5-tuple from this one where the elements are ordered: 5th, 6th, 7th, 8th, 9th.
_56789() - Method in class de.caff.generics.tuple.NTuple9
 
_56789() - Method in class de.caff.generics.tuple.Tuple9
 
_5679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 5th, 6th, 7th, 9th.
_5679() - Method in class de.caff.generics.tuple.NTuple9
 
_5679() - Method in class de.caff.generics.tuple.Tuple9
 
_568() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 8th.
_568() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 8th.
_568() - Method in class de.caff.generics.tuple.NTuple8
 
_568() - Method in class de.caff.generics.tuple.NTuple9
 
_568() - Method in class de.caff.generics.tuple.Tuple8
 
_568() - Method in class de.caff.generics.tuple.Tuple9
 
_5689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 5th, 6th, 8th, 9th.
_5689() - Method in class de.caff.generics.tuple.NTuple9
 
_5689() - Method in class de.caff.generics.tuple.Tuple9
 
_569() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 9th.
_569() - Method in class de.caff.generics.tuple.NTuple9
 
_569() - Method in class de.caff.generics.tuple.Tuple9
 
_57() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 5th, 7th.
_57() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 5th, 7th.
_57() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 5th, 7th.
_57() - Method in class de.caff.generics.tuple.NTuple7
 
_57() - Method in class de.caff.generics.tuple.NTuple8
 
_57() - Method in class de.caff.generics.tuple.NTuple9
 
_57() - Method in class de.caff.generics.tuple.Tuple7
 
_57() - Method in class de.caff.generics.tuple.Tuple8
 
_57() - Method in class de.caff.generics.tuple.Tuple9
 
_571() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 1st.
_571() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 1st.
_571() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 1st.
_571() - Method in class de.caff.generics.tuple.NTuple7
 
_571() - Method in class de.caff.generics.tuple.NTuple8
 
_571() - Method in class de.caff.generics.tuple.NTuple9
 
_571() - Method in class de.caff.generics.tuple.Tuple7
 
_571() - Method in class de.caff.generics.tuple.Tuple8
 
_571() - Method in class de.caff.generics.tuple.Tuple9
 
_572() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 2nd.
_572() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 2nd.
_572() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 2nd.
_572() - Method in class de.caff.generics.tuple.NTuple7
 
_572() - Method in class de.caff.generics.tuple.NTuple8
 
_572() - Method in class de.caff.generics.tuple.NTuple9
 
_572() - Method in class de.caff.generics.tuple.Tuple7
 
_572() - Method in class de.caff.generics.tuple.Tuple8
 
_572() - Method in class de.caff.generics.tuple.Tuple9
 
_573() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 3rd.
_573() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 3rd.
_573() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 3rd.
_573() - Method in class de.caff.generics.tuple.NTuple7
 
_573() - Method in class de.caff.generics.tuple.NTuple8
 
_573() - Method in class de.caff.generics.tuple.NTuple9
 
_573() - Method in class de.caff.generics.tuple.Tuple7
 
_573() - Method in class de.caff.generics.tuple.Tuple8
 
_573() - Method in class de.caff.generics.tuple.Tuple9
 
_574() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 4th.
_574() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 4th.
_574() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 4th.
_574() - Method in class de.caff.generics.tuple.NTuple7
 
_574() - Method in class de.caff.generics.tuple.NTuple8
 
_574() - Method in class de.caff.generics.tuple.NTuple9
 
_574() - Method in class de.caff.generics.tuple.Tuple7
 
_574() - Method in class de.caff.generics.tuple.Tuple8
 
_574() - Method in class de.caff.generics.tuple.Tuple9
 
_576() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 6th.
_576() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 6th.
_576() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 6th.
_576() - Method in class de.caff.generics.tuple.NTuple7
 
_576() - Method in class de.caff.generics.tuple.NTuple8
 
_576() - Method in class de.caff.generics.tuple.NTuple9
 
_576() - Method in class de.caff.generics.tuple.Tuple7
 
_576() - Method in class de.caff.generics.tuple.Tuple8
 
_576() - Method in class de.caff.generics.tuple.Tuple9
 
_578() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 8th.
_578() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 8th.
_578() - Method in class de.caff.generics.tuple.NTuple8
 
_578() - Method in class de.caff.generics.tuple.NTuple9
 
_578() - Method in class de.caff.generics.tuple.Tuple8
 
_578() - Method in class de.caff.generics.tuple.Tuple9
 
_5789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 5th, 7th, 8th, 9th.
_5789() - Method in class de.caff.generics.tuple.NTuple9
 
_5789() - Method in class de.caff.generics.tuple.Tuple9
 
_579() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 9th.
_579() - Method in class de.caff.generics.tuple.NTuple9
 
_579() - Method in class de.caff.generics.tuple.Tuple9
 
_58() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 5th, 8th.
_58() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 5th, 8th.
_58() - Method in class de.caff.generics.tuple.NTuple8
 
_58() - Method in class de.caff.generics.tuple.NTuple9
 
_58() - Method in class de.caff.generics.tuple.Tuple8
 
_58() - Method in class de.caff.generics.tuple.Tuple9
 
_581() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 1st.
_581() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 1st.
_581() - Method in class de.caff.generics.tuple.NTuple8
 
_581() - Method in class de.caff.generics.tuple.NTuple9
 
_581() - Method in class de.caff.generics.tuple.Tuple8
 
_581() - Method in class de.caff.generics.tuple.Tuple9
 
_582() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 2nd.
_582() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 2nd.
_582() - Method in class de.caff.generics.tuple.NTuple8
 
_582() - Method in class de.caff.generics.tuple.NTuple9
 
_582() - Method in class de.caff.generics.tuple.Tuple8
 
_582() - Method in class de.caff.generics.tuple.Tuple9
 
_583() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 3rd.
_583() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 3rd.
_583() - Method in class de.caff.generics.tuple.NTuple8
 
_583() - Method in class de.caff.generics.tuple.NTuple9
 
_583() - Method in class de.caff.generics.tuple.Tuple8
 
_583() - Method in class de.caff.generics.tuple.Tuple9
 
_584() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 4th.
_584() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 4th.
_584() - Method in class de.caff.generics.tuple.NTuple8
 
_584() - Method in class de.caff.generics.tuple.NTuple9
 
_584() - Method in class de.caff.generics.tuple.Tuple8
 
_584() - Method in class de.caff.generics.tuple.Tuple9
 
_586() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 6th.
_586() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 6th.
_586() - Method in class de.caff.generics.tuple.NTuple8
 
_586() - Method in class de.caff.generics.tuple.NTuple9
 
_586() - Method in class de.caff.generics.tuple.Tuple8
 
_586() - Method in class de.caff.generics.tuple.Tuple9
 
_587() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 7th.
_587() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 7th.
_587() - Method in class de.caff.generics.tuple.NTuple8
 
_587() - Method in class de.caff.generics.tuple.NTuple9
 
_587() - Method in class de.caff.generics.tuple.Tuple8
 
_587() - Method in class de.caff.generics.tuple.Tuple9
 
_589() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 9th.
_589() - Method in class de.caff.generics.tuple.NTuple9
 
_589() - Method in class de.caff.generics.tuple.Tuple9
 
_59() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 5th, 9th.
_59() - Method in class de.caff.generics.tuple.NTuple9
 
_59() - Method in class de.caff.generics.tuple.Tuple9
 
_591() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 9th, 1st.
_591() - Method in class de.caff.generics.tuple.NTuple9
 
_591() - Method in class de.caff.generics.tuple.Tuple9
 
_592() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 9th, 2nd.
_592() - Method in class de.caff.generics.tuple.NTuple9
 
_592() - Method in class de.caff.generics.tuple.Tuple9
 
_593() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 9th, 3rd.
_593() - Method in class de.caff.generics.tuple.NTuple9
 
_593() - Method in class de.caff.generics.tuple.Tuple9
 
_594() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 9th, 4th.
_594() - Method in class de.caff.generics.tuple.NTuple9
 
_594() - Method in class de.caff.generics.tuple.Tuple9
 
_596() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 9th, 6th.
_596() - Method in class de.caff.generics.tuple.NTuple9
 
_596() - Method in class de.caff.generics.tuple.Tuple9
 
_597() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 9th, 7th.
_597() - Method in class de.caff.generics.tuple.NTuple9
 
_597() - Method in class de.caff.generics.tuple.Tuple9
 
_598() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 5th, 9th, 8th.
_598() - Method in class de.caff.generics.tuple.NTuple9
 
_598() - Method in class de.caff.generics.tuple.Tuple9
 
_6() - Method in interface de.caff.generics.tuple.ITuple6
Get the sixth element.
_6() - Method in interface de.caff.generics.tuple.ITuple7
Get the sixth element.
_6() - Method in interface de.caff.generics.tuple.ITuple8
Get the sixth element.
_6() - Method in interface de.caff.generics.tuple.ITuple9
Get the sixth element.
_6() - Method in class de.caff.generics.tuple.NTuple6
 
_6() - Method in class de.caff.generics.tuple.NTuple7
 
_6() - Method in class de.caff.generics.tuple.NTuple8
 
_6() - Method in class de.caff.generics.tuple.NTuple9
 
_6() - Method in class de.caff.generics.tuple.Tuple6
 
_6() - Method in class de.caff.generics.tuple.Tuple7
 
_6() - Method in class de.caff.generics.tuple.Tuple8
 
_6() - Method in class de.caff.generics.tuple.Tuple9
 
_61() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 6th, 1st.
_61() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 6th, 1st.
_61() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 6th, 1st.
_61() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 6th, 1st.
_61() - Method in class de.caff.generics.tuple.NTuple6
 
_61() - Method in class de.caff.generics.tuple.NTuple7
 
_61() - Method in class de.caff.generics.tuple.NTuple8
 
_61() - Method in class de.caff.generics.tuple.NTuple9
 
_61() - Method in class de.caff.generics.tuple.Tuple6
 
_61() - Method in class de.caff.generics.tuple.Tuple7
 
_61() - Method in class de.caff.generics.tuple.Tuple8
 
_61() - Method in class de.caff.generics.tuple.Tuple9
 
_612() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 2nd.
_612() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 2nd.
_612() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 2nd.
_612() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 2nd.
_612() - Method in class de.caff.generics.tuple.NTuple6
 
_612() - Method in class de.caff.generics.tuple.NTuple7
 
_612() - Method in class de.caff.generics.tuple.NTuple8
 
_612() - Method in class de.caff.generics.tuple.NTuple9
 
_612() - Method in class de.caff.generics.tuple.Tuple6
 
_612() - Method in class de.caff.generics.tuple.Tuple7
 
_612() - Method in class de.caff.generics.tuple.Tuple8
 
_612() - Method in class de.caff.generics.tuple.Tuple9
 
_613() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 3rd.
_613() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 3rd.
_613() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 3rd.
_613() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 3rd.
_613() - Method in class de.caff.generics.tuple.NTuple6
 
_613() - Method in class de.caff.generics.tuple.NTuple7
 
_613() - Method in class de.caff.generics.tuple.NTuple8
 
_613() - Method in class de.caff.generics.tuple.NTuple9
 
_613() - Method in class de.caff.generics.tuple.Tuple6
 
_613() - Method in class de.caff.generics.tuple.Tuple7
 
_613() - Method in class de.caff.generics.tuple.Tuple8
 
_613() - Method in class de.caff.generics.tuple.Tuple9
 
_614() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 4th.
_614() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 4th.
_614() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 4th.
_614() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 4th.
_614() - Method in class de.caff.generics.tuple.NTuple6
 
_614() - Method in class de.caff.generics.tuple.NTuple7
 
_614() - Method in class de.caff.generics.tuple.NTuple8
 
_614() - Method in class de.caff.generics.tuple.NTuple9
 
_614() - Method in class de.caff.generics.tuple.Tuple6
 
_614() - Method in class de.caff.generics.tuple.Tuple7
 
_614() - Method in class de.caff.generics.tuple.Tuple8
 
_614() - Method in class de.caff.generics.tuple.Tuple9
 
_615() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 5th.
_615() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 5th.
_615() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 5th.
_615() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 5th.
_615() - Method in class de.caff.generics.tuple.NTuple6
 
_615() - Method in class de.caff.generics.tuple.NTuple7
 
_615() - Method in class de.caff.generics.tuple.NTuple8
 
_615() - Method in class de.caff.generics.tuple.NTuple9
 
_615() - Method in class de.caff.generics.tuple.Tuple6
 
_615() - Method in class de.caff.generics.tuple.Tuple7
 
_615() - Method in class de.caff.generics.tuple.Tuple8
 
_615() - Method in class de.caff.generics.tuple.Tuple9
 
_617() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 7th.
_617() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 7th.
_617() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 7th.
_617() - Method in class de.caff.generics.tuple.NTuple7
 
_617() - Method in class de.caff.generics.tuple.NTuple8
 
_617() - Method in class de.caff.generics.tuple.NTuple9
 
_617() - Method in class de.caff.generics.tuple.Tuple7
 
_617() - Method in class de.caff.generics.tuple.Tuple8
 
_617() - Method in class de.caff.generics.tuple.Tuple9
 
_618() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 8th.
_618() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 8th.
_618() - Method in class de.caff.generics.tuple.NTuple8
 
_618() - Method in class de.caff.generics.tuple.NTuple9
 
_618() - Method in class de.caff.generics.tuple.Tuple8
 
_618() - Method in class de.caff.generics.tuple.Tuple9
 
_619() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 9th.
_619() - Method in class de.caff.generics.tuple.NTuple9
 
_619() - Method in class de.caff.generics.tuple.Tuple9
 
_62() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 6th, 2nd.
_62() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 6th, 2nd.
_62() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 6th, 2nd.
_62() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 6th, 2nd.
_62() - Method in class de.caff.generics.tuple.NTuple6
 
_62() - Method in class de.caff.generics.tuple.NTuple7
 
_62() - Method in class de.caff.generics.tuple.NTuple8
 
_62() - Method in class de.caff.generics.tuple.NTuple9
 
_62() - Method in class de.caff.generics.tuple.Tuple6
 
_62() - Method in class de.caff.generics.tuple.Tuple7
 
_62() - Method in class de.caff.generics.tuple.Tuple8
 
_62() - Method in class de.caff.generics.tuple.Tuple9
 
_621() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 1st.
_621() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 1st.
_621() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 1st.
_621() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 1st.
_621() - Method in class de.caff.generics.tuple.NTuple6
 
_621() - Method in class de.caff.generics.tuple.NTuple7
 
_621() - Method in class de.caff.generics.tuple.NTuple8
 
_621() - Method in class de.caff.generics.tuple.NTuple9
 
_621() - Method in class de.caff.generics.tuple.Tuple6
 
_621() - Method in class de.caff.generics.tuple.Tuple7
 
_621() - Method in class de.caff.generics.tuple.Tuple8
 
_621() - Method in class de.caff.generics.tuple.Tuple9
 
_623() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 3rd.
_623() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 3rd.
_623() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 3rd.
_623() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 3rd.
_623() - Method in class de.caff.generics.tuple.NTuple6
 
_623() - Method in class de.caff.generics.tuple.NTuple7
 
_623() - Method in class de.caff.generics.tuple.NTuple8
 
_623() - Method in class de.caff.generics.tuple.NTuple9
 
_623() - Method in class de.caff.generics.tuple.Tuple6
 
_623() - Method in class de.caff.generics.tuple.Tuple7
 
_623() - Method in class de.caff.generics.tuple.Tuple8
 
_623() - Method in class de.caff.generics.tuple.Tuple9
 
_624() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 4th.
_624() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 4th.
_624() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 4th.
_624() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 4th.
_624() - Method in class de.caff.generics.tuple.NTuple6
 
_624() - Method in class de.caff.generics.tuple.NTuple7
 
_624() - Method in class de.caff.generics.tuple.NTuple8
 
_624() - Method in class de.caff.generics.tuple.NTuple9
 
_624() - Method in class de.caff.generics.tuple.Tuple6
 
_624() - Method in class de.caff.generics.tuple.Tuple7
 
_624() - Method in class de.caff.generics.tuple.Tuple8
 
_624() - Method in class de.caff.generics.tuple.Tuple9
 
_625() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 5th.
_625() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 5th.
_625() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 5th.
_625() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 5th.
_625() - Method in class de.caff.generics.tuple.NTuple6
 
_625() - Method in class de.caff.generics.tuple.NTuple7
 
_625() - Method in class de.caff.generics.tuple.NTuple8
 
_625() - Method in class de.caff.generics.tuple.NTuple9
 
_625() - Method in class de.caff.generics.tuple.Tuple6
 
_625() - Method in class de.caff.generics.tuple.Tuple7
 
_625() - Method in class de.caff.generics.tuple.Tuple8
 
_625() - Method in class de.caff.generics.tuple.Tuple9
 
_627() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 7th.
_627() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 7th.
_627() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 7th.
_627() - Method in class de.caff.generics.tuple.NTuple7
 
_627() - Method in class de.caff.generics.tuple.NTuple8
 
_627() - Method in class de.caff.generics.tuple.NTuple9
 
_627() - Method in class de.caff.generics.tuple.Tuple7
 
_627() - Method in class de.caff.generics.tuple.Tuple8
 
_627() - Method in class de.caff.generics.tuple.Tuple9
 
_628() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 8th.
_628() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 8th.
_628() - Method in class de.caff.generics.tuple.NTuple8
 
_628() - Method in class de.caff.generics.tuple.NTuple9
 
_628() - Method in class de.caff.generics.tuple.Tuple8
 
_628() - Method in class de.caff.generics.tuple.Tuple9
 
_629() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 9th.
_629() - Method in class de.caff.generics.tuple.NTuple9
 
_629() - Method in class de.caff.generics.tuple.Tuple9
 
_63() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 6th, 3rd.
_63() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 6th, 3rd.
_63() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 6th, 3rd.
_63() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 6th, 3rd.
_63() - Method in class de.caff.generics.tuple.NTuple6
 
_63() - Method in class de.caff.generics.tuple.NTuple7
 
_63() - Method in class de.caff.generics.tuple.NTuple8
 
_63() - Method in class de.caff.generics.tuple.NTuple9
 
_63() - Method in class de.caff.generics.tuple.Tuple6
 
_63() - Method in class de.caff.generics.tuple.Tuple7
 
_63() - Method in class de.caff.generics.tuple.Tuple8
 
_63() - Method in class de.caff.generics.tuple.Tuple9
 
_631() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 1st.
_631() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 1st.
_631() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 1st.
_631() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 1st.
_631() - Method in class de.caff.generics.tuple.NTuple6
 
_631() - Method in class de.caff.generics.tuple.NTuple7
 
_631() - Method in class de.caff.generics.tuple.NTuple8
 
_631() - Method in class de.caff.generics.tuple.NTuple9
 
_631() - Method in class de.caff.generics.tuple.Tuple6
 
_631() - Method in class de.caff.generics.tuple.Tuple7
 
_631() - Method in class de.caff.generics.tuple.Tuple8
 
_631() - Method in class de.caff.generics.tuple.Tuple9
 
_632() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 2nd.
_632() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 2nd.
_632() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 2nd.
_632() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 2nd.
_632() - Method in class de.caff.generics.tuple.NTuple6
 
_632() - Method in class de.caff.generics.tuple.NTuple7
 
_632() - Method in class de.caff.generics.tuple.NTuple8
 
_632() - Method in class de.caff.generics.tuple.NTuple9
 
_632() - Method in class de.caff.generics.tuple.Tuple6
 
_632() - Method in class de.caff.generics.tuple.Tuple7
 
_632() - Method in class de.caff.generics.tuple.Tuple8
 
_632() - Method in class de.caff.generics.tuple.Tuple9
 
_634() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 4th.
_634() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 4th.
_634() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 4th.
_634() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 4th.
_634() - Method in class de.caff.generics.tuple.NTuple6
 
_634() - Method in class de.caff.generics.tuple.NTuple7
 
_634() - Method in class de.caff.generics.tuple.NTuple8
 
_634() - Method in class de.caff.generics.tuple.NTuple9
 
_634() - Method in class de.caff.generics.tuple.Tuple6
 
_634() - Method in class de.caff.generics.tuple.Tuple7
 
_634() - Method in class de.caff.generics.tuple.Tuple8
 
_634() - Method in class de.caff.generics.tuple.Tuple9
 
_635() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 5th.
_635() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 5th.
_635() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 5th.
_635() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 5th.
_635() - Method in class de.caff.generics.tuple.NTuple6
 
_635() - Method in class de.caff.generics.tuple.NTuple7
 
_635() - Method in class de.caff.generics.tuple.NTuple8
 
_635() - Method in class de.caff.generics.tuple.NTuple9
 
_635() - Method in class de.caff.generics.tuple.Tuple6
 
_635() - Method in class de.caff.generics.tuple.Tuple7
 
_635() - Method in class de.caff.generics.tuple.Tuple8
 
_635() - Method in class de.caff.generics.tuple.Tuple9
 
_637() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 7th.
_637() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 7th.
_637() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 7th.
_637() - Method in class de.caff.generics.tuple.NTuple7
 
_637() - Method in class de.caff.generics.tuple.NTuple8
 
_637() - Method in class de.caff.generics.tuple.NTuple9
 
_637() - Method in class de.caff.generics.tuple.Tuple7
 
_637() - Method in class de.caff.generics.tuple.Tuple8
 
_637() - Method in class de.caff.generics.tuple.Tuple9
 
_638() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 8th.
_638() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 8th.
_638() - Method in class de.caff.generics.tuple.NTuple8
 
_638() - Method in class de.caff.generics.tuple.NTuple9
 
_638() - Method in class de.caff.generics.tuple.Tuple8
 
_638() - Method in class de.caff.generics.tuple.Tuple9
 
_639() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 9th.
_639() - Method in class de.caff.generics.tuple.NTuple9
 
_639() - Method in class de.caff.generics.tuple.Tuple9
 
_64() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 6th, 4th.
_64() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 6th, 4th.
_64() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 6th, 4th.
_64() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 6th, 4th.
_64() - Method in class de.caff.generics.tuple.NTuple6
 
_64() - Method in class de.caff.generics.tuple.NTuple7
 
_64() - Method in class de.caff.generics.tuple.NTuple8
 
_64() - Method in class de.caff.generics.tuple.NTuple9
 
_64() - Method in class de.caff.generics.tuple.Tuple6
 
_64() - Method in class de.caff.generics.tuple.Tuple7
 
_64() - Method in class de.caff.generics.tuple.Tuple8
 
_64() - Method in class de.caff.generics.tuple.Tuple9
 
_641() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 1st.
_641() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 1st.
_641() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 1st.
_641() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 1st.
_641() - Method in class de.caff.generics.tuple.NTuple6
 
_641() - Method in class de.caff.generics.tuple.NTuple7
 
_641() - Method in class de.caff.generics.tuple.NTuple8
 
_641() - Method in class de.caff.generics.tuple.NTuple9
 
_641() - Method in class de.caff.generics.tuple.Tuple6
 
_641() - Method in class de.caff.generics.tuple.Tuple7
 
_641() - Method in class de.caff.generics.tuple.Tuple8
 
_641() - Method in class de.caff.generics.tuple.Tuple9
 
_642() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 2nd.
_642() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 2nd.
_642() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 2nd.
_642() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 2nd.
_642() - Method in class de.caff.generics.tuple.NTuple6
 
_642() - Method in class de.caff.generics.tuple.NTuple7
 
_642() - Method in class de.caff.generics.tuple.NTuple8
 
_642() - Method in class de.caff.generics.tuple.NTuple9
 
_642() - Method in class de.caff.generics.tuple.Tuple6
 
_642() - Method in class de.caff.generics.tuple.Tuple7
 
_642() - Method in class de.caff.generics.tuple.Tuple8
 
_642() - Method in class de.caff.generics.tuple.Tuple9
 
_643() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 3rd.
_643() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 3rd.
_643() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 3rd.
_643() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 3rd.
_643() - Method in class de.caff.generics.tuple.NTuple6
 
_643() - Method in class de.caff.generics.tuple.NTuple7
 
_643() - Method in class de.caff.generics.tuple.NTuple8
 
_643() - Method in class de.caff.generics.tuple.NTuple9
 
_643() - Method in class de.caff.generics.tuple.Tuple6
 
_643() - Method in class de.caff.generics.tuple.Tuple7
 
_643() - Method in class de.caff.generics.tuple.Tuple8
 
_643() - Method in class de.caff.generics.tuple.Tuple9
 
_645() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 5th.
_645() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 5th.
_645() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 5th.
_645() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 5th.
_645() - Method in class de.caff.generics.tuple.NTuple6
 
_645() - Method in class de.caff.generics.tuple.NTuple7
 
_645() - Method in class de.caff.generics.tuple.NTuple8
 
_645() - Method in class de.caff.generics.tuple.NTuple9
 
_645() - Method in class de.caff.generics.tuple.Tuple6
 
_645() - Method in class de.caff.generics.tuple.Tuple7
 
_645() - Method in class de.caff.generics.tuple.Tuple8
 
_645() - Method in class de.caff.generics.tuple.Tuple9
 
_647() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 7th.
_647() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 7th.
_647() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 7th.
_647() - Method in class de.caff.generics.tuple.NTuple7
 
_647() - Method in class de.caff.generics.tuple.NTuple8
 
_647() - Method in class de.caff.generics.tuple.NTuple9
 
_647() - Method in class de.caff.generics.tuple.Tuple7
 
_647() - Method in class de.caff.generics.tuple.Tuple8
 
_647() - Method in class de.caff.generics.tuple.Tuple9
 
_648() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 8th.
_648() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 8th.
_648() - Method in class de.caff.generics.tuple.NTuple8
 
_648() - Method in class de.caff.generics.tuple.NTuple9
 
_648() - Method in class de.caff.generics.tuple.Tuple8
 
_648() - Method in class de.caff.generics.tuple.Tuple9
 
_649() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 9th.
_649() - Method in class de.caff.generics.tuple.NTuple9
 
_649() - Method in class de.caff.generics.tuple.Tuple9
 
_65() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 2-tuple from this one where the elements are ordered: 6th, 5th.
_65() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 6th, 5th.
_65() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 6th, 5th.
_65() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 6th, 5th.
_65() - Method in class de.caff.generics.tuple.NTuple6
 
_65() - Method in class de.caff.generics.tuple.NTuple7
 
_65() - Method in class de.caff.generics.tuple.NTuple8
 
_65() - Method in class de.caff.generics.tuple.NTuple9
 
_65() - Method in class de.caff.generics.tuple.Tuple6
 
_65() - Method in class de.caff.generics.tuple.Tuple7
 
_65() - Method in class de.caff.generics.tuple.Tuple8
 
_65() - Method in class de.caff.generics.tuple.Tuple9
 
_651() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 1st.
_651() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 1st.
_651() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 1st.
_651() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 1st.
_651() - Method in class de.caff.generics.tuple.NTuple6
 
_651() - Method in class de.caff.generics.tuple.NTuple7
 
_651() - Method in class de.caff.generics.tuple.NTuple8
 
_651() - Method in class de.caff.generics.tuple.NTuple9
 
_651() - Method in class de.caff.generics.tuple.Tuple6
 
_651() - Method in class de.caff.generics.tuple.Tuple7
 
_651() - Method in class de.caff.generics.tuple.Tuple8
 
_651() - Method in class de.caff.generics.tuple.Tuple9
 
_652() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 2nd.
_652() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 2nd.
_652() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 2nd.
_652() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 2nd.
_652() - Method in class de.caff.generics.tuple.NTuple6
 
_652() - Method in class de.caff.generics.tuple.NTuple7
 
_652() - Method in class de.caff.generics.tuple.NTuple8
 
_652() - Method in class de.caff.generics.tuple.NTuple9
 
_652() - Method in class de.caff.generics.tuple.Tuple6
 
_652() - Method in class de.caff.generics.tuple.Tuple7
 
_652() - Method in class de.caff.generics.tuple.Tuple8
 
_652() - Method in class de.caff.generics.tuple.Tuple9
 
_653() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 3rd.
_653() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 3rd.
_653() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 3rd.
_653() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 3rd.
_653() - Method in class de.caff.generics.tuple.NTuple6
 
_653() - Method in class de.caff.generics.tuple.NTuple7
 
_653() - Method in class de.caff.generics.tuple.NTuple8
 
_653() - Method in class de.caff.generics.tuple.NTuple9
 
_653() - Method in class de.caff.generics.tuple.Tuple6
 
_653() - Method in class de.caff.generics.tuple.Tuple7
 
_653() - Method in class de.caff.generics.tuple.Tuple8
 
_653() - Method in class de.caff.generics.tuple.Tuple9
 
_654() - Method in interface de.caff.generics.tuple.ITuple6
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 4th.
_654() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 4th.
_654() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 4th.
_654() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 4th.
_654() - Method in class de.caff.generics.tuple.NTuple6
 
_654() - Method in class de.caff.generics.tuple.NTuple7
 
_654() - Method in class de.caff.generics.tuple.NTuple8
 
_654() - Method in class de.caff.generics.tuple.NTuple9
 
_654() - Method in class de.caff.generics.tuple.Tuple6
 
_654() - Method in class de.caff.generics.tuple.Tuple7
 
_654() - Method in class de.caff.generics.tuple.Tuple8
 
_654() - Method in class de.caff.generics.tuple.Tuple9
 
_657() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 7th.
_657() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 7th.
_657() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 7th.
_657() - Method in class de.caff.generics.tuple.NTuple7
 
_657() - Method in class de.caff.generics.tuple.NTuple8
 
_657() - Method in class de.caff.generics.tuple.NTuple9
 
_657() - Method in class de.caff.generics.tuple.Tuple7
 
_657() - Method in class de.caff.generics.tuple.Tuple8
 
_657() - Method in class de.caff.generics.tuple.Tuple9
 
_658() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 8th.
_658() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 8th.
_658() - Method in class de.caff.generics.tuple.NTuple8
 
_658() - Method in class de.caff.generics.tuple.NTuple9
 
_658() - Method in class de.caff.generics.tuple.Tuple8
 
_658() - Method in class de.caff.generics.tuple.Tuple9
 
_659() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 9th.
_659() - Method in class de.caff.generics.tuple.NTuple9
 
_659() - Method in class de.caff.generics.tuple.Tuple9
 
_67() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 6th, 7th.
_67() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 6th, 7th.
_67() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 6th, 7th.
_67() - Method in class de.caff.generics.tuple.NTuple7
 
_67() - Method in class de.caff.generics.tuple.NTuple8
 
_67() - Method in class de.caff.generics.tuple.NTuple9
 
_67() - Method in class de.caff.generics.tuple.Tuple7
 
_67() - Method in class de.caff.generics.tuple.Tuple8
 
_67() - Method in class de.caff.generics.tuple.Tuple9
 
_671() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 1st.
_671() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 1st.
_671() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 1st.
_671() - Method in class de.caff.generics.tuple.NTuple7
 
_671() - Method in class de.caff.generics.tuple.NTuple8
 
_671() - Method in class de.caff.generics.tuple.NTuple9
 
_671() - Method in class de.caff.generics.tuple.Tuple7
 
_671() - Method in class de.caff.generics.tuple.Tuple8
 
_671() - Method in class de.caff.generics.tuple.Tuple9
 
_672() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 2nd.
_672() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 2nd.
_672() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 2nd.
_672() - Method in class de.caff.generics.tuple.NTuple7
 
_672() - Method in class de.caff.generics.tuple.NTuple8
 
_672() - Method in class de.caff.generics.tuple.NTuple9
 
_672() - Method in class de.caff.generics.tuple.Tuple7
 
_672() - Method in class de.caff.generics.tuple.Tuple8
 
_672() - Method in class de.caff.generics.tuple.Tuple9
 
_673() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 3rd.
_673() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 3rd.
_673() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 3rd.
_673() - Method in class de.caff.generics.tuple.NTuple7
 
_673() - Method in class de.caff.generics.tuple.NTuple8
 
_673() - Method in class de.caff.generics.tuple.NTuple9
 
_673() - Method in class de.caff.generics.tuple.Tuple7
 
_673() - Method in class de.caff.generics.tuple.Tuple8
 
_673() - Method in class de.caff.generics.tuple.Tuple9
 
_674() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 4th.
_674() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 4th.
_674() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 4th.
_674() - Method in class de.caff.generics.tuple.NTuple7
 
_674() - Method in class de.caff.generics.tuple.NTuple8
 
_674() - Method in class de.caff.generics.tuple.NTuple9
 
_674() - Method in class de.caff.generics.tuple.Tuple7
 
_674() - Method in class de.caff.generics.tuple.Tuple8
 
_674() - Method in class de.caff.generics.tuple.Tuple9
 
_675() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 5th.
_675() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 5th.
_675() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 5th.
_675() - Method in class de.caff.generics.tuple.NTuple7
 
_675() - Method in class de.caff.generics.tuple.NTuple8
 
_675() - Method in class de.caff.generics.tuple.NTuple9
 
_675() - Method in class de.caff.generics.tuple.Tuple7
 
_675() - Method in class de.caff.generics.tuple.Tuple8
 
_675() - Method in class de.caff.generics.tuple.Tuple9
 
_678() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 8th.
_678() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 8th.
_678() - Method in class de.caff.generics.tuple.NTuple8
 
_678() - Method in class de.caff.generics.tuple.NTuple9
 
_678() - Method in class de.caff.generics.tuple.Tuple8
 
_678() - Method in class de.caff.generics.tuple.Tuple9
 
_6789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 4-tuple from this one where the elements are ordered: 6th, 7th, 8th, 9th.
_6789() - Method in class de.caff.generics.tuple.NTuple9
 
_6789() - Method in class de.caff.generics.tuple.Tuple9
 
_679() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 9th.
_679() - Method in class de.caff.generics.tuple.NTuple9
 
_679() - Method in class de.caff.generics.tuple.Tuple9
 
_68() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 6th, 8th.
_68() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 6th, 8th.
_68() - Method in class de.caff.generics.tuple.NTuple8
 
_68() - Method in class de.caff.generics.tuple.NTuple9
 
_68() - Method in class de.caff.generics.tuple.Tuple8
 
_68() - Method in class de.caff.generics.tuple.Tuple9
 
_681() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 1st.
_681() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 1st.
_681() - Method in class de.caff.generics.tuple.NTuple8
 
_681() - Method in class de.caff.generics.tuple.NTuple9
 
_681() - Method in class de.caff.generics.tuple.Tuple8
 
_681() - Method in class de.caff.generics.tuple.Tuple9
 
_682() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 2nd.
_682() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 2nd.
_682() - Method in class de.caff.generics.tuple.NTuple8
 
_682() - Method in class de.caff.generics.tuple.NTuple9
 
_682() - Method in class de.caff.generics.tuple.Tuple8
 
_682() - Method in class de.caff.generics.tuple.Tuple9
 
_683() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 3rd.
_683() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 3rd.
_683() - Method in class de.caff.generics.tuple.NTuple8
 
_683() - Method in class de.caff.generics.tuple.NTuple9
 
_683() - Method in class de.caff.generics.tuple.Tuple8
 
_683() - Method in class de.caff.generics.tuple.Tuple9
 
_684() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 4th.
_684() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 4th.
_684() - Method in class de.caff.generics.tuple.NTuple8
 
_684() - Method in class de.caff.generics.tuple.NTuple9
 
_684() - Method in class de.caff.generics.tuple.Tuple8
 
_684() - Method in class de.caff.generics.tuple.Tuple9
 
_685() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 5th.
_685() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 5th.
_685() - Method in class de.caff.generics.tuple.NTuple8
 
_685() - Method in class de.caff.generics.tuple.NTuple9
 
_685() - Method in class de.caff.generics.tuple.Tuple8
 
_685() - Method in class de.caff.generics.tuple.Tuple9
 
_687() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 7th.
_687() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 7th.
_687() - Method in class de.caff.generics.tuple.NTuple8
 
_687() - Method in class de.caff.generics.tuple.NTuple9
 
_687() - Method in class de.caff.generics.tuple.Tuple8
 
_687() - Method in class de.caff.generics.tuple.Tuple9
 
_689() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 9th.
_689() - Method in class de.caff.generics.tuple.NTuple9
 
_689() - Method in class de.caff.generics.tuple.Tuple9
 
_69() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 6th, 9th.
_69() - Method in class de.caff.generics.tuple.NTuple9
 
_69() - Method in class de.caff.generics.tuple.Tuple9
 
_691() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 9th, 1st.
_691() - Method in class de.caff.generics.tuple.NTuple9
 
_691() - Method in class de.caff.generics.tuple.Tuple9
 
_692() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 9th, 2nd.
_692() - Method in class de.caff.generics.tuple.NTuple9
 
_692() - Method in class de.caff.generics.tuple.Tuple9
 
_693() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 9th, 3rd.
_693() - Method in class de.caff.generics.tuple.NTuple9
 
_693() - Method in class de.caff.generics.tuple.Tuple9
 
_694() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 9th, 4th.
_694() - Method in class de.caff.generics.tuple.NTuple9
 
_694() - Method in class de.caff.generics.tuple.Tuple9
 
_695() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 9th, 5th.
_695() - Method in class de.caff.generics.tuple.NTuple9
 
_695() - Method in class de.caff.generics.tuple.Tuple9
 
_697() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 9th, 7th.
_697() - Method in class de.caff.generics.tuple.NTuple9
 
_697() - Method in class de.caff.generics.tuple.Tuple9
 
_698() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 6th, 9th, 8th.
_698() - Method in class de.caff.generics.tuple.NTuple9
 
_698() - Method in class de.caff.generics.tuple.Tuple9
 
_7() - Method in interface de.caff.generics.tuple.ITuple7
Get the seventh element.
_7() - Method in interface de.caff.generics.tuple.ITuple8
Get the seventh element.
_7() - Method in interface de.caff.generics.tuple.ITuple9
Get the seventh element.
_7() - Method in class de.caff.generics.tuple.NTuple7
 
_7() - Method in class de.caff.generics.tuple.NTuple8
 
_7() - Method in class de.caff.generics.tuple.NTuple9
 
_7() - Method in class de.caff.generics.tuple.Tuple7
 
_7() - Method in class de.caff.generics.tuple.Tuple8
 
_7() - Method in class de.caff.generics.tuple.Tuple9
 
_71() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 7th, 1st.
_71() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 7th, 1st.
_71() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 7th, 1st.
_71() - Method in class de.caff.generics.tuple.NTuple7
 
_71() - Method in class de.caff.generics.tuple.NTuple8
 
_71() - Method in class de.caff.generics.tuple.NTuple9
 
_71() - Method in class de.caff.generics.tuple.Tuple7
 
_71() - Method in class de.caff.generics.tuple.Tuple8
 
_71() - Method in class de.caff.generics.tuple.Tuple9
 
_712() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 2nd.
_712() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 2nd.
_712() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 2nd.
_712() - Method in class de.caff.generics.tuple.NTuple7
 
_712() - Method in class de.caff.generics.tuple.NTuple8
 
_712() - Method in class de.caff.generics.tuple.NTuple9
 
_712() - Method in class de.caff.generics.tuple.Tuple7
 
_712() - Method in class de.caff.generics.tuple.Tuple8
 
_712() - Method in class de.caff.generics.tuple.Tuple9
 
_713() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 3rd.
_713() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 3rd.
_713() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 3rd.
_713() - Method in class de.caff.generics.tuple.NTuple7
 
_713() - Method in class de.caff.generics.tuple.NTuple8
 
_713() - Method in class de.caff.generics.tuple.NTuple9
 
_713() - Method in class de.caff.generics.tuple.Tuple7
 
_713() - Method in class de.caff.generics.tuple.Tuple8
 
_713() - Method in class de.caff.generics.tuple.Tuple9
 
_714() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 4th.
_714() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 4th.
_714() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 4th.
_714() - Method in class de.caff.generics.tuple.NTuple7
 
_714() - Method in class de.caff.generics.tuple.NTuple8
 
_714() - Method in class de.caff.generics.tuple.NTuple9
 
_714() - Method in class de.caff.generics.tuple.Tuple7
 
_714() - Method in class de.caff.generics.tuple.Tuple8
 
_714() - Method in class de.caff.generics.tuple.Tuple9
 
_715() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 5th.
_715() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 5th.
_715() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 5th.
_715() - Method in class de.caff.generics.tuple.NTuple7
 
_715() - Method in class de.caff.generics.tuple.NTuple8
 
_715() - Method in class de.caff.generics.tuple.NTuple9
 
_715() - Method in class de.caff.generics.tuple.Tuple7
 
_715() - Method in class de.caff.generics.tuple.Tuple8
 
_715() - Method in class de.caff.generics.tuple.Tuple9
 
_716() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 6th.
_716() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 6th.
_716() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 6th.
_716() - Method in class de.caff.generics.tuple.NTuple7
 
_716() - Method in class de.caff.generics.tuple.NTuple8
 
_716() - Method in class de.caff.generics.tuple.NTuple9
 
_716() - Method in class de.caff.generics.tuple.Tuple7
 
_716() - Method in class de.caff.generics.tuple.Tuple8
 
_716() - Method in class de.caff.generics.tuple.Tuple9
 
_718() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 8th.
_718() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 8th.
_718() - Method in class de.caff.generics.tuple.NTuple8
 
_718() - Method in class de.caff.generics.tuple.NTuple9
 
_718() - Method in class de.caff.generics.tuple.Tuple8
 
_718() - Method in class de.caff.generics.tuple.Tuple9
 
_719() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 9th.
_719() - Method in class de.caff.generics.tuple.NTuple9
 
_719() - Method in class de.caff.generics.tuple.Tuple9
 
_72() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 7th, 2nd.
_72() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 7th, 2nd.
_72() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 7th, 2nd.
_72() - Method in class de.caff.generics.tuple.NTuple7
 
_72() - Method in class de.caff.generics.tuple.NTuple8
 
_72() - Method in class de.caff.generics.tuple.NTuple9
 
_72() - Method in class de.caff.generics.tuple.Tuple7
 
_72() - Method in class de.caff.generics.tuple.Tuple8
 
_72() - Method in class de.caff.generics.tuple.Tuple9
 
_721() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 1st.
_721() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 1st.
_721() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 1st.
_721() - Method in class de.caff.generics.tuple.NTuple7
 
_721() - Method in class de.caff.generics.tuple.NTuple8
 
_721() - Method in class de.caff.generics.tuple.NTuple9
 
_721() - Method in class de.caff.generics.tuple.Tuple7
 
_721() - Method in class de.caff.generics.tuple.Tuple8
 
_721() - Method in class de.caff.generics.tuple.Tuple9
 
_723() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 3rd.
_723() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 3rd.
_723() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 3rd.
_723() - Method in class de.caff.generics.tuple.NTuple7
 
_723() - Method in class de.caff.generics.tuple.NTuple8
 
_723() - Method in class de.caff.generics.tuple.NTuple9
 
_723() - Method in class de.caff.generics.tuple.Tuple7
 
_723() - Method in class de.caff.generics.tuple.Tuple8
 
_723() - Method in class de.caff.generics.tuple.Tuple9
 
_724() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 4th.
_724() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 4th.
_724() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 4th.
_724() - Method in class de.caff.generics.tuple.NTuple7
 
_724() - Method in class de.caff.generics.tuple.NTuple8
 
_724() - Method in class de.caff.generics.tuple.NTuple9
 
_724() - Method in class de.caff.generics.tuple.Tuple7
 
_724() - Method in class de.caff.generics.tuple.Tuple8
 
_724() - Method in class de.caff.generics.tuple.Tuple9
 
_725() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 5th.
_725() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 5th.
_725() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 5th.
_725() - Method in class de.caff.generics.tuple.NTuple7
 
_725() - Method in class de.caff.generics.tuple.NTuple8
 
_725() - Method in class de.caff.generics.tuple.NTuple9
 
_725() - Method in class de.caff.generics.tuple.Tuple7
 
_725() - Method in class de.caff.generics.tuple.Tuple8
 
_725() - Method in class de.caff.generics.tuple.Tuple9
 
_726() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 6th.
_726() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 6th.
_726() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 6th.
_726() - Method in class de.caff.generics.tuple.NTuple7
 
_726() - Method in class de.caff.generics.tuple.NTuple8
 
_726() - Method in class de.caff.generics.tuple.NTuple9
 
_726() - Method in class de.caff.generics.tuple.Tuple7
 
_726() - Method in class de.caff.generics.tuple.Tuple8
 
_726() - Method in class de.caff.generics.tuple.Tuple9
 
_728() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 8th.
_728() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 8th.
_728() - Method in class de.caff.generics.tuple.NTuple8
 
_728() - Method in class de.caff.generics.tuple.NTuple9
 
_728() - Method in class de.caff.generics.tuple.Tuple8
 
_728() - Method in class de.caff.generics.tuple.Tuple9
 
_729() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 9th.
_729() - Method in class de.caff.generics.tuple.NTuple9
 
_729() - Method in class de.caff.generics.tuple.Tuple9
 
_73() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 7th, 3rd.
_73() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 7th, 3rd.
_73() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 7th, 3rd.
_73() - Method in class de.caff.generics.tuple.NTuple7
 
_73() - Method in class de.caff.generics.tuple.NTuple8
 
_73() - Method in class de.caff.generics.tuple.NTuple9
 
_73() - Method in class de.caff.generics.tuple.Tuple7
 
_73() - Method in class de.caff.generics.tuple.Tuple8
 
_73() - Method in class de.caff.generics.tuple.Tuple9
 
_731() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 1st.
_731() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 1st.
_731() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 1st.
_731() - Method in class de.caff.generics.tuple.NTuple7
 
_731() - Method in class de.caff.generics.tuple.NTuple8
 
_731() - Method in class de.caff.generics.tuple.NTuple9
 
_731() - Method in class de.caff.generics.tuple.Tuple7
 
_731() - Method in class de.caff.generics.tuple.Tuple8
 
_731() - Method in class de.caff.generics.tuple.Tuple9
 
_732() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 2nd.
_732() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 2nd.
_732() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 2nd.
_732() - Method in class de.caff.generics.tuple.NTuple7
 
_732() - Method in class de.caff.generics.tuple.NTuple8
 
_732() - Method in class de.caff.generics.tuple.NTuple9
 
_732() - Method in class de.caff.generics.tuple.Tuple7
 
_732() - Method in class de.caff.generics.tuple.Tuple8
 
_732() - Method in class de.caff.generics.tuple.Tuple9
 
_734() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 4th.
_734() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 4th.
_734() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 4th.
_734() - Method in class de.caff.generics.tuple.NTuple7
 
_734() - Method in class de.caff.generics.tuple.NTuple8
 
_734() - Method in class de.caff.generics.tuple.NTuple9
 
_734() - Method in class de.caff.generics.tuple.Tuple7
 
_734() - Method in class de.caff.generics.tuple.Tuple8
 
_734() - Method in class de.caff.generics.tuple.Tuple9
 
_735() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 5th.
_735() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 5th.
_735() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 5th.
_735() - Method in class de.caff.generics.tuple.NTuple7
 
_735() - Method in class de.caff.generics.tuple.NTuple8
 
_735() - Method in class de.caff.generics.tuple.NTuple9
 
_735() - Method in class de.caff.generics.tuple.Tuple7
 
_735() - Method in class de.caff.generics.tuple.Tuple8
 
_735() - Method in class de.caff.generics.tuple.Tuple9
 
_736() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 6th.
_736() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 6th.
_736() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 6th.
_736() - Method in class de.caff.generics.tuple.NTuple7
 
_736() - Method in class de.caff.generics.tuple.NTuple8
 
_736() - Method in class de.caff.generics.tuple.NTuple9
 
_736() - Method in class de.caff.generics.tuple.Tuple7
 
_736() - Method in class de.caff.generics.tuple.Tuple8
 
_736() - Method in class de.caff.generics.tuple.Tuple9
 
_738() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 8th.
_738() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 8th.
_738() - Method in class de.caff.generics.tuple.NTuple8
 
_738() - Method in class de.caff.generics.tuple.NTuple9
 
_738() - Method in class de.caff.generics.tuple.Tuple8
 
_738() - Method in class de.caff.generics.tuple.Tuple9
 
_739() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 9th.
_739() - Method in class de.caff.generics.tuple.NTuple9
 
_739() - Method in class de.caff.generics.tuple.Tuple9
 
_74() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 7th, 4th.
_74() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 7th, 4th.
_74() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 7th, 4th.
_74() - Method in class de.caff.generics.tuple.NTuple7
 
_74() - Method in class de.caff.generics.tuple.NTuple8
 
_74() - Method in class de.caff.generics.tuple.NTuple9
 
_74() - Method in class de.caff.generics.tuple.Tuple7
 
_74() - Method in class de.caff.generics.tuple.Tuple8
 
_74() - Method in class de.caff.generics.tuple.Tuple9
 
_741() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 1st.
_741() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 1st.
_741() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 1st.
_741() - Method in class de.caff.generics.tuple.NTuple7
 
_741() - Method in class de.caff.generics.tuple.NTuple8
 
_741() - Method in class de.caff.generics.tuple.NTuple9
 
_741() - Method in class de.caff.generics.tuple.Tuple7
 
_741() - Method in class de.caff.generics.tuple.Tuple8
 
_741() - Method in class de.caff.generics.tuple.Tuple9
 
_742() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 2nd.
_742() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 2nd.
_742() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 2nd.
_742() - Method in class de.caff.generics.tuple.NTuple7
 
_742() - Method in class de.caff.generics.tuple.NTuple8
 
_742() - Method in class de.caff.generics.tuple.NTuple9
 
_742() - Method in class de.caff.generics.tuple.Tuple7
 
_742() - Method in class de.caff.generics.tuple.Tuple8
 
_742() - Method in class de.caff.generics.tuple.Tuple9
 
_743() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 3rd.
_743() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 3rd.
_743() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 3rd.
_743() - Method in class de.caff.generics.tuple.NTuple7
 
_743() - Method in class de.caff.generics.tuple.NTuple8
 
_743() - Method in class de.caff.generics.tuple.NTuple9
 
_743() - Method in class de.caff.generics.tuple.Tuple7
 
_743() - Method in class de.caff.generics.tuple.Tuple8
 
_743() - Method in class de.caff.generics.tuple.Tuple9
 
_745() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 5th.
_745() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 5th.
_745() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 5th.
_745() - Method in class de.caff.generics.tuple.NTuple7
 
_745() - Method in class de.caff.generics.tuple.NTuple8
 
_745() - Method in class de.caff.generics.tuple.NTuple9
 
_745() - Method in class de.caff.generics.tuple.Tuple7
 
_745() - Method in class de.caff.generics.tuple.Tuple8
 
_745() - Method in class de.caff.generics.tuple.Tuple9
 
_746() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 6th.
_746() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 6th.
_746() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 6th.
_746() - Method in class de.caff.generics.tuple.NTuple7
 
_746() - Method in class de.caff.generics.tuple.NTuple8
 
_746() - Method in class de.caff.generics.tuple.NTuple9
 
_746() - Method in class de.caff.generics.tuple.Tuple7
 
_746() - Method in class de.caff.generics.tuple.Tuple8
 
_746() - Method in class de.caff.generics.tuple.Tuple9
 
_748() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 8th.
_748() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 8th.
_748() - Method in class de.caff.generics.tuple.NTuple8
 
_748() - Method in class de.caff.generics.tuple.NTuple9
 
_748() - Method in class de.caff.generics.tuple.Tuple8
 
_748() - Method in class de.caff.generics.tuple.Tuple9
 
_749() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 9th.
_749() - Method in class de.caff.generics.tuple.NTuple9
 
_749() - Method in class de.caff.generics.tuple.Tuple9
 
_75() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 7th, 5th.
_75() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 7th, 5th.
_75() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 7th, 5th.
_75() - Method in class de.caff.generics.tuple.NTuple7
 
_75() - Method in class de.caff.generics.tuple.NTuple8
 
_75() - Method in class de.caff.generics.tuple.NTuple9
 
_75() - Method in class de.caff.generics.tuple.Tuple7
 
_75() - Method in class de.caff.generics.tuple.Tuple8
 
_75() - Method in class de.caff.generics.tuple.Tuple9
 
_751() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 1st.
_751() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 1st.
_751() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 1st.
_751() - Method in class de.caff.generics.tuple.NTuple7
 
_751() - Method in class de.caff.generics.tuple.NTuple8
 
_751() - Method in class de.caff.generics.tuple.NTuple9
 
_751() - Method in class de.caff.generics.tuple.Tuple7
 
_751() - Method in class de.caff.generics.tuple.Tuple8
 
_751() - Method in class de.caff.generics.tuple.Tuple9
 
_752() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 2nd.
_752() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 2nd.
_752() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 2nd.
_752() - Method in class de.caff.generics.tuple.NTuple7
 
_752() - Method in class de.caff.generics.tuple.NTuple8
 
_752() - Method in class de.caff.generics.tuple.NTuple9
 
_752() - Method in class de.caff.generics.tuple.Tuple7
 
_752() - Method in class de.caff.generics.tuple.Tuple8
 
_752() - Method in class de.caff.generics.tuple.Tuple9
 
_753() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 3rd.
_753() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 3rd.
_753() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 3rd.
_753() - Method in class de.caff.generics.tuple.NTuple7
 
_753() - Method in class de.caff.generics.tuple.NTuple8
 
_753() - Method in class de.caff.generics.tuple.NTuple9
 
_753() - Method in class de.caff.generics.tuple.Tuple7
 
_753() - Method in class de.caff.generics.tuple.Tuple8
 
_753() - Method in class de.caff.generics.tuple.Tuple9
 
_754() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 4th.
_754() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 4th.
_754() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 4th.
_754() - Method in class de.caff.generics.tuple.NTuple7
 
_754() - Method in class de.caff.generics.tuple.NTuple8
 
_754() - Method in class de.caff.generics.tuple.NTuple9
 
_754() - Method in class de.caff.generics.tuple.Tuple7
 
_754() - Method in class de.caff.generics.tuple.Tuple8
 
_754() - Method in class de.caff.generics.tuple.Tuple9
 
_756() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 6th.
_756() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 6th.
_756() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 6th.
_756() - Method in class de.caff.generics.tuple.NTuple7
 
_756() - Method in class de.caff.generics.tuple.NTuple8
 
_756() - Method in class de.caff.generics.tuple.NTuple9
 
_756() - Method in class de.caff.generics.tuple.Tuple7
 
_756() - Method in class de.caff.generics.tuple.Tuple8
 
_756() - Method in class de.caff.generics.tuple.Tuple9
 
_758() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 8th.
_758() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 8th.
_758() - Method in class de.caff.generics.tuple.NTuple8
 
_758() - Method in class de.caff.generics.tuple.NTuple9
 
_758() - Method in class de.caff.generics.tuple.Tuple8
 
_758() - Method in class de.caff.generics.tuple.Tuple9
 
_759() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 9th.
_759() - Method in class de.caff.generics.tuple.NTuple9
 
_759() - Method in class de.caff.generics.tuple.Tuple9
 
_76() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 2-tuple from this one where the elements are ordered: 7th, 6th.
_76() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 7th, 6th.
_76() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 7th, 6th.
_76() - Method in class de.caff.generics.tuple.NTuple7
 
_76() - Method in class de.caff.generics.tuple.NTuple8
 
_76() - Method in class de.caff.generics.tuple.NTuple9
 
_76() - Method in class de.caff.generics.tuple.Tuple7
 
_76() - Method in class de.caff.generics.tuple.Tuple8
 
_76() - Method in class de.caff.generics.tuple.Tuple9
 
_761() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 1st.
_761() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 1st.
_761() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 1st.
_761() - Method in class de.caff.generics.tuple.NTuple7
 
_761() - Method in class de.caff.generics.tuple.NTuple8
 
_761() - Method in class de.caff.generics.tuple.NTuple9
 
_761() - Method in class de.caff.generics.tuple.Tuple7
 
_761() - Method in class de.caff.generics.tuple.Tuple8
 
_761() - Method in class de.caff.generics.tuple.Tuple9
 
_762() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 2nd.
_762() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 2nd.
_762() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 2nd.
_762() - Method in class de.caff.generics.tuple.NTuple7
 
_762() - Method in class de.caff.generics.tuple.NTuple8
 
_762() - Method in class de.caff.generics.tuple.NTuple9
 
_762() - Method in class de.caff.generics.tuple.Tuple7
 
_762() - Method in class de.caff.generics.tuple.Tuple8
 
_762() - Method in class de.caff.generics.tuple.Tuple9
 
_763() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 3rd.
_763() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 3rd.
_763() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 3rd.
_763() - Method in class de.caff.generics.tuple.NTuple7
 
_763() - Method in class de.caff.generics.tuple.NTuple8
 
_763() - Method in class de.caff.generics.tuple.NTuple9
 
_763() - Method in class de.caff.generics.tuple.Tuple7
 
_763() - Method in class de.caff.generics.tuple.Tuple8
 
_763() - Method in class de.caff.generics.tuple.Tuple9
 
_764() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 4th.
_764() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 4th.
_764() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 4th.
_764() - Method in class de.caff.generics.tuple.NTuple7
 
_764() - Method in class de.caff.generics.tuple.NTuple8
 
_764() - Method in class de.caff.generics.tuple.NTuple9
 
_764() - Method in class de.caff.generics.tuple.Tuple7
 
_764() - Method in class de.caff.generics.tuple.Tuple8
 
_764() - Method in class de.caff.generics.tuple.Tuple9
 
_765() - Method in interface de.caff.generics.tuple.ITuple7
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 5th.
_765() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 5th.
_765() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 5th.
_765() - Method in class de.caff.generics.tuple.NTuple7
 
_765() - Method in class de.caff.generics.tuple.NTuple8
 
_765() - Method in class de.caff.generics.tuple.NTuple9
 
_765() - Method in class de.caff.generics.tuple.Tuple7
 
_765() - Method in class de.caff.generics.tuple.Tuple8
 
_765() - Method in class de.caff.generics.tuple.Tuple9
 
_768() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 8th.
_768() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 8th.
_768() - Method in class de.caff.generics.tuple.NTuple8
 
_768() - Method in class de.caff.generics.tuple.NTuple9
 
_768() - Method in class de.caff.generics.tuple.Tuple8
 
_768() - Method in class de.caff.generics.tuple.Tuple9
 
_769() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 9th.
_769() - Method in class de.caff.generics.tuple.NTuple9
 
_769() - Method in class de.caff.generics.tuple.Tuple9
 
_78() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 7th, 8th.
_78() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 7th, 8th.
_78() - Method in class de.caff.generics.tuple.NTuple8
 
_78() - Method in class de.caff.generics.tuple.NTuple9
 
_78() - Method in class de.caff.generics.tuple.Tuple8
 
_78() - Method in class de.caff.generics.tuple.Tuple9
 
_781() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 1st.
_781() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 1st.
_781() - Method in class de.caff.generics.tuple.NTuple8
 
_781() - Method in class de.caff.generics.tuple.NTuple9
 
_781() - Method in class de.caff.generics.tuple.Tuple8
 
_781() - Method in class de.caff.generics.tuple.Tuple9
 
_782() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 2nd.
_782() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 2nd.
_782() - Method in class de.caff.generics.tuple.NTuple8
 
_782() - Method in class de.caff.generics.tuple.NTuple9
 
_782() - Method in class de.caff.generics.tuple.Tuple8
 
_782() - Method in class de.caff.generics.tuple.Tuple9
 
_783() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 3rd.
_783() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 3rd.
_783() - Method in class de.caff.generics.tuple.NTuple8
 
_783() - Method in class de.caff.generics.tuple.NTuple9
 
_783() - Method in class de.caff.generics.tuple.Tuple8
 
_783() - Method in class de.caff.generics.tuple.Tuple9
 
_784() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 4th.
_784() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 4th.
_784() - Method in class de.caff.generics.tuple.NTuple8
 
_784() - Method in class de.caff.generics.tuple.NTuple9
 
_784() - Method in class de.caff.generics.tuple.Tuple8
 
_784() - Method in class de.caff.generics.tuple.Tuple9
 
_785() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 5th.
_785() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 5th.
_785() - Method in class de.caff.generics.tuple.NTuple8
 
_785() - Method in class de.caff.generics.tuple.NTuple9
 
_785() - Method in class de.caff.generics.tuple.Tuple8
 
_785() - Method in class de.caff.generics.tuple.Tuple9
 
_786() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 6th.
_786() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 6th.
_786() - Method in class de.caff.generics.tuple.NTuple8
 
_786() - Method in class de.caff.generics.tuple.NTuple9
 
_786() - Method in class de.caff.generics.tuple.Tuple8
 
_786() - Method in class de.caff.generics.tuple.Tuple9
 
_789() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 9th.
_789() - Method in class de.caff.generics.tuple.NTuple9
 
_789() - Method in class de.caff.generics.tuple.Tuple9
 
_79() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 7th, 9th.
_79() - Method in class de.caff.generics.tuple.NTuple9
 
_79() - Method in class de.caff.generics.tuple.Tuple9
 
_791() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 9th, 1st.
_791() - Method in class de.caff.generics.tuple.NTuple9
 
_791() - Method in class de.caff.generics.tuple.Tuple9
 
_792() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 9th, 2nd.
_792() - Method in class de.caff.generics.tuple.NTuple9
 
_792() - Method in class de.caff.generics.tuple.Tuple9
 
_793() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 9th, 3rd.
_793() - Method in class de.caff.generics.tuple.NTuple9
 
_793() - Method in class de.caff.generics.tuple.Tuple9
 
_794() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 9th, 4th.
_794() - Method in class de.caff.generics.tuple.NTuple9
 
_794() - Method in class de.caff.generics.tuple.Tuple9
 
_795() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 9th, 5th.
_795() - Method in class de.caff.generics.tuple.NTuple9
 
_795() - Method in class de.caff.generics.tuple.Tuple9
 
_796() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 9th, 6th.
_796() - Method in class de.caff.generics.tuple.NTuple9
 
_796() - Method in class de.caff.generics.tuple.Tuple9
 
_798() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 7th, 9th, 8th.
_798() - Method in class de.caff.generics.tuple.NTuple9
 
_798() - Method in class de.caff.generics.tuple.Tuple9
 
_8() - Method in interface de.caff.generics.tuple.ITuple8
Get the eighth element.
_8() - Method in interface de.caff.generics.tuple.ITuple9
Get the eighth element.
_8() - Method in class de.caff.generics.tuple.NTuple8
 
_8() - Method in class de.caff.generics.tuple.NTuple9
 
_8() - Method in class de.caff.generics.tuple.Tuple8
 
_8() - Method in class de.caff.generics.tuple.Tuple9
 
_81() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 8th, 1st.
_81() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 8th, 1st.
_81() - Method in class de.caff.generics.tuple.NTuple8
 
_81() - Method in class de.caff.generics.tuple.NTuple9
 
_81() - Method in class de.caff.generics.tuple.Tuple8
 
_81() - Method in class de.caff.generics.tuple.Tuple9
 
_812() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 2nd.
_812() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 2nd.
_812() - Method in class de.caff.generics.tuple.NTuple8
 
_812() - Method in class de.caff.generics.tuple.NTuple9
 
_812() - Method in class de.caff.generics.tuple.Tuple8
 
_812() - Method in class de.caff.generics.tuple.Tuple9
 
_813() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 3rd.
_813() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 3rd.
_813() - Method in class de.caff.generics.tuple.NTuple8
 
_813() - Method in class de.caff.generics.tuple.NTuple9
 
_813() - Method in class de.caff.generics.tuple.Tuple8
 
_813() - Method in class de.caff.generics.tuple.Tuple9
 
_814() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 4th.
_814() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 4th.
_814() - Method in class de.caff.generics.tuple.NTuple8
 
_814() - Method in class de.caff.generics.tuple.NTuple9
 
_814() - Method in class de.caff.generics.tuple.Tuple8
 
_814() - Method in class de.caff.generics.tuple.Tuple9
 
_815() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 5th.
_815() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 5th.
_815() - Method in class de.caff.generics.tuple.NTuple8
 
_815() - Method in class de.caff.generics.tuple.NTuple9
 
_815() - Method in class de.caff.generics.tuple.Tuple8
 
_815() - Method in class de.caff.generics.tuple.Tuple9
 
_816() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 6th.
_816() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 6th.
_816() - Method in class de.caff.generics.tuple.NTuple8
 
_816() - Method in class de.caff.generics.tuple.NTuple9
 
_816() - Method in class de.caff.generics.tuple.Tuple8
 
_816() - Method in class de.caff.generics.tuple.Tuple9
 
_817() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 7th.
_817() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 7th.
_817() - Method in class de.caff.generics.tuple.NTuple8
 
_817() - Method in class de.caff.generics.tuple.NTuple9
 
_817() - Method in class de.caff.generics.tuple.Tuple8
 
_817() - Method in class de.caff.generics.tuple.Tuple9
 
_819() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 9th.
_819() - Method in class de.caff.generics.tuple.NTuple9
 
_819() - Method in class de.caff.generics.tuple.Tuple9
 
_82() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 8th, 2nd.
_82() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 8th, 2nd.
_82() - Method in class de.caff.generics.tuple.NTuple8
 
_82() - Method in class de.caff.generics.tuple.NTuple9
 
_82() - Method in class de.caff.generics.tuple.Tuple8
 
_82() - Method in class de.caff.generics.tuple.Tuple9
 
_821() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 1st.
_821() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 1st.
_821() - Method in class de.caff.generics.tuple.NTuple8
 
_821() - Method in class de.caff.generics.tuple.NTuple9
 
_821() - Method in class de.caff.generics.tuple.Tuple8
 
_821() - Method in class de.caff.generics.tuple.Tuple9
 
_823() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 3rd.
_823() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 3rd.
_823() - Method in class de.caff.generics.tuple.NTuple8
 
_823() - Method in class de.caff.generics.tuple.NTuple9
 
_823() - Method in class de.caff.generics.tuple.Tuple8
 
_823() - Method in class de.caff.generics.tuple.Tuple9
 
_824() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 4th.
_824() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 4th.
_824() - Method in class de.caff.generics.tuple.NTuple8
 
_824() - Method in class de.caff.generics.tuple.NTuple9
 
_824() - Method in class de.caff.generics.tuple.Tuple8
 
_824() - Method in class de.caff.generics.tuple.Tuple9
 
_825() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 5th.
_825() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 5th.
_825() - Method in class de.caff.generics.tuple.NTuple8
 
_825() - Method in class de.caff.generics.tuple.NTuple9
 
_825() - Method in class de.caff.generics.tuple.Tuple8
 
_825() - Method in class de.caff.generics.tuple.Tuple9
 
_826() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 6th.
_826() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 6th.
_826() - Method in class de.caff.generics.tuple.NTuple8
 
_826() - Method in class de.caff.generics.tuple.NTuple9
 
_826() - Method in class de.caff.generics.tuple.Tuple8
 
_826() - Method in class de.caff.generics.tuple.Tuple9
 
_827() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 7th.
_827() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 7th.
_827() - Method in class de.caff.generics.tuple.NTuple8
 
_827() - Method in class de.caff.generics.tuple.NTuple9
 
_827() - Method in class de.caff.generics.tuple.Tuple8
 
_827() - Method in class de.caff.generics.tuple.Tuple9
 
_829() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 9th.
_829() - Method in class de.caff.generics.tuple.NTuple9
 
_829() - Method in class de.caff.generics.tuple.Tuple9
 
_83() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 8th, 3rd.
_83() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 8th, 3rd.
_83() - Method in class de.caff.generics.tuple.NTuple8
 
_83() - Method in class de.caff.generics.tuple.NTuple9
 
_83() - Method in class de.caff.generics.tuple.Tuple8
 
_83() - Method in class de.caff.generics.tuple.Tuple9
 
_831() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 1st.
_831() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 1st.
_831() - Method in class de.caff.generics.tuple.NTuple8
 
_831() - Method in class de.caff.generics.tuple.NTuple9
 
_831() - Method in class de.caff.generics.tuple.Tuple8
 
_831() - Method in class de.caff.generics.tuple.Tuple9
 
_832() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 2nd.
_832() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 2nd.
_832() - Method in class de.caff.generics.tuple.NTuple8
 
_832() - Method in class de.caff.generics.tuple.NTuple9
 
_832() - Method in class de.caff.generics.tuple.Tuple8
 
_832() - Method in class de.caff.generics.tuple.Tuple9
 
_834() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 4th.
_834() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 4th.
_834() - Method in class de.caff.generics.tuple.NTuple8
 
_834() - Method in class de.caff.generics.tuple.NTuple9
 
_834() - Method in class de.caff.generics.tuple.Tuple8
 
_834() - Method in class de.caff.generics.tuple.Tuple9
 
_835() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 5th.
_835() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 5th.
_835() - Method in class de.caff.generics.tuple.NTuple8
 
_835() - Method in class de.caff.generics.tuple.NTuple9
 
_835() - Method in class de.caff.generics.tuple.Tuple8
 
_835() - Method in class de.caff.generics.tuple.Tuple9
 
_836() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 6th.
_836() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 6th.
_836() - Method in class de.caff.generics.tuple.NTuple8
 
_836() - Method in class de.caff.generics.tuple.NTuple9
 
_836() - Method in class de.caff.generics.tuple.Tuple8
 
_836() - Method in class de.caff.generics.tuple.Tuple9
 
_837() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 7th.
_837() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 7th.
_837() - Method in class de.caff.generics.tuple.NTuple8
 
_837() - Method in class de.caff.generics.tuple.NTuple9
 
_837() - Method in class de.caff.generics.tuple.Tuple8
 
_837() - Method in class de.caff.generics.tuple.Tuple9
 
_839() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 9th.
_839() - Method in class de.caff.generics.tuple.NTuple9
 
_839() - Method in class de.caff.generics.tuple.Tuple9
 
_84() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 8th, 4th.
_84() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 8th, 4th.
_84() - Method in class de.caff.generics.tuple.NTuple8
 
_84() - Method in class de.caff.generics.tuple.NTuple9
 
_84() - Method in class de.caff.generics.tuple.Tuple8
 
_84() - Method in class de.caff.generics.tuple.Tuple9
 
_841() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 1st.
_841() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 1st.
_841() - Method in class de.caff.generics.tuple.NTuple8
 
_841() - Method in class de.caff.generics.tuple.NTuple9
 
_841() - Method in class de.caff.generics.tuple.Tuple8
 
_841() - Method in class de.caff.generics.tuple.Tuple9
 
_842() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 2nd.
_842() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 2nd.
_842() - Method in class de.caff.generics.tuple.NTuple8
 
_842() - Method in class de.caff.generics.tuple.NTuple9
 
_842() - Method in class de.caff.generics.tuple.Tuple8
 
_842() - Method in class de.caff.generics.tuple.Tuple9
 
_843() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 3rd.
_843() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 3rd.
_843() - Method in class de.caff.generics.tuple.NTuple8
 
_843() - Method in class de.caff.generics.tuple.NTuple9
 
_843() - Method in class de.caff.generics.tuple.Tuple8
 
_843() - Method in class de.caff.generics.tuple.Tuple9
 
_845() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 5th.
_845() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 5th.
_845() - Method in class de.caff.generics.tuple.NTuple8
 
_845() - Method in class de.caff.generics.tuple.NTuple9
 
_845() - Method in class de.caff.generics.tuple.Tuple8
 
_845() - Method in class de.caff.generics.tuple.Tuple9
 
_846() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 6th.
_846() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 6th.
_846() - Method in class de.caff.generics.tuple.NTuple8
 
_846() - Method in class de.caff.generics.tuple.NTuple9
 
_846() - Method in class de.caff.generics.tuple.Tuple8
 
_846() - Method in class de.caff.generics.tuple.Tuple9
 
_847() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 7th.
_847() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 7th.
_847() - Method in class de.caff.generics.tuple.NTuple8
 
_847() - Method in class de.caff.generics.tuple.NTuple9
 
_847() - Method in class de.caff.generics.tuple.Tuple8
 
_847() - Method in class de.caff.generics.tuple.Tuple9
 
_849() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 9th.
_849() - Method in class de.caff.generics.tuple.NTuple9
 
_849() - Method in class de.caff.generics.tuple.Tuple9
 
_85() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 8th, 5th.
_85() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 8th, 5th.
_85() - Method in class de.caff.generics.tuple.NTuple8
 
_85() - Method in class de.caff.generics.tuple.NTuple9
 
_85() - Method in class de.caff.generics.tuple.Tuple8
 
_85() - Method in class de.caff.generics.tuple.Tuple9
 
_851() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 1st.
_851() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 1st.
_851() - Method in class de.caff.generics.tuple.NTuple8
 
_851() - Method in class de.caff.generics.tuple.NTuple9
 
_851() - Method in class de.caff.generics.tuple.Tuple8
 
_851() - Method in class de.caff.generics.tuple.Tuple9
 
_852() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 2nd.
_852() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 2nd.
_852() - Method in class de.caff.generics.tuple.NTuple8
 
_852() - Method in class de.caff.generics.tuple.NTuple9
 
_852() - Method in class de.caff.generics.tuple.Tuple8
 
_852() - Method in class de.caff.generics.tuple.Tuple9
 
_853() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 3rd.
_853() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 3rd.
_853() - Method in class de.caff.generics.tuple.NTuple8
 
_853() - Method in class de.caff.generics.tuple.NTuple9
 
_853() - Method in class de.caff.generics.tuple.Tuple8
 
_853() - Method in class de.caff.generics.tuple.Tuple9
 
_854() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 4th.
_854() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 4th.
_854() - Method in class de.caff.generics.tuple.NTuple8
 
_854() - Method in class de.caff.generics.tuple.NTuple9
 
_854() - Method in class de.caff.generics.tuple.Tuple8
 
_854() - Method in class de.caff.generics.tuple.Tuple9
 
_856() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 6th.
_856() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 6th.
_856() - Method in class de.caff.generics.tuple.NTuple8
 
_856() - Method in class de.caff.generics.tuple.NTuple9
 
_856() - Method in class de.caff.generics.tuple.Tuple8
 
_856() - Method in class de.caff.generics.tuple.Tuple9
 
_857() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 7th.
_857() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 7th.
_857() - Method in class de.caff.generics.tuple.NTuple8
 
_857() - Method in class de.caff.generics.tuple.NTuple9
 
_857() - Method in class de.caff.generics.tuple.Tuple8
 
_857() - Method in class de.caff.generics.tuple.Tuple9
 
_859() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 9th.
_859() - Method in class de.caff.generics.tuple.NTuple9
 
_859() - Method in class de.caff.generics.tuple.Tuple9
 
_86() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 8th, 6th.
_86() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 8th, 6th.
_86() - Method in class de.caff.generics.tuple.NTuple8
 
_86() - Method in class de.caff.generics.tuple.NTuple9
 
_86() - Method in class de.caff.generics.tuple.Tuple8
 
_86() - Method in class de.caff.generics.tuple.Tuple9
 
_861() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 1st.
_861() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 1st.
_861() - Method in class de.caff.generics.tuple.NTuple8
 
_861() - Method in class de.caff.generics.tuple.NTuple9
 
_861() - Method in class de.caff.generics.tuple.Tuple8
 
_861() - Method in class de.caff.generics.tuple.Tuple9
 
_862() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 2nd.
_862() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 2nd.
_862() - Method in class de.caff.generics.tuple.NTuple8
 
_862() - Method in class de.caff.generics.tuple.NTuple9
 
_862() - Method in class de.caff.generics.tuple.Tuple8
 
_862() - Method in class de.caff.generics.tuple.Tuple9
 
_863() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 3rd.
_863() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 3rd.
_863() - Method in class de.caff.generics.tuple.NTuple8
 
_863() - Method in class de.caff.generics.tuple.NTuple9
 
_863() - Method in class de.caff.generics.tuple.Tuple8
 
_863() - Method in class de.caff.generics.tuple.Tuple9
 
_864() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 4th.
_864() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 4th.
_864() - Method in class de.caff.generics.tuple.NTuple8
 
_864() - Method in class de.caff.generics.tuple.NTuple9
 
_864() - Method in class de.caff.generics.tuple.Tuple8
 
_864() - Method in class de.caff.generics.tuple.Tuple9
 
_865() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 5th.
_865() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 5th.
_865() - Method in class de.caff.generics.tuple.NTuple8
 
_865() - Method in class de.caff.generics.tuple.NTuple9
 
_865() - Method in class de.caff.generics.tuple.Tuple8
 
_865() - Method in class de.caff.generics.tuple.Tuple9
 
_867() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 7th.
_867() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 7th.
_867() - Method in class de.caff.generics.tuple.NTuple8
 
_867() - Method in class de.caff.generics.tuple.NTuple9
 
_867() - Method in class de.caff.generics.tuple.Tuple8
 
_867() - Method in class de.caff.generics.tuple.Tuple9
 
_869() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 9th.
_869() - Method in class de.caff.generics.tuple.NTuple9
 
_869() - Method in class de.caff.generics.tuple.Tuple9
 
_87() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 2-tuple from this one where the elements are ordered: 8th, 7th.
_87() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 8th, 7th.
_87() - Method in class de.caff.generics.tuple.NTuple8
 
_87() - Method in class de.caff.generics.tuple.NTuple9
 
_87() - Method in class de.caff.generics.tuple.Tuple8
 
_87() - Method in class de.caff.generics.tuple.Tuple9
 
_871() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 1st.
_871() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 1st.
_871() - Method in class de.caff.generics.tuple.NTuple8
 
_871() - Method in class de.caff.generics.tuple.NTuple9
 
_871() - Method in class de.caff.generics.tuple.Tuple8
 
_871() - Method in class de.caff.generics.tuple.Tuple9
 
_872() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 2nd.
_872() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 2nd.
_872() - Method in class de.caff.generics.tuple.NTuple8
 
_872() - Method in class de.caff.generics.tuple.NTuple9
 
_872() - Method in class de.caff.generics.tuple.Tuple8
 
_872() - Method in class de.caff.generics.tuple.Tuple9
 
_873() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 3rd.
_873() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 3rd.
_873() - Method in class de.caff.generics.tuple.NTuple8
 
_873() - Method in class de.caff.generics.tuple.NTuple9
 
_873() - Method in class de.caff.generics.tuple.Tuple8
 
_873() - Method in class de.caff.generics.tuple.Tuple9
 
_874() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 4th.
_874() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 4th.
_874() - Method in class de.caff.generics.tuple.NTuple8
 
_874() - Method in class de.caff.generics.tuple.NTuple9
 
_874() - Method in class de.caff.generics.tuple.Tuple8
 
_874() - Method in class de.caff.generics.tuple.Tuple9
 
_875() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 5th.
_875() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 5th.
_875() - Method in class de.caff.generics.tuple.NTuple8
 
_875() - Method in class de.caff.generics.tuple.NTuple9
 
_875() - Method in class de.caff.generics.tuple.Tuple8
 
_875() - Method in class de.caff.generics.tuple.Tuple9
 
_876() - Method in interface de.caff.generics.tuple.ITuple8
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 6th.
_876() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 6th.
_876() - Method in class de.caff.generics.tuple.NTuple8
 
_876() - Method in class de.caff.generics.tuple.NTuple9
 
_876() - Method in class de.caff.generics.tuple.Tuple8
 
_876() - Method in class de.caff.generics.tuple.Tuple9
 
_879() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 9th.
_879() - Method in class de.caff.generics.tuple.NTuple9
 
_879() - Method in class de.caff.generics.tuple.Tuple9
 
_89() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 8th, 9th.
_89() - Method in class de.caff.generics.tuple.NTuple9
 
_89() - Method in class de.caff.generics.tuple.Tuple9
 
_891() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 9th, 1st.
_891() - Method in class de.caff.generics.tuple.NTuple9
 
_891() - Method in class de.caff.generics.tuple.Tuple9
 
_892() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 9th, 2nd.
_892() - Method in class de.caff.generics.tuple.NTuple9
 
_892() - Method in class de.caff.generics.tuple.Tuple9
 
_893() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 9th, 3rd.
_893() - Method in class de.caff.generics.tuple.NTuple9
 
_893() - Method in class de.caff.generics.tuple.Tuple9
 
_894() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 9th, 4th.
_894() - Method in class de.caff.generics.tuple.NTuple9
 
_894() - Method in class de.caff.generics.tuple.Tuple9
 
_895() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 9th, 5th.
_895() - Method in class de.caff.generics.tuple.NTuple9
 
_895() - Method in class de.caff.generics.tuple.Tuple9
 
_896() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 9th, 6th.
_896() - Method in class de.caff.generics.tuple.NTuple9
 
_896() - Method in class de.caff.generics.tuple.Tuple9
 
_897() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 8th, 9th, 7th.
_897() - Method in class de.caff.generics.tuple.NTuple9
 
_897() - Method in class de.caff.generics.tuple.Tuple9
 
_9() - Method in interface de.caff.generics.tuple.ITuple9
Get the nineth element.
_9() - Method in class de.caff.generics.tuple.NTuple9
 
_9() - Method in class de.caff.generics.tuple.Tuple9
 
_91() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 9th, 1st.
_91() - Method in class de.caff.generics.tuple.NTuple9
 
_91() - Method in class de.caff.generics.tuple.Tuple9
 
_912() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 1st, 2nd.
_912() - Method in class de.caff.generics.tuple.NTuple9
 
_912() - Method in class de.caff.generics.tuple.Tuple9
 
_913() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 1st, 3rd.
_913() - Method in class de.caff.generics.tuple.NTuple9
 
_913() - Method in class de.caff.generics.tuple.Tuple9
 
_914() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 1st, 4th.
_914() - Method in class de.caff.generics.tuple.NTuple9
 
_914() - Method in class de.caff.generics.tuple.Tuple9
 
_915() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 1st, 5th.
_915() - Method in class de.caff.generics.tuple.NTuple9
 
_915() - Method in class de.caff.generics.tuple.Tuple9
 
_916() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 1st, 6th.
_916() - Method in class de.caff.generics.tuple.NTuple9
 
_916() - Method in class de.caff.generics.tuple.Tuple9
 
_917() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 1st, 7th.
_917() - Method in class de.caff.generics.tuple.NTuple9
 
_917() - Method in class de.caff.generics.tuple.Tuple9
 
_918() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 1st, 8th.
_918() - Method in class de.caff.generics.tuple.NTuple9
 
_918() - Method in class de.caff.generics.tuple.Tuple9
 
_92() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 9th, 2nd.
_92() - Method in class de.caff.generics.tuple.NTuple9
 
_92() - Method in class de.caff.generics.tuple.Tuple9
 
_921() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 2nd, 1st.
_921() - Method in class de.caff.generics.tuple.NTuple9
 
_921() - Method in class de.caff.generics.tuple.Tuple9
 
_923() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 2nd, 3rd.
_923() - Method in class de.caff.generics.tuple.NTuple9
 
_923() - Method in class de.caff.generics.tuple.Tuple9
 
_924() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 2nd, 4th.
_924() - Method in class de.caff.generics.tuple.NTuple9
 
_924() - Method in class de.caff.generics.tuple.Tuple9
 
_925() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 2nd, 5th.
_925() - Method in class de.caff.generics.tuple.NTuple9
 
_925() - Method in class de.caff.generics.tuple.Tuple9
 
_926() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 2nd, 6th.
_926() - Method in class de.caff.generics.tuple.NTuple9
 
_926() - Method in class de.caff.generics.tuple.Tuple9
 
_927() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 2nd, 7th.
_927() - Method in class de.caff.generics.tuple.NTuple9
 
_927() - Method in class de.caff.generics.tuple.Tuple9
 
_928() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 2nd, 8th.
_928() - Method in class de.caff.generics.tuple.NTuple9
 
_928() - Method in class de.caff.generics.tuple.Tuple9
 
_93() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 9th, 3rd.
_93() - Method in class de.caff.generics.tuple.NTuple9
 
_93() - Method in class de.caff.generics.tuple.Tuple9
 
_931() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 3rd, 1st.
_931() - Method in class de.caff.generics.tuple.NTuple9
 
_931() - Method in class de.caff.generics.tuple.Tuple9
 
_932() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 3rd, 2nd.
_932() - Method in class de.caff.generics.tuple.NTuple9
 
_932() - Method in class de.caff.generics.tuple.Tuple9
 
_934() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 3rd, 4th.
_934() - Method in class de.caff.generics.tuple.NTuple9
 
_934() - Method in class de.caff.generics.tuple.Tuple9
 
_935() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 3rd, 5th.
_935() - Method in class de.caff.generics.tuple.NTuple9
 
_935() - Method in class de.caff.generics.tuple.Tuple9
 
_936() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 3rd, 6th.
_936() - Method in class de.caff.generics.tuple.NTuple9
 
_936() - Method in class de.caff.generics.tuple.Tuple9
 
_937() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 3rd, 7th.
_937() - Method in class de.caff.generics.tuple.NTuple9
 
_937() - Method in class de.caff.generics.tuple.Tuple9
 
_938() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 3rd, 8th.
_938() - Method in class de.caff.generics.tuple.NTuple9
 
_938() - Method in class de.caff.generics.tuple.Tuple9
 
_94() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 9th, 4th.
_94() - Method in class de.caff.generics.tuple.NTuple9
 
_94() - Method in class de.caff.generics.tuple.Tuple9
 
_941() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 4th, 1st.
_941() - Method in class de.caff.generics.tuple.NTuple9
 
_941() - Method in class de.caff.generics.tuple.Tuple9
 
_942() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 4th, 2nd.
_942() - Method in class de.caff.generics.tuple.NTuple9
 
_942() - Method in class de.caff.generics.tuple.Tuple9
 
_943() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 4th, 3rd.
_943() - Method in class de.caff.generics.tuple.NTuple9
 
_943() - Method in class de.caff.generics.tuple.Tuple9
 
_945() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 4th, 5th.
_945() - Method in class de.caff.generics.tuple.NTuple9
 
_945() - Method in class de.caff.generics.tuple.Tuple9
 
_946() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 4th, 6th.
_946() - Method in class de.caff.generics.tuple.NTuple9
 
_946() - Method in class de.caff.generics.tuple.Tuple9
 
_947() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 4th, 7th.
_947() - Method in class de.caff.generics.tuple.NTuple9
 
_947() - Method in class de.caff.generics.tuple.Tuple9
 
_948() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 4th, 8th.
_948() - Method in class de.caff.generics.tuple.NTuple9
 
_948() - Method in class de.caff.generics.tuple.Tuple9
 
_95() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 9th, 5th.
_95() - Method in class de.caff.generics.tuple.NTuple9
 
_95() - Method in class de.caff.generics.tuple.Tuple9
 
_951() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 5th, 1st.
_951() - Method in class de.caff.generics.tuple.NTuple9
 
_951() - Method in class de.caff.generics.tuple.Tuple9
 
_952() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 5th, 2nd.
_952() - Method in class de.caff.generics.tuple.NTuple9
 
_952() - Method in class de.caff.generics.tuple.Tuple9
 
_953() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 5th, 3rd.
_953() - Method in class de.caff.generics.tuple.NTuple9
 
_953() - Method in class de.caff.generics.tuple.Tuple9
 
_954() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 5th, 4th.
_954() - Method in class de.caff.generics.tuple.NTuple9
 
_954() - Method in class de.caff.generics.tuple.Tuple9
 
_956() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 5th, 6th.
_956() - Method in class de.caff.generics.tuple.NTuple9
 
_956() - Method in class de.caff.generics.tuple.Tuple9
 
_957() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 5th, 7th.
_957() - Method in class de.caff.generics.tuple.NTuple9
 
_957() - Method in class de.caff.generics.tuple.Tuple9
 
_958() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 5th, 8th.
_958() - Method in class de.caff.generics.tuple.NTuple9
 
_958() - Method in class de.caff.generics.tuple.Tuple9
 
_96() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 9th, 6th.
_96() - Method in class de.caff.generics.tuple.NTuple9
 
_96() - Method in class de.caff.generics.tuple.Tuple9
 
_961() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 6th, 1st.
_961() - Method in class de.caff.generics.tuple.NTuple9
 
_961() - Method in class de.caff.generics.tuple.Tuple9
 
_962() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 6th, 2nd.
_962() - Method in class de.caff.generics.tuple.NTuple9
 
_962() - Method in class de.caff.generics.tuple.Tuple9
 
_963() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 6th, 3rd.
_963() - Method in class de.caff.generics.tuple.NTuple9
 
_963() - Method in class de.caff.generics.tuple.Tuple9
 
_964() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 6th, 4th.
_964() - Method in class de.caff.generics.tuple.NTuple9
 
_964() - Method in class de.caff.generics.tuple.Tuple9
 
_965() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 6th, 5th.
_965() - Method in class de.caff.generics.tuple.NTuple9
 
_965() - Method in class de.caff.generics.tuple.Tuple9
 
_967() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 6th, 7th.
_967() - Method in class de.caff.generics.tuple.NTuple9
 
_967() - Method in class de.caff.generics.tuple.Tuple9
 
_968() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 6th, 8th.
_968() - Method in class de.caff.generics.tuple.NTuple9
 
_968() - Method in class de.caff.generics.tuple.Tuple9
 
_97() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 9th, 7th.
_97() - Method in class de.caff.generics.tuple.NTuple9
 
_97() - Method in class de.caff.generics.tuple.Tuple9
 
_971() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 7th, 1st.
_971() - Method in class de.caff.generics.tuple.NTuple9
 
_971() - Method in class de.caff.generics.tuple.Tuple9
 
_972() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 7th, 2nd.
_972() - Method in class de.caff.generics.tuple.NTuple9
 
_972() - Method in class de.caff.generics.tuple.Tuple9
 
_973() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 7th, 3rd.
_973() - Method in class de.caff.generics.tuple.NTuple9
 
_973() - Method in class de.caff.generics.tuple.Tuple9
 
_974() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 7th, 4th.
_974() - Method in class de.caff.generics.tuple.NTuple9
 
_974() - Method in class de.caff.generics.tuple.Tuple9
 
_975() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 7th, 5th.
_975() - Method in class de.caff.generics.tuple.NTuple9
 
_975() - Method in class de.caff.generics.tuple.Tuple9
 
_976() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 7th, 6th.
_976() - Method in class de.caff.generics.tuple.NTuple9
 
_976() - Method in class de.caff.generics.tuple.Tuple9
 
_978() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 7th, 8th.
_978() - Method in class de.caff.generics.tuple.NTuple9
 
_978() - Method in class de.caff.generics.tuple.Tuple9
 
_98() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 2-tuple from this one where the elements are ordered: 9th, 8th.
_98() - Method in class de.caff.generics.tuple.NTuple9
 
_98() - Method in class de.caff.generics.tuple.Tuple9
 
_981() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 8th, 1st.
_981() - Method in class de.caff.generics.tuple.NTuple9
 
_981() - Method in class de.caff.generics.tuple.Tuple9
 
_982() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 8th, 2nd.
_982() - Method in class de.caff.generics.tuple.NTuple9
 
_982() - Method in class de.caff.generics.tuple.Tuple9
 
_983() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 8th, 3rd.
_983() - Method in class de.caff.generics.tuple.NTuple9
 
_983() - Method in class de.caff.generics.tuple.Tuple9
 
_984() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 8th, 4th.
_984() - Method in class de.caff.generics.tuple.NTuple9
 
_984() - Method in class de.caff.generics.tuple.Tuple9
 
_985() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 8th, 5th.
_985() - Method in class de.caff.generics.tuple.NTuple9
 
_985() - Method in class de.caff.generics.tuple.Tuple9
 
_986() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 8th, 6th.
_986() - Method in class de.caff.generics.tuple.NTuple9
 
_986() - Method in class de.caff.generics.tuple.Tuple9
 
_987() - Method in interface de.caff.generics.tuple.ITuple9
Create a new 3-tuple from this one where the elements are ordered: 9th, 8th, 7th.
_987() - Method in class de.caff.generics.tuple.NTuple9
 
_987() - Method in class de.caff.generics.tuple.Tuple9
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _