Java-Äquivalent von unsigned long long?

In C ++ hatte ich gerne Zugriff auf eine 64-Bit-Ganzzahl ohne Vorzeichen, via unsigned long long intoder viauint64_t . In Java sind Longs 64 Bit, ich weiß. Sie sind jedoch signiert. Gibt es ein vorzeichenloses Long (Long) als Java-Grundelement? Wie benutze ich