| Package | Description |
|---|---|
| org.wildfly.common.format |
| Modifier and Type | Field | Description |
|---|---|---|
static NumericFlags |
NumericFlags.NONE |
The empty set of numeric flags.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected NumericFlags |
NumericFlags.castThis(java.lang.Object obj) |
|
static NumericFlags |
NumericFlags.of(NumericFlag flag) |
|
static NumericFlags |
NumericFlags.of(NumericFlag flag1,
NumericFlag flag2) |
|
protected NumericFlags |
NumericFlags.this_() |
|
protected NumericFlags |
NumericFlags.value(int bits) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
Printf.formatDecimalInteger(java.lang.StringBuilder target,
java.lang.Number item,
GeneralFlags genFlags,
NumericFlags numFlags,
int width) |
|
protected void |
Printf.formatFloatingPointDecimal(java.lang.StringBuilder target,
java.lang.Number item,
GeneralFlags genFlags,
NumericFlags numFlags,
int width,
int precision) |
|
protected void |
Printf.formatFloatingPointGeneral(java.lang.StringBuilder target,
java.lang.Number item,
GeneralFlags genFlags,
NumericFlags numFlags,
int width,
int precision) |
|
protected void |
Printf.formatFloatingPointSci(java.lang.StringBuilder target,
java.lang.Number item,
GeneralFlags genFlags,
NumericFlags numFlags,
int width,
int precision) |
|
protected void |
Printf.formatHexInteger(java.lang.StringBuilder target,
java.lang.Number item,
GeneralFlags genFlags,
NumericFlags numFlags,
int width) |
|
protected void |
Printf.formatOctalInteger(java.lang.StringBuilder target,
java.lang.Number item,
GeneralFlags genFlags,
NumericFlags numFlags,
int width) |
Copyright © 2018 JBoss, a division of Red Hat, Inc.