public final class Map
extends com.google.flatbuffers.Table
| Constructor and Description |
|---|
Map() |
| Modifier and Type | Method and Description |
|---|---|
Map |
__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) |
public static Map getRootAsMap(ByteBuffer _bb)
public static Map getRootAsMap(ByteBuffer _bb, Map obj)
public Map __init(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 © 2018 The Apache Software Foundation. All rights reserved.