Package fj
Class Primitive
java.lang.Object
fj.Primitive
Functions that convert between Java primitive types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA function that converts booleans to bytes.A function that converts booleans to characters.A function that converts booleans to doubles.A function that converts booleans to floats.A function that converts booleans to integers.A function that converts booleans to longs.A function that converts booleans to shorts.A function that converts bytes to booleans.A function that converts bytes to characters.A function that converts bytes to doubles.A function that converts bytes to floats.A function that converts bytes to integers.A function that converts bytes to longs.A function that converts bytes to shorts.A function that converts characters to booleans.A function that converts characters to bytes.A function that converts characters to doubles.A function that converts characters to floats.A function that converts characters to integers.A function that converts characters to longs.A function that converts characters to shorts.A function that converts doubles to booleans.A function that converts doubles to bytes.A function that converts doubles to characters.A function that converts doubles to floats.A function that converts doubles to integers.A function that converts doubles to longs.A function that converts doubles to shorts.A function that converts floats to booleans.A function that converts floats to bytes.A function that converts floats to characters.A function that converts floats to doubles.A function that converts floats to integers.A function that converts floats to longs.A function that converts floats to shorts.A function that converts integers to booleans.A function that converts integers to bytes.A function that converts integers to characters.A function that converts integers to doubles.A function that converts integers to floats.A function that converts integers to longs.A function that converts integers to shorts.A function that converts longs to booleans.A function that converts longs to bytes.A function that converts longs to characters.A function that converts longs to doubles.A function that converts longs to floats.A function that converts longs to integers.A function that converts longs to shorts.A function that converts shorts to booleans.A function that converts shorts to bytes.A function that converts shorts to characters.A function that converts shorts to doubles.A function that converts shorts to floats.A function that converts shorts to integers.A function that converts shorts to longs. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Boolean_Byte
A function that converts booleans to bytes. -
Boolean_Character
A function that converts booleans to characters. -
Boolean_Double
A function that converts booleans to doubles. -
Boolean_Float
A function that converts booleans to floats. -
Boolean_Integer
A function that converts booleans to integers. -
Boolean_Long
A function that converts booleans to longs. -
Boolean_Short
A function that converts booleans to shorts. -
Byte_Boolean
A function that converts bytes to booleans. -
Byte_Character
A function that converts bytes to characters. -
Byte_Double
A function that converts bytes to doubles. -
Byte_Float
A function that converts bytes to floats. -
Byte_Integer
A function that converts bytes to integers. -
Byte_Long
A function that converts bytes to longs. -
Byte_Short
A function that converts bytes to shorts. -
Character_Boolean
A function that converts characters to booleans. -
Character_Byte
A function that converts characters to bytes. -
Character_Double
A function that converts characters to doubles. -
Character_Float
A function that converts characters to floats. -
Character_Integer
A function that converts characters to integers. -
Character_Long
A function that converts characters to longs. -
Character_Short
A function that converts characters to shorts. -
Double_Boolean
A function that converts doubles to booleans. -
Double_Byte
A function that converts doubles to bytes. -
Double_Character
A function that converts doubles to characters. -
Double_Float
A function that converts doubles to floats. -
Double_Integer
A function that converts doubles to integers. -
Double_Long
A function that converts doubles to longs. -
Double_Short
A function that converts doubles to shorts. -
Float_Boolean
A function that converts floats to booleans. -
Float_Byte
A function that converts floats to bytes. -
Float_Character
A function that converts floats to characters. -
Float_Double
A function that converts floats to doubles. -
Float_Integer
A function that converts floats to integers. -
Float_Long
A function that converts floats to longs. -
Float_Short
A function that converts floats to shorts. -
Integer_Boolean
A function that converts integers to booleans. -
Integer_Byte
A function that converts integers to bytes. -
Integer_Character
A function that converts integers to characters. -
Integer_Double
A function that converts integers to doubles. -
Integer_Float
A function that converts integers to floats. -
Integer_Long
A function that converts integers to longs. -
Integer_Short
A function that converts integers to shorts. -
Long_Boolean
A function that converts longs to booleans. -
Long_Byte
A function that converts longs to bytes. -
Long_Character
A function that converts longs to characters. -
Long_Double
A function that converts longs to doubles. -
Long_Float
A function that converts longs to floats. -
Long_Integer
A function that converts longs to integers. -
Long_Short
A function that converts longs to shorts. -
Short_Boolean
A function that converts shorts to booleans. -
Short_Byte
A function that converts shorts to bytes. -
Short_Character
A function that converts shorts to characters. -
Short_Double
A function that converts shorts to doubles. -
Short_Float
A function that converts shorts to floats. -
Short_Integer
A function that converts shorts to integers. -
Short_Long
A function that converts shorts to longs.
-
-
Constructor Details
-
Primitive
private Primitive()
-