Package org.nd4j.graph
Class IntPair
- java.lang.Object
-
- com.google.flatbuffers.Table
-
- org.nd4j.graph.IntPair
-
public final class IntPair extends com.google.flatbuffers.Table
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IntPair.Vector
-
Constructor Summary
Constructors Constructor Description IntPair()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntPair
__assign(int _i, ByteBuffer _bb)
void
__init(int _i, ByteBuffer _bb)
static void
addFirst(com.google.flatbuffers.FlatBufferBuilder builder, int first)
static void
addSecond(com.google.flatbuffers.FlatBufferBuilder builder, int second)
static int
createIntPair(com.google.flatbuffers.FlatBufferBuilder builder, int first, int second)
static int
endIntPair(com.google.flatbuffers.FlatBufferBuilder builder)
int
first()
static IntPair
getRootAsIntPair(ByteBuffer _bb)
static IntPair
getRootAsIntPair(ByteBuffer _bb, IntPair obj)
int
second()
static void
startIntPair(com.google.flatbuffers.FlatBufferBuilder builder)
static void
ValidateVersion()
-
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, keysCompare, sortTables
-
-
-
-
Method Detail
-
ValidateVersion
public static void ValidateVersion()
-
getRootAsIntPair
public static IntPair getRootAsIntPair(ByteBuffer _bb)
-
getRootAsIntPair
public static IntPair getRootAsIntPair(ByteBuffer _bb, IntPair obj)
-
__init
public void __init(int _i, ByteBuffer _bb)
-
__assign
public IntPair __assign(int _i, ByteBuffer _bb)
-
first
public int first()
-
second
public int second()
-
createIntPair
public static int createIntPair(com.google.flatbuffers.FlatBufferBuilder builder, int first, int second)
-
startIntPair
public static void startIntPair(com.google.flatbuffers.FlatBufferBuilder builder)
-
addFirst
public static void addFirst(com.google.flatbuffers.FlatBufferBuilder builder, int first)
-
addSecond
public static void addSecond(com.google.flatbuffers.FlatBufferBuilder builder, int second)
-
endIntPair
public static int endIntPair(com.google.flatbuffers.FlatBufferBuilder builder)
-
-