| Package | Description |
|---|---|
| com.github.f4b6a3.uuid.util |
| Modifier and Type | Method and Description |
|---|---|
UuidBuilder |
UuidBuilder.put(byte value)
Puts the given byte.
|
UuidBuilder |
UuidBuilder.put(byte[] array)
Puts the given byte array.
|
UuidBuilder |
UuidBuilder.put(int value)
Puts 4 bytes containing the given int.
|
UuidBuilder |
UuidBuilder.put(long value)
Puts 8 bytes containing the given long.
|
UuidBuilder |
UuidBuilder.put(short value)
Puts 2 bytes containing the given short.
|
Copyright © 2024. All rights reserved.