|
@@ -684,6 +684,24 @@ class java.util.Hashtable {
|
|
|
def clone()
|
|
|
}
|
|
|
|
|
|
+class java.util.HexFormat {
|
|
|
+ HexFormat of()
|
|
|
+ HexFormat ofDelimiter(String)
|
|
|
+ HexFormat withDelimiter(String)
|
|
|
+ HexFormat withPrefix(String)
|
|
|
+ HexFormat withSuffix(String)
|
|
|
+ HexFormat withUpperCase()
|
|
|
+ HexFormat withLowerCase()
|
|
|
+ String delimiter()
|
|
|
+ String prefix()
|
|
|
+ String suffix()
|
|
|
+ boolean isUpperCase()
|
|
|
+ String formatHex(byte[])
|
|
|
+ String formatHex(byte[],int,int)
|
|
|
+ byte[] parseHex(CharSequence)
|
|
|
+ byte[] parseHex(CharSequence,int,int)
|
|
|
+}
|
|
|
+
|
|
|
class java.util.IdentityHashMap {
|
|
|
()
|
|
|
(Map)
|