Class LongTriple


  • public final class LongTriple
    extends com.google.flatbuffers.Table
    • Constructor Detail

      • LongTriple

        public LongTriple()
    • Method Detail

      • ValidateVersion

        public static void ValidateVersion()
      • __init

        public void __init​(int _i,
                           ByteBuffer _bb)
      • first

        public long first()
      • second

        public long second()
      • third

        public long third()
      • createLongTriple

        public static int createLongTriple​(com.google.flatbuffers.FlatBufferBuilder builder,
                                           long first,
                                           long second,
                                           long third)
      • startLongTriple

        public static void startLongTriple​(com.google.flatbuffers.FlatBufferBuilder builder)
      • addFirst

        public static void addFirst​(com.google.flatbuffers.FlatBufferBuilder builder,
                                    long first)
      • addSecond

        public static void addSecond​(com.google.flatbuffers.FlatBufferBuilder builder,
                                     long second)
      • addThird

        public static void addThird​(com.google.flatbuffers.FlatBufferBuilder builder,
                                    long third)
      • endLongTriple

        public static int endLongTriple​(com.google.flatbuffers.FlatBufferBuilder builder)