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

F

FileStringConverter - Class in org.tquadrat.foundation.util.stringconverter
An implementation of StringConverter for File values.

The file or folder that will be identified by the respective File object do not need to exist nor is it guaranteed that it can be accessed or create through the current user.

File names will not be normalised or canonicalized.

A file name of only blanks will be accepted as valid, while the empty String will cause an IllegalArgumentException.
FileStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.FileStringConverter
Creates a new instance of FileStringConverter.
FinalRangeMap<T> - Class in org.tquadrat.foundation.util.internal
An implementation of RangeMap that does not allow changes.
FinalRangeMap(RangeMapImpl<? extends T>) - Constructor for class org.tquadrat.foundation.util.internal.FinalRangeMap
Creates a new FinalRangeMap instance from the given instance of RangeMap.
findCaller(int) - Static method in class org.tquadrat.foundation.util.JavaUtils
This method will find the caller for the method that calls this one and returns the appropriate stack trace element.
findCaller(String, Class<?>) - Static method in class org.tquadrat.foundation.util.JavaUtils
This method will find the caller for the method that is identified by its name and class, and returns the appropriate stack trace element.
findMainClass() - Static method in class org.tquadrat.foundation.util.JavaUtils
Tries to identify the class with the main() method that started the application.
findVariables() - Method in class org.tquadrat.foundation.util.Template
Collects all the variables of the form ${<name>} in the adjusted template.
findVariables(CharSequence) - Static method in class org.tquadrat.foundation.util.Template
Collects all the variables of the form ${<name>} in the given String.
firstKey() - Method in class org.tquadrat.foundation.util.internal.LazySortedMapImpl
FloatStringConverter - Class in org.tquadrat.foundation.util.stringconverter
The implementation of NumberStringConverter for float and Float.

The float literals are expected in the format as they are emitted by Float.toString(float); in particular, it expects decimal points instead of decimal commas for each locale.
FloatStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.FloatStringConverter
Creates a new instance of FloatStringConverter.
forEach(Consumer<? super E>) - Method in class org.tquadrat.foundation.util.internal.LazyListImpl
forEach(Consumer<? super E>) - Method in class org.tquadrat.foundation.util.internal.LazySetImpl
forEachReverse(Consumer<? super T>) - Method in interface org.tquadrat.foundation.util.HeadTailList
Does the same as Iterable.forEach(Consumer), but starting with last element first.
forEachReverse(Consumer<? super T>) - Method in class org.tquadrat.foundation.util.internal.HeadTailListImpl
Does the same as Iterable.forEach(Consumer), but starting with last element first.
formatCodePoint(int) - Static method in class org.tquadrat.foundation.util.internal.Entities
Converts a code point into the numerical HTML escape format.
formatNodeIdAsMAC(long) - Static method in class org.tquadrat.foundation.util.SystemUtils
Formats the given node id as a MAC address string.
formatResult(String) - Method in class org.tquadrat.foundation.util.Template
Mountpoint for the formatting of the result after the variables have been replaced.
from(byte[]) - Static method in interface org.tquadrat.foundation.util.Hash
Creates an instance of Hash from the given byte array.
from(E...) - Static method in interface org.tquadrat.foundation.util.HeadTailList
Creates a new list from the given elements.
from(CharSequence) - Static method in interface org.tquadrat.foundation.util.Hash
Creates an instance of Hash from the given String.
from(CharSequence) - Static method in class org.tquadrat.foundation.util.internal.HashImpl
Creates an instance of Hash from the given String.
from(Collection<E>) - Static method in interface org.tquadrat.foundation.util.HeadTailList
Creates a new list from the given Collection.
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.BASE64StringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.BooleanStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.ByteArrayStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.CharacterStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.CharSequenceStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.CharsetStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.ClassStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.CurrencyStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.DateLongStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.DurationStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.EncodedURLStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.FileStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.HashStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.InetAddressStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.ListStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.LocaleStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.NumberStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.PathStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.PatternStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.PeriodStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.StringStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.TextStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.TimeDateStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.TimeZoneStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.URIStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.URLStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.UUIDStringConverter
fromString(CharSequence) - Method in class org.tquadrat.foundation.util.stringconverter.ZoneIdStringConverter
fromString(CharSequence, Charset) - Method in class org.tquadrat.foundation.util.stringconverter.EncodedURLStringConverter
Converts the given String that contains a valid application/x-www-form-url encoded URL into an instance of URL, using the provided character encoding.
fromXMLId(CharSequence) - Static method in class org.tquadrat.foundation.util.UniqueIdUtils
Converts an XML safe id that was created through UniqueIdUtils.toXMLId(UUID) back to a UUID.
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