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 TypeMethodDescriptionstaticHexFormat
HexFormat.of()
Returns a hexadecimal formatter with no delimiter and lowercase characters.staticHexFormat
HexFormat.ofDelimiter
(String delimiter) Returns a hexadecimal formatter with the delimiter and lowercase characters.HexFormat.withDelimiter
(String delimiter) Returns a copy of thisHexFormat
with the delimiter.HexFormat.withLowerCase()
Returns a copy of thisHexFormat
to use lowercase hexadecimal characters.HexFormat.withPrefix
(String prefix) Returns a copy of thisHexFormat
with the prefix.HexFormat.withSuffix
(String suffix) Returns a copy of thisHexFormat
with the suffix.HexFormat.withUpperCase()
Returns a copy of thisHexFormat
to use uppercase hexadecimal characters.