Module org.tquadrat.foundation.util
Package org.tquadrat.foundation.util
The utility classes provided for the Foundation library.
Unless otherwise stated, null
argument values will cause
methods and constructors of all classes in this package to throw an
Exception
,
usually a
NullArgumentException
,
but in some rare cases, it could be also a
NullPointerException
.
-
ClassDescriptionThis class provides some utility functions that extends
Arrays
to some extent.An implementation ofSemaphore
that allows to be used withtry-with-resources
.This class provides an Encoder and a Decoder for Crockfords's Base 32 format.The Decoder for Crockfords's Base 32 format.The Encoder for Crockfords's Base 32 format.This class provides several utilities dealing with Strings in different character sets/encodings.This class provides factory methods for a bunch of different implementations ofComparator
.Implementations of this interface provides the sort order key from the given instance of the type.Additional helpers for the work with date/time values.The definition for a wrapper around hash values of any kind.HeadTailList<T>AHeadTailList
is an unmodifiable list data structureA set of utility methods that are useful for the conversion of byte arrays to and from strings of hexadecimal digits.Some I/O, file, file system and network related helper and convenience methods.This implementation of anAppendable
just swallows any data that is written to it, like the/dev/null
device of a Unix or Linux machine, orNUL:
on Windows.The default file attributes.This class provides a bunch of helper methods that deal with the Java language itself and some related areas.LazyList<E>The interface for aList
that will be initialised only when required.LazyMap<K,V> The interface for aMap
that will be initialised only when required.LazySet<E>The interface for aSet
that will be initialised only when required.LazySortedMap<K,V> The interface for aSortedMap
that will be initialised only when required.Several range checking functions.RangeMap<T>A range map is used to map a value to a given numerical range.
The lower border of the lowest range is always-Double.MAX_VALUE
.This class provides some utility functions that are helpful in the security arena.Stack<T>A stand-alone implementation for stack, without the ballast from the Collections framework.Library of utility methods that are useful when dealing with Strings.The clipping mode that is used for the methodStringUtils.pad(CharSequence,int,char,Padding,Clipping)
The padding mode that is used for the methodsStringUtils.pad(CharSequence,int,char,Padding,boolean)
andStringUtils.pad(CharSequence,int,char,Padding,Clipping)
This class provides some system related helper and convenience methods.The operating system families that are supported (or not) by Java.
Currently, we can distinguish only between Microsoft Windows, UNIX/Linux and MacOX/OS-X.An instance of this class is basically a wrapper around a String that contains placeholders ("Variables") in the form${<name>}
, where <name is the variable name.This static class provides some utility methods that are helpful when working with unique ids.Two different hash types are used for name-based UUIDs.