Uses of Class
java.util.HexFormat
Packages that useHexFormat
Package
Description
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Uses ofHexFormat injava.util
Modifier and TypeMethodDescriptionstaticHexFormatHexFormat.of()Returns a hexadecimal formatter with no delimiter and lowercase characters.staticHexFormatHexFormat.ofDelimiter(String delimiter) Returns a hexadecimal formatter with the delimiter and lowercase characters.HexFormat.withDelimiter(String delimiter) Returns a copy of thisHexFormatwith the delimiter.HexFormat.withLowerCase()Returns a copy of thisHexFormatto use lowercase hexadecimal characters.HexFormat.withPrefix(String prefix) Returns a copy of thisHexFormatwith the prefix.HexFormat.withSuffix(String suffix) Returns a copy of thisHexFormatwith the suffix.HexFormat.withUpperCase()Returns a copy of thisHexFormatto use uppercase hexadecimal characters.