Uses of Class
java.util.HexFormat
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 of HexFormat in java.util
Modifier and TypeMethodDescriptionstatic HexFormat
HexFormat.of()
Returns a hexadecimal formatter with no delimiter and lowercase characters.static HexFormat
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.