C  D  I  L  V 

C

Case - Enum in de.topobyte.formatting
 

D

de.topobyte.formatting - package de.topobyte.formatting
 

I

IntegerFormatting - Class in de.topobyte.formatting
A utility class for converting primitive int and long values to hex, octal and binary strings.
IntegerFormatting() - Constructor for class de .topobyte .formatting . IntegerFormatting
 
intToBinaryString(int) - Static method in class de .topobyte .formatting . IntegerFormatting
Returns a string representation of the integer argument as an unsigned integer in base 2.
intToHexString(int, Case) - Static method in class de .topobyte .formatting . IntegerFormatting
Returns a string representation of the integer argument as an unsigned integer in base 16.
intToOctalString(int) - Static method in class de .topobyte .formatting . IntegerFormatting
Returns a string representation of the integer argument as an unsigned integer in base 8.

L

longToBinaryString(long) - Static method in class de .topobyte .formatting . IntegerFormatting
Returns a string representation of the long argument as an unsigned integer in base 2.
longToHexString(long, Case) - Static method in class de .topobyte .formatting . IntegerFormatting
Returns a string representation of the long argument as an unsigned integer in base 16.
longToOctalString(long) - Static method in class de .topobyte .formatting . IntegerFormatting
Returns a string representation of the long argument as an unsigned integer in base 8.

V

valueOf(String) - Static method in enum de .topobyte .formatting . Case
Returns the enum constant of this type with the specified name.
values() - Static method in enum de .topobyte .formatting . Case
Returns an array containing the constants of this enum type, in the order they are declared.
C  D  I  L  V