8315968: Move java.util.Digits to jdk.internal.util and refactor to reduce duplication

Reviewed-by: rriggs, liach, redestad
This commit is contained in:
shaojin.wensj 2023-09-12 16:35:01 +00:00 committed by Claes Redestad
parent d75d9774c8
commit e0845163aa
8 changed files with 76 additions and 79 deletions

View file

@ -32,6 +32,7 @@ import java.security.*;
import jdk.internal.access.JavaLangAccess;
import jdk.internal.access.SharedSecrets;
import jdk.internal.util.ByteArray;
import jdk.internal.util.HexDigits;
/**
* A class that represents an immutable universally unique identifier (UUID).