| Package | Description |
|---|---|
| org.apache.poi.util |
Top-level util package are classes that are useful throughout the project.
|
| Modifier and Type | Method and Description |
|---|---|
static Supplier<GenericRecordUtil.AnnotatedFlag> |
GenericRecordUtil.getBitsAsString(Supplier<Number> flags,
BitField[] masks,
String[] names) |
static Supplier<GenericRecordUtil.AnnotatedFlag> |
GenericRecordUtil.getBitsAsString(Supplier<Number> flags,
int[] masks,
String[] names) |
static Supplier<GenericRecordUtil.AnnotatedFlag> |
GenericRecordUtil.getEnumBitsAsString(Supplier<Number> flags,
int[] masks,
String[] names) |