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

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 for String 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 for boolean and Boolean values.

The method BooleanStringConverter.fromString(CharSequence) will accept the String "true", irrespective of case, for the value true, and any other String for false (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 for byte 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.
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