Package messaging
Class CustomStrategyResult
java.lang.Object
com.google.flatbuffers.Table
messaging.CustomStrategyResult
public final class CustomStrategyResult
extends com.google.flatbuffers.Table
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.google.flatbuffers.Table
bb, bb_pos -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__assign(int _i, ByteBuffer _bb) void__init(int _i, ByteBuffer _bb) static CustomStrategyResult__lookup_by_key(CustomStrategyResult obj, int vectorLocation, String key, ByteBuffer bb) static voidaddKey(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset) static voidaddValue(com.google.flatbuffers.FlatBufferBuilder builder, boolean value) static intcreateCustomStrategyResult(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset, boolean value) static intendCustomStrategyResult(com.google.flatbuffers.FlatBufferBuilder builder) static CustomStrategyResultstatic CustomStrategyResultkey()protected intkeysCompare(Integer o1, Integer o2, ByteBuffer _bb) static voidstartCustomStrategyResult(com.google.flatbuffers.FlatBufferBuilder builder) static voidbooleanvalue()Methods inherited from class com.google.flatbuffers.Table
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, compareStrings, compareStrings, getByteBuffer, sortTables
-
Constructor Details
-
CustomStrategyResult
public CustomStrategyResult()
-
-
Method Details
-
ValidateVersion
public static void ValidateVersion() -
getRootAsCustomStrategyResult
-
getRootAsCustomStrategyResult
public static CustomStrategyResult getRootAsCustomStrategyResult(ByteBuffer _bb, CustomStrategyResult obj) -
__init
-
__assign
-
key
-
keyAsByteBuffer
-
keyInByteBuffer
-
value
public boolean value() -
createCustomStrategyResult
public static int createCustomStrategyResult(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset, boolean value) -
startCustomStrategyResult
public static void startCustomStrategyResult(com.google.flatbuffers.FlatBufferBuilder builder) -
addKey
public static void addKey(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset) -
addValue
public static void addValue(com.google.flatbuffers.FlatBufferBuilder builder, boolean value) -
endCustomStrategyResult
public static int endCustomStrategyResult(com.google.flatbuffers.FlatBufferBuilder builder) -
keysCompare
- Overrides:
keysComparein classcom.google.flatbuffers.Table
-
__lookup_by_key
public static CustomStrategyResult __lookup_by_key(CustomStrategyResult obj, int vectorLocation, String key, ByteBuffer bb)
-