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

A0_PAPER - Static variable in class de.caff.util.print.BasicPaperFormat
A0 paper.
A1_PAPER - Static variable in class de.caff.util.print.BasicPaperFormat
A1 paper.
A2_PAPER - Static variable in class de.caff.util.print.BasicPaperFormat
A2 paper.
A3_PAPER - Static variable in class de.caff.util.print.BasicPaperFormat
A3 paper.
A4_PAPER - Static variable in class de.caff.util.print.BasicPaperFormat
A4 paper.
A5_PAPER - Static variable in class de.caff.util.print.BasicPaperFormat
A5 paper.
AbstractBasicArgument - Class in de.caff.util.args
Basic implementation of an argumet taking care of name and description.
AbstractBasicArgument(String, String) - Constructor for class de.caff.util.args.AbstractBasicArgument
 
AbstractBasicChangeableItem - Class in de.caff.util.settings
Basic implementation of a preference property.
AbstractBasicChangeableItem(String) - Constructor for class de.caff.util.settings.AbstractBasicChangeableItem
Constructor.
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.
AbstractBasicEnumValue<E> - Class in de.caff.util.settings
Base class used for enum values.
AbstractBasicEnumValue(String) - Constructor for class de.caff.util.settings.AbstractBasicEnumValue
Create an abstract basic enum value.
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
 
AbstractBasicLocalizableChangeableItem - Class in de.caff.util.settings
Basic implementation of a localizable preference property.
AbstractBasicLocalizableChangeableItem(String, String) - Constructor for class de.caff.util.settings.AbstractBasicLocalizableChangeableItem
Constructor.
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.
AbstractBasicResourceNode(Attributes) - Constructor for class de.caff.i18n.XmlResourceBundle.AbstractBasicResourceNode
 
AbstractBasicResourceNode(String) - Constructor for class de.caff.i18n.XmlResourceBundle.AbstractBasicResourceNode
 
AbstractBasicStatusFlag - Class in de.caff.util
Bit flag enum with internationalized description.
AbstractBasicStatusFlag(String) - Constructor for class de.caff.util.AbstractBasicStatusFlag
Constructor.
AbstractBasicUnmodifiableList<T> - Class in de.caff.generics
Basic implementation of an unmodifiable list.
AbstractBasicUnmodifiableList() - Constructor for class de.caff.generics.AbstractBasicUnmodifiableList
 
AbstractSimpleJsonFilter - Class in de.caff.io.json
Abstract basic low-level JSON filter.
AbstractSimpleJsonFilter(SimpleJsonWriter) - Constructor for class de.caff.io.json.AbstractSimpleJsonFilter
Constructor.
AbstractSimpleSwitch - Class in de.caff.util.args
Basic implementation of a simple switch.
AbstractSimpleSwitch(Character, String, String) - Constructor for class de.caff.util.args.AbstractSimpleSwitch
Constructor.
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.
ACTION_GROUP_SUFFIX - Static variable in class de.caff.i18n.XmlResourceBundle.ResourceActionGroup
 
ACTION_SUFFIX - Static variable in class de.caff.i18n.I18n
General suffix for action specific resources.
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
 
add(String) - Method in class de.caff.io.OutputStreamStringCollector
Add a string t this collector.
add(char) - Method in class de.caff.io.OutputStreamStringCollector
Add a character to this collector.
add(String) - Method in interface de.caff.io.StringCollector
Add a string to this collector.
add(char) - Method in interface de.caff.io.StringCollector
Add a character to this collector.
add(String) - Method in class de.caff.io.TextStringCollector
Add a string t this collector.
add(char) - Method in class de.caff.io.TextStringCollector
Add a character to this collector.
add(String) - Method in class de.caff.util.xml.OutputStreamStringCollector
Deprecated.
Add a string t this collector.
add(char) - Method in class de.caff.util.xml.OutputStreamStringCollector
Deprecated.
Add a character to this collector.
add(String) - Method in interface de.caff.util.xml.StringCollector
Deprecated.
Add a string to this collector.
add(char) - Method in interface de.caff.util.xml.StringCollector
Deprecated.
Add a character to this collector.
add(String) - Method in class de.caff.util.xml.TextStringCollector
Deprecated.
Add a string t this collector.
add(char) - Method in class de.caff.util.xml.TextStringCollector
Deprecated.
Add a character to this collector.
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.
addAnyMessageDebugListener(AnyMessageDebugListener) - Static method in class de.caff.util.debug.Debug
Append a listener for all messages.
addAppResourceBase(String) - Static method in class de.caff.i18n.I18n
Add an application specific resource class base name.
addAppResourceBase(String, boolean) - Static method in class de.caff.i18n.I18n
Add an application specific resource class base name.
addAssertionMessageDebugListener(AssertionMessageDebugListener) - Static method in class de.caff.util.debug.Debug
Add an assert message debug listener.
addCookedMessageDebugListener(CookedMessageDebugListener) - Static method in class de.caff.util.debug.Debug
Append a listener for cooked messages.
addEnumeration(C, Enumeration<? extends T>) - Static method in class de.caff.generics.Types
Deprecated.
addErrorMessageDebugListener(ErrorMessageDebugListener) - Static method in class de.caff.util.debug.Debug
Append an error message debug listener.
addEventQueueExceptionListener(EventQueueExceptionListener) - Method in class de.caff.util.EventQueueExceptionWrapper
Add an exception listener which is called when an exception occurs during the dispatch of an AWT event.
addEventQueueExceptionListener(EventQueueExceptionListener) - Static method in class de.caff.util.Utility
Add an exception listener which is called when an exception occurs during the dispatch of an AWT event.
addFatalMessageDebugListener(FatalMessageDebugListener) - Static method in class de.caff.util.debug.Debug
Append a fatal error message debug listener.
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.
addKnockOffListener(KnockOffListener) - Method in class de.caff.util.Worker
Add a knock off listener.
addListener(CookedMessageDebugListener) - Method in class de.caff.util.debug.DebugMessageCook
Add a listener.
addListener(CookedMessageDebugListener, boolean, boolean) - Method in class de.caff.util.debug.DebugMessageCook
Add a listener.
addLocalizationChangeListener(Localizable) - Static method in class de.caff.i18n.I18n
Add a listener for localization changes.
addLogMessageListener(LogMessageListener) - Static method in class de.caff.util.debug.Debug
Append a log message listener.
addModeChangeListener(Debug.ModeChangeListener) - Static method in class de.caff.util.debug.Debug
Add a ModeChangeListener.
addResourceBundle(ResourceBundle) - Method in class de.caff.i18n.ResourceBundleCollection
Add an resource bundle.
addStandardMessageDebugListener(StandardMessageDebugListener) - Static method in class de.caff.util.debug.Debug
Append a standard debug message listener.
addSystemProperties(Collection<String>) - Static method in class de.caff.util.startup.Restarter
Add the system properties to the command line arguments.
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.
addToSystemClassLoader(URL...) - Static method in class de.caff.util.Utility
Add URLs tro the system class loader.
addTraceMessageDebugListener(TraceMessageDebugListener) - Static method in class de.caff.util.debug.Debug
Append a trace message listener.
addValueChangeListener(PropertyChangeListener) - Method in class de.caff.util.settings.AbstractBasicChangeableItem
Add a listener which will be called for all value changes.
addValueChangeListener(PropertyChangeListener) - Method in interface de.caff.util.settings.ChangeableItem
Add a listener which will be called for all value changes.
addValueChangeListener(PropertyChangeListener) - Method in class de.caff.util.settings.SimplePreferenceGroup
Add a listener which will be called for all value changes.
addValueChangeListenerWeakly(PropertyChangeListener) - Method in class de.caff.util.settings.AbstractBasicChangeableItem
Add a listener which will be called for all value changes.
addValueChangeListenerWeakly(PropertyChangeListener) - Method in interface de.caff.util.settings.ChangeableItem
Add a listener which will be called for all value changes.
addValueChangeListenerWeakly(PropertyChangeListener) - Method in class de.caff.util.settings.SimplePreferenceGroup
Add a listener which will be called for all value changes.
addWarningMessageDebugListener(WarningMessageDebugListener) - Static method in class de.caff.util.debug.Debug
Append a warning message debug listener.
addXmlAttributes(StringBuilder) - Method in class de.caff.i18n.XmlResourceBundle.AbstractBasicResourceNode
 
addXmlAttributes(StringBuilder) - Method in class de.caff.i18n.XmlResourceBundle.ResourceActionGroup
 
addXmlCompleteTag(StringBuilder) - Method in class de.caff.i18n.XmlResourceBundle.AbstractBasicResourceNode
 
addXmlContent(StringBuilder) - Method in class de.caff.i18n.XmlResourceBundle.AbstractBasicResourceNode
 
addXmlEndTag(StringBuilder) - Method in class de.caff.i18n.XmlResourceBundle.AbstractBasicResourceNode
 
addXmlStartTag(StringBuilder) - Method in class de.caff.i18n.XmlResourceBundle.AbstractBasicResourceNode
 
advance(Stack<Json.Env>) - Method in enum de.caff.io.json.SimpleJsonWriter.State
Advance to the next state.
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.
Alignment2D - Enum in de.caff.util.settings
Two-dimensional alignment as a combination of vertical and horizontal alignment.
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?
ALL_SET - Static variable in class de.caff.util.BitMask16
The bit mask where all 16 bits are set.
ALL_SET - Static variable in class de.caff.util.BitMask32
The bit mask where all 32 bits are set.
ALL_SET - Static variable in class de.caff.util.BitMask64
The bit mask where all 64 bits are set.
allowsKey - Variable in enum de.caff.io.json.SimpleJsonWriter.State
 
allowsValue - Variable in enum de.caff.io.json.SimpleJsonWriter.State
 
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(BitMask) - Method in interface de.caff.util.BitMask
Get the result of a logical and of this bit mask and another.
and(BitMask) - Method in class de.caff.util.BitMask16
Get the result of a logical and of this bit mask and another.
and(BitMask) - Method in class de.caff.util.BitMask32
Get the result of a logical and of this bit mask and another.
and(BitMask) - Method in class de.caff.util.BitMask64
Get the result of a logical and of this bit mask and another.
and(BitMask) - Method in class de.caff.util.BitSetBitMask
Get the result of a logical and of this bit mask and another.
and(EnumBitMask<E>) - Method in class de.caff.util.EnumBitMask
Get a bit mask where all flags are set which are set in this and in another one.
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
 
andNot(BitMask) - Method in interface de.caff.util.BitMask
Get the result of a logical and of this bit mask and the inverse of another.
andNot(BitMask) - Method in class de.caff.util.BitMask16
Get the result of a logical and of this bit mask and the inverse of another.
andNot(BitMask) - Method in class de.caff.util.BitMask32
Get the result of a logical and of this bit mask and the inverse of another.
andNot(BitMask) - Method in class de.caff.util.BitMask64
Get the result of a logical and of this bit mask and the inverse of another.
andNot(BitMask) - Method in class de.caff.util.BitSetBitMask
Get the result of a logical and of this bit mask and the inverse of another.
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.
ANGSTROM - Static variable in class de.caff.util.measure.LengthUnit
The Angstrom unit.
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?
AnyMessageDebugListener - Interface in de.caff.util.debug
A listener for all raw debug messages.
append(int) - Method in interface de.caff.util.ByteCollector
Append one byte
append(byte...) - Method in interface de.caff.util.ByteCollector
Append the given byte array to this buffer.
append(byte[], int, int) - Method in interface de.caff.util.ByteCollector
Append the given byte array part to this buffer.
append(int) - Method in class de.caff.util.ByteRingBuffer
Append one byte
append(byte[], int, int) - Method in class de.caff.util.ByteRingBuffer
Append the given byte array part to this buffer.
append(File, byte[]) - Static method in class de.caff.util.FileTool
Append the given bytes to a file.
append(File, byte[], int, int) - Static method in class de.caff.util.FileTool
Append the given bytes to a file.
append(String, byte[]) - Static method in class de.caff.util.FileTool
Append the given bytes to a file.
append(String, byte[], int, int) - Static method in class de.caff.util.FileTool
Append the given bytes to a file.
append(CharSequence) - Method in class de.caff.util.ImprovedStringWriter
Appends the specified character sequence to this writer.
append(CharSequence, int, int) - Method in class de.caff.util.ImprovedStringWriter
Appends a subsequence of the specified character sequence to this writer.
append(char) - Method in class de.caff.util.ImprovedStringWriter
Appends the specified character to this writer.
append(T) - Method in class de.caff.util.RingBuffer
Append one item.
append(T...) - Method in class de.caff.util.RingBuffer
Append the given items to the buffer.
append(T[], int, int) - Method in class de.caff.util.RingBuffer
Append the given byte array part to this buffer.
append(int) - Method in class de.caff.util.TextLineRingBuffer
Append one byte
append(byte[], int, int) - Method in class de.caff.util.TextLineRingBuffer
Append the given byte array part to this buffer.
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.
apply(Dict<String, String>) - Method in class de.caff.util.templ.Template
Apply the given variable mapping and return the result.
apply(Map<String, String>) - Method in class de.caff.util.templ.Template
Apply the given variable mapping and return the result.
apply(String, Object, Object...) - Method in class de.caff.util.templ.Template
Apply the given name-variable mapping and return the result.
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.
appResourceBases - Variable in class de.caff.i18n.DefaultI18n
The resource bases.
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?
areEqual(BitMask, BitMask) - Static method in class de.caff.util.BitMaskUtil
Are two bit masks equal?
areEqual(EnumBitMask<T>, EnumBitMask<T>) - Static method in class de.caff.util.BitMaskUtil
Are two enum bit masks 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?
areWeOnDOS() - Static method in class de.caff.util.Utility
Deprecated.
name is outdated, use Utility.areWeOnWindows() instead
areWeOnWindows() - Static method in class de.caff.util.Utility
Test whether our System Windows-based.
args - Variable in exception de.caff.i18n.ResourcedException
The arguments for the resource.
args - Variable in exception de.caff.i18n.ResourcedRuntimeException
The arguments for the resource.
Argument - Interface in de.caff.util.args
A command line argument which is not a switch.
ARGUMENT_FORMAT - Static variable in interface de.caff.util.args.Argument
Format for arguments.
array() - Method in class de.caff.io.json.SimpleJsonReader.ValueHandler
Called when the beginning of an array value was read.
array(String...) - Method in class de.caff.io.json.SimpleJsonWriter
Convenience method for outputting a whole array of strings.
array(Iterable<String>) - Method in class de.caff.io.json.SimpleJsonWriter
Convenience method for outputting a whole array of strings.
array(int...) - Method in class de.caff.io.json.SimpleJsonWriter
Convenience method for outputting a whole array of integers.
array(PrimitiveIntIterable) - Method in class de.caff.io.json.SimpleJsonWriter
Convenience method for outputting a whole array of integers.
array(double...) - Method in class de.caff.io.json.SimpleJsonWriter
Convenience method for outputting a whole array of double values.
array(PrimitiveDoubleIterable) - Method in class de.caff.io.json.SimpleJsonWriter
Convenience method for outputting a whole array of double values.
array(boolean...) - Method in class de.caff.io.json.SimpleJsonWriter
Convenience method for outputting a whole array of boolean flags.
array(PrimitiveBooleanIterable) - Method in class de.caff.io.json.SimpleJsonWriter
Convenience method for outputting a whole array of boolean flags.
arrayElement(int) - Method in class de.caff.io.json.SimpleJsonReader.ArrayHandler
Called when the beginning of an array sub-element was read.
ArrayFactory<T> - Interface in de.caff.generics
Factory for array creation.
ArrayHandler() - Constructor for class de.caff.io.json.SimpleJsonReader.ArrayHandler
 
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.
arrayValue(String) - Method in class de.caff.io.json.SimpleJsonReader.MapObjectHandler
 
arrayValue(String) - Method in class de.caff.io.json.SimpleJsonReader.ObjectHandler
Called when a key with the beginning of an array value was read.
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.
asList(T...) - Static method in class de.caff.util.Utility
Deprecated.
asList(T[], int) - Static method in class de.caff.util.Utility
Deprecated.
asList(T[], int, int) - Static method in class de.caff.util.Utility
Deprecated.
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.
asPredicate() - Method in class de.caff.util.GlobMatcher
Get this matcher as a predicate.
ASSERT - Static variable in interface de.caff.util.debug.DebugConstants
assertions
ASSERT_CHAR - Static variable in interface de.caff.util.debug.DebugConstants
assertions shortcut
ASSERT_FLAG - Static variable in interface de.caff.util.debug.DebugConstants
assertions flag
AssertionFailedError - Error in de.caff.util.debug
Error which may be thrown if an assertion failes.
AssertionFailedError() - Constructor for error de.caff.util.debug.AssertionFailedError
Standard constructor..
AssertionFailedError(String) - Constructor for error de.caff.util.debug.AssertionFailedError
Constructor accepting a message.
AssertionMessageDebugListener - Interface in de.caff.util.debug
A listener for failed assertions.
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.
ASTRONOMICAL_UNIT - Static variable in class de.caff.util.measure.LengthUnit
The Astronomical Unit.
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.
ATTO - Static variable in class de.caff.util.measure.SIPrefix
The atto prefix (10^-18).
ATTR_COMMENT - Static variable in class de.caff.i18n.XmlResourceBundle
 
ATTR_INHERET - Static variable in class de.caff.i18n.XmlResourceBundle
 
ATTR_KEY - Static variable in class de.caff.i18n.XmlResourceBundle
 
ATTR_NAME - Static variable in class de.caff.i18n.XmlResourceBundle
 
ATTR_SUBTYPE - Static variable in class de.caff.i18n.XmlResourceBundle
 
ATTR_TYPE - Static variable in class de.caff.i18n.XmlResourceBundle
 
ATTR_VALUE - Static variable in class de.caff.i18n.XmlResourceBundle
 
ATTR_VERSION - Static variable in class de.caff.i18n.XmlResourceBundle
 
autoWrap - Variable in class de.caff.io.xml.SimpleXmlWriter
Is automatic wrapping enabled?
autoWrap - Variable in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Is automatic wrapping enabled?
available() - Method in class de.caff.util.ByteBufferInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
available() - Method in class de.caff.util.CountingInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
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.
AWT_POINTS - Static variable in class de.caff.util.print.BasicPaperFormat
The AWT point unit as used in the java.awt.print.Paper class.

B

B0_PAPER - Static variable in class de.caff.util.print.BasicPaperFormat
B0 paper.
B1_PAPER - Static variable in class de.caff.util.print.BasicPaperFormat
B1 paper.
B2_PAPER - Static variable in class de.caff.util.print.BasicPaperFormat
B2 paper.
B3_PAPER - Static variable in class de.caff.util.print.BasicPaperFormat
B3 paper.
B4_PAPER - Static variable in class de.caff.util.print.BasicPaperFormat
B4 paper.
B5_PAPER - Static variable in class de.caff.util.print.BasicPaperFormat
B5 paper.
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
 
Base64 - Class in de.caff.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in de.caff.util
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream - Class in de.caff.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
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
 
BasicPaperFormat - Class in de.caff.util.print
This is the basic representation of a paper format with size and margin information.
BasicPaperFormat(String, String, double, double) - Constructor for class de.caff.util.print.BasicPaperFormat
Internal constructor assuming mm units and default margin used for construction of basic papers.
BasicPaperFormat(String, PaperFormat, BasicPaperFormat.Orientation) - Constructor for class de.caff.util.print.BasicPaperFormat
Create a paper from another with a possible rotation.
BasicPaperFormat(String, String, PaperFormat, BasicPaperFormat.Orientation) - Constructor for class de.caff.util.print.BasicPaperFormat
Create a paper from another with a possible rotation.
BasicPaperFormat(PhysicalLength, PhysicalLength, PhysicalLength) - Constructor for class de.caff.util.print.BasicPaperFormat
Create a paper format with a uniform margin width.
BasicPaperFormat(PhysicalLength, PhysicalLength, PhysicalLength, PhysicalLength, PhysicalLength, PhysicalLength) - Constructor for class de.caff.util.print.BasicPaperFormat
Create a paper format with a the given margins.
BasicPaperFormat(PaperFormat, PhysicalLength, PhysicalLength, PhysicalLength, PhysicalLength) - Constructor for class de.caff.util.print.BasicPaperFormat
Copy constructor.
BasicPaperFormat.Orientation - Enum in de.caff.util.print
Helper class for enum describing the orientation of a paper.
BasicPhysicalLengthPreferenceProperty - Class in de.caff.util.settings
Basic implementation of a PhysicalLength preference property.
BasicPhysicalLengthPreferenceProperty(String) - Constructor for class de.caff.util.settings.BasicPhysicalLengthPreferenceProperty
Constructor.
BasicPhysicalLengthPreferenceProperty(String, PhysicalLength) - Constructor for class de.caff.util.settings.BasicPhysicalLengthPreferenceProperty
Constructor.
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.
begin(String, Object...) - Method in class de.caff.io.xml.SimpleXmlWriter
Write the opening tag of an element.
beginArray(SimpleJsonReader) - Method in class de.caff.io.json.AbstractSimpleJsonFilter
 
beginArray(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.ArrayHandler
 
beginArray(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.BooleanValueHandler
 
beginArray(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.DoubleValueHandler
 
beginArray(SimpleJsonReader) - Method in interface de.caff.io.json.SimpleJsonReader.Handler
Called when an array is started.
beginArray(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.HandlerWrapper
 
beginArray(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.IntValueHandler
 
beginArray(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.NumericValueHandler
 
beginArray(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.ObjectHandler
 
beginArray(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.StringValueHandler
 
beginArray(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.ValueHandler
 
beginArray() - Method in class de.caff.io.json.SimpleJsonWriter
Start outputting a JSON array.
beginI(String, Indexable<?>) - Method in class de.caff.io.xml.SimpleXmlWriter
Write the opening tag of an element, using indexed attributes.
beginObject(SimpleJsonReader) - Method in class de.caff.io.json.AbstractSimpleJsonFilter
 
beginObject(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.ArrayHandler
 
beginObject(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.BooleanValueHandler
 
beginObject(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.DoubleValueHandler
 
beginObject(SimpleJsonReader) - Method in interface de.caff.io.json.SimpleJsonReader.Handler
Called when an object is started.
beginObject(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.HandlerWrapper
 
beginObject(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.IntValueHandler
 
beginObject(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.NumericValueHandler
 
beginObject(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.ObjectHandler
 
beginObject(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.StringValueHandler
 
beginObject(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.ValueHandler
 
beginObject() - Method in class de.caff.io.json.SimpleJsonWriter
Start outputting a JSON object.
beginP(String, Indexable<? extends Pair<?>>) - Method in class de.caff.io.xml.SimpleXmlWriter
Write the opening tag of an element, using paired attributes.
BETA - Static variable in class de.caff.version.SemVer.Prerelease
Beta prerelease.
bigKiloSize - Variable in enum de.caff.util.MemFormat
Size of one kilobyte when using this base, as BigInteger.
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_COUNT - Static variable in class de.caff.util.BitMask16
The number of bits in this class.
BIT_COUNT - Static variable in class de.caff.util.BitMask32
The number of bits in this class.
BIT_COUNT - Static variable in class de.caff.util.BitMask64
The number of bits in this class.
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 (~).
BitFlag - Interface in de.caff.util
A single bit flag.
BitMask - Interface in de.caff.util
A set of bit flags.
BitMask16 - Class in de.caff.util
A bit mask for 16 bit flags.
BitMask16(int) - Constructor for class de.caff.util.BitMask16
Constructor.
BitMask32 - Class in de.caff.util
A bit mask for 32 bit flags.
BitMask32(int) - Constructor for class de.caff.util.BitMask32
Constructor.
BitMask64 - Class in de.caff.util
A bit mask for 64 bit flags.
BitMask64(long) - Constructor for class de.caff.util.BitMask64
Constructor.
BitMaskUtil - Class in de.caff.util
Helper class for bit masks.
BitSetBitMask - Class in de.caff.util
A bit set based bit mask.
BitSetBitMask(BitSet) - Constructor for class de.caff.util.BitSetBitMask
Constructor.
BitSetBitMask(int) - Constructor for class de.caff.util.BitSetBitMask
Constructor.
bool - Variable in enum de.caff.util.TriState
The boolean equivalent of this state.
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.
booleanArray(Iterable<T>, Predicate<? super T>) - Method in class de.caff.io.json.SimpleJsonWriter
Convenience method for outputting a whole array of boolean flags created from general elements.
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.
BooleanPreferenceProperty - Interface in de.caff.util.settings
A preference property holding a boolen value.
BooleanSetter<T> - Interface in de.caff.generics.function
Procedure with a generic and a boolean argument.
BooleanValueHandler(BooleanConsumer) - Constructor for class de.caff.io.json.SimpleJsonReader.BooleanValueHandler
Constructor.
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.
BoundsPreferenceProperty - Class in de.caff.util.settings
A preference property which describes a bounds.
BoundsPreferenceProperty(String) - Constructor for class de.caff.util.settings.BoundsPreferenceProperty
 
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.
BUILT_DATE - Static variable in class de.caff.util.Utility
Built date of this class.
BY_NAME_CASE_INSENSITIVE - Static variable in class de.caff.util.FileTool
Sort by name (case insensitive).
BY_NAME_CASE_SENSITIVE - Static variable in class de.caff.util.FileTool
Sort by name (case sensitive).
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.
BYTE_ARRAY_CLONER - Static variable in class de.caff.util.Primitives
Deprecated.
Function which clones byte arrays.
ByteBufferInputStream - Class in de.caff.util
Input stream which reads from a ByteBuffer.
ByteBufferInputStream(ByteBuffer) - Constructor for class de.caff.util.ByteBufferInputStream
Constructor.
ByteCollector - Interface in de.caff.util
Byte collector interface.
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.
ByteOrderMark - Enum in de.caff.util
Byte order mark support.
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.
BytePreferenceProperty - Interface in de.caff.util.settings
A preference property holding a byte value.
ByteRingBuffer - Class in de.caff.util
A byte buffer to which you can add data bytes up to a maximum size.
ByteRingBuffer(int) - Constructor for class de.caff.util.ByteRingBuffer
Create a ring buffer with the given size.
ByteRingBuffer(int, int) - Constructor for class de.caff.util.ByteRingBuffer
Create a ring buffer with the given size.
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

calcNumThreads(double, double, int) - Static method in class de.caff.util.concurrent.Exec
Calculate a useful number of threads for a task.
cancel(boolean) - Method in class de.caff.util.concurrent.PresentFuture
Attempts to cancel execution of this task.
CANT_REMOVE - Static variable in interface de.caff.util.concurrent.PriorityExecutor
Return value for PriorityExecutor.removeTasksWithMark(Object) if removing is not supported.
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.
CASE_IGNORING_STRING_COMPARATOR - Static variable in class de.caff.util.Utility
General comparator for strings, which ignores case.
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.
cast(Class<F>) - Method in class de.caff.util.EnumBitMask
Cast this enum bit mask to one using a different kind of bit flags.
castConverter() - Static method in class de.caff.generics.Types
A converter which converts a type to a any other type by applying a cast.
cdata(String) - Method in class de.caff.io.xml.SimpleXmlWriter
Outputs the raw text as a CDATA section.
cdata(String) - Method in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Outputs the raw text as CDATA section.
center(String, int, String) - Static method in class de.caff.util.debug.Format
Produce a string where str is centered.
CENTI - Static variable in class de.caff.util.measure.SIPrefix
The centi prefix (10^-2).
CENTIMETER - Static variable in class de.caff.util.measure.LengthUnit
The CENTIMETER unit.
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
 
ChangeableItem - Interface in de.caff.util.settings
Interface for items which might change.
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.
CHAR_ARRAY_CLONER - Static variable in class de.caff.util.Primitives
Deprecated.
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.
CharPreferenceProperty - Interface in de.caff.util.settings
A preference property holding a char value.
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.
check(InputStream) - Static method in enum de.caff.util.ByteOrderMark
Check whether the given stream starts with a byte order mark.
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.
checkForNewVersion(SemanticVersionChecker.ProgramAccess) - Static method in class de.caff.util.SemanticVersionChecker
Check whether a new version is available.
checkForNewVersion(VersionChecker.ProgramAccess) - Static method in class de.caff.util.VersionChecker
Check whether a new version is available.
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.
checkLongForm(String) - Static method in class de.caff.util.args.CommandLine
 
checkName(String) - Static method in class de.caff.util.templ.Template
Check a name that it does not contain invalid characters.
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.
checkTagAndVersion(Element, String, int) - Static method in class de.caff.io.xml.XmlTool
Check that the given element has a defined tag name and contains an integer version attribute which is not higher than a given number.
checkTagAndVersion(Element, String, int, int) - Static method in class de.caff.io.xml.XmlTool
Check that the given element has a defined tag name and contains an integer version attribute which is inside a given range.
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.
CHROMATICITY_VALUES - Static variable in class de.caff.util.settings.PrintRequestProperties
Possible values for chromaticity because some clever guy made the class final so we cannot use our standard method on accessing enum values.
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
 
cleanup(File) - Static method in class de.caff.util.FileTool
Cleanup a directory by removing its content.
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).
clear(int) - Method in interface de.caff.util.BitMask
Clear the flag at the given position.
clear(int) - Method in class de.caff.util.BitMask16
Clear the flag at the given position.
clear(int) - Method in class de.caff.util.BitMask32
Clear the flag at the given position.
clear(int) - Method in class de.caff.util.BitMask64
Clear the flag at the given position.
clear(int) - Method in class de.caff.util.BitSetBitMask
Clear the flag at the given position.
clear() - Method in interface de.caff.util.ByteCollector
Clear all data.
clear() - Method in class de.caff.util.ByteRingBuffer
Clear all data.
clear(E) - Method in class de.caff.util.EnumBitMask
Clear the given flag.
clear(EnumBitMask<E>) - Method in class de.caff.util.EnumBitMask
Get a bit mask where all flags are cleared which are set in another one.
clear() - Method in class de.caff.util.RingBuffer
Clear all data.
clear() - Method in class de.caff.util.TextLineRingBuffer
Clear all data.
clearAll(E...) - Method in class de.caff.util.EnumBitMask
Clear all given flags.
cleared() - Method in interface de.caff.util.BitMask
Get a bit mask from this where all flags are cleared.
cleared() - Method in class de.caff.util.BitMask16
 
cleared() - Method in class de.caff.util.BitMask32
 
cleared() - Method in class de.caff.util.BitMask64
 
cleared() - Method in class de.caff.util.BitSetBitMask
 
cleared() - Method in class de.caff.util.EnumBitMask
Get a version of this enum bit mask where all flags are cleared.
clearIn(BitMask) - Method in interface de.caff.util.BitFlag
Clear this flag in the given bit mask.
clearIn(BitMask) - Method in class de.caff.util.SimpleBitFlag
Clear this flag in the given bit mask.
clearIn(BitMask) - Method in class de.caff.util.StatusFlag
Clear this flag in the given bit mask.
clearOutput() - Method in class de.caff.io.InputStreamBuffer
Clear the output.
clearOutput() - Method in class de.caff.io.InputStreamLineBuffer
Clear the output.
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.
close(SimpleJsonWriter) - Method in enum de.caff.io.json.Json.Env
Close this environment.
close() - Method in class de.caff.io.json.SimpleJsonWriter
Close this writer.
close() - Method in class de.caff.io.LimitedByteArrayOutputStream
 
close() - Method in class de.caff.io.OutputStreamStringCollector
Closes this stream and releases any system resources associated with it.
close() - Method in class de.caff.io.xml.SimpleXmlWriter
 
close() - Method in class de.caff.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class de.caff.util.CountingInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class de.caff.util.CountingOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class de.caff.util.debug.DebuggingOutputStream
Close stream.
close() - Method in class de.caff.util.ImprovedStringWriter
Closes the stream, flushing it first.
close() - Method in class de.caff.util.xml.OutputStreamStringCollector
Deprecated.
Closes this stream and releases any system resources associated with it.
close() - Method in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Close the latest open element.
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".
collector - Variable in class de.caff.io.xml.SimpleXmlWriter
Collector used for output text collection.
collector - Variable in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Collector used for output text collection.
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.
ColorDecoder - Class in de.caff.util
ColorDecoder provides enhanced methods to decode color names and values compared to java.awt.Color.decode().
ColorDecoder() - Constructor for class de.caff.util.ColorDecoder
 
ColorDecoder.Domain - Class in de.caff.util
Private class use as a typed enum.
ColorPreferenceProperty - Interface in de.caff.util.settings
A preference property holding a color.
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.
combine(F...) - Static method in class de.caff.util.EnumBitMask
Combine bit flags using an arbitrary number of bits into a bit mask.
combine(Iterable<F>) - Static method in class de.caff.util.EnumBitMask
Combine bit flags using an arbitrary number of bits into a bit mask.
combine16(F...) - Static method in class de.caff.util.EnumBitMask
Combine bit flags using at maximum 16 bits into a bit mask.
combine16(Collection<F>) - Static method in class de.caff.util.EnumBitMask
Combine bit flags using at maximum 16 bits into a bit mask.
combine32(F...) - Static method in class de.caff.util.EnumBitMask
Combine bit flags using at maximum 32 bits into a bit mask.
combine32(Collection<F>) - Static method in class de.caff.util.EnumBitMask
Combine bit flags using at maximum 32 bits into a bit mask.
combine64(F...) - Static method in class de.caff.util.EnumBitMask
Combine bit flags using at maximum 64 bits into a bit mask.
combine64(Collection<F>) - Static method in class de.caff.util.EnumBitMask
Combine bit flags using at maximum 64 bits into a bit mask.
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.
CommandLine - Class in de.caff.util.args
 
CommandLine(SwitchOrArgument...) - Constructor for class de.caff.util.args.CommandLine
Constructor.
CommandLine(Iterable<SwitchOrArgument>) - Constructor for class de.caff.util.args.CommandLine
Constructor.
comment(String) - Method in class de.caff.io.xml.SimpleXmlWriter
Add a comment.
comment(String) - Method in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Add a comment.
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(PhysicalLength) - Method in class de.caff.util.measure.PhysicalLength
Compares this object with the specified object for order.
compareTo(SemanticVersionChecker.Version) - Method in class de.caff.util.SemanticVersionChecker.Version
Compares this object with the specified object for order.
compareTo(VersionChecker.Version) - Method in class de.caff.util.VersionChecker.Version
Compares this object with the specified object for order.
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.
compileString(String, Object[], ResourceBundle) - Static method in class de.caff.util.Utility
Compile a formatted string with maximum 10 args.
compileString(String, Object...) - Static method in class de.caff.util.Utility
Compile a formatted string with maximum 10 args.
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.
connectToLogging() - Static method in class de.caff.util.debug.Debug
Connect this debugger to the standard Java logging system located in package java.util.debug and introduced in Java 1.4.
consumeArgument(String) - Method in class de.caff.util.args.MultipleArgument
 
consumeArgument(String) - Method in class de.caff.util.args.SingleArgument
 
consumeArgument(String) - Method in class de.caff.util.args.StringArgSwitch
Read further arguments from the command line.
consumeArgument(String) - Method in interface de.caff.util.args.Switch
Read further arguments from the command line.
consumeArgument(String) - Method in interface de.caff.util.args.SwitchOrArgument
Read further arguments from the command line.
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.
contentEquals(File, File) - Static method in class de.caff.util.FileTool
Is the content of two files equal?
contentEquals(String, String) - Static method in class de.caff.util.FileTool
Is the content of two files equal?
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.
CookedMessageDebugListener - Interface in de.caff.util.debug
A listener for any debug message in "cooked" form.
cookedPosition(String) - Static method in class de.caff.util.debug.DebugMessageCook
Get a position in default cooked format.
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
 
copyImageToClipboard(Image) - Static method in class de.caff.util.Utility
Copy an image to the system clipboard.
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.
copyTextToClipboard(String) - Static method in class de.caff.util.Utility
Copy text to the system clipboard.
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.
CountingInputStream - Class in de.caff.util
Input stream wrapper which keeps track of the position.
CountingInputStream(InputStream) - Constructor for class de.caff.util.CountingInputStream
Constructor.
CountingInputStream(InputStream, long) - Constructor for class de.caff.util.CountingInputStream
Constructor.
CountingOutputStream - Class in de.caff.util
A wrapper output streams which counts the bytes written so far.
CountingOutputStream(OutputStream) - Constructor for class de.caff.util.CountingOutputStream
Creat a counting output stream which wraps the given output stream.
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.
createCustomCursor(Icon, Color, String, Cursor) - Static method in class de.caff.util.Utility
Try to create a custom cursor from an icon.
createCustomCursor(Icon, Color, Point, String, Cursor) - Static method in class de.caff.util.Utility
Try to create a custom cursor from an icon.
createDebugWindow() - Static method in class de.caff.util.debug.Debug
Create a debug window which receives cooked messages.
createDebugWindow(boolean) - Static method in class de.caff.util.debug.Debug
Create a debug window which receives cooked messages.
createDefaultExecutor(double, double, int) - Static method in class de.caff.util.concurrent.Exec
Create a default thread pool executor with a useful number of threads, a keep alive time of 0, a linked blocking queue, and a rejection handler which discards all unexecutable threads.
createDefaultExecutor(int) - Static method in class de.caff.util.concurrent.Exec
Create a default thread pool executor with a restricted but default number of threads, a keep alive time of 0, a linked blocking queue, and a rejection handler which discards all unexecutable threads.
createDefaultExecutor() - Static method in class de.caff.util.concurrent.Exec
Create a default thread pool executor with a default number of threads, a keep alive time of 0, a linked blocking queue, and a rejection handler which discards all unexecutable threads.
createDefaultExecutor(String, double, double, int) - Static method in class de.caff.util.concurrent.Exec
Create a default thread pool executor with a useful number of threads, a keep alive time of 0, a linked blocking queue, and a rejection handler which discards all unexecutable threads.
createFastImage(int, int) - Static method in class de.caff.util.Utility
Try to create an image on which graphics operations have high performance.
createFastVolatileImage(Component, int, int) - Static method in class de.caff.util.Utility
This will create a VolatileImage and try to increase its acceleration priority.
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.
createOptionalZip(String, String) - Static method in class de.caff.util.Utility
Create a stream which possibly points into a newly created ZIP file.
createPair(U, U) - Static method in class de.caff.generics.Pair
Create a pair from two items.
createPlatformImage(int, int) - Static method in class de.caff.util.Utility
Create an opaque buffered image which is optimized for the current platform.
createPlatformImage(int, int, int) - Static method in class de.caff.util.Utility
Create a buffered image which is optimized for the current platform.
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.
current() - Method in class de.caff.util.StringCodePointIterator
Get the current character.

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.i18n - package de.caff.i18n
Internationalization issues.
de.caff.io - package de.caff.io
Basis i/o helpers.
de.caff.io.json - package de.caff.io.json
Simple input and output for data in JSON format.
de.caff.io.xml - package de.caff.io.xml
Output for simplified XML.
de.caff.util - package de.caff.util
Miscellaneous utility classes.
de.caff.util.args - package de.caff.util.args
Helper for evaluating command line arguments.
de.caff.util.concurrent - package de.caff.util.concurrent
Helper classes for multi-threading.
de.caff.util.debug - package de.caff.util.debug
Generic debugging package.
de.caff.util.measure - package de.caff.util.measure
Generic debugging package.
de.caff.util.print - package de.caff.util.print
Utility classes for printing.
de.caff.util.settings - package de.caff.util.settings
Persistent and temporary settings.
de.caff.util.startup - package de.caff.util.startup
Restart with more memory support.
de.caff.util.templ - package de.caff.util.templ
A very simple template handler lib.
de.caff.util.xml - package de.caff.util.xml
Deprecated tools for simplifying XML read and write.
de.caff.version - package de.caff.version
This package provides semantic versioning for modules.
DEBUG - Static variable in class de.caff.i18n.I18n
Switch on to see whether there are key clashes.
Debug - Class in de.caff.util.debug
General tool for debugging purposes.
Debug() - Constructor for class de.caff.util.debug.Debug
 
debug(Object) - Static method in class de.caff.util.Utility
Print message if debug mode is on.
debug(Throwable) - Static method in class de.caff.util.Utility
Print the stack trace if debug mode is on.
Debug.ModeChangeListener - Interface in de.caff.util.debug
A Java interface for listeners which wants to be informed about the internal mode of the debug interface.
DEBUG_ALL_MASK - Static variable in interface de.caff.util.debug.DebugConstants
all messages mask
DebugConstants - Interface in de.caff.util.debug
This interface is defined as a collection of constants used for debugging.
DebuggingOutputStream - Class in de.caff.util.debug
An OutputStream, which sends all output to the debugging interface.
DebuggingOutputStream(int) - Constructor for class de.caff.util.debug.DebuggingOutputStream
Constructor.
DebugLevelSwitchBoard - Class in de.caff.util.debug
A panel with Checkboxes allowing to switch on/off global debug levels
DebugLevelSwitchBoard() - Constructor for class de.caff.util.debug.DebugLevelSwitchBoard
 
DebugMessageCook - Class in de.caff.util.debug
This class "cooks" debug messages.
DebugMessageCook() - Constructor for class de.caff.util.debug.DebugMessageCook
 
DebugMessageCook.ListenerData - Class in de.caff.util.debug
Data collection for listener.
DebugMessageWindow - Class in de.caff.util.debug
A text window frame in which debugging messages are outputted in cooked format.
DebugMessageWindow(boolean) - Constructor for class de.caff.util.debug.DebugMessageWindow
Constructor.
DECA - Static variable in class de.caff.util.measure.SIPrefix
The deca prefix (10^1).
DECI - Static variable in class de.caff.util.measure.SIPrefix
The dezi prefix (10^-1).
DECIMETER - Static variable in class de.caff.util.measure.LengthUnit
The DECIMETER unit.
DECODE - Static variable in class de.caff.util.Base64
Specify decoding in first bit.
decode(byte[]) - Static method in class de.caff.util.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(byte[], int, int, int) - Static method in class de.caff.util.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class de.caff.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class de.caff.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String) - Static method in class de.caff.util.ColorDecoder
Get a color by name or description.
decode(String, boolean) - Static method in class de.caff.util.ColorDecoder
Get a color by name or description.
decode(String, ColorDecoder.Domain) - Static method in class de.caff.util.ColorDecoder
Get a color by name or description.
decode(String, ColorDecoder.Domain...) - Static method in class de.caff.util.ColorDecoder
Get a color by name or description.
decode(String, Iterable<? extends ColorDecoder.Domain>) - Static method in class de.caff.util.ColorDecoder
Get a color by name or description.
decodeFileToFile(String, String) - Static method in class de.caff.util.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class de.caff.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class de.caff.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class de.caff.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decrease() - Method in enum de.caff.util.concurrent.Priority
Get a priority which is decreased one step if this is not already the lowest priority.
decreased(Priority) - Static method in enum de.caff.util.concurrent.Priority
Get a decreased priority.
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_BUFFER_SIZE - Static variable in class de.caff.io.InputStreamLineBuffer
Default size for line buffers.
DEFAULT_CHARSET - Static variable in class de.caff.io.OutputStreamStringCollector
The default charset (UTF_8).
DEFAULT_CHARSET - Static variable in class de.caff.util.xml.OutputStreamStringCollector
Deprecated.
The default charset (UTF_8).
DEFAULT_CPU_UTILIZATION_FACTOR - Static variable in class de.caff.util.concurrent.Exec
CPU utilization factor, leave 5% for computer and GUI.
DEFAULT_ENCODING - Static variable in class de.caff.io.xml.SimpleXmlWriter
Default encoding in XML header.
DEFAULT_ENCODING - Static variable in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Default encoding in XML header.
DEFAULT_INITIAL_SIZE - Static variable in class de.caff.io.TextStringCollector
Default initial size for string builder.
DEFAULT_INITIAL_SIZE - Static variable in class de.caff.util.xml.TextStringCollector
Deprecated.
Default initial size for string builder.
DEFAULT_MARGIN - Static variable in class de.caff.util.print.BasicPaperFormat
The default margin size (1 cm).
DEFAULT_MATCHER - Static variable in class de.caff.generics.matcher.Match
Basic matcher, using Object.equals(Object) method of first object.
DEFAULT_MAX_THREADS - Static variable in class de.caff.util.concurrent.Exec
The default for the maximum allowed number of threads.
DEFAULT_MEMORY_PART - Static variable in class de.caff.util.startup.Restarter
Default part of memory to reserve for the application.
DEFAULT_RESOURCE_PATH - Static variable in class de.caff.util.Utility
Default resource path.
DEFAULT_WAIT_TO_COMPUTE_RATIO - Static variable in class de.caff.util.concurrent.Exec
Default wait to compute ratio.
DefaultI18n - Class in de.caff.i18n
Application specific support for internationalization, used for Java 1.2+.
DefaultI18n() - Constructor for class de.caff.i18n.DefaultI18n
 
defaultLocale - Variable in class de.caff.i18n.DefaultI18n
The default locale.
defaultNamedThreadFactory(String) - Static method in class de.caff.util.concurrent.Exec
Get a default thread factory where threads get an individual name made up from the given basic name.
defaultState - Variable in enum de.caff.io.json.Json.Env
Default state for this kind of environment.
DefaultThreadFactory(String) - Constructor for class de.caff.util.concurrent.Exec.DefaultThreadFactory
Constructor.
deleteMark - Variable in class de.caff.generics.handler.DeletingFragileLoopItemHandler
 
deleteMark - Variable in class de.caff.generics.handler.DeletingLoopItemHandler
 
deleteTree(File) - Static method in class de.caff.util.FileTool
Delete a file or file tree.
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?
description - Variable in class de.caff.util.args.AbstractSimpleSwitch
 
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?
DIRECT_EXECUTOR - Static variable in interface de.caff.util.concurrent.PriorityExecutor
Priority executor which just executes the task directly without caring for priority.
DIRECTORIES_FIRST - Static variable in class de.caff.util.FileTool
Sort directories first.
DirectoryPreferenceProperty - Interface in de.caff.util.settings
Preference property holding a directory.
DISABLED - Static variable in class de.caff.util.AbstractBasicStatusFlag
The extension appended to the i18n base tag if this flag is disabled.
discardInput(InputStream) - Static method in class de.caff.util.IOUtil
Read all input from the given stream without using it.
dispatchEvent(AWTEvent) - Method in class de.caff.util.EventQueueExceptionWrapper
Dispatches an event.
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.
dividedBy(double) - Method in class de.caff.util.measure.PhysicalLength
Get a divided part of this physical length.
dividedBy(PhysicalLength) - Method in class de.caff.util.measure.PhysicalLength
Get the scaling between two physical lengths.
DO_BREAK_LINES - Static variable in class de.caff.util.Base64
Do break lines when encoding.
Domain(String, Map<String, Color>) - Constructor for class de.caff.util.ColorDecoder.Domain
Constructor.
DOMAIN_HTML - Static variable in class de.caff.util.ColorDecoder
The color names in the domain of HTML 4.01.
DOMAIN_X11 - Static variable in class de.caff.util.ColorDecoder
The color names in the domain of X11.
DOMAINS_HTML_FIRST - Static variable in class de.caff.util.ColorDecoder
The domains sorted in a way that HTML names are tested first.
DOMAINS_X11_FIRST - Static variable in class de.caff.util.ColorDecoder
The domains sorted in a way that X11 names are tested first.
DONE - Static variable in class de.caff.util.StringCodePointIterator
Value return when iteration is done.
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.
DOUBLE_ARRAY_CLONER - Static variable in class de.caff.util.Primitives
Deprecated.
Function which clones double arrays.
doubleArray(Iterable<? extends Number>) - Method in class de.caff.io.json.SimpleJsonWriter
Convenience method for outputting a whole array of numbers as double values.
doubleArray(Iterable<T>, ToDoubleFunction<? super T>) - Method in class de.caff.io.json.SimpleJsonWriter
Convenience method for outputting a whole array of double values created from general elements.
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.
DoublePreferenceProperty - Interface in de.caff.util.settings
A preference property holding a double value.
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.
doubleValue() - Method in class de.caff.util.settings.EnumEnumValue
Returns the value of the specified number as a double.
doubleValue() - Method in class de.caff.util.settings.IntegerEnumValue
Returns the value of the specified number as a double.
DoubleValueHandler(DoubleConsumer) - Constructor for class de.caff.io.json.SimpleJsonReader.DoubleValueHandler
Constructor.
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.
dump(PrintStream, Locale) - Static method in class de.caff.i18n.I18n
Dump the complete currently known i18n resources for a given locale.

E

element(int, String) - Method in class de.caff.io.json.SimpleJsonReader.ArrayHandler
Called when a text element was read.
element(int, boolean) - Method in class de.caff.io.json.SimpleJsonReader.ArrayHandler
Called when a boolean element was read.
element(int, Number) - Method in class de.caff.io.json.SimpleJsonReader.ArrayHandler
Called when a number value was read.
element(String, Object...) - Method in class de.caff.io.xml.SimpleXmlWriter
Writes an empty element.
element(String, Object...) - Method in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Writes an empty element.
elementI(String, Indexable<?>) - Method in class de.caff.io.xml.SimpleXmlWriter
Writes an empty element with indexed attributes.
elementP(String, Indexable<? extends Pair<?>>) - Method in class de.caff.io.xml.SimpleXmlWriter
Writes an empty element with paired attributes.
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_RESOURCE_NODE_ARRAY - Static variable in interface de.caff.i18n.XmlResourceBundle.ResourceNode
Empty resource node array.
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.
EMPTY_URL_ARRAY - Static variable in class de.caff.util.Utility
Empty URL array.
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.
ENABLED - Static variable in class de.caff.util.AbstractBasicStatusFlag
The extension appended to the i18n base tag if this flag is enabled.
ENCODE - Static variable in class de.caff.util.Base64
Specify encoding in first bit.
encode(ByteBuffer, ByteBuffer) - Static method in class de.caff.util.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded ByteBuffer.
encode(ByteBuffer, CharBuffer) - Static method in class de.caff.util.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded CharBuffer.
encodeBytes(byte[]) - Static method in class de.caff.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class de.caff.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class de.caff.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class de.caff.util.Base64
Encodes a byte array into Base64 notation.
encodeBytesToBytes(byte[]) - Static method in class de.caff.util.Base64
Similar to Base64.encodeBytes(byte[]) but returns a byte array instead of instantiating a String.
encodeBytesToBytes(byte[], int, int, int) - Static method in class de.caff.util.Base64
Similar to Base64.encodeBytes(byte[], int, int, int) but returns a byte array instead of instantiating a String.
encodeFileToFile(String, String) - Static method in class de.caff.util.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class de.caff.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class de.caff.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class de.caff.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class de.caff.util.Base64
Convenience method for encoding data to a file.
end() - Method in class de.caff.io.xml.SimpleXmlWriter
Close the latest open element.
end(String) - Method in class de.caff.io.xml.SimpleXmlWriter
Close the given element.
endArray(SimpleJsonReader) - Method in class de.caff.io.json.AbstractSimpleJsonFilter
 
endArray(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.ArrayHandler
 
endArray(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.BooleanValueHandler
 
endArray(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.DoubleValueHandler
 
endArray(SimpleJsonReader) - Method in interface de.caff.io.json.SimpleJsonReader.Handler
Called when an array has ended.
endArray(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.HandlerWrapper
 
endArray(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.IntValueHandler
 
endArray(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.NumericValueHandler
 
endArray(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.ObjectHandler
 
endArray(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.StringValueHandler
 
endArray(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.ValueHandler
 
endArray() - Method in class de.caff.io.json.SimpleJsonWriter
End outputting a JSON array.
endObject(SimpleJsonReader) - Method in class de.caff.io.json.AbstractSimpleJsonFilter
 
endObject(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.ArrayHandler
 
endObject(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.BooleanValueHandler
 
endObject(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.DoubleValueHandler
 
endObject(SimpleJsonReader) - Method in interface de.caff.io.json.SimpleJsonReader.Handler
Called when an object has ended.
endObject(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.HandlerWrapper
 
endObject(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.IntValueHandler
 
endObject(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.NumericValueHandler
 
endObject(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.ObjectHandler
 
endObject(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.StringValueHandler
 
endObject(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.ValueHandler
 
endObject() - Method in class de.caff.io.json.SimpleJsonWriter
End outputting a JSON object.
endWithoutExit() - Method in interface de.caff.util.SemanticVersionChecker.ProgramAccess
End the application, but don't exit.
endWithoutExit() - Method in interface de.caff.util.VersionChecker.ProgramAccess
End the application, but don't exit.
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.
EnumBitMask<E extends java.lang.Enum<E> & BitFlag> - Class in de.caff.util
Type safe bit flags.
EnumBitMask(BitMask) - Constructor for class de.caff.util.EnumBitMask
Constructor.
EnumEnumValue<E extends java.lang.Enum<E>> - Class in de.caff.util.settings
Enum value which contains a Java enum.
EnumEnumValue(String, Enum<E>) - Constructor for class de.caff.util.settings.EnumEnumValue
Constructor.
EnumerationIterator<T> - Class in de.caff.generics
Iterator wrapper for an enumeration.
EnumerationIterator(Enumeration<T>) - Constructor for class de.caff.generics.EnumerationIterator
Constructor.
EnumPreferenceProperty<E> - Interface in de.caff.util.settings
A preference property holding an EnumValue.
EnumProperty<E> - Interface in de.caff.util.settings
Enum property.
Enums - Class in de.caff.generics
Toolbox for enums.
Enums - Class in de.caff.util
Deprecated.
move to Enums in module generics
EnumValue<E> - Interface in de.caff.util.settings
Description of an enum value.
EOL_PATTERN - Static variable in class de.caff.util.StringHelper
The end-of-line pattern.
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.
equalBytes(byte[], int, byte[], int, int) - Static method in class de.caff.util.Utility
Compare two byte arrays.
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, Object) - Method in interface de.caff.i18n.XmlResourceBundle.ValueType
 
equals(Object) - Method in class de.caff.util.BitMask16
 
equals(Object) - Method in class de.caff.util.BitMask32
 
equals(Object) - Method in class de.caff.util.BitMask64
 
equals(Object) - Method in class de.caff.util.BitSetBitMask
 
equals(Object) - Method in class de.caff.util.EnumBitMask
 
equals(Object) - Method in class de.caff.util.measure.LengthUnit
Compare to another unit.
equals(PhysicalLength, PhysicalLength) - Method in class de.caff.util.measure.PhysicalLength
Is this length nearly equal to another one?
equals(Object) - Method in class de.caff.util.measure.PhysicalLength
Is this length equal to another one?
equals(Object) - Method in class de.caff.util.print.BasicPaperFormat
Is this paper format equal to another format.
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.
equalSized(PaperFormat) - Method in class de.caff.util.print.BasicPaperFormat
Does the other paper have the same size and margins?
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(String) - Static method in class de.caff.util.debug.Debug
Print an error message without further arguments.
error(Throwable) - Static method in class de.caff.util.debug.Debug
Print an error message for a throwable.
error(Object) - Static method in class de.caff.util.debug.Debug
Print an error message without further arguments.
error(String, Object...) - Static method in class de.caff.util.debug.Debug
Print an error message with up to nine arguments.
ERROR - Static variable in interface de.caff.util.debug.DebugConstants
error messages
ERROR_CHAR - Static variable in interface de.caff.util.debug.DebugConstants
error message shortcut
ERROR_FLAG - Static variable in interface de.caff.util.debug.DebugConstants
error messages flag
ERROR_INDEX_OUT_OF_BOUNDS_FORMAT - Static variable in class de.caff.generics.Pythonesque
Format used for index out of bounds exception.
errorf(String, Object...) - Static method in class de.caff.util.debug.Debug
Print a trace message in the format used by String.format(String, Object...).
ErrorMessageDebugListener - Interface in de.caff.util.debug
A listener for raw error debug messages.
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
 
evaluate(String[]) - Method in class de.caff.util.args.CommandLine
Evaluate the command line.
evaluate(List<String>) - Method in class de.caff.util.args.CommandLine
Evaluate the command line.
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
 
EventQueueExceptionListener - Interface in de.caff.util
A listener which is used in Utility as a callback for exceptions which occur in the event queue.
EventQueueExceptionWrapper - Class in de.caff.util
A wrapper for the event queue which catches all uncaught exceptions and distributes them to EventQueueExceptionListeners.
EventQueueExceptionWrapper() - Constructor for class de.caff.util.EventQueueExceptionWrapper
Constructor.
EXA - Static variable in class de.caff.util.measure.SIPrefix
The exa prefix (10^18).
EXBI - Static variable in class de.caff.util.measure.SIPrefix
The exbi predix (2^50).
exceptionOccured(AWTEvent, Throwable) - Method in interface de.caff.util.EventQueueExceptionListener
Called when an uncaught exception occurs in the AWT event thread.
exchangeWith(Function3<? extends V, BasicLoop<V>, V, V>) - Method in class de.caff.generics.BasicLoop.Item
Exchange this item with a new item.
Exec - Class in de.caff.util.concurrent
Class with static helper methods for thread pool execution.
Exec.DefaultThreadFactory - Class in de.caff.util.concurrent
Default thread factory.
Exec.PrivilegedThreadFactory - Class in de.caff.util.concurrent
Privileged thread factor.
execute(Priority, Object, Runnable) - Method in interface de.caff.util.concurrent.PriorityExecutor
Execute a task with the given priority.
execute(Priority, Object, Runnable) - Method in class de.caff.util.concurrent.PriorityThreadPoolExecutor
Execute a task with the given priority.
execute() - Method in class de.caff.util.Worker
Implement this in extending classes to do the work.
executeWithLifeCycle(Priority, TaskLifeCycleListener, Runnable) - Method in interface de.caff.util.concurrent.PriorityExecutor
Execute a task with the given priority.
executeWithLifeCycle(Priority, TaskLifeCycleListener, Runnable) - Method in class de.caff.util.concurrent.PriorityThreadPoolExecutor
Execute a task with the given priority.
EXECUTIVE_PAPER - Static variable in class de.caff.util.print.BasicPaperFormat
Executive format paper.
expand(byte[]) - Method in class de.caff.io.xml.SimpleXmlWriter
Convert data into hex code and add it as text.
expand(byte[], int) - Static method in class de.caff.io.xml.SimpleXmlWriter
Expand an array of bytes into a hex string.
expand(File, String...) - Static method in class de.caff.util.FileTool
Append multiple path items to a file.
expand(MatchResult, TextTemplateHandler<T>, T) - Method in interface de.caff.util.TextTemplateHandler.CtxExpander
Expand the given match.
expand(String, T) - Method in class de.caff.util.TextTemplateHandler
Expand a string with the given context.
expand(MatchResult, TextTemplateHandler.WithoutContext) - Method in interface de.caff.util.TextTemplateHandler.Expander
Expand the given match.
expand(String) - Method in class de.caff.util.TextTemplateHandler.WithoutContext
Expand a string with the given context.
expand(byte[]) - Method in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Convert data into hex code and add it as text.
expand(byte[], int) - Static method in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Expand an array of bytes into a hex string.
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
 
expandBase64(byte[]) - Method in class de.caff.io.xml.SimpleXmlWriter
Convert data into hex code and add it as text.
expandBase64(byte[]) - Method in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Convert data into hex code and add it as text.
EXTENSION - Static variable in class de.caff.i18n.XmlResourceBundle
Extension used for XML resource bundles.
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.
extractPrefix(String) - Static method in class de.caff.util.measure.SIPrefix
Get the prefix indicated by a unit.

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.
FALLBACK_SEPARATOR - Static variable in class de.caff.util.templ.Template
The separator used to include a fallback.
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
 
fatal(String) - Static method in class de.caff.util.debug.Debug
Print a fatal error message without further arguments.
fatal(Throwable) - Static method in class de.caff.util.debug.Debug
Print a fatal error message for a throwable.
fatal(Object) - Static method in class de.caff.util.debug.Debug
Print a fatal error message without further arguments.
fatal(String, Object...) - Static method in class de.caff.util.debug.Debug
Print a fatal error message with up to nine arguments.
FATAL - Static variable in interface de.caff.util.debug.DebugConstants
fatal error messages
FATAL_CHAR - Static variable in interface de.caff.util.debug.DebugConstants
fatal message shortcut
FATAL_FLAG - Static variable in interface de.caff.util.debug.DebugConstants
fatal error messages flag
fatalf(String, Object...) - Static method in class de.caff.util.debug.Debug
Print a trace message in the format used by String.format(String, Object...).
FatalMessageDebugListener - Interface in de.caff.util.debug
A listener for raw fatal error messages.
FEMTO - Static variable in class de.caff.util.measure.SIPrefix
The femto prefix (10^-15).
FileTool - Class in de.caff.util
Helper tools for handling files.
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.
FilteringDebugMessageWindow - Class in de.caff.util.debug
A text window frame in which debugging messages are outputted in cooked format.
FilteringDebugMessageWindow() - Constructor for class de.caff.util.debug.FilteringDebugMessageWindow
Constructor.
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.
finish(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.MapObjectHandler
 
finish(SimpleJsonReader) - Method in interface de.caff.io.json.SimpleJsonReader.TemporaryHandler
Called once after the handler is used.
finish() - Method in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Close all open elements.
firePropertyChange(PropertyChangeEvent) - Method in class de.caff.util.settings.AbstractBasicChangeableItem
Fire a property change.
fireValueChange(String, Object, Object) - Method in class de.caff.util.settings.AbstractBasicChangeableItem
Fire a generic value property change.
fireValueChange(String, boolean, boolean) - Method in class de.caff.util.settings.AbstractBasicChangeableItem
Fire a value property change for a boolean value.
fireValueChange(String, int, int) - Method in class de.caff.util.settings.AbstractBasicChangeableItem
Fire a value property change for a integer value.
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() - Method in class de.caff.util.StringCodePointIterator
Get the first character.
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).
firstDiff(File, File) - Static method in class de.caff.util.FileTool
Get the position of the first difference of the content of two files.
firstDiff(String, String) - Static method in class de.caff.util.FileTool
Get the position of the first difference of the content of two files.
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.
flags(Class<E>) - Method in class de.caff.util.EnumBitMask
Get a list of all flags which are set in this mask.
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.
flip(int) - Method in interface de.caff.util.BitMask
Flip the flag at the given position.
flip(int) - Method in class de.caff.util.BitMask16
Flip the flag at the given position.
flip(int) - Method in class de.caff.util.BitMask32
Flip the flag at the given position.
flip(int) - Method in class de.caff.util.BitMask64
Flip the flag at the given position.
flip(int) - Method in class de.caff.util.BitSetBitMask
Flip the flag at the given position.
flip(E) - Method in class de.caff.util.EnumBitMask
Flip the given flag.
flipAll(E...) - Method in class de.caff.util.EnumBitMask
Flip all given flags.
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.
FLOAT_ARRAY_CLONER - Static variable in class de.caff.util.Primitives
Deprecated.
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.
FloatPreferenceProperty - Interface in de.caff.util.settings
A preference property holding a float value.
FloatSetter<T> - Interface in de.caff.generics.function
Procedure with a generic and a float argument.
floatValue() - Method in class de.caff.util.settings.EnumEnumValue
Returns the value of the specified number as a float.
floatValue() - Method in class de.caff.util.settings.IntegerEnumValue
Returns the value of the specified number as a float.
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.
flush() - Method in class de.caff.io.LimitedByteArrayOutputStream
 
flush() - Method in class de.caff.util.Base64.OutputStream
Flushes the stream (and the enclosing streams).
flush() - Method in class de.caff.util.CountingOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class de.caff.util.debug.DebuggingOutputStream
Flush stream.
flush() - Method in class de.caff.util.ImprovedStringWriter
Flushes the stream.
flushBase64() - Method in class de.caff.util.Base64.OutputStream
Method added by PHIL.
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.
FOOT - Static variable in class de.caff.util.measure.LengthUnit
The FOOT unit.
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.
forEachSet(Iterable<E>, Consumer<? super E>) - Method in class de.caff.util.EnumBitMask
Call a handler for each of the given flags which is set in this bit mask.
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.
forEachUnset(Iterable<E>, Consumer<? super E>) - Method in class de.caff.util.EnumBitMask
Call a handler for each of the given flags which is unset in this bit mask.
forEachValue(Consumer<? super T>) - Method in class de.caff.generics.Loop
Perform an action for each value in this loop.
format(String, Object...) - Static method in class de.caff.i18n.I18n
Compile a String with a format using the default locale.
format(Locale, String, Object...) - Static method in class de.caff.i18n.I18n
Compile a String with a format.
Format - Class in de.caff.util.debug
Simple class for parsing format strings similar to the C printf functionality.
Format() - Constructor for class de.caff.util.debug.Format
 
format(Object, Object...) - Static method in class de.caff.util.debug.Format
Parses a format string with arguments marked by %0 to %9 (max.) and substitutes in the arguments accordingly.
found(char) - Method in class de.caff.util.args.SimpleOnOffSwitch
 
found(String) - Method in class de.caff.util.args.SimpleOnOffSwitch
 
found(char) - Method in class de.caff.util.args.SimpleSwitch
 
found(String) - Method in class de.caff.util.args.SimpleSwitch
 
found(char) - Method in class de.caff.util.args.StringArgSwitch
This switch appears in the command line in the given short form.
found(String) - Method in class de.caff.util.args.StringArgSwitch
This switch appears in the command line in the given long form.
found(char) - Method in interface de.caff.util.args.Switch
This switch appears in the command line in the given short form.
found(String) - Method in interface de.caff.util.args.Switch
This switch appears in the command line in the given long form.
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.
from(String) - Static method in class de.caff.util.templ.Template
Create a template.
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.
fromBoolean(Boolean) - Static method in enum de.caff.util.TriState
Convert a nullable boolean into a tri-state.
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.
fromHexData(String) - Static method in class de.caff.util.Utility
Convert a hex data stream to a byte array.
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.
fromInternal(int) - Static method in enum de.caff.util.ParameterTypes
Get the ParameterType enum associated with the given internal value.
fromInternal(int, ParameterTypes) - Static method in enum de.caff.util.ParameterTypes
Get the ParameterType enum associated with the given internal value.
fromInternal(int) - Static method in enum de.caff.util.TriState
Get the TriState enum associated with the given internal value.
fromInternal(int, TriState) - Static method in enum de.caff.util.TriState
Get the TriState 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.
fromPageFormat(PageFormat) - Static method in class de.caff.util.print.BasicPaperFormat
Creat an internal paper format from a Java AWT page format.
fromPaper(Paper) - Static method in class de.caff.util.print.BasicPaperFormat
Create an internal paper format from a Java AWT paper.
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.
fromString(String, Locale) - Static method in class de.caff.util.measure.PhysicalLength
Decodes a physical length description in text form.
fromString(String) - Static method in class de.caff.util.measure.PhysicalLength
Decodes a physical length description in text form,using the default locale.
fromTuples(Iterable<? extends ITuple2<? extends TK, ? extends TV>>) - Static method in interface de.caff.generics.Dict
Create a dictionary from a bunch of tuples.
fromXmlElement(Element, String, Class<T>) - Static method in interface de.caff.io.xml.XmlDispatchedStorable
Recreate an object of the given class from its stored XML representation.
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.
ft(double) - Static method in class de.caff.util.measure.PhysicalLength
Factory method for lengths in foot.
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() - Method in class de.caff.util.concurrent.PresentFuture
Waits if necessary for the computation to complete, and then retrieves its result.
get(long, TimeUnit) - Method in class de.caff.util.concurrent.PresentFuture
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
get(int) - Static method in class de.caff.util.SimpleBitFlag
Get the simple bit flag for which the given index is set.
get(int) - Method in class de.caff.version.SemVer.Prerelease
Get the identifier in the given position.
get16(int, Class<T>) - Static method in class de.caff.util.EnumBitMask
Get a cached 16bit mask for the given value.
get16(T...) - Static method in class de.caff.util.EnumBitMask
Get a cached 16bit mask for a combination of flags.
get16(EnumBitMask<T>, T...) - Static method in class de.caff.util.EnumBitMask
Get a cached 16bit mask for a combination of flags.
get32(Integer, Class<T>) - Static method in class de.caff.util.EnumBitMask
Get a cached 32bit mask for the given value.
get32(T...) - Static method in class de.caff.util.EnumBitMask
Get a cached 32bit mask for a combination of flags.
get32(EnumBitMask<T>, T...) - Static method in class de.caff.util.EnumBitMask
Get a cached 32bit mask for a combination of flags.
getAllCleared(E...) - Method in class de.caff.util.EnumBitMask
Get a list of all flags which are not set in this mask.
getAllCleared(Iterable<E>) - Method in class de.caff.util.EnumBitMask
Get a list of all flags which are not set in this mask.
getAllSet(E...) - Method in class de.caff.util.EnumBitMask
Get a list of all flags out of a given set which are set in this mask.
getAllSet(Iterable<E>) - Method in class de.caff.util.EnumBitMask
Get a list of all flags which are set in this mask.
getAppearance() - Method in class de.caff.util.args.AbstractBasicArgument
 
getAppearance() - Method in class de.caff.util.args.SimpleOnOffSwitch
 
getAppearance() - Method in class de.caff.util.args.SimpleSwitch
 
getAppearance() - Method in class de.caff.util.args.StringArgSwitch
Get the appearance of this switch or argument on the command line.
getAppearance() - Method in interface de.caff.util.args.SwitchOrArgument
Get the appearance of this switch or argument on the command line.
getArgument() - Method in class de.caff.util.args.StringArgSwitch
Get the argument.
getArgument() - Method in exception de.caff.util.args.UnexpectedArgumentException
Get the unexpected argument of the long switch.
getArguments() - Method in exception de.caff.util.args.TooManyArgumentsException
Get the arguments.
getAssertionMode() - Static method in class de.caff.util.debug.Debug
Get the assertion handling mode.
getBaseTag() - Method in class de.caff.util.AbstractBasicStatusFlag
Get the i18n tag for the flag description.
getBaseTag() - Method in class de.caff.util.settings.AbstractBasicLocalizableChangeableItem
Get the basic i18n label tag.
getBasicClassname() - Method in interface de.caff.util.settings.PrintRequestProperties.EnumAttributeFinder
Get the class name of the overridden class.
getBasicName() - Method in class de.caff.util.settings.AbstractBasicChangeableItem
Get the basic name of the property.
getBasicValue() - Method in class de.caff.util.settings.AbstractBasicEnumValue
Get the basic enum value.
getBinaryOutput() - Method in class de.caff.io.InputStreamBuffer
Get the collected output as binary data.
getBitCount() - Method in interface de.caff.util.BitMask
Get the number of possible bits used in this flag.
getBitCount() - Method in class de.caff.util.BitMask16
Get the number of possible bits used in this flag.
getBitCount() - Method in class de.caff.util.BitMask32
Get the number of possible bits used in this flag.
getBitCount() - Method in class de.caff.util.BitMask64
Get the number of possible bits used in this flag.
getBitCount() - Method in class de.caff.util.BitSetBitMask
Get the number of possible bits used in this flag.
getBitMask() - Method in class de.caff.util.EnumBitMask
Get the underlying bit mask,
getBitPosition() - Method in class de.caff.util.SimpleBitFlag
Get the bit position associated with this flag.
getBooleanParameter(String, boolean) - Static method in class de.caff.util.Utility
Look for a boolean applet parameter or application property.
getBooleanParameter(String, boolean, String...) - Static method in class de.caff.util.Utility
Look for a boolean applet parameter or application property.
getBooleanValue(Element, String) - Static method in class de.caff.io.xml.XmlTool
Get a boolean value from an attribute.
getBooleanValue(Element, String, boolean) - Static method in class de.caff.io.xml.XmlTool
Get an optional boolean value from an attribute.
getBooleanValue(String, Attributes, String) - Static method in class de.caff.io.xml.XmlTool
Get a boolean value from an attribute.
getBooleanValue(String, Attributes, String, boolean) - Static method in class de.caff.io.xml.XmlTool
Get an optional boolean value from an attribute.
getBottomMargin() - Method in class de.caff.util.print.BasicPaperFormat
Get the bottom margin size.
getBottomMargin() - Method in interface de.caff.util.print.PaperFormat
Get the bottom margin size.
getBuffer() - Method in class de.caff.util.ImprovedStringWriter
Get the underlying buffer.
getBuildDate(Class<?>) - Static method in class de.caff.util.Utility
Get the build date of a given class.
getBuildDate(Class<?>, String) - Static method in class de.caff.util.Utility
Get the build date of a given class.
getBuildDate() - Static method in class de.caff.util.Utility
Use Utility.getBuildDate(Class) using this class to get a built date.
getBuildDate(String) - Static method in class de.caff.util.Utility
Use Utility.getBuildDate(Class) using this class to get a built date.
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.
getCardinality() - Method in interface de.caff.util.BitMask
Get the number of bits set in this flag.
getCardinality() - Method in class de.caff.util.BitMask16
Get the number of bits set in this flag.
getCardinality() - Method in class de.caff.util.BitMask32
Get the number of bits set in this flag.
getCardinality() - Method in class de.caff.util.BitMask64
Get the number of bits set in this flag.
getCardinality() - Method in class de.caff.util.BitSetBitMask
Get the number of bits set in this flag.
getCardinality() - Method in class de.caff.util.EnumBitMask
Get the cardinality of this enum bit mask.
getCaughtThrowable() - Method in class de.caff.util.Worker
Get the throwable caught during work, if there happened one.
getCharset() - Method in enum de.caff.util.ByteOrderMark
Get the charset indicated by this byte order mark.
getChildElements(Element, String) - Static method in class de.caff.io.xml.XmlTool
Get the child elements with a given name.
getChildElements(Element, String) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get the child elements with a given name.
getChildren(Element, String) - Static method in class de.caff.io.xml.XmlTool
Get the direct children of an element with a given tag.
getChildren(Element, String, int) - Static method in class de.caff.io.xml.XmlTool
Get the direct children of an element with a given tag.
getCollectedArguments() - Method in class de.caff.util.args.MultipleArgument
Get the collected arguments.
getColorBrightnessDistance(Color, Color) - Static method in class de.caff.util.Utility
Get the distance between two colors by comparing their brightness.
getColorParameter(String, Color) - Static method in class de.caff.util.Utility
Look for a color applet parameter or application property.
getComment() - Method in class de.caff.i18n.XmlResourceBundle.AbstractBasicResourceNode
Get the comment.
getComment() - Method in class de.caff.i18n.XmlResourceBundle
 
getComment() - Method in interface de.caff.i18n.XmlResourceBundle.ResourceNode
Get the comment.
getConsoleStderr() - Static method in class de.caff.util.debug.Debug
Get the stderr stream which prints to the console.
getConsoleStdout() - Static method in class de.caff.util.debug.Debug
Get the stdout stream which prints to the console.
getContent(Element, boolean) - Static method in class de.caff.io.xml.XmlTool
Get the text content of the given element.
getContent(Element, boolean) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get the text content of the given element.
getContents() - Method in class de.caff.util.measure.UtilMeasureResourceBundle
See class description.
getContents() - Method in class de.caff.util.measure.UtilMeasureResourceBundle_de
See class description.
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.
getCount() - Method in class de.caff.util.CountingOutputStream
Get the bytes written so far.
getCurrentVersion() - Method in interface de.caff.util.SemanticVersionChecker.ProgramAccess
Get a string describing the current version.
getCurrentVersion() - Method in interface de.caff.util.VersionChecker.ProgramAccess
Get a string describing the current version.
getDefaultLocale() - Static method in class de.caff.i18n.I18n
Get the locale to be used as a default for the application.
getDefaultPreamble() - Static method in class de.caff.io.xml.SimpleXmlWriter
Get the default XML preamble with UTF-8 encoding.
getDefaultPreamble() - Static method in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Get the default XML preamble with UTF-8 encoding.
getDegrees() - Method in enum de.caff.util.print.BasicPaperFormat.Orientation
Get the rotation in degrees, measured CCW.
getDescription(boolean) - Method in class de.caff.util.AbstractBasicStatusFlag
Get the internationalized description of this flag depending whether it is set or not, using the default locale.
getDescription(boolean, Locale) - Method in class de.caff.util.AbstractBasicStatusFlag
Get the internationalized description of this flag depending whether it is set or not.
getDescription() - Method in class de.caff.util.args.AbstractBasicArgument
 
getDescription() - Method in class de.caff.util.args.AbstractSimpleSwitch
 
getDescription() - Method in interface de.caff.util.args.SwitchOrArgument
Get a short description for this switch.
getDescription(BitMask) - Method in class de.caff.util.StatusFlag
Get the internationalized description of this flag depending whether it is set in the given value or not, using the default locale.
getDescription(BitMask, Locale) - Method in class de.caff.util.StatusFlag
Get the internationalized description of this flag depending whether it is set or not.
getDirectory() - Method in interface de.caff.util.settings.DirectoryPreferenceProperty
Get the directory.
getDirectory() - Method in class de.caff.util.settings.SimpleDirectoryPreferenceProperty
Get the directory.
getDomain() - Method in class de.caff.util.ColorDecoder.Domain
Get the domain name.
getDoubleParameter(String, double) - Static method in class de.caff.util.Utility
Look for a double applet parameter or application property.
getDoubleValue(Element, String) - Static method in class de.caff.io.xml.XmlTool
Get a double value from an attribute.
getDoubleValue(String, Attributes, String) - Static method in class de.caff.io.xml.XmlTool
Get a double value from an attribute.
getDoubleValue(String, Attributes, String, double) - Static method in class de.caff.io.xml.XmlTool
Get an optional double value from an attribute.
getDoubleValue(Element, String) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get a double value from an attribute.
getDoubleValue(String, Attributes, String) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get a double value from an attribute.
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.
getEnumFromOrdinal(E[], int) - Static method in class de.caff.util.Enums
Deprecated.
Get an enum value from its ordinal.
getEnumFromOrdinal(Indexable<E>, int) - Static method in class de.caff.util.Enums
Deprecated.
Get an enum value from its ordinal.
getEnumFromOrdinal(E[], int, E) - Static method in class de.caff.util.Enums
Deprecated.
Get an enum value from its ordinal.
getEnumFromOrdinal(Indexable<E>, int, E) - Static method in class de.caff.util.Enums
Deprecated.
Get an enum value from its ordinal.
getEnumParameter(String, T) - Static method in class de.caff.util.Utility
Get an enum value from an applet parameter or application property.
getEnumValue(Element, String, Class<E>) - Static method in class de.caff.io.xml.XmlTool
Get an enum value from an attribute.
getEnumValue(String, Attributes, String, Class<E>) - Static method in class de.caff.io.xml.XmlTool
Get an enum value from an attribute.
getEnumValue(int) - Method in interface de.caff.util.settings.PrintRequestProperties.EnumAttributeFinder
Get the enum value corresponding to a given integer value.
getEnumValue(Element, String, Class<E>) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get an enum value from an attribute.
getEnumValue(String, Attributes, String, Class<E>) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get an enum value from an attribute.
getEnumValues(Locale) - Method in interface de.caff.util.settings.EnumProperty
Get the possible values.
getEnvironment() - Method in class de.caff.io.json.SimpleJsonReader
Get the current environment.
getError() - Method in class de.caff.io.InputStreamBuffer
Return a possible error which happened during reading the stream when using the InputStreamBuffer.run() method.
getError() - Method in class de.caff.io.InputStreamLineBuffer
Return a possible error which happened during reading the stream when using the InputStreamLineBuffer.run() method.
getError() - Method in class de.caff.io.InputStreamPipe
Return a possible error which happened during reading the stream when using the InputStreamPipe.run() method.
getError() - Method in class de.caff.io.InputStreamSink
Return a possible error which happened during reading the stream when using the InputStreamSink.run() method.
getError() - Method in class de.caff.io.OutputStreamStringCollector
Get a possible error.
getError() - Method in class de.caff.util.xml.OutputStreamStringCollector
Deprecated.
Get a possible error.
getErrorMessage(Throwable) - Static method in class de.caff.util.debug.Debug
Get a (halfways) useful message from an exception.
getErrorMessage(Throwable) - Static method in class de.caff.util.Utility
Deprecated.
getErrorMode() - Static method in class de.caff.util.debug.Debug
Set the error message mode.
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.
getExtension(File) - Static method in class de.caff.util.FileTool
Get the extension of the file name.
getExtensionClassLoader() - Static method in class de.caff.util.Utility
Get the class loader for extension classes.
getFactor() - Method in class de.caff.util.measure.SIPrefix
Get the factor implied by this prefix.
getFactor() - Method in enum de.caff.util.settings.HorizontalAlignment
Get a placement factor.
getFactor() - Method in enum de.caff.util.settings.VerticalAlignment
Get a placement factor.
getFatalMode() - Static method in class de.caff.util.debug.Debug
Get the fatal error message mode.
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.
getFloatParameter(String, float) - Static method in class de.caff.util.Utility
Look for a float applet parameter or application property.
getFontMetrics(Font) - Static method in class de.caff.util.Utility
Get a font metrics.
getFormattedString(String, Object...) - Static method in class de.caff.i18n.I18n
Compile a String with a format using the default locale.
getFormattedString(Locale, String, Object...) - Static method in class de.caff.i18n.I18n
Compile a String with a format.
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.
getFrame(Component) - Static method in class de.caff.util.Utility
Method to get the frame parent of any component.
getHash64(long) - Static method in class de.caff.util.BitMaskUtil
Get a hash value for a long value.
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.
getHeight() - Method in class de.caff.util.print.BasicPaperFormat
Get the paper's height.
getHeight() - Method in interface de.caff.util.print.PaperFormat
Get the paper's height.
getHighestBitSet() - Method in interface de.caff.util.BitMask
Get the position of the highest bit set.
getHighestBitSet() - Method in class de.caff.util.BitMask16
 
getHighestBitSet() - Method in class de.caff.util.BitMask32
 
getHighestBitSet() - Method in class de.caff.util.BitMask64
 
getHighestBitSet() - Method in class de.caff.util.BitSetBitMask
 
getHighestFlagSet() - Method in class de.caff.util.EnumBitMask
Get the highest flag set.
getHighFastSequencer() - Method in interface de.caff.generics.mda.MultiIndexLinearizer
Get a sequencer will create a multi-index by changing the highest dimension most fast.
getHorizontalAlignment() - Method in enum de.caff.util.settings.Alignment2D
Get the underlying horizontal alignment.
getHumanStepNear(double) - Static method in class de.caff.util.settings.SettingsTools
Get a step for double setters which is pleasing humans.
getI18nTag(boolean) - Method in class de.caff.util.AbstractBasicStatusFlag
Get the i18n tag of this flag depending whether it is set or not.
getI18nTag(BitMask) - Method in class de.caff.util.StatusFlag
Get the i18n tag of this flag depending whether it is set in the given value or not.
getIcon(String) - Static method in class de.caff.i18n.I18n
Get an icon from a tag defining its location, using the default locale.
getIcon(String, Locale) - Static method in class de.caff.i18n.I18n
Get an icon from a tag defining its location.
getIcon(Locale) - Method in class de.caff.util.settings.AbstractBasicEnumValue
Get a possible icon to display for this value.
getIcon(Locale) - Method in interface de.caff.util.settings.EnumValue
Get a possible icon to display for this value.
getIcon(Locale) - Method in class de.caff.util.settings.LocaleEnumValue
Get a possible icon to display for this value.
getId() - Method in class de.caff.i18n.XmlResourceBundle.ResourceActionGroup
Get an unique id for this resource.
getId() - Method in interface de.caff.i18n.XmlResourceBundle.ResourceNode
Get an unique id for this resource.
getId() - Method in class de.caff.version.SemVer.Prerelease.AlphanumericIdentifier
 
getId() - Method in class de.caff.version.SemVer.Prerelease.NumericIdentifier
 
getIdForSubGroup(String) - Static method in class de.caff.i18n.XmlResourceBundle.ResourceActionGroup
 
getIndentation() - Method in class de.caff.io.xml.SimpleXmlWriter
Get the indentation.
getIndentation() - Method in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Get the indentation.
getIndexLinearizer() - Method in class de.caff.generics.mda.AbstractBasicMultiDimensionalArray
Get the multi-index linearizer on which this multi-dimensional array is based.
getInfo(Object, boolean) - Static method in class de.caff.util.debug.ObjectInspector
Return a detailed description of an object.
getInfoFileUrl() - Method in interface de.caff.util.SemanticVersionChecker.ProgramAccess
Get the URL of the file containing version and possibly other information.
getInfoFileUrl() - Method in interface de.caff.util.VersionChecker.ProgramAccess
Get the URL of the file containing version and possibly other information.
getInnerHeight(PaperFormat) - Static method in class de.caff.util.print.BasicPaperFormat
Get the height of the printable area.
getInnerWidth(PaperFormat) - Static method in class de.caff.util.print.BasicPaperFormat
Get the width of the printable area.
getIntParameter(String, int) - Static method in class de.caff.util.Utility
Look for an integer applet parameter or application property.
getIntParameter(String, int, int) - Static method in class de.caff.util.Utility
Look for an integer applet parameter or application property.
getIntValue(Element, String) - Static method in class de.caff.io.xml.XmlTool
Get an integer value from an attribute.
getIntValue(String, Attributes, String) - Static method in class de.caff.io.xml.XmlTool
Get an integer value from an attribute.
getIntValue(String, Attributes, String, int) - Static method in class de.caff.io.xml.XmlTool
Get an optional integer value from an attribute.
getIntValue(Element, String) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get an integer value from an attribute.
getIntValue(String, Attributes, String) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get an integer value from an attribute.
getJavaCommand() - Static method in class de.caff.util.startup.Restarter
Get the java command with which the JVM was started.
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.
getKeys() - Method in class de.caff.i18n.ResourceBundleCollection
Return an iterator of the keys.
getKeys() - Method in class de.caff.i18n.XmlResourceBundle
Returns an enumeration of the keys.
getLabelString(Locale) - Method in class de.caff.util.settings.AbstractBasicLocalizableChangeableItem
Return a localized string to be used as a label.
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.
getLastLetter() - Method in class de.caff.io.OutputStreamStringCollector
Get the last letter of the last string which was added.
getLastLetter() - Method in interface de.caff.io.StringCollector
Get the last letter of the last string which was added.
getLastLetter() - Method in class de.caff.io.TextStringCollector
Get the last letter of the last string which was added.
getLastLetter() - Method in class de.caff.util.xml.OutputStreamStringCollector
Deprecated.
Get the last letter of the last string which was added.
getLastLetter() - Method in interface de.caff.util.xml.StringCollector
Deprecated.
Get the last letter of the last string which was added.
getLastLetter() - Method in class de.caff.util.xml.TextStringCollector
Deprecated.
Get the last letter of the last string which was added.
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.
getLeftMargin() - Method in class de.caff.util.print.BasicPaperFormat
Get the left margin size.
getLeftMargin() - Method in interface de.caff.util.print.PaperFormat
Get the left margin size.
getLength() - Method in class de.caff.util.measure.PhysicalLength
Get the length.
getLength(LengthUnit) - Method in class de.caff.util.measure.PhysicalLength
Get the length in an arbitrary unit.
getLengthInMeter() - Method in class de.caff.util.measure.PhysicalLength
Get the length in meter.
getLengthParameter(String, PhysicalLength) - Static method in class de.caff.util.Utility
Look for a length applet parameter or application property.
getLengthUnit(String) - Static method in class de.caff.util.measure.LengthUnit
Get the length unit for a given unit shortcut.
getLimit() - Method in class de.caff.util.ByteRingBuffer
Get the limit of this ring buffer.
getLimit() - Method in class de.caff.util.RingBuffer
Get the limit of this ring buffer.
getLimit() - Method in class de.caff.util.TextLineRingBuffer
Get the limit of this ring buffer.
getLines() - Method in class de.caff.io.InputStreamLineBuffer
Get the collected output lines.
getLocale() - Method in interface de.caff.i18n.Localizable
Get the locale.
getLocale() - Method in class de.caff.i18n.ResourceBundleCollection
Returns the locale of this resource bundle.
getLocale() - Method in class de.caff.i18n.WeakReferencedLocalizable
Get the locale.
getLocale() - Method in class de.caff.io.xml.SimpleXmlWriter
Get the locale used for formatting text.
getLocale() - Method in class de.caff.util.settings.LocaleEnumValue
Get the locale.
getLocale() - Method in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Get the locale used for formatting text.
getLogMode() - Static method in class de.caff.util.debug.Debug
Get the logging message mode.
getLongForms() - Method in class de.caff.util.args.AbstractSimpleSwitch
 
getLongForms() - Method in class de.caff.util.args.SimpleOnOffSwitch
 
getLongForms() - Method in interface de.caff.util.args.Switch
Get the long forms influencing this switch.
getLongName(Locale) - Method in class de.caff.util.settings.AbstractBasicEnumValue
Get a longer description which describes this value.
getLongName(Locale) - Method in interface de.caff.util.settings.EnumValue
Get a longer description which describes this value.
getLongName(Locale) - Method in class de.caff.util.settings.LocaleEnumValue
Get a longer description which describes this value.
getLongParameter(String, long) - Static method in class de.caff.util.Utility
Look for a long applet parameter of application property.
getLongParameter(String, long, int) - Static method in class de.caff.util.Utility
Look for a long applet parameter of application property.
getLongSwitch() - Method in exception de.caff.util.args.UnexpectedArgumentException
Get the long switch for which an unexpected argument was defined.
getLoop() - Method in class de.caff.generics.BasicLoop.Item
Get the loop to which this item belongs.
getLowestBitSet() - Method in interface de.caff.util.BitMask
Get the position of the lowest bit set.
getLowestBitSet() - Method in class de.caff.util.BitMask16
 
getLowestBitSet() - Method in class de.caff.util.BitMask32
 
getLowestBitSet() - Method in class de.caff.util.BitMask64
 
getLowestBitSet() - Method in class de.caff.util.BitSetBitMask
 
getLowestFlagSet() - Method in class de.caff.util.EnumBitMask
Get the lowest flag set.
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.
getMap() - Method in class de.caff.io.json.SimpleJsonReader.MapObjectHandler
 
getMask() - Static method in class de.caff.util.debug.Debug
Get the active debugging mask.
getMaximalCount() - Method in interface de.caff.util.args.Argument
Get the maximum number of times this argument might appear on the command line.
getMaximalCount() - Method in class de.caff.util.args.MultipleArgument
 
getMaximalCount() - Method in class de.caff.util.args.SingleArgument
 
getMaxStringLength(String[]) - Static method in class de.caff.util.debug.Format
Get the length of the longest string in a set of strings.
getMediaPrintableArea() - Method in class de.caff.util.print.BasicPaperFormat
Get the printable area of the paper.
getMediaSize() - Method in class de.caff.util.print.BasicPaperFormat
Get the media size.
getMenuString(Locale) - Method in class de.caff.util.settings.AbstractBasicLocalizableChangeableItem
Return a localized string to be used as a menu entry.
getMessage() - Method in exception de.caff.i18n.ResourcedException
Get the message with default locale.
getMessage(Locale) - Method in exception de.caff.i18n.ResourcedException
Get the message for a locale.
getMessage() - Method in exception de.caff.i18n.ResourcedRuntimeException
Get the message with default locale.
getMessage(Locale) - Method in exception de.caff.i18n.ResourcedRuntimeException
Get the message for a locale.
getMessage() - Method in interface de.caff.i18n.ResourcedThrowable
Get the message with default locale.
getMessage(Locale) - Method in interface de.caff.i18n.ResourcedThrowable
Get the message for a locale.
getMinimalCount() - Method in interface de.caff.util.args.Argument
Get the minimum number of times this argument might appear on the command line.
getMinimalCount() - Method in class de.caff.util.args.MultipleArgument
 
getMinimalCount() - Method in class de.caff.util.args.SingleArgument
 
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.util.ModuleVersion
 
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.util.ModuleVersion
 
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.
getName() - Method in class de.caff.util.measure.LengthUnit
Return the name.
getName() - Method in class de.caff.util.measure.SIPrefix
Get the name.
getName() - Method in class de.caff.util.print.BasicPaperFormat
Get the name of the paper format.
getName() - Method in interface de.caff.util.print.PaperFormat
Get a name for this format.
getName(Locale) - Method in class de.caff.util.settings.AbstractBasicLocalizableChangeableItem
Get a name for the editor component.
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.
getNumberOfCollectedBytes() - Method in interface de.caff.util.ByteCollector
Get the total number of bytes appended to this buffer.
getNumberOfCollectedBytes() - Method in class de.caff.util.ByteRingBuffer
Get the total number of bytes appended to this buffer.
getNumberOfCollectedBytes() - Method in class de.caff.util.TextLineRingBuffer
Get the total number of bytes appended to this buffer.
getNumberOfCollectedItems() - Method in class de.caff.util.RingBuffer
Get the total number of items appended to this buffer.
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.
getObjectInfo(Object) - Static method in class de.caff.util.debug.Debug
Create an in-deep description of the fields of the given object.
getObjectInfoIncludingGetters(Object) - Static method in class de.caff.util.debug.Debug
Create an in-deep description of the fields and the getter methods of the given object.
getOptionalI18nString(String, Locale) - Static method in class de.caff.util.settings.SettingsTools
Get an optional I18n string.
getOptionalSingleChild(Element, String) - Static method in class de.caff.io.xml.XmlTool
Get a optional singular sub element from a given element.
getOptionalSingleChild(Element, String) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get a optional singular sub element from a given element.
getOptionalValue(Element, String) - Static method in class de.caff.io.xml.XmlTool
Get the value of an optional attribute of the given element.
getOptionalValue(Element, String, Function<String, ? extends T>) - Static method in class de.caff.io.xml.XmlTool
Get a unwrapped value from an attribute.
getOptionalValue(Attributes, String) - Static method in class de.caff.io.xml.XmlTool
Get the value of an optional attribute.
getOptionalValue(Attributes, String, Function<String, ? extends T>) - Static method in class de.caff.io.xml.XmlTool
Get an unwrapped value from an attribute.
getOptionalValue(Element, String) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get the value of an optional attribute of the given element.
getOptionalValue(Element, String, Function<String, ? extends T>) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get a unwrapped value from an attribute.
getOptionalValue(Attributes, String, Function<String, ? extends T>) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get a unwrapped value from an attribute.
getOptionalValueF(Element, String, FragileFunction1<? extends T, E, String>) - Static method in class de.caff.io.xml.XmlTool
Get a unwrapped value from an attribute.
getOptionalValueF(Attributes, String, FragileFunction1<? extends T, E, String>) - Static method in class de.caff.io.xml.XmlTool
Get a unwrapped value from an attribute.
getOptionalValueF(Element, String, FragileFunction1<? extends T, E, String>) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get a unwrapped value from an attribute.
getOptionalValueF(Attributes, String, FragileFunction1<? extends T, E, String>) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get a unwrapped value from an attribute.
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.
getOriginalException() - Method in exception de.caff.i18n.ResourcedException
Get the exception from where this resourced exception originated.
getOriginalException() - Method in exception de.caff.i18n.ResourcedRuntimeException
Get the exception from where this resourced exception originated.
getOriginalException() - Method in interface de.caff.i18n.ResourcedThrowable
Get the exception from where this resourced exception originated.
getOutput() - Method in class de.caff.io.InputStreamBuffer
Get the output as text, using the default charset.
getOutput(Charset) - Method in class de.caff.io.InputStreamBuffer
Get the output as text, using the given charset Note that due to limited buffer size for multi-byte encodings such as UTF-8 the first characters may be broken.
getOutput() - Method in class de.caff.io.InputStreamLineBuffer
Get the output as text, using the default charset.
getOutputJar() - Method in interface de.caff.util.SemanticVersionChecker.ProgramAccess
Get the file to which the downloaded jar is written.
getOutputJar() - Method in interface de.caff.util.VersionChecker.ProgramAccess
Get the file to which the downloaded jar is written.
getPackageUrl(SemVer, SemVer) - Method in interface de.caff.util.SemanticVersionChecker.ProgramAccess
Get the URL of an update zip.
getPackageUrl(String, String) - Method in interface de.caff.util.VersionChecker.ProgramAccess
Get the URL of an update zip.
getPaperFormat(String) - Static method in class de.caff.util.print.BasicPaperFormat
Get the predefined paper format for a given name.
getPatch() - Method in class de.caff.version.SemVer
Get the patch number.
getPhysicalMemorySize() - Static method in class de.caff.util.startup.Restarter
Get the amount of physical memory on this machine.
getPhysiologicalBrightness(Color) - Static method in class de.caff.util.Utility
Get the brightness of a color.
getPhysiologicalBrightness(int, int, int) - Static method in class de.caff.util.Utility
Get the physiological brightness of a RGB color.
getPhysiologicalGray(Color) - Static method in class de.caff.util.Utility
Get a gray with the same brightness as a given color.
getPlaceholders() - Method in class de.caff.util.templ.Template
Get the set of placeholder names which are used in this template.
getPosition() - Method in class de.caff.util.CountingInputStream
Get the current position in the stream.
getPreamble(String) - Static method in class de.caff.io.xml.SimpleXmlWriter
Get an XML preamble with the given encoding.
getPreamble(String) - Static method in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Get an XML preamble with the given encoding.
getPrefix() - Method in class de.caff.util.measure.SIPrefix
Get the prefix.
getPrefix(String) - Static method in class de.caff.util.measure.SIPrefix
Get the prefix indicated by a unit.
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.
getProgramJarName() - Method in interface de.caff.util.SemanticVersionChecker.ProgramAccess
Get the base name of the installed jar file.
getProgramJarName() - Method in interface de.caff.util.VersionChecker.ProgramAccess
Get the base name of the installed jar file.
getPropertyName() - Method in class de.caff.util.settings.AbstractBasicChangeableItem
Get the name of the property.
getRealValue() - Method in class de.caff.util.settings.EnumEnumValue
Get the real value which is used in this enum.
getRealValue() - Method in interface de.caff.util.settings.EnumValue
Get the real value which is used in this enum.
getRealValue() - Method in class de.caff.util.settings.IntegerEnumValue
Get the real value which is used in this enum.
getRealValue() - Method in class de.caff.util.settings.LocaleEnumValue
Get the real value which is used in this enum.
getReleaseDate() - Static method in class de.caff.util.ModuleVersion
Get the release date.
getReleaseDate() - Static method in class de.caff.version.ModuleVersion
Get the release date.
getRequestedParameters() - Static method in class de.caff.util.Utility
Get the requested parameters.
getResourceBundle(String) - Static method in class de.caff.i18n.XmlResourceBundle
Get a resource bundle with a given basename, using the default locale.
getResourceBundle(String, Locale) - Static method in class de.caff.i18n.XmlResourceBundle
Get a resource bundle with a given basename, using the given locale.
getResourceBundle(String, Locale, ClassLoader) - Static method in class de.caff.i18n.XmlResourceBundle
Get a resource bundle with a given basename, using the given locale and class loader.
getRightMargin() - Method in class de.caff.util.print.BasicPaperFormat
Get the right margin size.
getRightMargin() - Method in interface de.caff.util.print.PaperFormat
Get the right margin size.
getRootComponentImage(Component) - Static method in class de.caff.util.Utility
Get a screen shot of a frame or dialog.
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.
getShortCut() - Method in class de.caff.util.measure.LengthUnit
Return the shortcut.
getShortForms() - Method in class de.caff.util.args.AbstractSimpleSwitch
 
getShortForms() - Method in class de.caff.util.args.SimpleOnOffSwitch
 
getShortForms() - Method in interface de.caff.util.args.Switch
Get the short one character forms influencing this switch.
getShortName(Locale) - Method in class de.caff.util.settings.AbstractBasicEnumValue
Get a human readable name for this enum value.
getShortName(Locale) - Method in interface de.caff.util.settings.EnumValue
Get a human readable name for this enum value.
getShortName(Locale) - Method in class de.caff.util.settings.LocaleEnumValue
Get a human readable name for this enum value.
getSingleChild(Element) - Static method in class de.caff.io.xml.XmlTool
Get the single child of an element, require that it is an element itself.
getSingleChild(Element, String) - Static method in class de.caff.io.xml.XmlTool
Get a singular sub element from a given element.
getSingleChild(Element, String) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get a singular sub element from a given element.
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.
getSortedSystemProperties() - Static method in class de.caff.util.Utility
Get a list of system properties and their values, sorted alphabetically by property name.
getSourceImage() - Method in class de.caff.util.ImageToImageDrawer
Get the source image.
getStackDump(Throwable) - Static method in class de.caff.util.debug.Debug
Create a stack dump from a Throwable.
getStackDump(Throwable) - Static method in class de.caff.util.Utility
Deprecated.
getStandardMode() - Static method in class de.caff.util.debug.Debug
Get the standard message mode.
getStderrCaptureMode() - Static method in class de.caff.util.debug.Debug
Get the actual capturing mode for stderr.
getStdoutCaptureMode() - Static method in class de.caff.util.debug.Debug
Get the actual capturing mode for stdout.
getString(String) - Static method in class de.caff.i18n.I18n
Get a string for the default locale.
getString(String, Locale) - Static method in class de.caff.i18n.I18n
Get a String specified by a Locale.
getString(Locale, String) - Method in class de.caff.util.settings.AbstractBasicLocalizableChangeableItem
Get a localized text for a tag which is the result of concatenating the basic label tag with the tag extension.
getStringList() - Method in interface de.caff.util.settings.StringListPreferenceProperty
Get the collection of strings.
getStringParameter(String, String) - Static method in class de.caff.util.Utility
Look for a String applet parameter or application property.
getSubHandler() - Method in class de.caff.io.json.SimpleJsonReader
 
getSubNodes() - Method in interface de.caff.i18n.XmlResourceBundle.ResourceNode
Get the sub nodes of this node.
getSumOfCounts() - Method in class de.caff.generics.util.combi.IntPartitions.Partition
Get the sum over all counts.
getSystemPropertyList() - Static method in class de.caff.util.debug.FilteringDebugMessageWindow
Get the system properties as a sorted list of Strings in the form x = y.
getTargetImage() - Method in class de.caff.util.ImageToImageDrawer
Get the target image.
getText() - Method in class de.caff.io.TextStringCollector
Get the collected text.
getText() - Method in class de.caff.util.xml.TextStringCollector
Deprecated.
Get the collected text.
getTopMargin() - Method in class de.caff.util.print.BasicPaperFormat
Get the top margin size.
getTopMargin() - Method in interface de.caff.util.print.PaperFormat
Get the top margin size.
getTotalByteCount() - Method in class de.caff.io.InputStreamBuffer
Get the total number of bytes read by this sink.
getTotalByteCount() - Method in class de.caff.io.InputStreamLineBuffer
Get the total number of bytes read by this sink.
getTotalByteCount() - Method in class de.caff.io.InputStreamPipe
Get the total number of bytes read by this sink.
getTotalByteCount() - Method in class de.caff.io.InputStreamSink
Get the total number of bytes read by this sink.
getTotalNumberOfBytes() - Method in class de.caff.io.LimitedByteArrayOutputStream
Get the total number of bytes written to this stream.
getTraceMode() - Static method in class de.caff.util.debug.Debug
Get the trace mode.
getTriStateValue(Element, String) - Static method in class de.caff.io.xml.XmlTool
Get a tri-state boolean value from an attribute.
getTriStateValue(Element, String, Boolean) - Static method in class de.caff.io.xml.XmlTool
Get a tri-state optional boolean value from an attribute.
getTriStateValue(String, Attributes, String) - Static method in class de.caff.io.xml.XmlTool
Get a tri-state boolean value from an attribute.
getTriStateValue(String, Attributes, String, Boolean) - Static method in class de.caff.io.xml.XmlTool
Get an optional tri-state boolean value from an attribute.
getTypeName() - Method in interface de.caff.i18n.XmlResourceBundle.ValueType
 
getUnit() - Method in class de.caff.util.measure.PhysicalLength
Get the length unit.
getUnknownSwitch() - Method in exception de.caff.util.args.UnknownSwitchException
Get the unknown switch encounterd on the command line.
getUpdateUrl(SemVer, SemVer) - Method in interface de.caff.util.SemanticVersionChecker.ProgramAccess
Get the URL of the program jar.
getUpdateUrl(String, String) - Method in interface de.caff.util.VersionChecker.ProgramAccess
Get the URL of the program jar.
getUrlList() - Method in interface de.caff.util.settings.UrlListPreferenceProperty
Get the collection of URLs.
getUsage(int, int) - Method in class de.caff.util.args.CommandLine
 
getUserMessage(Throwable) - Static method in exception de.caff.i18n.ResourcedException
Get a useful message from an exception.
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
 
getValue(Element, String) - Static method in class de.caff.io.xml.XmlTool
Get the value of the attribute of the given element.
getValue(Element, String, Function<String, ? extends T>) - Static method in class de.caff.io.xml.XmlTool
Get a unwrapped value from an attribute.
getValue(Element, String, String) - Static method in class de.caff.io.xml.XmlTool
Get the value of the attribute of the given element.
getValue(String, Attributes, String) - Static method in class de.caff.io.xml.XmlTool
Get the value from attributes.
getValue(Attributes, String, String) - Static method in class de.caff.io.xml.XmlTool
Get the value of the attribute of the given element.
getValue(String, Attributes, String, Function<String, ? extends T>) - Static method in class de.caff.io.xml.XmlTool
/** Get a unwrapped value from an attribute.
getValue() - Method in class de.caff.util.args.SingleArgument
Get the value.
getValue() - Method in class de.caff.util.settings.BasicPhysicalLengthPreferenceProperty
Get the value of the property.
getValue() - Method in class de.caff.util.settings.EnumEnumValue
Get the integer value.
getValue() - Method in interface de.caff.util.settings.EnumProperty
Get the current value.
getValue() - Method in class de.caff.util.settings.IntegerEnumValue
Get the integer value.
getValue() - Method in interface de.caff.util.settings.LongProperty
Deprecated.
Get the properties value.
getValue() - Method in interface de.caff.util.settings.Property
Get the value of the property.
getValue() - Method in class de.caff.util.settings.SimpleBooleanProperty
Get the value of the property.
getValue() - Method in class de.caff.util.settings.SimpleByteProperty
Get the value of the property.
getValue() - Method in class de.caff.util.settings.SimpleCharProperty
Get the value of the property.
getValue() - Method in class de.caff.util.settings.SimpleDoubleProperty
Get the value of the property.
getValue() - Method in class de.caff.util.settings.SimpleFloatProperty
Get the value of the property.
getValue() - Method in class de.caff.util.settings.SimpleIntegerProperty
Get the value of the property.
getValue() - Method in class de.caff.util.settings.SimpleLongProperty
Get the value of the property.
getValue() - Method in class de.caff.util.settings.SimpleNonNullProperty
Get the value of the property.
getValue() - Method in class de.caff.util.settings.SimpleNullableProperty
Get the value of the property.
getValue() - Method in class de.caff.util.settings.SimpleShortProperty
Get the value of the property.
getValue(Element, String) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get the value of the attribute of the given element.
getValue(Element, String, Function<String, ? extends T>) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get a unwrapped value from an attribute.
getValue(Element, String, String) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get the value of the attribute of the given element.
getValue(String, Attributes, String) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get the value from attributes.
getValue(Attributes, String, String) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get the value of the attribute of the given element.
getValue(String, Attributes, String, Function<String, ? extends T>) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
/** Get a unwrapped value from an attribute.
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.
getValueF(Element, String, FragileFunction1<? extends T, E, String>) - Static method in class de.caff.io.xml.XmlTool
Get a unwrapped value from an attribute.
getValueF(String, Attributes, String, FragileFunction1<? extends T, E, String>) - Static method in class de.caff.io.xml.XmlTool
Get a unwrapped value from an attribute.
getValueF(Element, String, FragileFunction1<? extends T, E, String>) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get a unwrapped value from an attribute.
getValueF(String, Attributes, String, FragileFunction1<? extends T, E, String>) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Get a unwrapped value from an attribute.
getVerticalAlignment() - Method in enum de.caff.util.settings.Alignment2D
Get the underlying vertical alignment.
getWarningMode() - Static method in class de.caff.util.debug.Debug
Get the warning message mode.
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.
getWidth() - Method in class de.caff.util.print.BasicPaperFormat
Get the paper's width.
getWidth() - Method in interface de.caff.util.print.PaperFormat
Get the paper's width.
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.
getXmlReaderMethod() - Method in interface de.caff.io.xml.XmlDispatchedStorable
Get the method used to reread an object of this kind from XML.
getXmlTag() - Method in class de.caff.i18n.XmlResourceBundle.ResourceActionGroup
Get the XML tag of this node
getXmlTag() - Method in interface de.caff.i18n.XmlResourceBundle.ResourceNode
Get the XML tag of this node
GIBI - Static variable in class de.caff.util.measure.SIPrefix
The gibi predix (2^30).
GIGA - Static variable in class de.caff.util.measure.SIPrefix
The giga prefix (10^9).
globEquals(String, String) - Static method in class de.caff.util.Utility
An equal function which accepts globbing.
GlobMatcher - Class in de.caff.util
This class handles simple glob matching: * stands for any number of chars (including zero) ?
GlobMatcher(String) - Constructor for class de.caff.util.GlobMatcher
Constructor.
GlobMatcher(String, boolean) - Constructor for class de.caff.util.GlobMatcher
Constructor.
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.
GZIP - Static variable in class de.caff.util.Base64
Specify that data should be gzip-compressed in second bit.

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.
handleGetObject(String) - Method in class de.caff.i18n.ResourceBundleCollection
Must have method for getting the value for a key.
handleGetObject(String) - Method in class de.caff.i18n.XmlResourceBundle
Gets an object for the given key from this resource bundle.
HandlerWrapper(SimpleJsonReader.Handler) - Constructor for class de.caff.io.json.SimpleJsonReader.HandlerWrapper
 
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.
hasAppeared() - Method in class de.caff.util.args.SimpleSwitch
Has the switch appeared on the command line?
hasContent() - Method in class de.caff.i18n.XmlResourceBundle.AbstractBasicResourceNode
 
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.util.BitMask16
 
hashCode() - Method in class de.caff.util.BitMask32
 
hashCode() - Method in class de.caff.util.BitMask64
 
hashCode() - Method in class de.caff.util.BitSetBitMask
 
hashCode() - Method in class de.caff.util.EnumBitMask
 
hashCode() - Method in class de.caff.util.measure.LengthUnit
Provide a useful hash code.
hashCode() - Method in class de.caff.util.measure.PhysicalLength
Getr a useful hashcode.
hashCode() - Method in class de.caff.util.print.BasicPaperFormat
Get a hashcode.
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.
HECTO - Static variable in class de.caff.util.measure.SIPrefix
The hecto prefix (10^2).
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.
HorizontalAlignment - Enum in de.caff.util.settings
Horizontal alignment.

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.
I18n - Class in de.caff.i18n
Application specific support for internationalisation.
I18n() - Constructor for class de.caff.i18n.I18n
 
I18N_PREFIX - Static variable in class de.caff.util.measure.SIPrefix
The prefix for I18n resolution of names.
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.
IllegalPhysicalLengthFormatException - Exception in de.caff.util.measure
Exception thrown if an illegal physical length is given.
IllegalPhysicalLengthFormatException(String) - Constructor for exception de.caff.util.measure.IllegalPhysicalLengthFormatException
Constructs a new exception with the specified detail message.
ImageToImageDrawer - Class in de.caff.util
Class which draws an image centered to another image, while taking care of deferred image loading.
ImageToImageDrawer(Image, BufferedImage, boolean) - Constructor for class de.caff.util.ImageToImageDrawer
Constructor
imageUpdate(Image, int, int, int, int, int) - Method in class de.caff.util.ImageToImageDrawer
This method is called when information about an image which was previously requested using an asynchronous interface becomes available.
ImprovedStringWriter - Class in de.caff.util
Basically the same as StringWriter, but using a more efficient StringBuilder instead of a StringBuffer.
ImprovedStringWriter() - Constructor for class de.caff.util.ImprovedStringWriter
Constructor.
ImprovedStringWriter(int) - Constructor for class de.caff.util.ImprovedStringWriter
Constructor.
in(LengthUnit) - Method in class de.caff.util.measure.PhysicalLength
Get this length in another unit.
in(double) - Static method in class de.caff.util.measure.PhysicalLength
Factory method for lengths in inches.
INCH - Static variable in class de.caff.util.measure.LengthUnit
The INCH unit.
increase() - Method in enum de.caff.util.concurrent.Priority
Get a priority which is increased one step if this is not already the highest priority.
increased(Priority) - Static method in enum de.caff.util.concurrent.Priority
Get an increased priority.
indentation - Variable in class de.caff.io.xml.SimpleXmlWriter
Use as indentation if non-null.
indentation - Variable in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Use as indentation if non-null.
indentedText(Object) - Method in class de.caff.io.xml.SimpleXmlWriter
Output text following the current indentation.
indentedText(String, Object...) - Method in class de.caff.io.xml.SimpleXmlWriter
Output formatted text following the current indentation.
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.
informKnockOffListeners() - Method in class de.caff.util.Worker
Call all knockoff listeners.
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.
initFromProperties(long, boolean, boolean) - Static method in class de.caff.util.debug.Debug
Initialize debugging features from properties.
initFromProperties(long) - Static method in class de.caff.util.debug.Debug
Convenience method which calls Debug.initFromProperties(long, boolean, boolean) with no debug window and no console output as default.
INITIAL_LIMIT - Static variable in class de.caff.util.ByteRingBuffer
Initial limit: 1 MiB.
INITIAL_LIMIT - Static variable in class de.caff.util.RingBuffer
Initial limit: 1 MiB.
INITIAL_LIMIT - Static variable in class de.caff.util.TextLineRingBuffer
Initial limit: 64 Mi-lines.
initialize(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.MapObjectHandler
 
initialize(SimpleJsonReader) - Method in interface de.caff.io.json.SimpleJsonReader.TemporaryHandler
Called once before the handler is used.
InputStream(InputStream) - Constructor for class de.caff.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
InputStream(InputStream, int) - Constructor for class de.caff.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
InputStreamBuffer - Class in de.caff.io
A sink for data from an input stream which collects the incoming data.
InputStreamBuffer(InputStream, int) - Constructor for class de.caff.io.InputStreamBuffer
Constructor.
InputStreamLineBuffer - Class in de.caff.io
A sink for data from an input stream which collects the incoming data as text lines.
InputStreamLineBuffer(InputStream, int) - Constructor for class de.caff.io.InputStreamLineBuffer
Constructor using the system's default charset.
InputStreamLineBuffer(InputStream, int, Charset) - Constructor for class de.caff.io.InputStreamLineBuffer
Constructor.
InputStreamPipe - Class in de.caff.io
A pipe which reads data from am input stream and pipes it to an output stream.
InputStreamPipe(InputStream, OutputStream) - Constructor for class de.caff.io.InputStreamPipe
Constructor.
InputStreamSink - Class in de.caff.io
A sink for data from an input stream which discards the incoming data.
InputStreamSink(InputStream) - Constructor for class de.caff.io.InputStreamSink
Constructor.
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.
insist(boolean) - Static method in class de.caff.util.debug.Debug
Test an assertion.
insist(boolean, String) - Static method in class de.caff.util.debug.Debug
Test an assertion.
installCookedOutput(OutputStream) - Static method in class de.caff.util.debug.Debug
Install a DebugListener which prints all messages in "cooked" form to the given output stream.
installCookedOutput() - Static method in class de.caff.util.debug.Debug
Install a DebugListener which prints all messages in "cooked" form to the console.
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.
INT_ARRAY_CLONER - Static variable in class de.caff.util.Primitives
Deprecated.
Function which clones int arrays.
intArray(Iterable<? extends Number>) - Method in class de.caff.io.json.SimpleJsonWriter
Convenience method for outputting a whole array of numbers as integers.
intArray(Iterable<T>, ToIntFunction<? super T>) - Method in class de.caff.io.json.SimpleJsonWriter
Convenience method for outputting a whole array of integers created from general elements.
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().
IntegerEnumValue - Class in de.caff.util.settings
Enum value which contains an integer.
IntegerEnumValue(String, int) - Constructor for class de.caff.util.settings.IntegerEnumValue
Constructor.
IntegerPreferenceProperty - Interface in de.caff.util.settings
A preference property holding an integer value.
IntegerStringCharacterIterator - Class in de.caff.util
Deprecated.
Name is badly chosen, use StringCodePointIterator instead.
IntegerStringCharacterIterator(String) - Constructor for class de.caff.util.IntegerStringCharacterIterator
Deprecated.
 
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.
intValue() - Method in class de.caff.util.settings.EnumEnumValue
Returns the value of the specified number as an int.
intValue() - Method in class de.caff.util.settings.IntegerEnumValue
Returns the value of the specified number as an int.
IntValueHandler(IntConsumer) - Constructor for class de.caff.io.json.SimpleJsonReader.IntValueHandler
Constructor.
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.
invokeInEventDispatchThread(Runnable) - Static method in class de.caff.util.Worker
Invoke in the AWT thread.
IOUtil - Class in de.caff.util
Helpers for i/o.
IReference<T> - Interface in de.caff.generics.util
A reference to an object.
is64BitJVM() - Static method in class de.caff.util.startup.Restarter
Check whether the JVM running this class is 64bit.
isAutoWrap() - Method in class de.caff.io.xml.SimpleXmlWriter
Is automatic wrapping enabled?
isAutoWrap() - Method in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Is automatic wrapping enabled?
isCancelled() - Method in class de.caff.util.concurrent.PresentFuture
Returns true if this task was cancelled before it completed normally.
isCorrect() - Method in class de.caff.util.args.MultipleArgument
Are there a correct number of collected arguments?
isDebug() - Static method in class de.caff.util.Utility
Get the debug mode.
isDone() - Method in class de.caff.util.concurrent.PresentFuture
Returns true if this task completed.
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.
isEmpty() - Method in interface de.caff.util.BitMask
Is no flag set?
isEmpty() - Method in class de.caff.util.BitMask16
Is no flag set?
isEmpty() - Method in class de.caff.util.BitMask32
Is no flag set?
isEmpty() - Method in class de.caff.util.BitMask64
Is no flag set?
isEmpty() - Method in class de.caff.util.BitSetBitMask
Is no flag set?
isEmpty() - Method in class de.caff.util.EnumBitMask
Is no flag set?
isEmpty() - Method in class de.caff.util.RingBuffer
Is this ring buffer empty?
isEmpty() - Method in class de.caff.util.TextLineRingBuffer
Is the text line ring buffer empty.
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
 
isEqualTo(Preferences, String) - Method in class de.caff.util.settings.EnumEnumValue
Is this value equal to the value which is stored in the preferences under the given key?
isEqualTo(Preferences, String) - Method in interface de.caff.util.settings.EnumValue
Is this value equal to the value which is stored in the preferences under the given key?
isEqualTo(Preferences, String) - Method in class de.caff.util.settings.IntegerEnumValue
Is this value equal to the value which is stored in the preferences under the given key?
isEqualTo(Preferences, String) - Method in class de.caff.util.settings.LocaleEnumValue
Is this value equal to the value which is stored in the preferences under the given key?
isMatching(String) - Method in class de.caff.util.GlobMatcher
Is a given string matching this pattern?
isNewerThan(SemVer) - Method in class de.caff.version.SemVer
Is this version newer than the other version?
isNewerVersion(SemVer) - Method in interface de.caff.util.SemanticVersionChecker.ProgramAccess
Tell whether a given version is newer.
isNewerVersion(String) - Method in interface de.caff.util.SemanticVersionChecker.ProgramAccess
Tell whether a given version is newer.
isNewerVersion(String) - Method in interface de.caff.util.VersionChecker.ProgramAccess
Tell whether a given version is newer.
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.
isNullOrEmpty(String) - Static method in class de.caff.util.Utility
Is a string null or empty?
isOptional() - Method in interface de.caff.util.args.Argument
Default implementation which used the minimal count to decide whether this is optional.
isOptional() - Method in class de.caff.util.args.SingleArgument
 
isOptional() - Method in interface de.caff.util.args.Switch
Is this an optional switch?
isOptional() - Method in interface de.caff.util.args.SwitchOrArgument
Is this argument optional?
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?
isSet(int) - Method in interface de.caff.util.BitMask
Is the flag at the given position set?
isSet(int) - Method in class de.caff.util.BitMask16
Is the flag at the given position set?
isSet(int) - Method in class de.caff.util.BitMask32
Is the flag at the given position set?
isSet(int) - Method in class de.caff.util.BitMask64
Is the flag at the given position set?
isSet(int) - Method in class de.caff.util.BitSetBitMask
Is the flag at the given position set?
isSet(E) - Method in class de.caff.util.EnumBitMask
Is the given flag set?
isSetAll(EnumBitMask<E>) - Method in class de.caff.util.EnumBitMask
Are all flags set in the other bitmask set in this bitmask, too?
isSetAll(E...) - Method in class de.caff.util.EnumBitMask
Are all flags from the given sequence set?
isSetAll(Collection<E>) - Method in class de.caff.util.EnumBitMask
Are all flags from the given collection set?
isSetAny(EnumBitMask<E>) - Method in class de.caff.util.EnumBitMask
Is any flag in both this and the other bit mask set?
isSetAny(E...) - Method in class de.caff.util.EnumBitMask
Is any flag from the given sequence set?
isSetAny(Collection<E>) - Method in class de.caff.util.EnumBitMask
Is any flag from the given collection set?
isSetIn(BitMask) - Method in interface de.caff.util.BitFlag
Is this flag set in the given mask?
isSetIn(BitMask) - Method in class de.caff.util.SimpleBitFlag
Is this flag set in the given mask?
isSetIn(BitMask) - Method in class de.caff.util.StatusFlag
Is this flag set in the given mask?
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?
isStopped() - Method in class de.caff.util.Worker
Was the worker stopped?
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?
isSwitch() - Method in interface de.caff.util.args.Argument
Default implementation which returns false.
isSwitch() - Method in interface de.caff.util.args.Switch
 
isSwitch() - Method in interface de.caff.util.args.SwitchOrArgument
Is this a switch?
isSwitchedOn() - Method in class de.caff.util.args.SimpleOnOffSwitch
Get the value of this switch.
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.
isUserOkayDownload(SemVer, SemVer) - Method in interface de.caff.util.SemanticVersionChecker.ProgramAccess
Get an okay from the user to download and install a new version.
isUserOkayDownload(String, String) - Method in interface de.caff.util.VersionChecker.ProgramAccess
Get an okay from the user to download and install a new version.
isUserOkayRestart(SemVer, SemVer) - Method in interface de.caff.util.SemanticVersionChecker.ProgramAccess
Get an okay from the user to restart the program.
isUserOkayRestart(String, String) - Method in interface de.caff.util.VersionChecker.ProgramAccess
Get an okay from the user to restart the program.
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.
JOB_SHEETS_FINDER - Static variable in class de.caff.util.settings.PrintRequestProperties
Accessor class for job sheets.
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.
Json - Class in de.caff.io.json
JSON tools.
Json.Env - Enum in de.caff.io.json
Environment.

K

key(SimpleJsonReader, String) - Method in class de.caff.io.json.AbstractSimpleJsonFilter
 
key(SimpleJsonReader, String) - Method in class de.caff.io.json.SimpleJsonReader.ArrayHandler
 
key(SimpleJsonReader, String) - Method in class de.caff.io.json.SimpleJsonReader.BooleanValueHandler
 
key(SimpleJsonReader, String) - Method in class de.caff.io.json.SimpleJsonReader.DoubleValueHandler
 
key(SimpleJsonReader, String) - Method in interface de.caff.io.json.SimpleJsonReader.Handler
Called when a key ways read.
key(SimpleJsonReader, String) - Method in class de.caff.io.json.SimpleJsonReader.HandlerWrapper
 
key(SimpleJsonReader, String) - Method in class de.caff.io.json.SimpleJsonReader.IntValueHandler
 
key(SimpleJsonReader, String) - Method in class de.caff.io.json.SimpleJsonReader.NumericValueHandler
 
key(SimpleJsonReader, String) - Method in class de.caff.io.json.SimpleJsonReader.ObjectHandler
 
key(SimpleJsonReader, String) - Method in class de.caff.io.json.SimpleJsonReader.StringValueHandler
 
key(SimpleJsonReader, String) - Method in class de.caff.io.json.SimpleJsonReader.ValueHandler
 
key(String) - Method in class de.caff.io.json.SimpleJsonWriter
Output the key of a key-value pair.
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.
KIBI - Static variable in class de.caff.util.measure.SIPrefix
The kibi prefix (2^10).
KILO - Static variable in class de.caff.util.measure.SIPrefix
The kilo prefix (10^3).
KILOMETER - Static variable in class de.caff.util.measure.LengthUnit
The KILOMETER unit.
kiloSize - Variable in enum de.caff.util.MemFormat
Size of one kilobyte when using this base.
knockedOff(Worker) - Method in interface de.caff.util.KnockOffListener
Called when the worker has knocked off.
knockedOff(Worker) - Method in class de.caff.util.SemanticVersionChecker
Invoked when the worker has finished.
knockedOff(Worker) - Method in class de.caff.util.VersionChecker
Invoked when the worker has finished.
KnockOffListener - Interface in de.caff.util
A knock off listener is invoked when a Worker has finished.

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.
LEGAL_PAPER - Static variable in class de.caff.util.print.BasicPaperFormat
Legal format paper.
length(double) - Method in class de.caff.util.measure.LengthUnit
Get a length using this unit.
LengthUnit - Class in de.caff.util.measure
A physical length unit.
LengthUnit(double, String, String) - Constructor for class de.caff.util.measure.LengthUnit
Construct a length unit with the given unit/meter ratio, name and shortcut.
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.
LETTER_PAPER - Static variable in class de.caff.util.print.BasicPaperFormat
Letter format paper.
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.
LIGHTYEAR - Static variable in class de.caff.util.measure.LengthUnit
The light year.
LimitedByteArrayOutputStream - Class in de.caff.io
A byte array output stream with a limited size.
LimitedByteArrayOutputStream(int) - Constructor for class de.caff.io.LimitedByteArrayOutputStream
Create a buffering output stream with the given size limit.
linearized() - Method in interface de.caff.generics.mda.MultiDimensionalReadAccess
Get an iterable over all elements of this multi-dimensional access.
listener - Variable in class de.caff.util.debug.DebugMessageCook.ListenerData
 
ListenerData(CookedMessageDebugListener, boolean, boolean) - Constructor for class de.caff.util.debug.DebugMessageCook.ListenerData
Construtor.
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
 
load(File) - Static method in class de.caff.util.FileTool
Load a file into memory.
load(String) - Static method in class de.caff.util.FileTool
Load a file into memory.
loadFrom(Preferences) - Method in class de.caff.util.settings.PrintRequestProperties
Load some of the preferences from the preferences.
loadFromFile(String) - Static method in class de.caff.io.xml.XmlTool
Load a document from a file or URL.
loadFromFile(String) - Static method in class de.caff.util.xml.XmlTool
Deprecated.
Load a document from a file or URL.
loadImage(String) - Static method in class de.caff.util.Utility
Load an image and prepare a representation.
loadImage(String, ImageObserver) - Static method in class de.caff.util.Utility
Load an image and prepare a representation.
loadImage(String, Component) - Static method in class de.caff.util.Utility
Load an image and prepare a representation.
loadImage(String, Component, ImageObserver) - Static method in class de.caff.util.Utility
Load an image and prepare a representation.
loadText(String) - Static method in class de.caff.util.Utility
Load a text file into a string.
locale - Variable in class de.caff.io.xml.SimpleXmlWriter
Locale to be used when formatting.
locale - Variable in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Locale to be used when formatting.
LocaleEnumValue - Class in de.caff.util.settings
Enum value representing a locale.
LocaleEnumValue(Locale) - Constructor for class de.caff.util.settings.LocaleEnumValue
Create a locale enum value.
Localizable - Interface in de.caff.i18n
Interface for Components which can be localized.
localizables - Variable in class de.caff.i18n.DefaultI18n
Collection of known localizables, which have to be informed of localization changes.
log(String) - Static method in class de.caff.util.debug.Debug
Print a logging message without further arguments.
log(Throwable) - Static method in class de.caff.util.debug.Debug
Print a logging message for a throwable.
log(Object) - Static method in class de.caff.util.debug.Debug
Print a logging message without further arguments.
log(String, Object...) - Static method in class de.caff.util.debug.Debug
Print a logging message with up to nine arguments.
LOG - Static variable in interface de.caff.util.debug.DebugConstants
logging messages
LOG_CHAR - Static variable in interface de.caff.util.debug.DebugConstants
logging message shortcut
LOG_FLAG - Static variable in interface de.caff.util.debug.DebugConstants
logging messages flag
logf(String, Object...) - Static method in class de.caff.util.debug.Debug
Print a logging message in the format used by String.format(String, Object...).
LogMessageListener - Interface in de.caff.util.debug
A listener for raw logging messages.
LONG_ARG_SEP - Static variable in class de.caff.util.args.CommandLine
 
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.
LONG_ARRAY_CLONER - Static variable in class de.caff.util.Primitives
Deprecated.
Function which clones long arrays.
LONG_PREFIX_NO - Static variable in class de.caff.util.args.SimpleOnOffSwitch
 
LONG_PREFIX_WITH - Static variable in class de.caff.util.args.SimpleOnOffSwitch
 
LONG_PREFIX_WITHOUT - Static variable in class de.caff.util.args.SimpleOnOffSwitch
 
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.
longForm - Variable in class de.caff.util.args.AbstractSimpleSwitch
 
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.
LongPreferenceProperty - Interface in de.caff.util.settings
A preference property holding a long value.
LongProperty - Interface in de.caff.util.settings
Deprecated.
Use Property<Long> instead.
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.
longValue() - Method in class de.caff.util.settings.EnumEnumValue
Returns the value of the specified number as a long.
longValue() - Method in class de.caff.util.settings.IntegerEnumValue
Returns the value of the specified number as a long.
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(String, Iterable<? extends XmlStorable>) - Method in class de.caff.io.xml.SimpleXmlWriter
Store a loop with no size.
loop(String, String, Countable<? extends XmlStorable>) - Method in class de.caff.io.xml.SimpleXmlWriter
Store a sized loop with a size.
loop(String, String, Collection<? extends XmlStorable>) - Method in class de.caff.io.xml.SimpleXmlWriter
Store a sized loop with a size.
loop(String, String, XmlStorable...) - Method in class de.caff.io.xml.SimpleXmlWriter
Store a sized loop with a size.
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..
low32() - Method in interface de.caff.util.BitMask
Get the lower 32 bits of this mask.
low32() - Method in class de.caff.util.BitMask16
Get the lower 32 bits of this mask.
low32() - Method in class de.caff.util.BitMask32
Get the lower 32 bits of this mask.
low32() - Method in class de.caff.util.BitMask64
Get the lower 32 bits of this mask.
low32() - Method in class de.caff.util.BitSetBitMask
Get the lower 32 bits of this mask.
low64() - Method in interface de.caff.util.BitMask
Get the lower 64 bits of this mask.
low64() - Method in class de.caff.util.BitMask16
Get the lower 64 bits of this mask.
low64() - Method in class de.caff.util.BitMask32
Get the lower 64 bits of this mask.
low64() - Method in class de.caff.util.BitMask64
Get the lower 64 bits of this mask.
low64() - Method in class de.caff.util.BitSetBitMask
Get the lower 64 bits of this mask.
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.
lpad(String, int, String) - Static method in class de.caff.util.debug.Format
Left pads the given string with the fill until length characters are reached.

M

m(double) - Static method in class de.caff.util.measure.PhysicalLength
Factory method for lengths in meter.
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.i18n.XmlResourceBundle
 
main(String[]) - Static method in class de.caff.io.json.Json
 
main(String[]) - Static method in class de.caff.io.json.SimpleJsonReader
Test code.
main(String[]) - Static method in class de.caff.io.json.SimpleJsonWriter
Test code
main(String[]) - Static method in class de.caff.util.debug.Format
Test routines.
main(String[]) - Static method in class de.caff.util.GlobMatcher
 
main(String[]) - Static method in class de.caff.util.measure.PhysicalLength
 
main(String[]) - Static method in class de.caff.util.startup.Restarter
Test code.
main(String[]) - Static method in class de.caff.util.Utility
Print out revisions and built dates.
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.
map(Iterable<E>, BiPredicate<? super E, Boolean>) - Method in class de.caff.util.EnumBitMask
Map the chosen flags from this mask to another flag
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.
mapFromSet(Iterable<E>, Predicate<? super E>) - Method in class de.caff.util.EnumBitMask
Map the chosen set flags from this mask to another mask.
mapFromUnset(Iterable<E>, Predicate<? super E>) - Method in class de.caff.util.EnumBitMask
Map the chosen unset flags from this mask to another mask.
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.
mapName(String) - Method in class de.caff.util.ColorDecoder.Domain
Get the color for a name.
MapObjectHandler() - Constructor for class de.caff.io.json.SimpleJsonReader.MapObjectHandler
 
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.
mark(int) - Method in class de.caff.util.ByteBufferInputStream
Marks the current position in this input stream.
mark(int) - Method in class de.caff.util.CountingInputStream
Marks the current position in this input stream.
markSupported() - Method in class de.caff.util.ByteBufferInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class de.caff.util.CountingInputStream
Tests if this input stream supports the mark and reset methods.
maskForOutput(String) - Static method in class de.caff.io.json.Json
Mask special characters in the given string for JSON output.
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.
MAX_32BIT_SIZE - Static variable in class de.caff.util.startup.Restarter
Max size to use for 32bit JVMs (restart.max.32bit.
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.
MAXIMUM_ARRAY_SIZE - Static variable in class de.caff.io.InputStreamBuffer
This is suggestion from OpenJDK's ArraySupport class which makes sure to work with all Java versions.
MAXIMUM_ARRAY_SIZE - Static variable in class de.caff.io.InputStreamLineBuffer
This is suggestion from OpenJDK's ArraySupport class which makes sure to work with all Java versions.
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.
MEBI - Static variable in class de.caff.util.measure.SIPrefix
The mebi predix (2^20).
MEDIA_FINDER - Static variable in class de.caff.util.settings.PrintRequestProperties
Accessor classes for media.
MEGA - Static variable in class de.caff.util.measure.SIPrefix
The mega prefix (10^6).
MemFormat - Enum in de.caff.util
Helper for formatting memory sizes in a more human-readable form.
MemoryUsagePanel - Class in de.caff.util.debug
A panel displaying automatically updated info about memory usage of the JVM.
MemoryUsagePanel() - Constructor for class de.caff.util.debug.MemoryUsagePanel
 
MemoryUsagePanel(int) - Constructor for class de.caff.util.debug.MemoryUsagePanel
 
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.
message(String) - Static method in class de.caff.util.debug.Debug
Print a standard message without further arguments.
message(Throwable) - Static method in class de.caff.util.debug.Debug
Print a standard message from a throwable.
message(Object) - Static method in class de.caff.util.debug.Debug
Print a standard message without further arguments.
message(String, Object...) - Static method in class de.caff.util.debug.Debug
Print a standard message with up to nine arguments.
MESSAGE - Static variable in interface de.caff.util.debug.DebugConstants
normal messages
MESSAGE_CHAR - Static variable in interface de.caff.util.debug.DebugConstants
standard message shortcut
MESSAGE_FLAG - Static variable in interface de.caff.util.debug.DebugConstants
normal messages flag
messagef(String, Object...) - Static method in class de.caff.util.debug.Debug
Print a trace message in the format used by String.format(String, Object...).
METER - Static variable in class de.caff.util.measure.LengthUnit
The METER unit.
meterToUnit(double) - Method in class de.caff.util.measure.LengthUnit
Transform the given length in meters to this unit.
MICRO - Static variable in class de.caff.util.measure.SIPrefix
The micro prefix (10^-6).
MICROMETER - Static variable in class de.caff.util.measure.LengthUnit
The MICROMETER unit.
MILE - Static variable in class de.caff.util.measure.LengthUnit
The statute MILE unit.
MILLI - Static variable in class de.caff.util.measure.SIPrefix
The milli prefix (10^-3).
MILLIMETER - Static variable in class de.caff.util.measure.LengthUnit
The MILLIMETER unit.
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.
minus(PhysicalLength) - Method in class de.caff.util.measure.PhysicalLength
Get the difference of this physical length and another.
mm(double) - Static method in class de.caff.util.measure.PhysicalLength
Factory method for lengths in millimeter.
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.
modeChanged(int, boolean) - Method in interface de.caff.util.debug.Debug.ModeChangeListener
The debugging mode for an id is changed.
modeChanged(int, boolean) - Method in class de.caff.util.debug.DebugLevelSwitchBoard
The state of a debug mode is changed.
MODULE_NAME - Static variable in class de.caff.util.ModuleVersion
Module name.
MODULE_NAME - Static variable in class de.caff.version.ModuleVersion
Module name.
ModuleVersion - Class in de.caff.util
Module version information.
ModuleVersion() - Constructor for class de.caff.util.ModuleVersion
 
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.
multiExpand(File, String) - Static method in class de.caff.util.FileTool
Append a complete path to a file.
multiExpand(File, char, String) - Static method in class de.caff.util.FileTool
Append a complete path to a file.
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.
MultipleArgument - Class in de.caff.util.args
A multiple argument.
MultipleArgument(String, String, int, int) - Constructor for class de.caff.util.args.MultipleArgument
Constructor.
MultipleArgument(String, String, int) - Constructor for class de.caff.util.args.MultipleArgument
Constructor.
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().
MY_VERSION - Static variable in class de.caff.i18n.XmlResourceBundle
 

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.
NANO - Static variable in class de.caff.util.measure.SIPrefix
The nano prefix (10^-9).
NANOMETER - Static variable in class de.caff.util.measure.LengthUnit
The NANOMETER unit.
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.
needsArguments() - Method in class de.caff.util.args.StringArgSwitch
Does this switch require arguments?
needsArguments() - Method in interface de.caff.util.args.Switch
Does this switch require arguments?
needsSeparator(Stack<Json.Env>) - Method in enum de.caff.io.json.SimpleJsonWriter.State
Is a separator required?
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.
newThread(Runnable) - Method in class de.caff.util.concurrent.Exec.DefaultThreadFactory
 
newThread(Runnable) - Method in class de.caff.util.concurrent.Exec.PrivilegedThreadFactory
 
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
 
next() - Method in class de.caff.util.StringCodePointIterator
Step to next character.
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.
nl() - Method in class de.caff.io.xml.SimpleXmlWriter
Add a newline.
nl() - Method in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Add a newline.
NO_DEBUG_MASK - Static variable in interface de.caff.util.debug.DebugConstants
no debugging mask
NO_DIFFERENCE - Static variable in class de.caff.util.FileTool
Return value of FileTool.firstDiff(File, File) when both contents are equal.
NO_ID - Static variable in interface de.caff.util.concurrent.PriorityExecutor
Return value for PriorityExecutor.execute(Priority, Object, Runnable) indicating no valid id.
NO_OPTIONS - Static variable in class de.caff.util.Base64
No options specified.
NO_PREFIX - Static variable in class de.caff.util.measure.SIPrefix
No prefix (10^0).
NON_BREAKING_SPACE - Static variable in class de.caff.util.args.CommandLine
 
NONE16 - Static variable in class de.caff.util.EnumBitMask
16 bit mask with no flag set.
NONE32 - Static variable in class de.caff.util.EnumBitMask
32 bit mask with no flag set.
NONE64 - Static variable in class de.caff.util.EnumBitMask
64 bit mask with no flag set.
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() - Method in interface de.caff.util.BitMask
Get the inverse of this bit mask.
not() - Method in class de.caff.util.BitMask16
Get the inverse of this bit mask.
not() - Method in class de.caff.util.BitMask32
Get the inverse of this bit mask.
not() - Method in class de.caff.util.BitMask64
Get the inverse of this bit mask.
not() - Method in class de.caff.util.BitSetBitMask
Get the inverse of this bit mask.
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.
NR_DEBUG_TYPES - Static variable in interface de.caff.util.debug.DebugConstants
All debug types.
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.
nul() - Method in class de.caff.io.json.SimpleJsonWriter
Output a null value.
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 - Static variable in class de.caff.util.measure.PhysicalLength
Null length.
NULL_OBSERVER - Static variable in class de.caff.util.Utility
Image observer which ignores everything.
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.
nullElement(int) - Method in class de.caff.io.json.SimpleJsonReader.ArrayHandler
Called when a null element was read.
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.
nullValue(SimpleJsonReader) - Method in class de.caff.io.json.AbstractSimpleJsonFilter
 
nullValue(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.ArrayHandler
 
nullValue(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.BooleanValueHandler
 
nullValue(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.DoubleValueHandler
 
nullValue(SimpleJsonReader) - Method in interface de.caff.io.json.SimpleJsonReader.Handler
Called when a null value was read.
nullValue(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.HandlerWrapper
 
nullValue(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.IntValueHandler
 
nullValue(String) - Method in class de.caff.io.json.SimpleJsonReader.MapObjectHandler
 
nullValue(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.NumericValueHandler
 
nullValue(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.ObjectHandler
 
nullValue(String) - Method in class de.caff.io.json.SimpleJsonReader.ObjectHandler
Called when a null value was read.
nullValue(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.StringValueHandler
 
nullValue(SimpleJsonReader) - Method in class de.caff.io.json.SimpleJsonReader.ValueHandler
 
nullValue() - Method in class de.caff.io.json.SimpleJsonReader.ValueHandler
Read a null value.
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.
NumericValueHandler(Consumer<? super Number>) - Constructor for class de.caff.io.json.SimpleJsonReader.NumericValueHandler
Constructor.

O

object - Variable in class de.caff.generics.Subject.Base
 
object() - Method in class de.caff.io.json.SimpleJsonReader.ValueHandler
Called when the beginning of an object value was read.
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.
OBJECT_VALUE_TYPE - Static variable in class de.caff.i18n.XmlResourceBundle
 
objectElement(int) - Method in class de.caff.io.json.SimpleJsonReader.ArrayHandler
Called when the beginning of an object element was read.
ObjectHandler() - Constructor for class de.caff.io.json.SimpleJsonReader.ObjectHandler
 
ObjectInspector - Class in de.caff.util.debug
Interface for in-deep inspection of an object using reflection.
ObjectInspector() - Constructor for class de.caff.util.debug.ObjectInspector
 
objectValue(String) - Method in class de.caff.io.json.SimpleJsonReader.MapObjectHandler
 
objectValue(String) - Method in class de.caff.io.json.SimpleJsonReader.ObjectHandler
Called when a key with the beginning of an object value was read.
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.
open(String, Object...) - Method in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Write the opening tag of an element.
openResourceViaClass(String) - Static method in class de.caff.util.Utility
Open a resource via a class.
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(BitMask) - Method in interface de.caff.util.BitMask
Get the result of a logical or of this bit mask and another.
or(BitMask) - Method in class de.caff.util.BitMask16
Get the result of a logical or of this bit mask and another.
or(BitMask) - Method in class de.caff.util.BitMask32
Get the result of a logical or of this bit mask and another.
or(BitMask) - Method in class de.caff.util.BitMask64
Get the result of a logical or of this bit mask and another.
or(BitMask) - Method in class de.caff.util.BitSetBitMask
Get the result of a logical or of this bit mask and another.
or(EnumBitMask<E>) - Method in class de.caff.util.EnumBitMask
Get a bit mask where all flags are set which are set in this or in another one.
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.
ORDERED - Static variable in class de.caff.util.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
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
 
ORIENTATION_LANDSCAPE - Static variable in class de.caff.util.print.BasicPaperFormat
The landscape orientation.
ORIENTATION_PORTRAIT - Static variable in class de.caff.util.print.BasicPaperFormat
The portrait orientation.
ORIENTATION_SEASCAPE - Static variable in class de.caff.util.print.BasicPaperFormat
The seascape orientation.
ORIENTATION_UPSIDE_DOWN - Static variable in class de.caff.util.print.BasicPaperFormat
The upside-down orientation.
ORIENTATION_VALUES - Static variable in class de.caff.util.settings.PrintRequestProperties
Possible values for orientation because some clever guy made the class final so we cannot use our standard method on accessing enum values.
otherToUnit(double, LengthUnit) - Method in class de.caff.util.measure.LengthUnit
Transform the given length from arbitrary units to this units.
OutputStream(OutputStream) - Constructor for class de.caff.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
OutputStream(OutputStream, int) - Constructor for class de.caff.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
OutputStreamStringCollector - Class in de.caff.io
String collector which writes all collected strings to an output stream.
OutputStreamStringCollector(OutputStream) - Constructor for class de.caff.io.OutputStreamStringCollector
Constructor.
OutputStreamStringCollector(OutputStream, String) - Constructor for class de.caff.io.OutputStreamStringCollector
Constructor.
OutputStreamStringCollector(OutputStream, Charset) - Constructor for class de.caff.io.OutputStreamStringCollector
Constructor.
OutputStreamStringCollector - Class in de.caff.util.xml
Deprecated.
class has moved, use OutputStreamStringCollector instead
OutputStreamStringCollector(OutputStream) - Constructor for class de.caff.util.xml.OutputStreamStringCollector
Deprecated.
Constructor.
OutputStreamStringCollector(OutputStream, String) - Constructor for class de.caff.util.xml.OutputStreamStringCollector
Deprecated.
Constructor.
OutputStreamStringCollector(OutputStream, Charset) - Constructor for class de.caff.util.xml.OutputStreamStringCollector
Deprecated.
Constructor.
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.
PAPER_FORMATS - Static variable in class de.caff.util.print.BasicPaperFormat
Supported paper formats.
PaperFormat - Interface in de.caff.util.print
This interface represents a paper format with size and margin information.
ParallelSort - Class in de.caff.util.concurrent
Parallel sorting.
ParallelSort() - Constructor for class de.caff.util.concurrent.ParallelSort
 
ParameterTypes - Enum in de.caff.util
Types of parameters (Java properties) requested via utility class.
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.
PARSEC - Static variable in class de.caff.util.measure.LengthUnit
The parsec.
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.
PEBI - Static variable in class de.caff.util.measure.SIPrefix
The pebi predix (2^50).
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.
PETA - Static variable in class de.caff.util.measure.SIPrefix
The peta prefix (10^15).
PHYS_BLUE_SCALE - Static variable in class de.caff.util.Utility
Physiolocigal brightness value for blue.
PHYS_GREEN_SCALE - Static variable in class de.caff.util.Utility
Physiolocigal brightness value for green.
PHYS_RED_SCALE - Static variable in class de.caff.util.Utility
Physiolocigal brightness value for red.
PhysicalLength - Class in de.caff.util.measure
A physical length.
PhysicalLength(double, LengthUnit) - Constructor for class de.caff.util.measure.PhysicalLength
Create a new physical length.
PhysicalLengthPreferenceProperty - Interface in de.caff.util.settings
A property holding a physical length.
PICA_POINT - Static variable in class de.caff.util.measure.LengthUnit
The printers point, as in England and USA.
PICO - Static variable in class de.caff.util.measure.SIPrefix
The pico prefix (10^-12).
PICOMETER - Static variable in class de.caff.util.measure.LengthUnit
The PICOMETER unit.
PLACEHOLDER_PREFIX - Static variable in class de.caff.util.templ.Template
Prefix of a text holder mark.
PLACEHOLDER_SUFFIX - Static variable in class de.caff.util.templ.Template
Suffix of a text holder mark.
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.
plus(PhysicalLength) - Method in class de.caff.util.measure.PhysicalLength
Get the sum of this physical length and another.
POINT - Static variable in class de.caff.util.measure.LengthUnit
The POINT unit.
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
 
popSubHandler() - Method in class de.caff.io.json.SimpleJsonReader
Pop a previously pushed sub handler.
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.
possiblyRestart(Class<?>, String...) - Static method in class de.caff.util.startup.Restarter
Possibly restart the program using some 75% of available memory.
possiblyRestart(Class<?>, double, String...) - Static method in class de.caff.util.startup.Restarter
Possibly restart the program using improved memory settings.
possiblyRestart(String, String...) - Static method in class de.caff.util.startup.Restarter
Possibly restart the program using some 75% of available memory..
possiblyRestart(String, double, String...) - Static method in class de.caff.util.startup.Restarter
Possibly restart the program using improved memory settings.
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.
PREF_KEY_CHROMATICITY - Static variable in class de.caff.util.settings.PrintRequestProperties
Preference key for chromaticity.
PREF_KEY_EXT_CLASS - Static variable in class de.caff.util.settings.PrintRequestProperties
The extension used for the class of an attribute.
PREF_KEY_JOB_SHEETS - Static variable in class de.caff.util.settings.PrintRequestProperties
Preference key for job sheets.
PREF_KEY_MEDIA - Static variable in class de.caff.util.settings.PrintRequestProperties
Preferences key for media.
PREF_KEY_MEDIA_PRINTABLE_AREA_HEIGHT - Static variable in class de.caff.util.settings.PrintRequestProperties
Preferences key for media size height.
PREF_KEY_MEDIA_PRINTABLE_AREA_WIDTH - Static variable in class de.caff.util.settings.PrintRequestProperties
Preferences key for media size width.
PREF_KEY_MEDIA_PRINTABLE_AREA_X - Static variable in class de.caff.util.settings.PrintRequestProperties
Preferences key for media size x.
PREF_KEY_MEDIA_PRINTABLE_AREA_Y - Static variable in class de.caff.util.settings.PrintRequestProperties
Preferences key for media size y.
PREF_KEY_ORIENTATION - Static variable in class de.caff.util.settings.PrintRequestProperties
Preference key for orientation.
PreferenceProperty - Interface in de.caff.util.settings
Description of a preference property.
PREFIX_LONG - Static variable in class de.caff.util.args.CommandLine
 
PREFIX_SHORT - Static variable in class de.caff.util.args.CommandLine
 
prefixes - Variable in enum de.caff.util.MemFormat
List of prefixes when using this base.
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.
PresentFuture<V> - Class in de.caff.util.concurrent
A future which is already existing in the present.
PresentFuture(V) - Constructor for class de.caff.util.concurrent.PresentFuture
Constructor.
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.
Primitives - Class in de.caff.util
Deprecated.
Moved to different package, use Primitives instead
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.
printProperties() - Static method in class de.caff.util.Utility
In debug mode: print properties to console.
printProperty(String) - Static method in class de.caff.util.Utility
Print a given property to the console.
PrintRequestProperties - Class in de.caff.util.settings
The Java printing interface is cluttered and fails to fulfill all wishes.
PrintRequestProperties() - Constructor for class de.caff.util.settings.PrintRequestProperties
Construct a new, empty print request attribute set.
PrintRequestProperties(Preferences) - Constructor for class de.caff.util.settings.PrintRequestProperties
Construct a new print request attribute set, trying to restore it from the preferences.
PrintRequestProperties(PrintRequestAttribute) - Constructor for class de.caff.util.settings.PrintRequestProperties
Construct a new print request attribute set, initially populated with the given value.
PrintRequestProperties(PrintRequestAttribute[]) - Constructor for class de.caff.util.settings.PrintRequestProperties
Construct a new print request attribute set, initially populated with the values from the given array.
PrintRequestProperties(PrintRequestAttributeSet) - Constructor for class de.caff.util.settings.PrintRequestProperties
Construct a new attribute set, initially populated with the values from the given set where the members of the attribute set are restricted to the (PrintRequestAttributeSe interface.
PrintRequestProperties.EnumAttributeFinder - Interface in de.caff.util.settings
Interface for finders of enum values.
printUsageAndExit(PrintStream, int) - Method in class de.caff.util.args.CommandLine
 
printUsageAndExit(int) - Method in class de.caff.util.args.CommandLine
 
Priority - Enum in de.caff.util.concurrent
Execution priority.
PriorityExecutor - Interface in de.caff.util.concurrent
Executor which executes a task with a given priority.
PriorityThreadPoolExecutor - Class in de.caff.util.concurrent
Same as thread pool executor, but supporting priorities.
PriorityThreadPoolExecutor(int, int, long, TimeUnit) - Constructor for class de.caff.util.concurrent.PriorityThreadPoolExecutor
Constructor.
PriorityThreadPoolExecutor(int, int, long, TimeUnit, ThreadFactory) - Constructor for class de.caff.util.concurrent.PriorityThreadPoolExecutor
Constructor.
PriorityThreadPoolExecutor(int, int, long, TimeUnit, RejectedExecutionHandler) - Constructor for class de.caff.util.concurrent.PriorityThreadPoolExecutor
Constructor.
PriorityThreadPoolExecutor(int, int, long, TimeUnit, ThreadFactory, RejectedExecutionHandler) - Constructor for class de.caff.util.concurrent.PriorityThreadPoolExecutor
Constructor.
privilegedNamedThreadFactory(String) - Static method in class de.caff.util.concurrent.Exec
Get a privileged thread factory where threads get an individual name made up from the given basic name.
privilegedNamedThreadFactory(String, ClassLoader) - Static method in class de.caff.util.concurrent.Exec
Get a privileged thread factory where threads get an individual name made up from the given basic name.
PrivilegedThreadFactory(String) - Constructor for class de.caff.util.concurrent.Exec.PrivilegedThreadFactory
Constructor.
PrivilegedThreadFactory(String, ClassLoader) - Constructor for class de.caff.util.concurrent.Exec.PrivilegedThreadFactory
Constructor allowing to set an individual class loader.
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.
Property<T> - Interface in de.caff.util.settings
Property interface.
PROPERTY_DONT_RESTART - Static variable in class de.caff.util.startup.Restarter
Property which can be set to "true" in order to don't restart under any circumstances.
PROPERTY_FORMAT - Static variable in class de.caff.util.startup.Restarter
Pattern for formatting properties.
PROPERTY_JAVA_CLASSPATH - Static variable in class de.caff.util.startup.Restarter
The Java class path property.
PROPERTY_JAVA_HOME - Static variable in class de.caff.util.startup.Restarter
The Java home property.
PROPERTY_JAVA_VM_NAME - Static variable in class de.caff.util.startup.Restarter
The Java virtual machine name property.
PROPERTY_RESTARTED - Static variable in class de.caff.util.startup.Restarter
Property set by the restarter when starting a child process.
PROPERTY_VALUE - Static variable in interface de.caff.util.settings.PreferenceProperty
The property for the value of a preference property.
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.
pushSubHandler(SimpleJsonReader.Handler) - Method in class de.caff.io.json.SimpleJsonReader
Push a sub handler.
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).
putInheretedResource(String) - Method in class de.caff.i18n.XmlResourceBundle
 
putObjectResource(String, Serializable) - Method in class de.caff.i18n.XmlResourceBundle
 
putObjectResource(String, Serializable, String) - Method in class de.caff.i18n.XmlResourceBundle
 
putResource(String, Object, XmlResourceBundle.ValueType) - Method in class de.caff.i18n.XmlResourceBundle
 
putResource(String, Object, XmlResourceBundle.ValueType, String) - Method in class de.caff.i18n.XmlResourceBundle
 
putStringArrayResource(String, String[]) - Method in class de.caff.i18n.XmlResourceBundle
 
putStringArrayResource(String, String[], String) - Method in class de.caff.i18n.XmlResourceBundle
 
putStringResource(String, String) - Method in class de.caff.i18n.XmlResourceBundle
 
putStringResource(String, String, String) - Method in class de.caff.i18n.XmlResourceBundle
 
Pythonesque - Class in de.caff.generics
Helper class for pythionesque indexing.

Q

QUECTO - Static variable in class de.caff.util.measure.SIPrefix
The quecto prefix (10^-27).
QUETTA - Static variable in class de.caff.util.measure.SIPrefix
The quetta prefix (10^30).
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.
read(Reader, SimpleJsonReader.Handler) - Static method in class de.caff.io.json.SimpleJsonReader
Read JSON data from a reader.
read(InputStream, Charset, SimpleJsonReader.Handler) - Static method in class de.caff.io.json.SimpleJsonReader
Read JSON from an input stream.
read(InputStream, SimpleJsonReader.Handler) - Static method in class de.caff.io.json.SimpleJsonReader
Read JSON from an input stream.
read() - Method in class de.caff.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class de.caff.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read() - Method in class de.caff.util.ByteBufferInputStream
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class de.caff.util.ByteBufferInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class de.caff.util.CountingInputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class de.caff.util.CountingInputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class de.caff.util.CountingInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
readAllBytes(InputStream) - Static method in class de.caff.util.IOUtil
Read all bytes from an input stream.
readAllText(InputStream, Charset) - Static method in class de.caff.util.IOUtil
Read all text from a stream.
readAllText(InputStream) - Static method in class de.caff.util.IOUtil
Read all text from a stream, using the default charset.
readAllTextUtf8(InputStream) - Static method in class de.caff.util.IOUtil
Read all text from a stream, using UTF-8 encoding.
readFrom(Preferences) - Method in class de.caff.util.settings.BasicPhysicalLengthPreferenceProperty
Read the property value from the preferences.
readFrom(Preferences) - Method in class de.caff.util.settings.BoundsPreferenceProperty
Read the property value from the preferences.
readFrom(Preferences) - Method in interface de.caff.util.settings.PreferenceProperty
Read the property value from the preferences.
readFrom(Preferences) - Method in class de.caff.util.settings.SimpleBooleanPreferenceProperty
Read the property value from the preferences.
readFrom(Preferences) - Method in class de.caff.util.settings.SimpleBytePreferenceProperty
Read the property value from the preferences.
readFrom(Preferences) - Method in class de.caff.util.settings.SimpleCharPreferenceProperty
Read the property value from the preferences.
readFrom(Preferences) - Method in class de.caff.util.settings.SimpleDirectoryPreferenceProperty
Read the property value from the preferences.
readFrom(Preferences) - Method in class de.caff.util.settings.SimpleDoublePreferenceProperty
Read the property value from the preferences.
readFrom(Preferences) - Method in class de.caff.util.settings.SimpleFloatPreferenceProperty
Read the property value from the preferences.
readFrom(Preferences) - Method in class de.caff.util.settings.SimpleIntegerPreferenceProperty
Read the property value from the preferences.
readFrom(Preferences) - Method in class de.caff.util.settings.SimpleLongPreferenceProperty
Read the property value from the preferences.
readFrom(Preferences) - Method in class de.caff.util.settings.SimplePreferenceGroup
Read the property value from the preferences.
readFrom(Preferences) - Method in class de.caff.util.settings.SimpleShortPreferenceProperty
Read the property value from the preferences.
readFrom(Preferences) - Method in class de.caff.util.settings.SimpleStringPreferenceProperty
Read the property value from the preferences.
readFrom(Preferences) - Method in class de.caff.util.settings.SizePreferenceProperty
Read the property value from the preferences.
readFully(InputStream, byte[], int, int) - Static method in class de.caff.util.IOUtil
Read a number of bytes.
readFully(InputStream, byte[], int) - Static method in class de.caff.util.IOUtil
Read a number of bytes.
readFully(InputStream, byte[]) - Static method in class de.caff.util.IOUtil
Read a number of bytes.
readToMap(Reader) - Static method in class de.caff.io.json.SimpleJsonReader
Read a JSON file into a Java Map.
readToMap(InputStream, Charset) - Static method in class de.caff.io.json.SimpleJsonReader
Read a JSON file into a Java Map.
readToMap(InputStream) - Static method in class de.caff.io.json.SimpleJsonReader
Read a JSON file into a Java Map, using the UTF-8 charset recommended by RFC 8259.
receiveCookedMessage(int, String, String) - Method in interface de.caff.util.debug.CookedMessageDebugListener
Receive a cooked message.
receiveCookedMessage(int, String, String) - Method in class de.caff.util.debug.DebugMessageWindow
Receive a message and append it to the text window.
receiveCookedMessage(int, String, String) - Method in class de.caff.util.debug.FilteringDebugMessageWindow
Receive a message and append it to the text window.
receiveCookedMessage(int, String, String) - Method in class de.caff.util.debug.SimpleOutputtingDebugListener
Receive a cooked message.
receiveErrorMessage(String, String) - Method in class de.caff.util.debug.DebugMessageCook
Receive an error debug message, cook it and serve it to the listeners.
receiveErrorMessage(String, String) - Method in interface de.caff.util.debug.ErrorMessageDebugListener
Receive a raw error message.
receiveErrorMessage(String, String) - Method in class de.caff.util.debug.SimpleOutputtingDebugListener
Receive a raw error message.
receiveFailedAssertionMessage(String, String) - Method in interface de.caff.util.debug.AssertionMessageDebugListener
Receive a raw message about a failed assertion and return, whether an exception shall be thrown.
receiveFailedAssertionMessage(String, String) - Method in class de.caff.util.debug.DebugMessageCook
Receive a failed assertion message, cook it and serve it to the listeners.
receiveFailedAssertionMessage(String, String) - Method in class de.caff.util.debug.SimpleOutputtingDebugListener
Receive a raw message about a failed assertion and return, whether an exception shall be thrown.
receiveFatalMessage(String, String) - Method in class de.caff.util.debug.DebugMessageCook
Receive a fatal error message, cook it and serve it to the listeners.
receiveFatalMessage(String, String) - Method in interface de.caff.util.debug.FatalMessageDebugListener
Receive a raw fatal error message and return whether the program shall be exited.
receiveFatalMessage(String, String) - Method in class de.caff.util.debug.SimpleOutputtingDebugListener
Receive a raw fatal error message and return whether the program shall be exited.
receiveLogMessage(String, String) - Method in class de.caff.util.debug.DebugMessageCook
Receive a logging message, cook it and serve it to the listeners.
receiveLogMessage(String, String) - Method in interface de.caff.util.debug.LogMessageListener
Receive a raw logging debug message.
receiveLogMessage(String, String) - Method in class de.caff.util.debug.SimpleOutputtingDebugListener
Receive a raw logging debug message.
receiveStandardMessage(String, String) - Method in class de.caff.util.debug.DebugMessageCook
Receive a standard debug message, cook it and serve it to the listeners.
receiveStandardMessage(String, String) - Method in class de.caff.util.debug.SimpleOutputtingDebugListener
Receive a raw standard debug message.
receiveStandardMessage(String, String) - Method in interface de.caff.util.debug.StandardMessageDebugListener
Receive a raw standard debug message.
receiveTraceMessage(String, String) - Method in class de.caff.util.debug.DebugMessageCook
Receive a trace debug message, cook it and serve it to the listeners.
receiveTraceMessage(String, String) - Method in class de.caff.util.debug.SimpleOutputtingDebugListener
Receive a raw trace debug message.
receiveTraceMessage(String, String) - Method in interface de.caff.util.debug.TraceMessageDebugListener
Receive a raw trace debug message.
receiveWarningMessage(String, String) - Method in class de.caff.util.debug.DebugMessageCook
Receive a warning debug message, cook it and serve it to the listeners.
receiveWarningMessage(String, String) - Method in class de.caff.util.debug.SimpleOutputtingDebugListener
Receive a raw warning debug message.
receiveWarningMessage(String, String) - Method in interface de.caff.util.debug.WarningMessageDebugListener
Receive a raw warning debug message.
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.
register(Pattern, TextTemplateHandler.CtxExpander<T>) - Method in class de.caff.util.TextTemplateHandler
Register an expander for a regular expression pattern.
register(String, TextTemplateHandler.CtxExpander<T>) - Method in class de.caff.util.TextTemplateHandler
Register an expander for a simple string pattern.
register(Pattern, TextTemplateHandler.Expander) - Method in class de.caff.util.TextTemplateHandler.WithoutContext
Register an expander for a regular expression pattern.
register(String, TextTemplateHandler.Expander) - Method in class de.caff.util.TextTemplateHandler.WithoutContext
Register an expander for a simple string pattern.
registerRenameShutdownHook(File) - Method in interface de.caff.util.SemanticVersionChecker.ProgramAccess
Register a shutdown hook for renaming the temp file where the updated jar is stored to?
registerRenameShutdownHook(File) - Method in interface de.caff.util.VersionChecker.ProgramAccess
Register a shutdown hook for renaming the temp file where the updated jar is stored to?
registerResources(Map<String, XmlResourceBundle.ResourceNode>) - Method in interface de.caff.i18n.XmlResourceBundle.ResourceNode
Register the resources.
RELEASE_DATE - Static variable in class de.caff.generics.Types
RELEASE_DATE - Static variable in class de.caff.io.xml.XmlTool
The current version of the library.
RELEASE_DATE - Static variable in class de.caff.util.Utility
The current version of the library.
RELEASE_DATE - Static variable in class de.caff.util.xml.XmlTool
Deprecated.
The current version of the library.
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).
removeAnyMessageDebugListener(AnyMessageDebugListener) - Static method in class de.caff.util.debug.Debug
Remove a listener for all messages.
removeAssertionMessageDebugListener(AssertionMessageDebugListener) - Static method in class de.caff.util.debug.Debug
Remove an assert message debug listener.
removeCookedMessageDebugListener(CookedMessageDebugListener) - Static method in class de.caff.util.debug.Debug
Remove a listener for cooked messages.
removeDeadValues() - Method in class de.caff.generics.RefValueHashMap
Remove all entries from this map which have dead values.
removeErrorMessageDebugListener(ErrorMessageDebugListener) - Static method in class de.caff.util.debug.Debug
Remove an error message debug listener.
removeEventQueueExceptionListener(EventQueueExceptionListener) - Method in class de.caff.util.EventQueueExceptionWrapper
Remove an exception listener which was called when an exception occurs during the dispatch of an AWT event.
removeEventQueueExceptionListener(EventQueueExceptionListener) - Static method in class de.caff.util.Utility
Remove an exception listener which was called when an exception occurs during the dispatch of an AWT event.
removeFatalMessageDebugListener(FatalMessageDebugListener) - Static method in class de.caff.util.debug.Debug
Remove a fatal error message debug listener.
removeKnockOffListener(KnockOffListener) - Method in class de.caff.util.Worker
Remove a knock off listener.
removeListener(CookedMessageDebugListener) - Method in class de.caff.util.debug.DebugMessageCook
Remove a listener.
removeLocalizationChangeListener(Localizable) - Static method in class de.caff.i18n.I18n
Remove a listener for localization changes.
removeLogMessageListener(LogMessageListener) - Static method in class de.caff.util.debug.Debug
Remove a log message listener.
removeModeChangeListener(Debug.ModeChangeListener) - Static method in class de.caff.util.debug.Debug
Remove a mode change listener
removeResourceBundle(ResourceBundle) - Method in class de.caff.i18n.ResourceBundleCollection
Remove a resource bundle.
removeStandardMessageDebugListener(StandardMessageDebugListener) - Static method in class de.caff.util.debug.Debug
Remove a standard debug message listener.
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.
removeTasksWithMark(Object) - Method in interface de.caff.util.concurrent.PriorityExecutor
Remove all tasks which where started with the given mark.
removeTasksWithMark(Object) - Method in class de.caff.util.concurrent.PriorityThreadPoolExecutor
Remove all tasks which where started with the given mark.
removeTaskWithId(long) - Method in interface de.caff.util.concurrent.PriorityExecutor
Remove the task with the given id.
removeTaskWithId(long) - Method in class de.caff.util.concurrent.PriorityThreadPoolExecutor
Remove the task with the given id.
removeTraceMessageDebugListener(TraceMessageDebugListener) - Static method in class de.caff.util.debug.Debug
Remove a trace message listener
removeValueChangeListener(PropertyChangeListener) - Method in class de.caff.util.settings.AbstractBasicChangeableItem
Remove a listener which will be called for all value changes.
removeValueChangeListener(PropertyChangeListener) - Method in interface de.caff.util.settings.ChangeableItem
Remove a listener which will be called for all value changes.
removeValueChangeListener(PropertyChangeListener) - Method in class de.caff.util.settings.SimplePreferenceGroup
Remove a listener which will be called for all value changes.
removeValueChangeListenerWeakly(PropertyChangeListener) - Method in class de.caff.util.settings.AbstractBasicChangeableItem
Remove a weakly referenced listener which will be called for all value changes.
removeValueChangeListenerWeakly(PropertyChangeListener) - Method in interface de.caff.util.settings.ChangeableItem
Remove a weakly referenced listener which will be called for all value changes.
removeValueChangeListenerWeakly(PropertyChangeListener) - Method in class de.caff.util.settings.SimplePreferenceGroup
Remove a weakly referenced listener which will be called for all value changes.
removeWarningMessageDebugListener(WarningMessageDebugListener) - Static method in class de.caff.util.debug.Debug
Remove a warning message debug listener.
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.
replace(String, String, String) - Static method in class de.caff.util.debug.Format
Replaces all occurencies of str2 in str1 by str3
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.
reset() - Method in class de.caff.io.LimitedByteArrayOutputStream
Clear all cached bytes.
reset() - Method in class de.caff.util.ByteBufferInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class de.caff.util.CountingInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
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.
ResourceActionGroup(String) - Constructor for class de.caff.i18n.XmlResourceBundle.ResourceActionGroup
Create action group.
ResourceBundleCollection - Class in de.caff.i18n
Handle a collection of resource bundles.
ResourceBundleCollection(Locale) - Constructor for class de.caff.i18n.ResourceBundleCollection
Constructor.
resourceBundles - Variable in class de.caff.i18n.DefaultI18n
The resource bundles.
ResourcedException - Exception in de.caff.i18n
An internationalized exception.
ResourcedException(String) - Constructor for exception de.caff.i18n.ResourcedException
Constructor for a simple I18n message.
ResourcedException(String, Object...) - Constructor for exception de.caff.i18n.ResourcedException
Constructor for an I18n message with arguments.
ResourcedException(Throwable, String) - Constructor for exception de.caff.i18n.ResourcedException
Constructor for a simple I18n message after receiving another exception.
ResourcedException(Throwable, String, Object...) - Constructor for exception de.caff.i18n.ResourcedException
Constructor for a I18n message with arguments after receiving another exception.
ResourcedRuntimeException - Exception in de.caff.i18n
An internationalized runtime exception.
ResourcedRuntimeException(String) - Constructor for exception de.caff.i18n.ResourcedRuntimeException
Constructor for a simple I18n message.
ResourcedRuntimeException(String, Object...) - Constructor for exception de.caff.i18n.ResourcedRuntimeException
Constructor for an I18n message with arguments.
ResourcedRuntimeException(Throwable, String) - Constructor for exception de.caff.i18n.ResourcedRuntimeException
Constructor for a simple I18n message after receiving another exception.
ResourcedRuntimeException(Throwable, String, Object...) - Constructor for exception de.caff.i18n.ResourcedRuntimeException
Constructor for a I18n message with arguments after receiving another exception.
ResourcedThrowable - Interface in de.caff.i18n
 
resTag - Variable in exception de.caff.i18n.ResourcedException
The resource tag.
resTag - Variable in exception de.caff.i18n.ResourcedRuntimeException
The resource tag.
Restarter - Class in de.caff.util.startup
Restart the JVM with better settings.
resumeEncoding() - Method in class de.caff.util.Base64.OutputStream
Resumes encoding of the stream.
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.
rethrow() - Method in class de.caff.io.OutputStreamStringCollector
Rethrow an error which was caught during writing of added strings.
rethrow() - Method in class de.caff.util.Worker
This throws the caught exception if there occurred one.
rethrow() - Method in class de.caff.util.xml.OutputStreamStringCollector
Deprecated.
Rethrow an error which was caught during writing of added strings.
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.
RingBuffer<T> - Class in de.caff.util
A byte buffer to which you can add data up to a maximum size.
RingBuffer(int) - Constructor for class de.caff.util.RingBuffer
Create a ring buffer with the given size.
RingBuffer(int, int) - Constructor for class de.caff.util.RingBuffer
Create a ring buffer with the given size.
RONNA - Static variable in class de.caff.util.measure.SIPrefix
The ronna prefix (10^27).
RONTO - Static variable in class de.caff.util.measure.SIPrefix
The ronto prefix (10^-27).
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.
rpad(String, int, String) - Static method in class de.caff.util.debug.Format
Right pads the given string with the fill until length is reached.
run() - Method in class de.caff.io.InputStreamBuffer
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class de.caff.io.InputStreamLineBuffer
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class de.caff.io.InputStreamPipe
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class de.caff.io.InputStreamSink
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class de.caff.util.Worker
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.

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?
saveXml(OutputStream) - Method in class de.caff.i18n.XmlResourceBundle
 
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.
SemanticVersionChecker - Class in de.caff.util
Check whether a new program version is available.
SemanticVersionChecker.ProgramAccess - Interface in de.caff.util
Program information necessary for automatic update.
SemanticVersionChecker.Version - Class in de.caff.util
Helper class for a simple version build from numbers separated by points.
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.
set(int) - Method in interface de.caff.util.BitMask
Set the flag at the given position.
set(int) - Method in class de.caff.util.BitMask16
Set the flag at the given position.
set(int) - Method in class de.caff.util.BitMask32
Set the flag at the given position.
set(int) - Method in class de.caff.util.BitMask64
Set the flag at the given position.
set(int) - Method in class de.caff.util.BitSetBitMask
Set the flag at the given position.
set(E) - Method in class de.caff.util.EnumBitMask
Set the given flag.
setAll(Function<int[], ? extends T>) - Method in interface de.caff.generics.mda.MultiDimensionalAccess
Set all elements.
setAll(E...) - Method in class de.caff.util.EnumBitMask
Set all given flags.
setAppeared(boolean) - Method in class de.caff.util.args.SimpleSwitch
Set whether this switch has appeared.
setAssertionMode(boolean) - Static method in class de.caff.util.debug.Debug
Set the assertion handling mode.
setBounds(Rectangle) - Method in class de.caff.util.settings.BoundsPreferenceProperty
Set the bounds directly.
setBounds(Window) - Method in class de.caff.util.settings.BoundsPreferenceProperty
Set the bounds directly.
setComment(String) - Method in class de.caff.i18n.XmlResourceBundle.AbstractBasicResourceNode
Set the comment.
setComment(String) - Method in interface de.caff.i18n.XmlResourceBundle.ResourceNode
Set the comment.
setComponentSize(Component) - Method in class de.caff.util.settings.SizePreferenceProperty
Set the size of the given component.
setDebug(boolean) - Static method in class de.caff.util.Utility
Set the debugging mode.
setDefaultLocale(Locale) - Static method in class de.caff.i18n.I18n
Set the locale to be used as a default for the application.
setDirectory(File) - Method in interface de.caff.util.settings.DirectoryPreferenceProperty
Set the directory.
setDirectory(File) - Method in class de.caff.util.settings.SimpleDirectoryPreferenceProperty
Set the directory.
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
 
setErrorMode(boolean) - Static method in class de.caff.util.debug.Debug
Set the error message mode.
setExtensionClassLoadUrls(URL...) - Static method in class de.caff.util.Utility
Update the extension class load mechanism by adding JAR files and file locations to load classes.
setFatalMode(boolean) - Static method in class de.caff.util.debug.Debug
Set the fatal error message mode.
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.
setIn(BitMask) - Method in interface de.caff.util.BitFlag
Set this flag in the given bit mask.
setIn(BitMask) - Method in class de.caff.util.SimpleBitFlag
Set this flag in the given bit mask.
setIn(BitMask) - Method in class de.caff.util.StatusFlag
Set this flag in the given bit mask.
setLocale(Locale) - Method in interface de.caff.i18n.Localizable
Set the locale.
setLocale(Locale) - Method in class de.caff.i18n.WeakReferencedLocalizable
Set the locale.
setLogMode(boolean) - Static method in class de.caff.util.debug.Debug
Set the logging message mode.
setMask(long) - Static method in class de.caff.util.debug.Debug
Set the debugging mask.
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.
setOriginalException(Throwable) - Method in exception de.caff.i18n.ResourcedException
Set the exception from where this resourced exception originated.
setOriginalException(Throwable) - Method in exception de.caff.i18n.ResourcedRuntimeException
Set the exception from where this resourced exception originated.
setOriginalException(Throwable) - Method in interface de.caff.i18n.ResourcedThrowable
Set the exception from where this resourced exception originated.
setParentBundle(ResourceBundle) - Method in class de.caff.i18n.ResourceBundleCollection
Set the parent collection.
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.
setResourceDir(String) - Static method in class de.caff.util.Utility
Set the resource directory.
setSize(Dimension) - Method in class de.caff.util.settings.SizePreferenceProperty
Set the dimesnion directly.
setSize(Component) - Method in class de.caff.util.settings.SizePreferenceProperty
Set the dimension directly.
setStandardMode(boolean) - Static method in class de.caff.util.debug.Debug
Set the standard message mode.
setStderrCaptureMode(boolean) - Static method in class de.caff.util.debug.Debug
How messages to stderr shall be handled.
setStdoutCaptureMode(boolean) - Static method in class de.caff.util.debug.Debug
How messages to stdout shall be handled.
SettingsTools - Class in de.caff.util.settings
Helpful methods.
SettingsTools() - Constructor for class de.caff.util.settings.SettingsTools
 
setTo(E, boolean) - Method in class de.caff.util.EnumBitMask
Set or clear the given flag.
setTraceMode(boolean) - Static method in class de.caff.util.debug.Debug
Set the trace mode.
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
 
setValue(PhysicalLength) - Method in class de.caff.util.settings.BasicPhysicalLengthPreferenceProperty
Set the value.
setValue(byte) - Method in interface de.caff.util.settings.BytePreferenceProperty
Set the properties value.
setValue(char) - Method in interface de.caff.util.settings.CharPreferenceProperty
Set the properties value.
setValue(int) - Method in interface de.caff.util.settings.IntegerPreferenceProperty
Set the properties value.
setValue(T) - Method in interface de.caff.util.settings.Property
Set the value.
setValue(short) - Method in interface de.caff.util.settings.ShortPreferenceProperty
Set the properties value.
setValue(Boolean) - Method in class de.caff.util.settings.SimpleBooleanProperty
Set the value.
setValue(boolean) - Method in class de.caff.util.settings.SimpleBooleanProperty
Set the value.
setValue(Byte) - Method in class de.caff.util.settings.SimpleByteProperty
Set the value.
setValue(byte) - Method in class de.caff.util.settings.SimpleByteProperty
Set the value.
setValue(int) - Method in class de.caff.util.settings.SimpleByteProperty
Set the value.
setValue(Character) - Method in class de.caff.util.settings.SimpleCharProperty
Set the value.
setValue(char) - Method in class de.caff.util.settings.SimpleCharProperty
Set the value.
setValue(Double) - Method in class de.caff.util.settings.SimpleDoubleProperty
Set the value.
setValue(double) - Method in class de.caff.util.settings.SimpleDoubleProperty
Set the value.
setValue(Float) - Method in class de.caff.util.settings.SimpleFloatProperty
Set the value.
setValue(float) - Method in class de.caff.util.settings.SimpleFloatProperty
Set the value.
setValue(Integer) - Method in class de.caff.util.settings.SimpleIntegerProperty
Set the value.
setValue(int) - Method in class de.caff.util.settings.SimpleIntegerProperty
Set the value.
setValue(Long) - Method in class de.caff.util.settings.SimpleLongProperty
Set the value.
setValue(long) - Method in class de.caff.util.settings.SimpleLongProperty
Set the value.
setValue(T) - Method in class de.caff.util.settings.SimpleNonNullProperty
Set the value.
setValue(T) - Method in class de.caff.util.settings.SimpleNullableProperty
Set the value.
setValue(Short) - Method in class de.caff.util.settings.SimpleShortProperty
Set the value.
setValue(short) - Method in class de.caff.util.settings.SimpleShortProperty
Set the value.
setValue(int) - Method in class de.caff.util.settings.SimpleShortProperty
Set the value.
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.
setWarningMode(boolean) - Static method in class de.caff.util.debug.Debug
Set the warning message mode.
setWindowBounds(Window) - Method in class de.caff.util.settings.BoundsPreferenceProperty
Set the bounds of the given window.
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.
SHORT_ARRAY_CLONER - Static variable in class de.caff.util.Primitives
Deprecated.
Function which clones short arrays.
ShortConsumer - Interface in de.caff.generics.function
A consumer for short values.
shortForm - Variable in class de.caff.util.args.AbstractSimpleSwitch
 
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.
ShortPreferenceProperty - Interface in de.caff.util.settings
A preference property holding a short value.
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.
showErrorDownloadFailureIO(SemVer, SemVer, String, IOException) - Method in interface de.caff.util.SemanticVersionChecker.ProgramAccess
Show an error method that downloading failed because the file could not be downloaded due to i/o problems.
showErrorDownloadFailureIO(String, String, String, IOException) - Method in interface de.caff.util.VersionChecker.ProgramAccess
Show an error method that downloading failed because the file could not be downloaded due to i/o problems.
showErrorDownloadFailureNotFound(SemVer, SemVer, String, Exception) - Method in interface de.caff.util.SemanticVersionChecker.ProgramAccess
Show an error method that downloading failed because the file was not accessible.
showErrorDownloadFailureNotFound(String, String, String, Exception) - Method in interface de.caff.util.VersionChecker.ProgramAccess
Show an error method that downloading failed because the file was not accessible.
showInfoNeedRestart(SemVer, SemVer) - Method in interface de.caff.util.SemanticVersionChecker.ProgramAccess
Show an info that a restart of the application is necessary in order to run the new version.
showInfoNeedRestart(String, String) - Method in interface de.caff.util.VersionChecker.ProgramAccess
Show an info that a restart of the application is necessary in order to run the new version.
showInfoNoUpdatePossible(URL, SemVer, SemVer) - Method in interface de.caff.util.SemanticVersionChecker.ProgramAccess
Show the HTML content of an URL describing why an update is not possible.
showInfoNoUpdatePossible(URL, String, String) - Method in interface de.caff.util.VersionChecker.ProgramAccess
Show the HTML content of an URL describing why an update is not possible.
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.
SimpleBitFlag - Class in de.caff.util
A simple bit flag implementation.
SimpleBooleanPreferenceProperty - Class in de.caff.util.settings
Simple preference property holding a boolean value.
SimpleBooleanPreferenceProperty(String, boolean) - Constructor for class de.caff.util.settings.SimpleBooleanPreferenceProperty
Constructor.
SimpleBooleanProperty - Class in de.caff.util.settings
Simple property holding a boolean value.
SimpleBooleanProperty(String, boolean) - Constructor for class de.caff.util.settings.SimpleBooleanProperty
Constructor.
SimpleBytePreferenceProperty - Class in de.caff.util.settings
Simple preference property holding a byte value.
SimpleBytePreferenceProperty(String) - Constructor for class de.caff.util.settings.SimpleBytePreferenceProperty
Constructor.
SimpleBytePreferenceProperty(String, int) - Constructor for class de.caff.util.settings.SimpleBytePreferenceProperty
Convenience constructor.
SimpleBytePreferenceProperty(String, byte) - Constructor for class de.caff.util.settings.SimpleBytePreferenceProperty
Constructor.
SimpleByteProperty - Class in de.caff.util.settings
A simple property, holding a byte value.
SimpleByteProperty(String) - Constructor for class de.caff.util.settings.SimpleByteProperty
Constructor.
SimpleByteProperty(String, int) - Constructor for class de.caff.util.settings.SimpleByteProperty
Constructor.
SimpleByteProperty(String, byte) - Constructor for class de.caff.util.settings.SimpleByteProperty
Constructor.
SimpleCharPreferenceProperty - Class in de.caff.util.settings
Simple preference property holding a short value.
SimpleCharPreferenceProperty(String) - Constructor for class de.caff.util.settings.SimpleCharPreferenceProperty
Constructor.
SimpleCharPreferenceProperty(String, int) - Constructor for class de.caff.util.settings.SimpleCharPreferenceProperty
Convenience constructor.
SimpleCharPreferenceProperty(String, char) - Constructor for class de.caff.util.settings.SimpleCharPreferenceProperty
Constructor.
SimpleCharProperty - Class in de.caff.util.settings
A simple property, holding a short value.
SimpleCharProperty(String) - Constructor for class de.caff.util.settings.SimpleCharProperty
Constructor.
SimpleCharProperty(String, int) - Constructor for class de.caff.util.settings.SimpleCharProperty
Constructor.
SimpleCharProperty(String, char) - Constructor for class de.caff.util.settings.SimpleCharProperty
Constructor.
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.
SimpleDirectoryPreferenceProperty - Class in de.caff.util.settings
Simple property holding a file.
SimpleDirectoryPreferenceProperty(String) - Constructor for class de.caff.util.settings.SimpleDirectoryPreferenceProperty
Constructor.
SimpleDirectoryPreferenceProperty(String, File) - Constructor for class de.caff.util.settings.SimpleDirectoryPreferenceProperty
Constructor.
SimpleDoublePreferenceProperty - Class in de.caff.util.settings
Simple preference property holding a float value.
SimpleDoublePreferenceProperty(String) - Constructor for class de.caff.util.settings.SimpleDoublePreferenceProperty
Constructor.
SimpleDoublePreferenceProperty(String, double) - Constructor for class de.caff.util.settings.SimpleDoublePreferenceProperty
Constructor.
SimpleDoubleProperty - Class in de.caff.util.settings
Simple property holding a float value.
SimpleDoubleProperty(String) - Constructor for class de.caff.util.settings.SimpleDoubleProperty
Constructor.
SimpleDoubleProperty(String, double) - Constructor for class de.caff.util.settings.SimpleDoubleProperty
Constructor.
SimpleFloatPreferenceProperty - Class in de.caff.util.settings
Simple preference property holding a float value.
SimpleFloatPreferenceProperty(String) - Constructor for class de.caff.util.settings.SimpleFloatPreferenceProperty
Constructor.
SimpleFloatPreferenceProperty(String, float) - Constructor for class de.caff.util.settings.SimpleFloatPreferenceProperty
Constructor.
SimpleFloatProperty - Class in de.caff.util.settings
Simple property holding a float value.
SimpleFloatProperty(String) - Constructor for class de.caff.util.settings.SimpleFloatProperty
Constructor.
SimpleFloatProperty(String, float) - Constructor for class de.caff.util.settings.SimpleFloatProperty
Constructor.
SimpleIntegerPreferenceProperty - Class in de.caff.util.settings
Simple preference property holding an integer value.
SimpleIntegerPreferenceProperty(String) - Constructor for class de.caff.util.settings.SimpleIntegerPreferenceProperty
Constructor.
SimpleIntegerPreferenceProperty(String, int) - Constructor for class de.caff.util.settings.SimpleIntegerPreferenceProperty
Constructor.
SimpleIntegerProperty - Class in de.caff.util.settings
Simple property holding an integer value.
SimpleIntegerProperty(String) - Constructor for class de.caff.util.settings.SimpleIntegerProperty
Constructor.
SimpleIntegerProperty(String, int) - Constructor for class de.caff.util.settings.SimpleIntegerProperty
Constructor.
SimpleJsonReader - Class in de.caff.io.json
Simple JSON reader.
SimpleJsonReader.ArrayHandler - Class in de.caff.io.json
Dedicated array handler.
SimpleJsonReader.BooleanValueHandler - Class in de.caff.io.json
Handler which only accepts a boolean value.
SimpleJsonReader.DoubleValueHandler - Class in de.caff.io.json
Handler which only accepts a double value.
SimpleJsonReader.Handler - Interface in de.caff.io.json
Low-level Handler for streamed JSON stream.
SimpleJsonReader.HandlerWrapper - Class in de.caff.io.json
 
SimpleJsonReader.IntValueHandler - Class in de.caff.io.json
Handler which only accepts an integer value.
SimpleJsonReader.MapObjectHandler - Class in de.caff.io.json
Map object handler which collects the JSON data into a Java map.
SimpleJsonReader.NumericValueHandler - Class in de.caff.io.json
Handler which only accepts a numeric value.
SimpleJsonReader.ObjectHandler - Class in de.caff.io.json
 
SimpleJsonReader.StringValueHandler - Class in de.caff.io.json
Handler which only accepts a string value.
SimpleJsonReader.TemporaryHandler - Interface in de.caff.io.json
 
SimpleJsonReader.ValueHandler - Class in de.caff.io.json
Handler which just reads a single value.
SimpleJsonWriter - Class in de.caff.io.json
Simple JSON writer.
SimpleJsonWriter(StringCollector) - Constructor for class de.caff.io.json.SimpleJsonWriter
Constructor.
SimpleJsonWriter(StringCollector, int) - Constructor for class de.caff.io.json.SimpleJsonWriter
Constructor.
SimpleJsonWriter(StringCollector, int, boolean) - Constructor for class de.caff.io.json.SimpleJsonWriter
Constructor.
SimpleJsonWriter.State - Enum in de.caff.io.json
Internal state.
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.
SimpleLongPreferenceProperty - Class in de.caff.util.settings
Simple preference property holding a long value.
SimpleLongPreferenceProperty(String) - Constructor for class de.caff.util.settings.SimpleLongPreferenceProperty
Constructor.
SimpleLongPreferenceProperty(String, long) - Constructor for class de.caff.util.settings.SimpleLongPreferenceProperty
Constructor.
SimpleLongProperty - Class in de.caff.util.settings
Simple property holding a long value.
SimpleLongProperty(String) - Constructor for class de.caff.util.settings.SimpleLongProperty
Constructor.
SimpleLongProperty(String, long) - Constructor for class de.caff.util.settings.SimpleLongProperty
Constructor.
SimpleNonNullProperty<T> - Class in de.caff.util.settings
A simple property which cannot be null.
SimpleNonNullProperty(String, T) - Constructor for class de.caff.util.settings.SimpleNonNullProperty
Constructor.
SimpleNonNullProperty(String, T, UniformMatcher<? super T>) - Constructor for class de.caff.util.settings.SimpleNonNullProperty
Constructor.
SimpleNullableProperty<T> - Class in de.caff.util.settings
A simple property which cannot be null.
SimpleNullableProperty(String) - Constructor for class de.caff.util.settings.SimpleNullableProperty
Constructor.
SimpleNullableProperty(String, T) - Constructor for class de.caff.util.settings.SimpleNullableProperty
Constructor.
SimpleNullableProperty(String, UniformMatcher<? super T>) - Constructor for class de.caff.util.settings.SimpleNullableProperty
Constructor.
SimpleNullableProperty(String, T, UniformMatcher<? super T>) - Constructor for class de.caff.util.settings.SimpleNullableProperty
Constructor.
SimpleOnOffSwitch - Class in de.caff.util.args
A boolean switch is for a property which can be switch on or off.
SimpleOnOffSwitch(Character, String, boolean, String) - Constructor for class de.caff.util.args.SimpleOnOffSwitch
Constructor.
SimpleOutputtingDebugListener - Class in de.caff.util.debug
A debug listener which copies all messages to a stream.
SimpleOutputtingDebugListener(OutputStream) - Constructor for class de.caff.util.debug.SimpleOutputtingDebugListener
Construct a new listener for the given stream.
SimplePreferenceGroup - Class in de.caff.util.settings
A simple grouping of preferences properties.
SimplePreferenceGroup(List<PreferenceProperty>) - Constructor for class de.caff.util.settings.SimplePreferenceGroup
Constructor.
SimplePreferenceGroup(PreferenceProperty...) - Constructor for class de.caff.util.settings.SimplePreferenceGroup
Constructor.
SimpleShortPreferenceProperty - Class in de.caff.util.settings
Simple preference property holding a short value.
SimpleShortPreferenceProperty(String) - Constructor for class de.caff.util.settings.SimpleShortPreferenceProperty
Constructor.
SimpleShortPreferenceProperty(String, int) - Constructor for class de.caff.util.settings.SimpleShortPreferenceProperty
Convenience constructor.
SimpleShortPreferenceProperty(String, short) - Constructor for class de.caff.util.settings.SimpleShortPreferenceProperty
Constructor.
SimpleShortProperty - Class in de.caff.util.settings
A simple property, holding a short value.
SimpleShortProperty(String) - Constructor for class de.caff.util.settings.SimpleShortProperty
Constructor.
SimpleShortProperty(String, int) - Constructor for class de.caff.util.settings.SimpleShortProperty
Constructor.
SimpleShortProperty(String, short) - Constructor for class de.caff.util.settings.SimpleShortProperty
Constructor.
SimpleStringPreferenceProperty - Class in de.caff.util.settings
 
SimpleStringPreferenceProperty(String) - Constructor for class de.caff.util.settings.SimpleStringPreferenceProperty
Constructor.
SimpleStringPreferenceProperty(String, String) - Constructor for class de.caff.util.settings.SimpleStringPreferenceProperty
Constructor.
SimpleStringPreferenceProperty(String, UniformMatcher<? super String>) - Constructor for class de.caff.util.settings.SimpleStringPreferenceProperty
Constructor.
SimpleStringPreferenceProperty(String, String, UniformMatcher<? super String>) - Constructor for class de.caff.util.settings.SimpleStringPreferenceProperty
Constructor.
SimpleSwitch - Class in de.caff.util.args
A simple optional switch which either appears on the command line or not.
SimpleSwitch(Character, String, String) - Constructor for class de.caff.util.args.SimpleSwitch
Constructor.
SimpleXmlWriter - Class in de.caff.io.xml
Simple XML writer.
SimpleXmlWriter(StringCollector) - Constructor for class de.caff.io.xml.SimpleXmlWriter
Constructor.
SimpleXmlWriter(Locale, StringCollector) - Constructor for class de.caff.io.xml.SimpleXmlWriter
Constructor.
SimpleXmlWriter(StringCollector, String) - Constructor for class de.caff.io.xml.SimpleXmlWriter
Constructor.
SimpleXmlWriter(Locale, StringCollector, String) - Constructor for class de.caff.io.xml.SimpleXmlWriter
Constructor.
SimpleXmlWriter(StringCollector, int) - Constructor for class de.caff.io.xml.SimpleXmlWriter
Constructor.
SimpleXmlWriter(Locale, StringCollector, int) - Constructor for class de.caff.io.xml.SimpleXmlWriter
Constructor.
SimpleXmlWriter(StringCollector, String, int) - Constructor for class de.caff.io.xml.SimpleXmlWriter
Constructor.
SimpleXmlWriter(Locale, StringCollector, String, int) - Constructor for class de.caff.io.xml.SimpleXmlWriter
Constructor.
SimpleXmlWriter - Class in de.caff.util.xml
Deprecated.
this class has an improved substitute, see SimpleXmlWriter, where SimpleXmlWriter.open(String, Object...) is renamed to SimpleXmlWriter.begin(String, Object...) and SimpleXmlWriter.close() to SimpleXmlWriter.end(), which allows to make the class closable.
SimpleXmlWriter(StringCollector) - Constructor for class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Constructor.
SimpleXmlWriter(Locale, StringCollector) - Constructor for class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Constructor.
SimpleXmlWriter(StringCollector, String) - Constructor for class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Constructor.
SimpleXmlWriter(Locale, StringCollector, String) - Constructor for class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Constructor.
SimpleXmlWriter(StringCollector, int) - Constructor for class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Constructor.
SimpleXmlWriter(Locale, StringCollector, int) - Constructor for class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Constructor.
SimpleXmlWriter(StringCollector, String, int) - Constructor for class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Constructor.
SimpleXmlWriter(Locale, StringCollector, String, int) - Constructor for class de.caff.util.xml.SimpleXmlWriter
Deprecated.
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.
SingleArgument - Class in de.caff.util.args
Single required argument.
SingleArgument(String, String) - Constructor for class de.caff.util.args.SingleArgument
 
SingleArgument(String, String, boolean) - Constructor for class de.caff.util.args.SingleArgument
 
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.
SIPrefix - Class in de.caff.util.measure
The SI (Système International) unit prefixes.
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.util.ByteRingBuffer
Get the number of valid bytes cached in this buffer.
size() - Method in class de.caff.util.RingBuffer
Get the number of valid bytes cached in this buffer.
size() - Method in class de.caff.util.TextLineRingBuffer
Get the number of valid lines cached in this buffer.
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.
SizePreferenceProperty - Class in de.caff.util.settings
A preference property which describes a dimension.
SizePreferenceProperty(String) - Constructor for class de.caff.util.settings.SizePreferenceProperty
 
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
 
skip(long) - Method in class de.caff.util.ByteBufferInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class de.caff.util.CountingInputStream
Skips over and discards n bytes of data from this input stream.
SKIP_HANDLER - Static variable in class de.caff.io.json.SimpleJsonReader
Temporary handler which ignores all input.
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
 
sort(List<T>, ThreadPoolExecutor, int) - Static method in class de.caff.util.concurrent.ParallelSort
Sort a list of comparable items in their natural order using multiple threads.
sort(List<T>, ThreadPoolExecutor, int, int) - Static method in class de.caff.util.concurrent.ParallelSort
Sort a list of comparable items in their natural order using multiple threads.
sort(List<T>, Comparator<? super T>, ThreadPoolExecutor, int) - Static method in class de.caff.util.concurrent.ParallelSort
Sort a list by a given comparator using multiple threads.
sort(List<T>, Comparator<? super T>, ThreadPoolExecutor, int, int) - Static method in class de.caff.util.concurrent.ParallelSort
Sort a list by a given comparator using multiple threads.
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.
spaces(int) - Static method in class de.caff.util.Utility
Get a string consisting of a given number of space characters.
split(String, Pattern) - Static method in class de.caff.util.StringTool
Split a string at a given regular expression pattern.
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
 
splitRaw(String, char) - Static method in class de.caff.util.StringTool
Split a string at a given separator character.
splitRaw(String, String) - Static method in class de.caff.util.StringTool
Split a string at a given raw string pattern.
splitRegex(String, String) - Static method in class de.caff.util.StringTool
Split a string at a given regular expression pattern.
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.
StandardMessageDebugListener - Interface in de.caff.util.debug
A listener for raw standard debug messages.
startOn(InputStream) - Static method in class de.caff.io.InputStreamBuffer
Start a buffer on the given stream.
startOn(InputStream, int) - Static method in class de.caff.io.InputStreamBuffer
Start a buffer on the given stream.
startOn(InputStream) - Static method in class de.caff.io.InputStreamLineBuffer
Start a sink on the given stream.
startOn(InputStream, int) - Static method in class de.caff.io.InputStreamLineBuffer
Start a sink on the given stream.
startOn(InputStream, OutputStream) - Static method in class de.caff.io.InputStreamPipe
Start a pipe on the given stream.
startOn(InputStream) - Static method in class de.caff.io.InputStreamSink
Start a sink on the given stream.
StatusFlag - Class in de.caff.util
Concrete implementation of a status flag, using int values.
StatusFlag(int, String) - Constructor for class de.caff.util.StatusFlag
Constructor.
STDERR - Static variable in class de.caff.util.debug.DebuggingOutputStream
Constant for the stderr stream.
stderrCaptureChanged(boolean) - Method in interface de.caff.util.debug.Debug.ModeChangeListener
The capturing mode for stderr is changed.
stderrCaptureChanged(boolean) - Method in class de.caff.util.debug.DebugLevelSwitchBoard
The state of the capturing of stderr is changed.
STDOUT - Static variable in class de.caff.util.debug.DebuggingOutputStream
Constant for the stdout stream
stdoutCaptureChanged(boolean) - Method in interface de.caff.util.debug.Debug.ModeChangeListener
The capturing mode for stdout is changed.
stdoutCaptureChanged(boolean) - Method in class de.caff.util.debug.DebugLevelSwitchBoard
The state of the capturing of stdout is changed.
stepsTo(V) - Method in class de.caff.generics.BasicLoop.Item
Get the number of steps from this item to another item.
stop() - Method in class de.caff.util.Worker
Removes all KnockOffListeners and sets the internal state to stopped.
stop(boolean) - Method in class de.caff.util.Worker
Sets the internal state to stopped.
stopOnFatalErrors - Variable in class de.caff.util.debug.DebugMessageCook.ListenerData
 
store(File, byte[]) - Static method in class de.caff.util.FileTool
Store the given bytes to a file.
store(File, byte[], int, int) - Static method in class de.caff.util.FileTool
Store the given bytes to a file.
store(String, byte[]) - Static method in class de.caff.util.FileTool
Store the given bytes to a file.
store(String, byte[], int, int) - Static method in class de.caff.util.FileTool
Store the given bytes to a file.
storeComponentSize(Preferences, Component) - Method in class de.caff.util.settings.SizePreferenceProperty
Get the size of the component and store them in the preferences.
storeInnerXml(SimpleXmlWriter) - Method in interface de.caff.io.xml.XmlDispatchedStorable
Store the individual XML
storeOuterXml(SimpleXmlWriter, String) - Method in interface de.caff.io.xml.XmlDispatchedStorable
Write this dispatched storable to XML using the given XML tag.
storeTo(Preferences) - Method in class de.caff.util.settings.BasicPhysicalLengthPreferenceProperty
Store the current property value in the preferences.
storeTo(Preferences) - Method in class de.caff.util.settings.BoundsPreferenceProperty
Store the current property value in the preferences.
storeTo(Preferences, String) - Method in class de.caff.util.settings.EnumEnumValue
Store this value to the preferences under the given key.
storeTo(Preferences, String) - Method in interface de.caff.util.settings.EnumValue
Store this value to the preferences under the given key.
storeTo(Preferences, String) - Method in class de.caff.util.settings.IntegerEnumValue
Store this value to the preferences under the given key.
storeTo(Preferences, String) - Method in class de.caff.util.settings.LocaleEnumValue
Store this value to the preferences under the given key.
storeTo(Preferences) - Method in interface de.caff.util.settings.PreferenceProperty
Store the current property value in the preferences.
storeTo(Preferences) - Method in class de.caff.util.settings.PrintRequestProperties
Save some of the preferences to the preferences.
storeTo(Preferences) - Method in class de.caff.util.settings.SimpleBooleanPreferenceProperty
Store the current property value in the preferences.
storeTo(Preferences) - Method in class de.caff.util.settings.SimpleBytePreferenceProperty
Store the current property value in the preferences.
storeTo(Preferences) - Method in class de.caff.util.settings.SimpleCharPreferenceProperty
Store the current property value in the preferences.
storeTo(Preferences) - Method in class de.caff.util.settings.SimpleDirectoryPreferenceProperty
Store the current property value in the preferences.
storeTo(Preferences) - Method in class de.caff.util.settings.SimpleDoublePreferenceProperty
Store the current property value in the preferences.
storeTo(Preferences) - Method in class de.caff.util.settings.SimpleFloatPreferenceProperty
Store the current property value in the preferences.
storeTo(Preferences) - Method in class de.caff.util.settings.SimpleIntegerPreferenceProperty
Store the current property value in the preferences.
storeTo(Preferences) - Method in class de.caff.util.settings.SimpleLongPreferenceProperty
Store the current property value in the preferences.
storeTo(Preferences) - Method in class de.caff.util.settings.SimplePreferenceGroup
Store the current property value in the preferences.
storeTo(Preferences) - Method in class de.caff.util.settings.SimpleShortPreferenceProperty
Store the current property value in the preferences.
storeTo(Preferences) - Method in class de.caff.util.settings.SimpleStringPreferenceProperty
Store the current property value in the preferences.
storeTo(Preferences) - Method in class de.caff.util.settings.SizePreferenceProperty
Store the current property value in the preferences.
storeWindowBounds(Preferences, Window) - Method in class de.caff.util.settings.BoundsPreferenceProperty
Get the bounds of the window and store them in the preferences.
storeXml(SimpleXmlWriter) - Method in interface de.caff.io.xml.XmlStorable
Store this as XML.
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.
StringArgSwitch - Class in de.caff.util.args
Switch expecting a string argument.
StringArgSwitch(Character, String, String, String, String) - Constructor for class de.caff.util.args.StringArgSwitch
 
stringArray(Iterable<T>, Function<? super T, String>) - Method in class de.caff.io.json.SimpleJsonWriter
Convenience method for outputting a whole array of strings created from general elements.
StringCodePointIterator - Class in de.caff.util
A simplified drop in for java.text.StringCharacterIterator which takes care of 32bit characters.
StringCodePointIterator(String) - Constructor for class de.caff.util.StringCodePointIterator
Constructor.
StringCollector - Interface in de.caff.io
Collector for strings.
StringCollector - Interface in de.caff.util.xml
Deprecated.
use the classes in the package de.caff.io and de.caff.io.xml instead.
StringHelper - Class in de.caff.util
 
StringHelper() - Constructor for class de.caff.util.StringHelper
 
StringListPreferenceProperty - Interface in de.caff.util.settings
A preference property holding a list of strings.
StringPreferenceProperty - Interface in de.caff.util.settings
A preference property holding a string.
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.
StringTool - Class in de.caff.util
Helper class with tools for string handling.
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.
stringToValue(String) - Method in interface de.caff.i18n.XmlResourceBundle.ValueType
 
StringValueHandler(Consumer<? super String>) - Constructor for class de.caff.io.json.SimpleJsonReader.StringValueHandler
Constructor.
StringValueHandler(Consumer<? super String>, boolean) - Constructor for class de.caff.io.json.SimpleJsonReader.StringValueHandler
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
 
SUFFIX_ACCELERATOR - Static variable in class de.caff.i18n.I18n
The i18n tag suffix added for an accelarator.
SUFFIX_DESCRIPTION - Static variable in class de.caff.i18n.I18n
The i18n tag suffix added for a description.
SUFFIX_DISABLED_ICON - Static variable in class de.caff.i18n.I18n
The i18n tag suffix added for the path of an icon used for the disabled state.
SUFFIX_ICON - Static variable in class de.caff.i18n.I18n
The i18n tag suffix added for an icon path.
SUFFIX_INACTIVE_ICON - Static variable in class de.caff.i18n.I18n
The i18n tag suffix added for the path of an icon used for the inactive state.
SUFFIX_MNEMONIC - Static variable in class de.caff.i18n.I18n
The i18n tag suffix added for a mnemonic.
SUFFIX_TEXT - Static variable in class de.caff.i18n.I18n
The i18n tag suffix added for a label/button text/menu text.
SUFFIX_TOOLTIP - Static variable in class de.caff.i18n.I18n
The i18n tag suffix added for a tooltip.
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.
suspendEncoding() - Method in class de.caff.util.Base64.OutputStream
Suspends encoding of the stream.
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.
Switch - Interface in de.caff.util.args
A basic command line switch.
SwitchOrArgument - Interface in de.caff.util.args
A command line argument or a command line switch.
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.
TABLOID_PAPER - Static variable in class de.caff.util.print.BasicPaperFormat
Tabloid format paper.
TAG_ACTION - Static variable in class de.caff.i18n.XmlResourceBundle
 
TAG_COMMENT - Static variable in class de.caff.util.SemanticVersionChecker
 
TAG_COMMENT - Static variable in class de.caff.util.VersionChecker
 
TAG_GROUP - Static variable in class de.caff.i18n.XmlResourceBundle
 
TAG_I18N - Static variable in class de.caff.i18n.XmlResourceBundle
 
TAG_MINJVM - Static variable in class de.caff.util.SemanticVersionChecker
 
TAG_MINJVM - Static variable in class de.caff.util.VersionChecker
 
TAG_NOUPDATE - Static variable in class de.caff.util.SemanticVersionChecker
 
TAG_NOUPDATE - Static variable in class de.caff.util.VersionChecker
 
TAG_RESOURCE - Static variable in class de.caff.i18n.XmlResourceBundle
 
TAG_SEPARATOR - Static variable in class de.caff.util.SemanticVersionChecker
 
TAG_SEPARATOR - Static variable in class de.caff.util.VersionChecker
 
TAG_VERSION - Static variable in class de.caff.util.SemanticVersionChecker
 
TAG_VERSION - Static variable in class de.caff.util.VersionChecker
 
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.
taskEnqueued() - Method in interface de.caff.util.concurrent.TaskLifeCycleListener
Called when the task was put into the queue.
taskFinished() - Method in interface de.caff.util.concurrent.TaskLifeCycleListener
Called when the task was finished.
TaskLifeCycleListener - Interface in de.caff.util.concurrent
Task counter interface.
taskStarting() - Method in interface de.caff.util.concurrent.TaskLifeCycleListener
Called when the task is about to start.
TEBI - Static variable in class de.caff.util.measure.SIPrefix
The tebi predix (2^40).
Template - Class in de.caff.util.templ
A simple class for string substitution in templates.
TERA - Static variable in class de.caff.util.measure.SIPrefix
The tera prefix (10^12).
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.
text(Object) - Method in class de.caff.io.xml.SimpleXmlWriter
Add text outside of tags.
text(Object) - Method in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Add text outside of tags.
textf(String, Object...) - Method in class de.caff.io.xml.SimpleXmlWriter
Add formatted text outside of tags.
textf(String, Object...) - Method in class de.caff.util.xml.SimpleXmlWriter
Deprecated.
Add formatted text outside of tags.
TextLineRingBuffer - Class in de.caff.util
A text line ring buffer working as a byte collector.
TextLineRingBuffer(int, Charset) - Constructor for class de.caff.util.TextLineRingBuffer
Create a ring buffer with the given size.
TextLineRingBuffer(int, Charset, int) - Constructor for class de.caff.util.TextLineRingBuffer
Create a ring buffer with the given size.
TextStringCollector - Class in de.caff.io
A string collector which combines all strings it gets into a single text.
TextStringCollector() - Constructor for class de.caff.io.TextStringCollector
Constructor.
TextStringCollector(int) - Constructor for class de.caff.io.TextStringCollector
Constructor.
TextStringCollector(StringBuilder) - Constructor for class de.caff.io.TextStringCollector
Constructor.
TextStringCollector - Class in de.caff.util.xml
Deprecated.
use the classes in the package de.caff.io and de.caff.io.xml instead.
TextStringCollector() - Constructor for class de.caff.util.xml.TextStringCollector
Deprecated.
Constructor.
TextStringCollector(int) - Constructor for class de.caff.util.xml.TextStringCollector
Deprecated.
Constructor.
TextStringCollector(StringBuilder) - Constructor for class de.caff.util.xml.TextStringCollector
Deprecated.
Constructor.
TextTemplateHandler<T> - Class in de.caff.util
Simple template handler allowing to expand special strings in texts.
TextTemplateHandler() - Constructor for class de.caff.util.TextTemplateHandler
 
TextTemplateHandler.CtxExpander<T> - Interface in de.caff.util
Expander which uses a context.
TextTemplateHandler.Expander - Interface in de.caff.util
Context-less expander.
TextTemplateHandler.WithoutContext - Class in de.caff.util
Helper class.
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.
throwAssertionException - Variable in class de.caff.util.debug.DebugMessageCook.ListenerData
 
times(double) - Method in class de.caff.util.measure.PhysicalLength
Get a scaled physical length.
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.
toASCII(String) - Static method in class de.caff.util.Utility
Get a string where all non-ASCII and non-printable characters are escaped by their Unicode escapes.
toBitMask(BitFlag) - Static method in class de.caff.util.BitMaskUtil
Convert a bit flag into a bit mask.
toBitMask() - Method in class de.caff.util.SimpleBitFlag
Convert this flag into a bit mask.
toBitMask() - Method in class de.caff.util.StatusFlag
Convert this flag into a bit mask.
toBitSet() - Method in interface de.caff.util.BitMask
Convert this bit mask into a bit set.
toBitSet() - Method in class de.caff.util.BitMask16
Convert this bit mask into a bit set.
toBitSet() - Method in class de.caff.util.BitMask32
Convert this bit mask into a bit set.
toBitSet() - Method in class de.caff.util.BitMask64
Convert this bit mask into a bit set.
toBitSet() - Method in class de.caff.util.BitSetBitMask
Convert this bit mask into a bit set.
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.
toByteArray() - Method in class de.caff.io.LimitedByteArrayOutputStream
Get the cached bytes.
toByteArray() - Method in class de.caff.util.ByteRingBuffer
Create a byte array with the bytes in this buffer.
ToByteFunction<T> - Interface in de.caff.generics.function
A function which produces a byte value from a generic value.
toByteIndexable() - Method in class de.caff.util.ByteRingBuffer
Get a stable byte indexable from this buffer.
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.
toFlags(EnumBitMask<F>, Class<F>) - Static method in class de.caff.util.EnumBitMask
Divide a bit mask into a set of flags.
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.
toHexDump(byte[]) - Static method in class de.caff.util.Utility
Expand a byte array into a hexduimp text structure.
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.
toIndexable() - Method in class de.caff.util.RingBuffer
Get a stable byte indexable from this buffer.
toInt() - Method in class de.caff.util.SimpleBitFlag
Convert this flog into an integer bit mask.
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.
toLandScape() - Method in class de.caff.util.print.BasicPaperFormat
Get this paper format in landscape orientation.
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
 
toLineArray() - Method in class de.caff.util.TextLineRingBuffer
Get the lines of this ring buffer as an array of strings.
toLineIndexable() - Method in class de.caff.io.InputStreamLineBuffer
Get the buffered lines as an independent indexable.
toLineIndexable() - Method in class de.caff.util.TextLineRingBuffer
Get the lines of this ring buffer as an indexable of strings.
toLineList() - Method in class de.caff.io.InputStreamLineBuffer
Get the buffered lines as an independent indexable.
toLineList() - Method in class de.caff.util.TextLineRingBuffer
Get the lines of this ring buffer as a list of strings.
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.
toList() - Method in class de.caff.util.RingBuffer
Create a list with the items in this buffer.
toLong() - Method in class de.caff.util.SimpleBitFlag
Convert this flog into a long bit mask.
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.
toMask(F) - Static method in class de.caff.util.EnumBitMask
Convert a flag to a generic bit mask.
toMask16(F) - Static method in class de.caff.util.EnumBitMask
Convert a flag to a 16 bit bit mask.
toMask32(F) - Static method in class de.caff.util.EnumBitMask
Convert a flag to a 32 bit bit mask.
toMask64(F) - Static method in class de.caff.util.EnumBitMask
Convert a flag to a 64 bit bit mask.
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.
TooManyArgumentsException - Exception in de.caff.util.args
Thrown if too many arguments are given on the command line.
TooManyArgumentsException(String, Collection<String>) - Constructor for exception de.caff.util.args.TooManyArgumentsException
 
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.
toPaper(PaperFormat) - Static method in class de.caff.util.print.BasicPaperFormat
Create a Java AWT paper from an internal paper format.
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.
toSeaScape() - Method in class de.caff.util.print.BasicPaperFormat
Get this paper format in seascape orientation.
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.io.InputStreamBuffer
 
toString() - Method in class de.caff.io.InputStreamLineBuffer
 
toString(Charset) - Method in class de.caff.io.LimitedByteArrayOutputStream
Get the content of this buffer as a string.
toString() - Method in class de.caff.io.LimitedByteArrayOutputStream
Get a string representation.
toString() - Method in class de.caff.util.BitMask16
Returns a string representation of the object.
toString() - Method in class de.caff.util.BitMask32
Returns a string representation of the object.
toString() - Method in class de.caff.util.BitMask64
Returns a string representation of the object.
toString() - Method in class de.caff.util.BitSetBitMask
Returns a string representation of the object.
toString() - Method in class de.caff.util.ColorDecoder.Domain
Returns a string representation of the object.
toString(Object) - Static method in class de.caff.util.debug.Format
Make a string from objects.
toString() - Method in class de.caff.util.EnumBitMask
Get a string representation.
toString() - Method in class de.caff.util.GlobMatcher
Returns a string representation of the object.
toString() - Method in class de.caff.util.ImprovedStringWriter
Returns the current content of this writer.
toString() - Method in class de.caff.util.measure.LengthUnit
Return a string representation.
toString() - Method in class de.caff.util.measure.PhysicalLength
Return a string representation of this length.
toString(LengthUnit) - Method in class de.caff.util.measure.PhysicalLength
Return a string representation of this length using the given unit.
toString(Locale) - Method in class de.caff.util.measure.PhysicalLength
Return a string representation of this length.
toString(LengthUnit, Locale) - Method in class de.caff.util.measure.PhysicalLength
Return a string representation of this length using the given unit.
toString() - Method in class de.caff.util.measure.SIPrefix
Returns a string representation of the object
toString(long) - Method in enum de.caff.util.MemFormat
Get a human-readable string representation of a memory size.
toString(BigInteger) - Method in enum de.caff.util.MemFormat
Get a human-readable string representation of a memory size.
toString(long, String, String) - Method in enum de.caff.util.MemFormat
Get a human-readable string representation of a memory size.
toString(BigInteger, String, String) - Method in enum de.caff.util.MemFormat
Get a human-readable string representation of a memory size.
toString() - Method in class de.caff.util.ModuleVersion
 
toString() - Method in enum de.caff.util.print.BasicPaperFormat.Orientation
Get the name of this orientation.
toString() - Method in class de.caff.util.print.BasicPaperFormat
Returns a string representation of the object.
toString() - Method in class de.caff.util.settings.PrintRequestProperties
Returns a string representation of the object.
toString() - Method in class de.caff.util.TextLineRingBuffer
Get the lines of this line buffer as a concatenated string.
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.
toUpsideDown() - Method in class de.caff.util.print.BasicPaperFormat
Get this paper format in upside down orientation.
toXml() - Method in class de.caff.i18n.XmlResourceBundle.AbstractBasicResourceNode
Convert the node to XML.
toXml() - Method in interface de.caff.i18n.XmlResourceBundle.ResourceNode
Convert the node to XML.
trace(String) - Static method in class de.caff.util.debug.Debug
Print a trace message without further arguments.
trace(Throwable) - Static method in class de.caff.util.debug.Debug
Print a trace message from a throwable.
trace(Object) - Static method in class de.caff.util.debug.Debug
Print a trace message without further arguments.
trace(String, Object...) - Static method in class de.caff.util.debug.Debug
Print a trace message with up to nine arguments.
TRACE - Static variable in interface de.caff.util.debug.DebugConstants
trace messages
TRACE_CHAR - Static variable in interface de.caff.util.debug.DebugConstants
trace message shortcut
TRACE_FLAG - Static variable in interface de.caff.util.debug.DebugConstants
trace messages flag
tracef(String, Object...) - Static method in class de.caff.util.debug.Debug
Print a trace message in the format used by String.format(String, Object...).
TraceMessageDebugListener - Interface in de.caff.util.debug
A listener for raw trace debug messages.
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
 
trimLeft(String) - Static method in class de.caff.util.debug.Format
Trims the left side of a string.
trimMultiLineText(String) - Static method in class de.caff.util.StringHelper
Canonize multi-line texts so that each individual line is trimmed.
trimMultiLineText(String, boolean) - Static method in class de.caff.util.StringHelper
Canonize multi-line texts so that each individual line is trimmed.
trimRight(String) - Static method in class de.caff.util.debug.Format
Trims the right side of a string.
TriState - Enum in de.caff.util
A tri-state which is either on, off, or undefined.
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

UnexpectedArgumentException - Exception in de.caff.util.args
Exception thrown if a long switch comes with an appended argument, although it does not expect one.
UnexpectedArgumentException(String, String) - Constructor for exception de.caff.util.args.UnexpectedArgumentException
Constructor.
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.
unique16() - Method in class de.caff.util.EnumBitMask
Get the unique object representing the given 16bit flags.
unique32() - Method in class de.caff.util.EnumBitMask
Get the unique object representing the given 32bit flags.
UNIT_FORMAT - Static variable in class de.caff.util.measure.PhysicalLength
The format for printing units.
unitToMeter(double) - Method in class de.caff.util.measure.LengthUnit
Transform the given length in units to meter.
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.
UnknownSwitchException - Exception in de.caff.util.args
Exception thrown if an unknown switch was encountered on the command line.
UnknownSwitchException(String) - Constructor for exception de.caff.util.args.UnknownSwitchException
Constructor.
UNMAPPABLE - Static variable in class de.caff.generics.Pythonesque
Unmappable index, same as Integer.MAX_VALUE.
unmaskFromInput(String) - Static method in class de.caff.io.json.Json
Unmask special characters in the incoming string.
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(byte) - Static method in class de.caff.util.Primitives
Deprecated.
Get the unsigned value of a byte.
unsigned(short) - Static method in class de.caff.util.Primitives
Deprecated.
Get the unsigned value of a short int.
unsigned(int) - Static method in class de.caff.util.Primitives
Deprecated.
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.
updateExtensionClassLoader(Function1<ClassLoader, ClassLoader>) - Static method in class de.caff.util.Utility
Update the extension class loader.
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).
URL_SAFE - Static variable in class de.caff.util.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
UrlListPreferenceProperty - Interface in de.caff.util.settings
A preference property holding a list of URLs.
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.
Utility - Class in de.caff.util
Utility contains various helpful functionality.
Utility() - Constructor for class de.caff.util.Utility
 
UtilMeasureResourceBundle - Class in de.caff.util.measure
Default (english) resource bundle.
UtilMeasureResourceBundle() - Constructor for class de.caff.util.measure.UtilMeasureResourceBundle
 
UtilMeasureResourceBundle_de - Class in de.caff.util.measure
Default (english) resource bundle.
UtilMeasureResourceBundle_de() - Constructor for class de.caff.util.measure.UtilMeasureResourceBundle_de
 

V

value(SimpleJsonReader, String) - Method in class de.caff.io.json.AbstractSimpleJsonFilter
 
value(SimpleJsonReader, boolean) - Method in class de.caff.io.json.AbstractSimpleJsonFilter
 
value(SimpleJsonReader, Number) - Method in class de.caff.io.json.AbstractSimpleJsonFilter
 
value(SimpleJsonReader, String) - Method in class de.caff.io.json.SimpleJsonReader.ArrayHandler
 
value(SimpleJsonReader, boolean) - Method in class de.caff.io.json.SimpleJsonReader.ArrayHandler
 
value(SimpleJsonReader, Number) - Method in class de.caff.io.json.SimpleJsonReader.ArrayHandler
 
value(SimpleJsonReader, String) - Method in class de.caff.io.json.SimpleJsonReader.BooleanValueHandler
 
value(SimpleJsonReader, boolean) - Method in class de.caff.io.json.SimpleJsonReader.BooleanValueHandler
 
value(SimpleJsonReader, Number) - Method in class de.caff.io.json.SimpleJsonReader.BooleanValueHandler
 
value(SimpleJsonReader, String) - Method in class de.caff.io.json.SimpleJsonReader.DoubleValueHandler
 
value(SimpleJsonReader, boolean) - Method in class de.caff.io.json.SimpleJsonReader.DoubleValueHandler
 
value(SimpleJsonReader, Number) - Method in class de.caff.io.json.SimpleJsonReader.DoubleValueHandler
 
value(SimpleJsonReader, String) - Method in interface de.caff.io.json.SimpleJsonReader.Handler
Called when a text value was read.
value(SimpleJsonReader, boolean) - Method in interface de.caff.io.json.SimpleJsonReader.Handler
Called when a boolean value was read.
value(SimpleJsonReader, Number) - Method in interface de.caff.io.json.SimpleJsonReader.Handler
Called when a number value was read.
value(SimpleJsonReader, String) - Method in class de.caff.io.json.SimpleJsonReader.HandlerWrapper
 
value(SimpleJsonReader, boolean) - Method in class de.caff.io.json.SimpleJsonReader.HandlerWrapper
 
value(SimpleJsonReader, Number) - Method in class de.caff.io.json.SimpleJsonReader.HandlerWrapper
 
value(SimpleJsonReader, String) - Method in class de.caff.io.json.SimpleJsonReader.IntValueHandler
 
value(SimpleJsonReader, boolean) - Method in class de.caff.io.json.SimpleJsonReader.IntValueHandler
 
value(SimpleJsonReader, Number) - Method in class de.caff.io.json.SimpleJsonReader.IntValueHandler
 
value(String, String) - Method in class de.caff.io.json.SimpleJsonReader.MapObjectHandler
 
value(String, boolean) - Method in class de.caff.io.json.SimpleJsonReader.MapObjectHandler
 
value(String, Number) - Method in class de.caff.io.json.SimpleJsonReader.MapObjectHandler
 
value(SimpleJsonReader, String) - Method in class de.caff.io.json.SimpleJsonReader.NumericValueHandler
 
value(SimpleJsonReader, boolean) - Method in class de.caff.io.json.SimpleJsonReader.NumericValueHandler
 
value(SimpleJsonReader, Number) - Method in class de.caff.io.json.SimpleJsonReader.NumericValueHandler
 
value(SimpleJsonReader, String) - Method in class de.caff.io.json.SimpleJsonReader.ObjectHandler
 
value(SimpleJsonReader, boolean) - Method in class de.caff.io.json.SimpleJsonReader.ObjectHandler
 
value(SimpleJsonReader, Number) - Method in class de.caff.io.json.SimpleJsonReader.ObjectHandler
 
value(String, String) - Method in class de.caff.io.json.SimpleJsonReader.ObjectHandler
Called when a text value was read.
value(String, boolean) - Method in class de.caff.io.json.SimpleJsonReader.ObjectHandler
Called when a boolean value was read.
value(String, Number) - Method in class de.caff.io.json.SimpleJsonReader.ObjectHandler
Called when a number value was read.
value(SimpleJsonReader, String) - Method in class de.caff.io.json.SimpleJsonReader.StringValueHandler
 
value(SimpleJsonReader, boolean) - Method in class de.caff.io.json.SimpleJsonReader.StringValueHandler
 
value(SimpleJsonReader, Number) - Method in class de.caff.io.json.SimpleJsonReader.StringValueHandler
 
value(SimpleJsonReader, String) - Method in class de.caff.io.json.SimpleJsonReader.ValueHandler
 
value(SimpleJsonReader, boolean) - Method in class de.caff.io.json.SimpleJsonReader.ValueHandler
 
value(SimpleJsonReader, Number) - Method in class de.caff.io.json.SimpleJsonReader.ValueHandler
 
value(String) - Method in class de.caff.io.json.SimpleJsonReader.ValueHandler
Read a string value.
value(Number) - Method in class de.caff.io.json.SimpleJsonReader.ValueHandler
Read a number value.
value(boolean) - Method in class de.caff.io.json.SimpleJsonReader.ValueHandler
Read a boolean value.
value(String) - Method in class de.caff.io.json.SimpleJsonWriter
Output a string value.
value(int) - Method in class de.caff.io.json.SimpleJsonWriter
Output an integer value.
value(double) - Method in class de.caff.io.json.SimpleJsonWriter
Output a double value.
value(boolean) - Method in class de.caff.io.json.SimpleJsonWriter
Output a boolean value.
ValueHandler() - Constructor for class de.caff.io.json.SimpleJsonReader.ValueHandler
 
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.
valueOf(String) - Static method in enum de.caff.io.json.Json.Env
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.caff.io.json.SimpleJsonWriter.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.caff.util.ByteOrderMark
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.caff.util.concurrent.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.caff.util.MemFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.caff.util.ParameterTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.caff.util.print.BasicPaperFormat.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.caff.util.settings.Alignment2D
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.caff.util.settings.HorizontalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.caff.util.settings.VerticalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.caff.util.TriState
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.
values() - Static method in enum de.caff.io.json.Json.Env
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.caff.io.json.SimpleJsonWriter.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.caff.util.ByteOrderMark
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.caff.util.concurrent.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.caff.util.MemFormat
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum de.caff.util.ParameterTypes
The values of this enum.
values() - Static method in enum de.caff.util.ParameterTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.caff.util.print.BasicPaperFormat.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.caff.util.settings.Alignment2D
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.caff.util.settings.HorizontalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.caff.util.settings.VerticalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum de.caff.util.TriState
The values of this enum.
values() - Static method in enum de.caff.util.TriState
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString(Object) - Method in interface de.caff.i18n.XmlResourceBundle.ValueType
 
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 - Static variable in class de.caff.util.ModuleVersion
Module version as a constant.
Version(String) - Constructor for class de.caff.util.SemanticVersionChecker.Version
Constructor.
Version(String) - Constructor for class de.caff.util.VersionChecker.Version
Constructor.
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
 
VersionChecker - Class in de.caff.util
Check whether a new program version is available.
VersionChecker.ProgramAccess - Interface in de.caff.util
Program information necessary for automatic update.
VersionChecker.Version - Class in de.caff.util
Helper class for a simple version build from numbers separated by points.
versionIsCurrent() - Method in interface de.caff.util.SemanticVersionChecker.ProgramAccess
Informative callback called when it is determined that there is no newer version available.
versionIsCurrent() - Method in interface de.caff.util.VersionChecker.ProgramAccess
Informative callback called when it is determined that there is no newer version available.
VerticalAlignment - Enum in de.caff.util.settings
Vertical alignment.
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.
view() - Method in class de.caff.util.ByteRingBuffer
Get a byte indexable view of this ring buffer.
view() - Method in class de.caff.util.RingBuffer
Get an indexable view of this ring buffer.
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.
viewLines() - Method in class de.caff.io.InputStreamLineBuffer
Get a view to the buffered lines.
viewLines() - Method in class de.caff.util.TextLineRingBuffer
Get a temporary view of the lines in this ring buffer.
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.
viewOff(String) - Method in class de.caff.util.args.SimpleOnOffSwitch
View the off state as a single switch state.
viewOn(String) - Method in class de.caff.util.args.SimpleOnOffSwitch
View the on state as a single switch state.
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

walkTree(File, Predicate<? super File>, Consumer<? super File>) - Static method in class de.caff.util.FileTool
Walk a file tree.
walkTree(File, Consumer<? super File>) - Static method in class de.caff.util.FileTool
Walk a file tree.
walkTreeFragile(File, Predicate<File>, FragileProcedure1<E, ? super File>) - Static method in class de.caff.util.FileTool
Walk a file tree and apply a consumer which might throw an exception.
walkTreeFragile(File, FragileProcedure1<E, ? super File>) - Static method in class de.caff.util.FileTool
Walk a file tree and apply a consumer which might throw an exception.
walkTreeOrdered(File, Predicate<? super File>, Consumer<? super File>, Comparator<? super File>) - Static method in class de.caff.util.FileTool
Walk a file tree in a defined order.
walkTreeOrdered(File, Consumer<? super File>, Comparator<? super File>) - Static method in class de.caff.util.FileTool
Walk a file tree in a defined order.
warn(String) - Static method in class de.caff.util.debug.Debug
Print a warning message without further arguments.
warn(Throwable) - Static method in class de.caff.util.debug.Debug
Print warning message from a throwable.
warn(Object) - Static method in class de.caff.util.debug.Debug
Print a warning message without further arguments.
warn(String, Object...) - Static method in class de.caff.util.debug.Debug
Print a warning message with up to nine arguments.
warnf(String, Object...) - Static method in class de.caff.util.debug.Debug
Print a trace message in the format used by String.format(String, Object...).
WARNING - Static variable in interface de.caff.util.debug.DebugConstants
warning messages
WARNING_CHAR - Static variable in interface de.caff.util.debug.DebugConstants
warning message shortcut
WARNING_FLAG - Static variable in interface de.caff.util.debug.DebugConstants
warning messages flag
WarningMessageDebugListener - Interface in de.caff.util.debug
A listener for raw warning debug messages.
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.
WeakReferencedLocalizable - Class in de.caff.i18n
A wrapper for localization changes, which wraps the original listener by holding it with a weak reference.
WeakReferencedLocalizable(Localizable) - Constructor for class de.caff.i18n.WeakReferencedLocalizable
Constructor.
WeakReferencedLocalizable(Localizable, Consumer<? super Localizable>) - Constructor for class de.caff.i18n.WeakReferencedLocalizable
Weak localization wrapper.
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.
withoutContext() - Static method in class de.caff.util.TextTemplateHandler
Factory method for a text template handler which does not use a context.
WithoutContext() - Constructor for class de.caff.util.TextTemplateHandler.WithoutContext
 
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.
Worker - Class in de.caff.util
A Runnable which knows of exceptions.
Worker() - Constructor for class de.caff.util.Worker
Default constructor.
Worker(KnockOffListener) - Constructor for class de.caff.util.Worker
Constructor taking an initial knock off listener.
wrap(List<S>) - Static method in class de.caff.generics.ActiveList
Wrap a basic list to make it active.
wrapped - Variable in class de.caff.io.json.SimpleJsonReader.HandlerWrapper
 
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.
write(int) - Method in class de.caff.io.LimitedByteArrayOutputStream
 
write(byte[]) - Method in class de.caff.io.LimitedByteArrayOutputStream
 
write(byte[], int, int) - Method in class de.caff.io.LimitedByteArrayOutputStream
 
write(int) - Method in class de.caff.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class de.caff.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(OutputStream) - Method in enum de.caff.util.ByteOrderMark
Write the byte order mark to the given stream.
write(int) - Method in class de.caff.util.CountingOutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class de.caff.util.CountingOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class de.caff.util.CountingOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class de.caff.util.debug.DebuggingOutputStream
Write a byte.
write(byte[]) - Method in class de.caff.util.debug.DebuggingOutputStream
Write a byte array.
write(byte[], int, int) - Method in class de.caff.util.debug.DebuggingOutputStream
Write a part of a byte array.
write(int) - Method in class de.caff.util.ImprovedStringWriter
Writes a single character.
write(char[], int, int) - Method in class de.caff.util.ImprovedStringWriter
Writes a portion of an array of characters.
write(String) - Method in class de.caff.util.ImprovedStringWriter
Writes a string.
write(String, int, int) - Method in class de.caff.util.ImprovedStringWriter
Writes a portion of a string.
writeStderrMessage(String) - Static method in class de.caff.util.debug.Debug
Handle a message to stderr.
writeStdoutMessage(String) - Static method in class de.caff.util.debug.Debug
Handle a message to stdout.
writeStreamToFile(InputStream, File) - Static method in class de.caff.util.SemanticVersionChecker
Write the complete content of a stream to a file.
writeStreamToFile(InputStream, File) - Static method in class de.caff.util.VersionChecker
Write the complete content of a stream to a file.
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.
XML_ATTR_READ_METHOD - Static variable in interface de.caff.io.xml.XmlDispatchedStorable
 
XML_ATTR_VERSION - Static variable in class de.caff.io.xml.XmlTool
Version attribute which should be used in a lot of cases.
XmlDispatchedStorable - Interface in de.caff.io.xml
Interface for objects of varying classes which can be stored to XML.
XmlResourceBundle - Class in de.caff.i18n
A resource bundle based on an XML file defining the resources.
XmlResourceBundle(InputStream) - Constructor for class de.caff.i18n.XmlResourceBundle
Read an XML resource from the given input stream.
XmlResourceBundle() - Constructor for class de.caff.i18n.XmlResourceBundle
Default constructor.
XmlResourceBundle.AbstractBasicResourceNode - Class in de.caff.i18n
Abstract base implementation of a resource node.
XmlResourceBundle.ResourceActionGroup - Class in de.caff.i18n
Special resource group for actions.
XmlResourceBundle.ResourceNode - Interface in de.caff.i18n
Basic definition of a resource node in the XML file.
XmlResourceBundle.ValueType - Interface in de.caff.i18n
 
XmlStorable - Interface in de.caff.io.xml
Interface for items which can be stored as XML.
XmlTool - Class in de.caff.io.xml
Helper methods for XML handling.
XmlTool - Class in de.caff.util.xml
Deprecated.
use the classes in the package de.caff.io and de.caff.io.xml instead.
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(BitMask) - Method in interface de.caff.util.BitMask
Get the result of a logical xor (exclusive or) of this bit mask and another.
xor(BitMask) - Method in class de.caff.util.BitMask16
Get the result of a logical xor (exclusive or) of this bit mask and another.
xor(BitMask) - Method in class de.caff.util.BitMask32
Get the result of a logical xor (exclusive or) of this bit mask and another.
xor(BitMask) - Method in class de.caff.util.BitMask64
Get the result of a logical xor (exclusive or) of this bit mask and another.
xor(BitMask) - Method in class de.caff.util.BitSetBitMask
Get the result of a logical xor (exclusive or) of this bit mask and another.
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

YARD - Static variable in class de.caff.util.measure.LengthUnit
The YARD unit.
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.
YOBI - Static variable in class de.caff.util.measure.SIPrefix
The yobi predix (2^70).
YOCTO - Static variable in class de.caff.util.measure.SIPrefix
The yocto prefix (10^-24).
YOTTA - Static variable in class de.caff.util.measure.SIPrefix
The yotta prefix (10^24).

Z

ZEBI - Static variable in class de.caff.util.measure.SIPrefix
The zebi predix (2^60).
ZEPTO - Static variable in class de.caff.util.measure.SIPrefix
The zepto prefix (10^-21).
ZERO - Static variable in class de.caff.util.BitMask16
The zero bit mask.
ZERO - Static variable in class de.caff.util.BitMask32
The zero bit mask.
ZERO - Static variable in class de.caff.util.BitMask64
The zero bit mask.
ZERO - Static variable in class de.caff.util.BitSetBitMask
Bit set bit mask with no bits set.
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.
ZETTA - Static variable in class de.caff.util.measure.SIPrefix
The zetta prefix (10^21).

_

_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
 
_addAppResourceBase(String, boolean) - Method in class de.caff.i18n.DefaultI18n
Add an application specific resource class base name.
_addAppResourceBase(String, boolean) - Method in class de.caff.i18n.I18n
Add an application specific resource class base name.
_addLocalizationChangeListener(Localizable) - Method in class de.caff.i18n.DefaultI18n
Add a listener for localization changes.
_addLocalizationChangeListener(Localizable) - Method in class de.caff.i18n.I18n
Add a listener for localization changes.
_dumpResources(PrintStream, Locale) - Method in class de.caff.i18n.DefaultI18n
Dump the complete currently known i18n resources for a given locale.
_dumpResources(PrintStream, Locale) - Method in class de.caff.i18n.I18n
Dump the complete currently known i18n resources for a given locale.
_fireLocaleChanged(Locale) - Method in class de.caff.i18n.DefaultI18n
Tell all registered localizables of localization changes.
_fireLocaleChanged(Locale) - Method in class de.caff.i18n.I18n
Tell all registered localizables of localization changes.
_getBundle(Locale) - Method in class de.caff.i18n.DefaultI18n
Get a ResourceBundle for a locale.
_getBundle(Locale) - Method in class de.caff.i18n.I18n
Get a ResourceBundle for a locale.
_getDefaultLocale() - Method in class de.caff.i18n.DefaultI18n
Get the locale to be used as a default for the application.
_getDefaultLocale() - Method in class de.caff.i18n.I18n
Get the locale to be used as a default for the application.
_getFallbackBundle() - Method in class de.caff.i18n.DefaultI18n
Get the fallback resource bundle.
_getFallbackBundle() - Method in class de.caff.i18n.I18n
Get the fallback resource bundle.
_removeLocalizationChangeListener(Localizable) - Method in class de.caff.i18n.DefaultI18n
Remove a listener for localization changes.
_removeLocalizationChangeListener(Localizable) - Method in class de.caff.i18n.I18n
Remove a listener for localization changes.
_setDefaultLocale(Locale) - Method in class de.caff.i18n.DefaultI18n
Set the locale to be used as a default for the application.
_setDefaultLocale(Locale) - Method in class de.caff.i18n.I18n
Set the locale to be used as a default for the application.
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 _