Package messaging
Class PropertyEntry
java.lang.Object
com.google.flatbuffers.Table
messaging.PropertyEntry
public final class PropertyEntry
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 PropertyEntry__lookup_by_key(PropertyEntry obj, int vectorLocation, String key, ByteBuffer bb) static voidaddKey(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset) static voidaddValue(com.google.flatbuffers.FlatBufferBuilder builder, int valueOffset) static intcreatePropertyEntry(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset, int valueOffset) static intendPropertyEntry(com.google.flatbuffers.FlatBufferBuilder builder) static PropertyEntrystatic PropertyEntrygetRootAsPropertyEntry(ByteBuffer _bb, PropertyEntry obj) key()protected intkeysCompare(Integer o1, Integer o2, ByteBuffer _bb) static voidstartPropertyEntry(com.google.flatbuffers.FlatBufferBuilder builder) static voidvalue()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
-
PropertyEntry
public PropertyEntry()
-
-
Method Details
-
ValidateVersion
public static void ValidateVersion() -
getRootAsPropertyEntry
-
getRootAsPropertyEntry
-
__init
-
__assign
-
key
-
keyAsByteBuffer
-
keyInByteBuffer
-
value
-
valueAsByteBuffer
-
valueInByteBuffer
-
createPropertyEntry
public static int createPropertyEntry(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset, int valueOffset) -
startPropertyEntry
public static void startPropertyEntry(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, int valueOffset) -
endPropertyEntry
public static int endPropertyEntry(com.google.flatbuffers.FlatBufferBuilder builder) -
keysCompare
- Overrides:
keysComparein classcom.google.flatbuffers.Table
-
__lookup_by_key
public static PropertyEntry __lookup_by_key(PropertyEntry obj, int vectorLocation, String key, ByteBuffer bb)
-