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 

B

B - Static variable in class propel.core.common.CONSTANT
The B letter
b - Static variable in class propel.core.common.CONSTANT
The b letter
BACK_SLASH - Static variable in class propel.core.common.CONSTANT
The back slash String \
BACK_SLASH_CHAR - Static variable in class propel.core.common.CONSTANT
The back slash char '\'
Base64 - Class in propel.core.utils
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in propel.core.utils
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class propel.core.utils.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class propel.core.utils.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in propel.core.utils
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class propel.core.utils.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class propel.core.utils.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
BASE64_DIGITS - Static variable in class propel.core.common.CONSTANT
The allowed digits in a base64 String.
BigInteger - Class in propel.core.userTypes
A wrapper over Java's BigInteger, used as for compatibility when using C# BigInteger
BigInteger() - Constructor for class propel.core.userTypes.BigInteger
Default constructor
BigInteger(BigInteger) - Constructor for class propel.core.userTypes.BigInteger
Constructor initializes with a java.math.BigInteger
bigIntegerValue() - Method in class propel.core.userTypes.Int128
Returns a BigInteger representation
bigIntegerValue() - Method in class propel.core.userTypes.NumberType
Returns a BigInteger representation
bigIntegerValue() - Method in class propel.core.userTypes.SignedByte
Returns a BigInteger representation
bigIntegerValue() - Method in class propel.core.userTypes.UnsignedByte
Returns a BigInteger representation
bigIntegerValue() - Method in class propel.core.userTypes.UnsignedInteger
Returns a BigInteger representation
bigIntegerValue() - Method in class propel.core.userTypes.UnsignedLong
Returns a BigInteger representation
bigIntegerValue() - Method in class propel.core.userTypes.UnsignedShort
Returns a BigInteger representation
box(boolean[]) - Static method in class propel.core.utils.ArrayUtils
Converts a boolean[] to a Boolean array.
box(byte[]) - Static method in class propel.core.utils.ArrayUtils
Converts a byte[] to a Byte array.
box(char[]) - Static method in class propel.core.utils.ArrayUtils
Converts a char[] to a Character array.
box(short[]) - Static method in class propel.core.utils.ArrayUtils
Converts a short[] to a Short array.
box(int[]) - Static method in class propel.core.utils.ArrayUtils
Converts a int[] to an Integer array.
box(long[]) - Static method in class propel.core.utils.ArrayUtils
Converts a long[] to a Long array.
box(float[]) - Static method in class propel.core.utils.ArrayUtils
Converts a float[] to a Float array.
box(double[]) - Static method in class propel.core.utils.ArrayUtils
Converts a double[] to a Double array.
boxBools(boolean[]) - Static method in class propel.core.utils.ArrayUtils
Converts a boolean[] to a Boolean list.
boxBytes(byte[]) - Static method in class propel.core.utils.ArrayUtils
Converts a byte[] to a Byte list.
boxChars(char[]) - Static method in class propel.core.utils.ArrayUtils
Converts a char[] to a Character list.
boxDoubles(double[]) - Static method in class propel.core.utils.ArrayUtils
Converts a double[] to a Double list.
boxFloats(float[]) - Static method in class propel.core.utils.ArrayUtils
Converts a float[] to a Float list.
boxInts(int[]) - Static method in class propel.core.utils.ArrayUtils
Converts a int[] to an Integer list.
boxLongs(long[]) - Static method in class propel.core.utils.ArrayUtils
Converts a long[] to a Long list.
boxShorts(short[]) - Static method in class propel.core.utils.ArrayUtils
Converts a short[] to a Short list.
BR - Static variable in class propel.core.common.CONSTANT
The line break HTML <br>
BR_XHTML - Static variable in class propel.core.common.CONSTANT
The line break XHTML <br/>
BRACE_CLOSE - Static variable in class propel.core.common.CONSTANT
The close brace String "}"
BRACE_CLOSE_CHAR - Static variable in class propel.core.common.CONSTANT
The close brace char '}'
BRACE_OPEN - Static variable in class propel.core.common.CONSTANT
The open brace String "{"
BRACE_OPEN_CHAR - Static variable in class propel.core.common.CONSTANT
The open brace char '{'
BRACKET_CLOSE - Static variable in class propel.core.common.CONSTANT
The bracket close String "]"
BRACKET_CLOSE_CHAR - Static variable in class propel.core.common.CONSTANT
The bracket close char ']'
BRACKET_OPEN - Static variable in class propel.core.common.CONSTANT
The bracket open String "["
BRACKET_OPEN_CHAR - Static variable in class propel.core.common.CONSTANT
The bracket open char '['
BROKEN_VERTICAL_BAR - Static variable in class propel.core.common.CONSTANT
The broken vertical bar String "¦"
BROKEN_VERTICAL_BAR_CHAR - Static variable in class propel.core.common.CONSTANT
The broken vertical bar char "¦"
BULLET - Static variable in class propel.core.common.CONSTANT
The bullet String "•"
BULLET_CHAR - Static variable in class propel.core.common.CONSTANT
The bullet char '•'
busySpin(int, TimeUnit) - Static method in class propel.core.utils.ThreadUtils
Busy-spins the thread for the specified time interval
ByteArrayUtils - Class in propel.core.utils
Provides utility functionality for byte array manipulations
byteDotNetToJvm(int) - Static method in class propel.core.utils.ConversionUtils
Conversion utility method, allows for a C# unsigned byte to be converted to a Java signed byte.
byteJvmToDotNet(byte) - Static method in class propel.core.utils.ConversionUtils
Conversion utility method, allows for a Java signed byte to be converted to a C# unsigned byte.
bytesToInt16(byte[]) - Static method in class propel.core.utils.HashingUtils
An efficient hashing algorithm with good distribution
bytesToInt24(byte[]) - Static method in class propel.core.utils.HashingUtils
An efficient hashing algorithm with good distribution
bytesToInt32(byte[]) - Static method in class propel.core.utils.HashingUtils
An efficient hashing algorithm with good distribution
bytesToInt64(byte[]) - Static method in class propel.core.utils.HashingUtils
An efficient hashing algorithm with good distribution
bytesToUInt16(byte[]) - Static method in class propel.core.utils.HashingUtils
An efficient hashing algorithm with good distribution
bytesToUInt24(byte[]) - Static method in class propel.core.utils.HashingUtils
An efficient hashing algorithm with good distribution
bytesToUInt32(byte[]) - Static method in class propel.core.utils.HashingUtils
An efficient hashing algorithm with good distribution
bytesToUInt64(byte[]) - Static method in class propel.core.utils.HashingUtils
An efficient hashing algorithm with good distribution
byteValue() - Method in class propel.core.userTypes.Int128
byteValue() - Method in class propel.core.userTypes.SignedByte
byteValue() - Method in class propel.core.userTypes.UnsignedByte
byteValue() - Method in class propel.core.userTypes.UnsignedInteger
byteValue() - Method in class propel.core.userTypes.UnsignedLong
byteValue() - Method in class propel.core.userTypes.UnsignedShort
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