Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- Base32 - Class in org.tquadrat.foundation.util
-
This class provides an Encoder and a Decoder for Crockfords's Base 32 format.
- Base32() - Constructor for class org.tquadrat.foundation.util.Base32
-
No instance allowed for this class.
- Base32.Decoder - Class in org.tquadrat.foundation.util
-
The Decoder for Crockfords's Base 32 format.
- Base32.Encoder - Class in org.tquadrat.foundation.util
-
The Encoder for Crockfords's Base 32 format.
- BASE64StringConverter - Class in org.tquadrat.foundation.util.stringconverter
-
The implementation of
StringConverter
forString
values in BASE64 format. - BASE64StringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.BASE64StringConverter
-
Creates a new instance of
BASE64StringConverter
. - BASIC - Static variable in class org.tquadrat.foundation.util.internal.Entities
-
The set of basic entities.
- BASIC_ENTITIES - Static variable in class org.tquadrat.foundation.util.internal.Entities
-
The name for the resource file that holds the basic entities that are common for both XML and HTML: "basic_entities.data".
- BigDecimalStringConverter - Class in org.tquadrat.foundation.util.stringconverter
-
The implementation of
NumberStringConverter
BigDecimal
. - BigDecimalStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.BigDecimalStringConverter
-
Creates a new instance of
BigDecimalStringConverter
. - BigIntegerStringConverter - Class in org.tquadrat.foundation.util.stringconverter
-
The implementation of
NumberStringConverter
BigInteger
. - BigIntegerStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.BigIntegerStringConverter
-
Creates a new instance of
BigIntegerStringConverter
. - BIT_MASK - Static variable in class org.tquadrat.foundation.util.UniqueIdUtils
-
The bit mask used for the conversion from and to a number.
- BooleanStringConverter - Class in org.tquadrat.foundation.util.stringconverter
-
An implementation of
StringConverter
forboolean
andBoolean
values.
The methodBooleanStringConverter.fromString(CharSequence)
will accept the String "true", irrespective of case, for the valuetrue
, and any other String forfalse
(including the empty String!) - BooleanStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.BooleanStringConverter
-
Creates a new instance of
BooleanStringConverter
. - breakString(CharSequence, int) - Static method in class org.tquadrat.foundation.util.StringUtils
-
Breaks a long string into chunks of the given length.
- breakText(CharSequence, int) - Static method in class org.tquadrat.foundation.util.StringUtils
-
Breaks a text into lines of the given length, but different from
StringUtils.breakString(CharSequence, int)
, it will honour whitespace. - ByteArrayStringConverter - Class in org.tquadrat.foundation.util.stringconverter
-
The implementation of
StringConverter
forbyte
arrays. - ByteArrayStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.ByteArrayStringConverter
-
Creates a new instance of
ByteArrayStringConverter
. - bytes() - Method in interface org.tquadrat.foundation.util.Hash
-
Returns the hash as an array of bytes.
- bytes() - Method in class org.tquadrat.foundation.util.internal.HashImpl
-
Returns the hash as an array of bytes.
- ByteStringConverter - Class in org.tquadrat.foundation.util.stringconverter
-
The implementation of
NumberStringConverter
Byte
. - ByteStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.ByteStringConverter
-
Creates a new instance of
ByteStringConverter
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form