Uses of Package
org.tquadrat.foundation.util
Packages that use org.tquadrat.foundation.util
Package
Description
The utility classes provided for the Foundation
library.
Internal utility classes for the util module of the Foundation library plus
the implementations for the exported components.
This package provides classes that allow to convert certain
object instances into String and vice versa.
-
Classes in org.tquadrat.foundation.util used by org.tquadrat.foundation.utilClassDescriptionAn implementation of
Semaphore
that allows to be used withtry-with-resources
.The Decoder for Crockfords's Base 32 format.The Encoder for Crockfords's Base 32 format.Implementations of this interface provides the sort order key from the given instance of the type.The definition for a wrapper around hash values of any kind.AHeadTailList
is an unmodifiable list data structureThe interface for aList
that will be initialised only when required.The interface for aMap
that will be initialised only when required.The interface for aSet
that will be initialised only when required.The interface for aSortedMap
that will be initialised only when required.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
.A stand-alone implementation for stack, without the ballast from the Collections framework.The stack entries.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)
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.Two different hash types are used for name-based UUIDs. -
Classes in org.tquadrat.foundation.util used by org.tquadrat.foundation.util.internalClassDescriptionAn implementation of
Semaphore
that allows to be used withtry-with-resources
.Implementations of this interface provides the sort order key from the given instance of the type.The definition for a wrapper around hash values of any kind.AHeadTailList
is an unmodifiable list data structureThe interface for aList
that will be initialised only when required.The interface for aMap
that will be initialised only when required.The interface for aSet
that will be initialised only when required.The interface for aSortedMap
that will be initialised only when required.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
. -
Classes in org.tquadrat.foundation.util used by org.tquadrat.foundation.util.stringconverter