Index

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 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A Link icon

abbreviate(CharSequence, int) - Static method in class org.tquadrat.foundation.util.StringUtils
Abbreviates a String using ellipses (Unicode HORIZONTAL ELLIPSIS, 0x2026).
abbreviate(CharSequence, int, int) - Static method in class org.tquadrat.foundation.util.StringUtils
Abbreviates a String using ellipses (Unicode HORIZONTAL ELLIPSIS, 0x2026).
abbreviateMiddle(CharSequence, int) - Static method in class org.tquadrat.foundation.util.StringUtils
Abbreviates a String using ellipses (Unicode HORIZONTAL ELLIPSIS, 0x2026) in the middle of the returned text.
acquireToken() - Method in interface org.tquadrat.foundation.util.AutoSemaphore
Acquires a permit from this semaphore, blocking until one is available, or the thread is interrupted, and returns a token object that is used for try-with-resources.
acquireToken(int) - Method in interface org.tquadrat.foundation.util.AutoSemaphore
Acquires the given number of permits from this semaphore, blocking until all are available, or the thread is interrupted, and returns a token object that is used for try-with-resources.
acquireToken(int) - Method in class org.tquadrat.foundation.util.internal.AutoSemaphoreImpl
Acquires the given number of permits from this semaphore, blocking until all are available, or the thread is interrupted, and returns a token object that is used for try-with-resources.
acquireToken(int) - Method in class org.tquadrat.foundation.util.internal.TimeoutSemaphoreImpl
Acquires the given number of permits from this semaphore, blocking until all are available, or the thread is interrupted, and returns a token object that is used for try-with-resources.
acquireTokenUninterruptibly() - Method in interface org.tquadrat.foundation.util.AutoSemaphore
Acquires a permit from this semaphore, blocking until one is available, and returns a token object that is used for try-with-resources.
acquireTokenUninterruptibly(int) - Method in interface org.tquadrat.foundation.util.AutoSemaphore
Acquires the given number of permits from this semaphore, blocking until all are available, and returns a token object that is used for try-with-resources.
acquireTokenUninterruptibly(int) - Method in class org.tquadrat.foundation.util.internal.AutoSemaphoreImpl
Acquires the given number of permits from this semaphore, blocking until all are available, and returns a token object that is used for try-with-resources.
acquireTokenUninterruptibly(int) - Method in class org.tquadrat.foundation.util.internal.TimeoutSemaphoreImpl
Acquires the given number of permits from this semaphore, blocking until all are available, and returns a token object that is used for try-with-resources.
add(int, E) - Method in class org.tquadrat.foundation.util.internal.LazyListImpl
add(E) - Method in class org.tquadrat.foundation.util.internal.LazyListImpl
add(E) - Method in class org.tquadrat.foundation.util.internal.LazySetImpl
add(String, Integer) - Method in interface org.tquadrat.foundation.util.internal.Entities.EntityMap
Adds an entry to this entity map.

If the value is negative, only the name to value relation will be stored.
add(String, Integer) - Method in class org.tquadrat.foundation.util.internal.Entities.PrimitiveEntityMap
Adds an entry to this entity map.

If the value is negative, only the name to value relation will be stored.
add(T) - Method in interface org.tquadrat.foundation.util.HeadTailList
Returns a new list with the given element as the head, and this list as the tail.
add(T) - Method in class org.tquadrat.foundation.util.internal.HeadTailListImpl
Returns a new list with the given element as the head, and this list as the tail.
addAll(int, Collection<? extends E>) - Method in class org.tquadrat.foundation.util.internal.LazyListImpl
addAll(Collection<? extends E>) - Method in class org.tquadrat.foundation.util.internal.LazyListImpl
addAll(Collection<? extends E>) - Method in class org.tquadrat.foundation.util.internal.LazySetImpl
ADDITIONAL_XML_ENTITIES - Static variable in class org.tquadrat.foundation.util.internal.Entities
The name for the resource file that holds the additional XML entities: "apos_entities.data".
addRange(double, T) - Method in class org.tquadrat.foundation.util.internal.FinalRangeMap
This method will always throw an UnsupportedOperationException.
addRange(double, T) - Method in class org.tquadrat.foundation.util.internal.RangeMapImpl
Adds a range.
addRange(double, T) - Method in interface org.tquadrat.foundation.util.RangeMap
Adds a range.
adjustTemplate(String) - Method in class org.tquadrat.foundation.util.Template
The mount point for template manipulations in derived classes.
ALPHABET_LOWERCASE - Static variable in class org.tquadrat.foundation.util.Base32
The lowercase symbols for the Base 32 alphabet.
ALPHABET_UPPERCASE - Static variable in class org.tquadrat.foundation.util.Base32
The uppercase symbols for the Base 32 alphabet.
ALPHABET_VALUES - Static variable in class org.tquadrat.foundation.util.Base32
The symbol values.
append(char) - Method in class org.tquadrat.foundation.util.IOUtils.NullAppendable
Appends the specified character to this Appendable; in fact, it does nothing.
append(CharSequence) - Method in class org.tquadrat.foundation.util.IOUtils.NullAppendable
Appends the specified character sequence to this Appendable.
append(CharSequence, int, int) - Method in class org.tquadrat.foundation.util.IOUtils.NullAppendable
Appends a subsequence of the specified character sequence to this Appendable.
append(Collection<T>) - Method in interface org.tquadrat.foundation.util.HeadTailList
Returns a new list where the given list is appended to the end of this list.
append(HeadTailList<T>) - Method in interface org.tquadrat.foundation.util.HeadTailList
Returns a new list where the given list is appended to the end of this list.
ArrayUtils - Class in org.tquadrat.foundation.util
This class provides some utility functions that extends Arrays to some extent.
ArrayUtils() - Constructor for class org.tquadrat.foundation.util.ArrayUtils
Prevent the creation of any object of this class.
AutoSemaphore - Interface in org.tquadrat.foundation.util
An implementation of Semaphore that allows to be used with try-with-resources.
AutoSemaphoreImpl - Class in org.tquadrat.foundation.util.internal
The implementation of AutoSemaphore.
AutoSemaphoreImpl(int) - Constructor for class org.tquadrat.foundation.util.internal.AutoSemaphoreImpl
Creates an AutoSemaphoreImpl instance with the given number of permits and non-fair fairness setting.
AutoSemaphoreImpl(int, boolean) - Constructor for class org.tquadrat.foundation.util.internal.AutoSemaphoreImpl
Creates an AutoSemaphoreImpl instance with the given number of permits and the given fairness setting.
AutoSemaphoreImpl.Token - Class in org.tquadrat.foundation.util.internal
The token that holds the permits to be released when a try-with-resources block is left.
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 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form