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

I

ifPresent(Consumer<? super List<E>>) - Method in class org.tquadrat.foundation.util.internal.LazyListImpl
If this LazyList instance has been initialised already, the provided Consumer will be executed; otherwise nothing happens.
ifPresent(Consumer<? super List<E>>) - Method in interface org.tquadrat.foundation.util.LazyList
If this LazyList instance has been initialised already, the provided Consumer will be executed; otherwise nothing happens.
ifPresent(Consumer<? super Map<K, V>>) - Method in class org.tquadrat.foundation.util.internal.LazyMapImpl
If this LazyMap instance has been initialised already, the provided Consumer will be executed; otherwise nothing happens.
ifPresent(Consumer<? super Map<K, V>>) - Method in interface org.tquadrat.foundation.util.LazyMap
If this LazyMap instance has been initialised already, the provided Consumer will be executed; otherwise nothing happens.
ifPresent(Consumer<? super Set<E>>) - Method in class org.tquadrat.foundation.util.internal.LazySetImpl
If this LazySet instance has been initialised already, the provided Consumer will be executed; otherwise nothing happens.
ifPresent(Consumer<? super Set<E>>) - Method in interface org.tquadrat.foundation.util.LazySet
If this LazySet instance has been initialised already, the provided Consumer will be executed; otherwise nothing happens.
indexOf(Object) - Method in class org.tquadrat.foundation.util.internal.LazyListImpl
InetAddressStringConverter - Class in org.tquadrat.foundation.util.stringconverter
The implementation of StringConverter for InetAddress values.

The method InetAddressStringConverter.fromString(CharSequence) will use InetAddress.getByName(String) to create a InetAddress instance from the given value; this means, that when a host name is given as an argument – instead of an IP4 or IP6 address String – an IllegalArgumentException is thrown when that host is unknown (cannot be resolved by DNS).
InetAddressStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.InetAddressStringConverter
Creates a new instance of InetAddressStringConverter.
init() - Method in class org.tquadrat.foundation.util.internal.LazyListImpl
Forces the initialisation of this LazyList instance.
init() - Method in class org.tquadrat.foundation.util.internal.LazyMapImpl
Forces the initialisation of this LazyMap instance.
init() - Method in class org.tquadrat.foundation.util.internal.LazySetImpl
Forces the initialisation of this LazySet instance.
init() - Method in interface org.tquadrat.foundation.util.LazyList
Forces the initialisation of this LazyList instance.
init() - Method in interface org.tquadrat.foundation.util.LazyMap
Forces the initialisation of this LazyMap instance.
init() - Method in interface org.tquadrat.foundation.util.LazySet
Forces the initialisation of this LazySet instance.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.BASE64StringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.BigDecimalStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.BigIntegerStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.BooleanStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.ByteArrayStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.ByteStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.CharacterStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.CharSequenceStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.CharsetStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.ClassStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.CurrencyStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.DateLongStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.DayOfWeekStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.DoubleStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.DurationStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.EncodedURLStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.FileStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.FloatStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.HashStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.InetAddressStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.InstantStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.IntegerStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.LocalDateStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.LocalDateTimeStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.LocaleStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.LocalTimeStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.LongStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.MonthDayStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.MonthStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.OffsetDateTimeStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.OffsetTimeStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.PathStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.PatternStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.PeriodStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.ShortStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.StringStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.TextStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.TimeUnitStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.TimeZoneStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.URIStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.URLStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.UUIDStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.YearMonthStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.YearStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.ZonedDateTimeStringConverter
An instance of this class.
INSTANCE - Static variable in class org.tquadrat.foundation.util.stringconverter.ZoneIdStringConverter
An instance of this class.
InstantStringConverter - Class in org.tquadrat.foundation.util.stringconverter
The implementation of TimeDateStringConverter for Instant.
InstantStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.InstantStringConverter
Creates a new InstantStringConverter instance.
InstantStringConverter(DateTimeFormatter) - Constructor for class org.tquadrat.foundation.util.stringconverter.InstantStringConverter
Creates a new InstantStringConverter instance that uses the given formatter for the conversion back and forth.
IntegerStringConverter - Class in org.tquadrat.foundation.util.stringconverter
The implementation of NumberStringConverter Integer.
IntegerStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.IntegerStringConverter
Creates a new instance of IntegerStringConverter.
internalForEachReverse(Consumer<? super T>) - Method in class org.tquadrat.foundation.util.internal.HeadTailListImpl
This is the implementation of HeadTailListImpl.forEachReverse(Consumer); splitting this into two methods spares the null-check on each invocation.
IOUtils - Class in org.tquadrat.foundation.util
Some I/O, file, file system and network related helper and convenience methods.
IOUtils() - Constructor for class org.tquadrat.foundation.util.IOUtils
No instance allowed for this class.
IOUtils.NullAppendable - Class in org.tquadrat.foundation.util
This implementation of an Appendable just swallows any data that is written to it, like the /dev/null device of a Unix or Linux machine, or NUL: on Windows.
IOUtils.PosixPermissions - Class in org.tquadrat.foundation.util
The default file attributes.
isAbove(char, char) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is above floor.
isAbove(double, double) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is above floor.
isAbove(long, long) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is above floor.
isAbove(Comparable<T>, T) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is above floor.
isAbove(Comparable<T>, T, boolean) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is above floor.
isAbove(Comparator<T>, T, T) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is above floor.
isAbove(Comparator<T>, T, T, boolean) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is above floor.
isAddMethod(Element) - Static method in class org.tquadrat.foundation.util.JavaUtils
Checks if the given element is an 'add' method or not.
isASCIICharacter(char) - Static method in class org.tquadrat.foundation.util.CharSetUtils
Returns true if the given character is an ASCII character.
isASCIICharacter(int) - Static method in class org.tquadrat.foundation.util.CharSetUtils
Returns true if the given code point represents an ASCII character.
isAssertionOn() - Static method in class org.tquadrat.foundation.util.JavaUtils
Checks whether JDK assertion is currently activated, meaning that the program was started with the command line flags -ea or -enableassertions.
isBelow(char, char) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is below ceiling.
isBelow(double, double) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is below ceiling.
isBelow(long, long) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is below ceiling.
isBelow(Comparable<T>, T) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is below ceiling.
isBelow(Comparable<T>, T, boolean) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is below ceiling.
isBelow(Comparator<T>, T, T) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is below ceiling.
isBelow(Comparator<T>, T, T, boolean) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is below ceiling.
isBetween(char, char, char) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is between floor and ceiling.
isBetween(char, char, char, boolean) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is between floor and ceiling.
isBetween(double, double, double) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is between floor and ceiling.
isBetween(double, double, double, boolean) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is between floor and ceiling.
isBetween(long, long, long) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is between floor and ceiling.
isBetween(long, long, long, boolean) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is between floor and ceiling.
isBetween(Comparable<T>, T, T) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is between floor and ceiling.
isBetween(Comparable<T>, T, T, boolean) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is between floor and ceiling.
isBetween(Comparator<T>, T, T, T) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is between floor and ceiling.
isBetween(Comparator<T>, T, T, T, boolean) - Static method in class org.tquadrat.foundation.util.RangeFunctions
Returns true if value is between floor and ceiling.
isComparableIn(Comparable<? super T>, T...) - Static method in class org.tquadrat.foundation.util.ArrayUtils
This method checks if the array of objects that is provided as the second parameter contains an object that is equal to that one provided as the first parameter.
isEmpty() - Method in interface org.tquadrat.foundation.util.HeadTailList
Checks whether the list is empty.
isEmpty() - Method in class org.tquadrat.foundation.util.internal.HeadTailListImpl
Checks whether the list is empty.
isEmpty() - Method in class org.tquadrat.foundation.util.internal.LazyListImpl
isEmpty() - Method in class org.tquadrat.foundation.util.internal.LazyMapImpl
isEmpty() - Method in class org.tquadrat.foundation.util.internal.LazySetImpl
isEmpty() - Method in class org.tquadrat.foundation.util.internal.RangeMapImpl
Returns true if the range map is empty.
isEmpty() - Method in interface org.tquadrat.foundation.util.RangeMap
Returns true if the range map is empty.
isEmpty() - Method in class org.tquadrat.foundation.util.Stack
Tests if the stack is empty.
isEmpty(CharSequence) - Static method in class org.tquadrat.foundation.util.StringUtils
Tests if the given String is null or the empty String.
isEmptyOrBlank(CharSequence) - Static method in class org.tquadrat.foundation.util.StringUtils
Tests if the given String is null, the empty String, or just containing whitespace.
isEqualIn(T, T...) - Static method in class org.tquadrat.foundation.util.ArrayUtils
This method checks if the array of objects that is provided as the second parameter contains an object that is equal to that one provided as the first parameter.
isEquals(Method) - Static method in class org.tquadrat.foundation.util.JavaUtils
Checks if the given method is the method equals() as defined by the class Object.
isGetter(Method) - Static method in class org.tquadrat.foundation.util.JavaUtils
Checks whether the given method is a getter method or not.
isGetter(Element) - Static method in class org.tquadrat.foundation.util.JavaUtils
Checks whether the given element is a getter method or not.
isHashCode(Method) - Static method in class org.tquadrat.foundation.util.JavaUtils
Checks if the given method is the method hashCode() as defined by the class Object.
isIn(byte, byte...) - Static method in class org.tquadrat.foundation.util.ArrayUtils
This method checks if the given value is at least once in the list that is provided as the second parameter.
isIn(char, char...) - Static method in class org.tquadrat.foundation.util.ArrayUtils
This method checks if the given value is at least once in the list that is provided as the second parameter.
isIn(double, double...) - Static method in class org.tquadrat.foundation.util.ArrayUtils
This method checks if the given value is at least once in the list that is provided as the second parameter.
isIn(float, float...) - Static method in class org.tquadrat.foundation.util.ArrayUtils
This method checks if the given value is at least once in the list that is provided as the second parameter.
isIn(int, int...) - Static method in class org.tquadrat.foundation.util.ArrayUtils
This method checks if the given value is at least once in the list that is provided as the second parameter.
isIn(long, long...) - Static method in class org.tquadrat.foundation.util.ArrayUtils
This method checks if the given value is at least once in the list that is provided as the second parameter.
isIn(short, short...) - Static method in class org.tquadrat.foundation.util.ArrayUtils
This method checks if the given value is at least once in the list that is provided as the second parameter.
isIn(T, T...) - Static method in class org.tquadrat.foundation.util.ArrayUtils
This method checks if the given object is in the list of objects that is provided as the second parameter.
isMain(Method) - Static method in class org.tquadrat.foundation.util.JavaUtils
Checks if the given method is a main() method or not.
isNotEmpty(CharSequence) - Static method in class org.tquadrat.foundation.util.StringUtils
Tests if the given String is not null and not the empty String.
isNotEmptyOrBlank(CharSequence) - Static method in class org.tquadrat.foundation.util.StringUtils
Tests if the given String is not null, not the empty String, and that it contains other characters than just whitespace.
isPresent() - Method in class org.tquadrat.foundation.util.internal.LazyListImpl
Checks whether this LazyList instance has been initialised already.
isPresent() - Method in class org.tquadrat.foundation.util.internal.LazyMapImpl
Checks whether this LazyMap instance has been initialised already.
isPresent() - Method in class org.tquadrat.foundation.util.internal.LazySetImpl
Checks whether this LazySet instance has been initialised already.
isPresent() - Method in interface org.tquadrat.foundation.util.LazyList
Checks whether this LazyList instance has been initialised already.
isPresent() - Method in interface org.tquadrat.foundation.util.LazyMap
Checks whether this LazyMap instance has been initialised already.
isPresent() - Method in interface org.tquadrat.foundation.util.LazySet
Checks whether this LazySet instance has been initialised already.
isPrintableASCIICharacter(char) - Static method in class org.tquadrat.foundation.util.CharSetUtils
Returns true if the given character is a printable ASCII character.
isPrintableASCIICharacter(int) - Static method in class org.tquadrat.foundation.util.CharSetUtils
Returns true if the given code point represents a printable ASCII character.
isSetter(Method) - Static method in class org.tquadrat.foundation.util.JavaUtils
Checks if the given method is a setter method or not.
isSetter(Element) - Static method in class org.tquadrat.foundation.util.JavaUtils
Checks if the given element is a setter method or not.
isToString(Method) - Static method in class org.tquadrat.foundation.util.JavaUtils
Checks if the given method is the method toString() as defined by the class Object.
isValidName(CharSequence) - Static method in class org.tquadrat.foundation.util.JavaUtils
Checks whether the given String is a valid Java name.

This method will return true for restricted keywords, but not for var.
isValidVariableName(CharSequence) - Static method in class org.tquadrat.foundation.util.Template
Test whether the given String is a valid variable name.
isVariable(CharSequence) - Static method in class org.tquadrat.foundation.util.Template
Checks whether the given String is a variable in the form ${<name>}, according to the pattern provided in Template.VARIABLE_PATTERN.
iterator() - Method in interface org.tquadrat.foundation.util.HeadTailList
iterator() - Method in class org.tquadrat.foundation.util.internal.HeadTailListImpl
iterator() - Method in class org.tquadrat.foundation.util.internal.LazyListImpl
iterator() - Method in class org.tquadrat.foundation.util.internal.LazySetImpl
IteratorImpl(HeadTailList<T>) - Constructor for class org.tquadrat.foundation.util.internal.HeadTailListImpl.IteratorImpl
Creates a new IteratorImpl instance.
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