In C ++ hatte ich gerne Zugriff auf eine 64-Bit-Ganzzahl ohne Vorzeichen, via unsigned long long int
oder 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 es?