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

U

unescape(Appendable, CharSequence) - Method in class org.tquadrat.foundation.util.internal.Entities
Unescapes the escaped entities in the String passed and writes the result to the Appendable passed.
unescape(CharSequence) - Method in class org.tquadrat.foundation.util.internal.Entities
Unescapes the entities in a String.
unescapeHTML(Appendable, CharSequence) - Static method in class org.tquadrat.foundation.util.StringUtils
Unescapes a string containing entity escapes to a string containing the actual Unicode characters corresponding to the escapes and writes it to the given Appendable.
unescapeHTML(CharSequence) - Static method in class org.tquadrat.foundation.util.StringUtils
Unescapes a string containing entity escapes to a string containing the actual Unicode characters corresponding to the escapes.
unescapeUnicode(CharSequence) - Static method in class org.tquadrat.foundation.util.CharSetUtils
Parses Strings in the format "\uXXXX", containing the textual representation of a single Unicode character, to the respective Unicode character.
unescapeXML(Appendable, CharSequence) - Static method in class org.tquadrat.foundation.util.StringUtils
Unescapes an XML String containing XML entity escapes to a String containing the actual Unicode characters corresponding to the escapes and writes it to the given Appendable.
unescapeXML(CharSequence) - Static method in class org.tquadrat.foundation.util.StringUtils
Unescapes an XML string containing XML entity escapes to a string containing the actual Unicode characters corresponding to the escapes.
UniqueIdUtils - Class in org.tquadrat.foundation.util
This static class provides some utility methods that are helpful when working with unique ids.
UniqueIdUtils() - Constructor for class org.tquadrat.foundation.util.UniqueIdUtils
No instance of this class is allowed!
UniqueIdUtils.HashType - Enum Class in org.tquadrat.foundation.util
Two different hash types are used for name-based UUIDs.
UNIX - Enum constant in enum class org.tquadrat.foundation.util.SystemUtils.OperatingSystem
The operating system is UNIX/Linux.
UNKNOWN - Enum constant in enum class org.tquadrat.foundation.util.SystemUtils.OperatingSystem
The current operating system is unknown to this library.
unmodifiableRangeMap(RangeMapImpl<? extends T>) - Static method in class org.tquadrat.foundation.util.internal.RangeMapImpl
Returns an immutable copy of the given RangeMapImpl.
URIStringConverter - Class in org.tquadrat.foundation.util.stringconverter
An implementation of StringConverter for URI values.

The method URIStringConverter.fromString(CharSequence) will use the constructor URI(String) to create a URI instance from the given value.
URIStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.URIStringConverter
Creates a new instance of URIStringConverter.
urlDecode(CharSequence) - Static method in class org.tquadrat.foundation.util.StringUtils
Returns the given URL encoded String in its decoded form, using the UTF-8 character encoding.

Internally, this method and StringUtils.urlEncode(CharSequence) make use of the methods from URLDecoder and URLEncoder, respectively.
urlEncode(CharSequence) - Static method in class org.tquadrat.foundation.util.StringUtils
Returns the given String in its URL encoded form, using the UTF-8 character encoding.
URLStringConverter - Class in org.tquadrat.foundation.util.stringconverter
An implementation of StringConverter for URL values.
URLStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.URLStringConverter
Creates a new instance of URLStringConverter.
use(boolean, Supplier<? extends List<E>>) - Static method in interface org.tquadrat.foundation.util.LazyList
Creates a new LazyList instance that uses the given supplier to initialise.
use(boolean, Supplier<? extends Map<K, V>>) - Static method in interface org.tquadrat.foundation.util.LazyMap
Creates a new LazyMap instance that uses the given supplier to initialise.
use(boolean, Supplier<? extends Set<E>>) - Static method in interface org.tquadrat.foundation.util.LazySet
Creates a new LazySet instance that uses the given supplier to initialise.
use(boolean, Supplier<? extends SortedMap<K, V>>) - Static method in interface org.tquadrat.foundation.util.LazySortedMap
Creates a new LazySortedMap instance that uses the given supplier to initialise.
use(Supplier<? extends List<E>>) - Static method in interface org.tquadrat.foundation.util.LazyList
Creates a new LazyList instance that uses the given supplier to create the internal map, but that supplier does not provide values on initialisation.
use(Supplier<? extends Map<K, V>>) - Static method in interface org.tquadrat.foundation.util.LazyMap
Creates a new LazyMap instance that uses the given supplier to create the internal map, but that supplier does not provide values on initialisation.
use(Supplier<? extends Set<E>>) - Static method in interface org.tquadrat.foundation.util.LazySet
Creates a new LazySet instance that uses the given supplier to create the internal map, but that supplier does not provide values on initialisation.
use(Supplier<? extends SortedMap<K, V>>) - Static method in interface org.tquadrat.foundation.util.LazySortedMap
Creates a new LazySortedMap instance that uses the given supplier to create the internal map, but that supplier will not populate the map with entries.
UUID_MAX - Static variable in class org.tquadrat.foundation.util.UniqueIdUtils
The max UUID.
UUID_NIL - Static variable in class org.tquadrat.foundation.util.UniqueIdUtils
The nil UUID.
UUID_Size - Static variable in class org.tquadrat.foundation.util.UniqueIdUtils
The character count for a UUID: 36.
uuidFromNumber(BigInteger) - Static method in class org.tquadrat.foundation.util.UniqueIdUtils
Creates a UUID from the given number (more precise, the given BigInteger).
uuidFromString(CharSequence) - Static method in class org.tquadrat.foundation.util.UniqueIdUtils
Creates a UUID from the string standard representation.
UUIDStringConverter - Class in org.tquadrat.foundation.util.stringconverter
An implementation of StringConverter for UUID values.
UUIDStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.UUIDStringConverter
Creates a new instance of UUIDStringConverter.
uuidToNumber(UUID) - Static method in class org.tquadrat.foundation.util.UniqueIdUtils
Returns a number (more precise, an instance of BigInteger) that represents the given 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