Searched refs:withPrefix (Results 1 – 3 of 3) sorted by relevance
64 HexFormat.ofDelimiter(", ").withPrefix("#").withSuffix("L")}, in hexFormattersParsers()66 HexFormat.of().withPrefix("").withSuffix("")}, in hexFormattersParsers()68 HexFormat.ofDelimiter(".").withPrefix("").withSuffix("")}, in hexFormattersParsers()70 HexFormat.ofDelimiter(", ").withUpperCase().withPrefix("0x")}, in hexFormattersParsers()72 HexFormat.ofDelimiter("\u0202").withPrefix("\u0203").withSuffix("\u0204")}, in hexFormattersParsers()256 HexFormat hex = HexFormat.ofDelimiter(sep).withPrefix(prefix).withSuffix(suffix); in testToBytesThrowing()270 assertThrows(NPE, () -> HexFormat.of().withPrefix(null)); in testFactoryNPE()535 .withPrefix(prefix) in testFormatterTestEquals()729 HexFormat commaFormat = HexFormat.ofDelimiter(", ").withPrefix("#"); in samples()
256 public HexFormat withPrefix(String prefix) { in withPrefix() method in HexFormat
14044 method public java.util.HexFormat withPrefix(String);