public final class UUID
extends com.google.flatbuffers.Struct
Constructor and Description |
---|
UUID() |
Modifier and Type | Method and Description |
---|---|
UUID |
__assign(int _i,
java.nio.ByteBuffer _bb) |
void |
__init(int _i,
java.nio.ByteBuffer _bb) |
static int |
createUUID(com.google.flatbuffers.FlatBufferBuilder builder,
long mostSignificantBits,
long leastSignificantBits) |
long |
leastSignificantBits() |
long |
mostSignificantBits() |
public void __init(int _i, java.nio.ByteBuffer _bb)
public UUID __assign(int _i, java.nio.ByteBuffer _bb)
public long mostSignificantBits()
public long leastSignificantBits()
public static int createUUID(com.google.flatbuffers.FlatBufferBuilder builder, long mostSignificantBits, long leastSignificantBits)