public final class Map
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
Map.Vector |
Constructor and Description |
---|
Map() |
Modifier and Type | Method and Description |
---|---|
Map |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addKeysSorted(com.google.flatbuffers.FlatBufferBuilder builder,
boolean keysSorted) |
static int |
createMap(com.google.flatbuffers.FlatBufferBuilder builder,
boolean keysSorted) |
static int |
endMap(com.google.flatbuffers.FlatBufferBuilder builder) |
static Map |
getRootAsMap(ByteBuffer _bb) |
static Map |
getRootAsMap(ByteBuffer _bb,
Map obj) |
boolean |
keysSorted()
Set to true if the keys within each value are sorted
|
static void |
startMap(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
ValidateVersion() |
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, __vector, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
public static void ValidateVersion()
public static Map getRootAsMap(ByteBuffer _bb)
public static Map getRootAsMap(ByteBuffer _bb, Map obj)
public void __init(int _i, ByteBuffer _bb)
public Map __assign(int _i, ByteBuffer _bb)
public boolean keysSorted()
public static int createMap(com.google.flatbuffers.FlatBufferBuilder builder, boolean keysSorted)
public static void startMap(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addKeysSorted(com.google.flatbuffers.FlatBufferBuilder builder, boolean keysSorted)
public static int endMap(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2023 The Apache Software Foundation. All rights reserved.