Skip navigation links
A D I M N O T 

A

append1Hex(Appendable, int) - Static method in class net.pwall.util.IntOutput
Append an int to an Appendable as a single hexadecimal digit.
append1HexLC(Appendable, int) - Static method in class net.pwall.util.IntOutput
Append an int to an Appendable as a single hexadecimal digit, using lower-case for the alphabetic characters.
append2Digits(Appendable, int) - Static method in class net.pwall.util.IntOutput
Append an int to an Appendable as two decimal digits.
append2Hex(Appendable, int) - Static method in class net.pwall.util.IntOutput
Append an int to an Appendable as two hexadecimal digits.
append2HexLC(Appendable, int) - Static method in class net.pwall.util.IntOutput
Append an int to an Appendable as two hexadecimal digits, using lower-case for the alphabetic characters.
append3Digits(Appendable, int) - Static method in class net.pwall.util.IntOutput
Append an int to an Appendable as three decimal digits.
append4Hex(Appendable, int) - Static method in class net.pwall.util.IntOutput
Append an int to an Appendable as four hexadecimal digits.
append4HexLC(Appendable, int) - Static method in class net.pwall.util.IntOutput
Append an int to an Appendable as four hexadecimal digits, using lower-case for the alphabetic characters.
append8Hex(Appendable, int) - Static method in class net.pwall.util.IntOutput
Append an int to an Appendable as eight hexadecimal digits.
append8HexLC(Appendable, int) - Static method in class net.pwall.util.IntOutput
Append an int to an Appendable as eight hexadecimal digits, using lower-case for the alphabetic characters.
appendInt(Appendable, int) - Static method in class net.pwall.util.IntOutput
Append an int left-trimmed to an Appendable.
appendIntGrouped(Appendable, int, char) - Static method in class net.pwall.util.IntOutput
Append an int left-trimmed to an Appendable with digits grouped in 3s and separated by the specified grouping character.
appendIntHex(Appendable, int) - Static method in class net.pwall.util.IntOutput
Append an int left-trimmed to an Appendable in hexadecimal.
appendIntHexLC(Appendable, int) - Static method in class net.pwall.util.IntOutput
Append an int left-trimmed to an Appendable in hexadecimal, using lower-case for the alphabetic characters.
appendLong(Appendable, long) - Static method in class net.pwall.util.IntOutput
Append a long left-trimmed to an Appendable.
appendLongGrouped(Appendable, long, char) - Static method in class net.pwall.util.IntOutput
Append a long left-trimmed to an Appendable with digits grouped in 3s and separated by the specified grouping character.
appendLongHex(Appendable, long) - Static method in class net.pwall.util.IntOutput
Append a long left-trimmed to an Appendable in hexadecimal.
appendLongHexLC(Appendable, long) - Static method in class net.pwall.util.IntOutput
Append a long left-trimmed to an Appendable in hexadecimal, using lower-case for the alphabetic characters.
appendPositiveInt(Appendable, int) - Static method in class net.pwall.util.IntOutput
Append a positive int left-trimmed to an Appendable.
appendPositiveIntGrouped(Appendable, int, char) - Static method in class net.pwall.util.IntOutput
Append a positive int left-trimmed to an Appendable with digits grouped in 3s and separated by the specified grouping character.
appendPositiveLong(Appendable, long) - Static method in class net.pwall.util.IntOutput
Append a positive long left-trimmed to an Appendable.
appendPositiveLongGrouped(Appendable, long, char) - Static method in class net.pwall.util.IntOutput
Append a positive long left-trimmed to an Appendable with digits grouped in 3s and separated by the specified grouping character.
appendUnsignedInt(Appendable, int) - Static method in class net.pwall.util.IntOutput
Append an unsigned int left-trimmed to an Appendable.
appendUnsignedLong(Appendable, long) - Static method in class net.pwall.util.IntOutput
Append an unsigned long left-trimmed to an Appendable.

D

digits - Static variable in class net.pwall.util.IntOutput
 
digitsHex - Static variable in class net.pwall.util.IntOutput
 
digitsHexLC - Static variable in class net.pwall.util.IntOutput
 

I

IntOutput - Class in net.pwall.util
A set of static functions used in the conversion of integer values to string representations.
IntOutput() - Constructor for class net.pwall.util.IntOutput
 

M

MIN_INTEGER_STRING - Static variable in class net.pwall.util.IntOutput
 
MIN_LONG_STRING - Static variable in class net.pwall.util.IntOutput
 

N

net.pwall.util - package net.pwall.util
 

O

output1Hex(int, IntConsumer) - Static method in class net.pwall.util.IntOutput
Append an int to an Appendable as a single hexadecimal digit.
output1HexLC(int, IntConsumer) - Static method in class net.pwall.util.IntOutput
Append an int to an Appendable as a single hexadecimal digit, using lower-case for the alphabetic characters.
output2Digits(int, IntConsumer) - Static method in class net.pwall.util.IntOutput
Output an int using an IntConsumer as two decimal digits.
output2Hex(int, IntConsumer) - Static method in class net.pwall.util.IntOutput
Output an int using an IntConsumer as two hexadecimal digits.
output2HexLC(int, IntConsumer) - Static method in class net.pwall.util.IntOutput
Output an int using an IntConsumer as two hexadecimal digits, using lower-case for the alphabetic characters.
output3Digits(int, IntConsumer) - Static method in class net.pwall.util.IntOutput
Output an int using an IntConsumer as three decimal digits.
output4Hex(int, IntConsumer) - Static method in class net.pwall.util.IntOutput
Output an int using an IntConsumer as four hexadecimal digits.
output4HexLC(int, IntConsumer) - Static method in class net.pwall.util.IntOutput
Output an int using an IntConsumer as four hexadecimal digits, using lower-case for the alphabetic characters.
output8Hex(int, IntConsumer) - Static method in class net.pwall.util.IntOutput
Append an int to an Appendable as eight hexadecimal digits.
output8HexLC(int, IntConsumer) - Static method in class net.pwall.util.IntOutput
Append an int to an Appendable as eight hexadecimal digits, using lower-case for the alphabetic characters.
outputInt(int, IntConsumer) - Static method in class net.pwall.util.IntOutput
Output an int left-trimmed using an IntConsumer.
outputIntGrouped(int, char, IntConsumer) - Static method in class net.pwall.util.IntOutput
Output an int left-trimmed using an IntConsumer with digits grouped in 3s and separated by the specified grouping character.
outputIntHex(int, IntConsumer) - Static method in class net.pwall.util.IntOutput
Output an int left-trimmed using an IntConsumer in hexadecimal.
outputIntHexLC(int, IntConsumer) - Static method in class net.pwall.util.IntOutput
Output an int left-trimmed using an IntConsumer in hexadecimal, using lower-case for the alphabetic characters.
outputLong(long, IntConsumer) - Static method in class net.pwall.util.IntOutput
Output a long left-trimmed using an IntConsumer.
outputLongGrouped(long, char, IntConsumer) - Static method in class net.pwall.util.IntOutput
Output a long left-trimmed using an IntConsumer with digits grouped in 3s and separated by the specified grouping character.
outputLongHex(long, IntConsumer) - Static method in class net.pwall.util.IntOutput
Append a long left-trimmed to an Appendable in hexadecimal.
outputLongHexLC(long, IntConsumer) - Static method in class net.pwall.util.IntOutput
Append a long left-trimmed to an Appendable in hexadecimal, using lower-case for the alphabetic characters.
outputPositiveInt(int, IntConsumer) - Static method in class net.pwall.util.IntOutput
Output a positive int left-trimmed using an IntConsumer.
outputPositiveIntGrouped(int, char, IntConsumer) - Static method in class net.pwall.util.IntOutput
Output a positive int left-trimmed using an IntConsumer with digits grouped in 3s and separated by the specified grouping character.
outputPositiveLong(long, IntConsumer) - Static method in class net.pwall.util.IntOutput
Output a positive int left-trimmed using an IntConsumer.
outputPositiveLongGrouped(long, char, IntConsumer) - Static method in class net.pwall.util.IntOutput
Output a positive long left-trimmed using an IntConsumer with digits grouped in 3s and separated by the specified grouping character.
outputUnsignedInt(int, IntConsumer) - Static method in class net.pwall.util.IntOutput
Output an unsigned int left-trimmed using an IntConsumer.
outputUnsignedLong(long, IntConsumer) - Static method in class net.pwall.util.IntOutput
Output an unsigned long left-trimmed using an IntConsumer.

T

tensDigits - Static variable in class net.pwall.util.IntOutput
 
A D I M N O T 
Skip navigation links

Copyright © 2022. All rights reserved.