Index

A B C D E F G H I L M N O P R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

C

CDATA_LEADIN - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The lead-in for a CDATA wrapped String: "<![CDATA["
CDATA_LEADOUT - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The lead-out for a CDATA wrapped String: "]]>"
CHAR_ELLIPSIS - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The horizontal ellipsis: … (&hellip;/&#8230;/&#x2026;/…).
CHAR_HYPHEN - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The hyphen character (&#8208;/&#x2010;/‐/HYPHEN).

This is different from the character '-' (HYPHEN-MINUS), although it looks similar.
CHAR_NBSP - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The non-breaking space character (&#x00A0;/ ).
CHAR_NNBSP - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The small non-breaking space character (&#x202F;/ ).
CHAR_ZWNBSP - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The zero-width non-breaking space character; in fact, the 'word joiner' character that should be used instead of the original character.
characteristics() - Method in class org.tquadrat.foundation.stream.internal.AggregatingSpliterator
characteristics() - Method in class org.tquadrat.foundation.stream.internal.InterleavingSpliterator
characteristics() - Method in class org.tquadrat.foundation.stream.internal.MergingSpliterator
characteristics() - Method in class org.tquadrat.foundation.stream.internal.SkipUntilSpliterator
characteristics() - Method in class org.tquadrat.foundation.stream.internal.TakeWhileSpliterator
characteristics() - Method in class org.tquadrat.foundation.stream.internal.UnfoldSpliterator
characteristics() - Method in class org.tquadrat.foundation.stream.internal.ZippingSpliterator
CharSequenceTooLongException - Exception Class in org.tquadrat.foundation.exception
This is a specialized implementation for the IllegalArgumentException that should be used instead of the latter in cases where a CharSequence provided as a method argument is too long according to some external constraints, like the column definition of a database.
CharSequenceTooLongException(int) - Constructor for exception class org.tquadrat.foundation.exception.CharSequenceTooLongException
Creates a new instance of CharSequenceTooLongException.
CharSequenceTooLongException(String, int) - Constructor for exception class org.tquadrat.foundation.exception.CharSequenceTooLongException
Creates a new instance of CharSequenceTooLongException.
CheckedExceptionWrapper - Exception Class in org.tquadrat.foundation.exception
A generic wrapper for checked exceptions.
CheckedExceptionWrapper(Exception) - Constructor for exception class org.tquadrat.foundation.exception.CheckedExceptionWrapper
Creates a new CheckedExceptionWrapper instance for the given exception.
checkFromIndexSize(int, int, int) - Static method in class org.tquadrat.foundation.lang.Objects
Checks if the sub-range from fromIndex (inclusive) to fromIndex + size (exclusive) is within the bounds of range from 0 (inclusive) to length (exclusive).
checkFromToIndex(int, int, int) - Static method in class org.tquadrat.foundation.lang.Objects
Checks if the sub-range from fromIndex (inclusive) to toIndex (exclusive) is within the bounds of range from 0 (inclusive) to length (exclusive).
checkIfExpected(Class<? extends Exception>...) - Method in exception class org.tquadrat.foundation.exception.LambdaContainerException
Checks whether the contained Exception is somehow expected.
checkIfExpected(Collection<Class<? extends Exception>>) - Method in exception class org.tquadrat.foundation.exception.LambdaContainerException
Checks whether the contained Exception is somehow expected.
checkIfExpected(Stream<Class<? extends Exception>>) - Method in exception class org.tquadrat.foundation.exception.LambdaContainerException
Checks whether the contained Exception is somehow expected.
checkIndex(int, int) - Static method in class org.tquadrat.foundation.lang.Objects
Checks if the index is within the bounds of the range from 0 (inclusive) to length (exclusive).
checkLength(int) - Static method in exception class org.tquadrat.foundation.exception.CharSequenceTooLongException
Checks the given value.
checkState(boolean, Supplier<E>) - Static method in class org.tquadrat.foundation.lang.Objects
Throws the exception provided by the given supplier if the condition resolves to false.
CLASS_STRINGER - Static variable in interface org.tquadrat.foundation.lang.Stringer
An implementation of Stringer for instances of Class.
ClassVersion - Annotation Interface in org.tquadrat.foundation.annotation
This annotation will be used to provide version information for each class in a project.
close() - Method in interface org.tquadrat.foundation.lang.AutoLock
close() - Method in class org.tquadrat.foundation.lang.internal.AutoLockImpl
close() - Method in class org.tquadrat.foundation.stream.internal.DefaultMapStream
close() - Method in class org.tquadrat.foundation.stream.StreamAdapter
collect() - Method in interface org.tquadrat.foundation.stream.MapStream
Returns a Map from the stream.
collect(BinaryOperator<V>) - Method in interface org.tquadrat.foundation.stream.MapStream
Returns a Map from the stream.
collect(Supplier<R>, BiConsumer<R, ? super Map.Entry<K, V>>, BiConsumer<R, R>) - Method in class org.tquadrat.foundation.stream.internal.DefaultMapStream
collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in class org.tquadrat.foundation.stream.StreamAdapter
collect(Collector<? super Map.Entry<K, V>, A, R>) - Method in class org.tquadrat.foundation.stream.internal.DefaultMapStream
collect(Collector<? super T, A, R>) - Method in class org.tquadrat.foundation.stream.StreamAdapter
comment() - Element in annotation interface org.tquadrat.foundation.annotation.BUG
An optional comment regarding the bug fix.
CommonConstants - Class in org.tquadrat.foundation.lang
This class provides a bunch of commonly used constants.
CommonConstants() - Constructor for class org.tquadrat.foundation.lang.CommonConstants
No instance of this class is allowed.
compare(T, T, Comparator<? super T>) - Static method in class org.tquadrat.foundation.lang.Objects
Returns 0 if the arguments are identical and comparator.compare(a, b) otherwise.
Constraint - Interface in org.tquadrat.foundation.lang
A functional interface whose Constraint.evaluate() method return a boolean and can throw an Exception in case of an error
count() - Method in class org.tquadrat.foundation.stream.internal.DefaultMapStream
count() - Method in class org.tquadrat.foundation.stream.StreamAdapter
CR - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The line terminator as defined by the underlying operating system.
createReference() - Method in class org.tquadrat.foundation.lang.internal.SoftLazyImpl
Creates the reference to the data.
A B C D E F G H I L M N O P R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form