Class Id.Vector

java.lang.Object
com.google.flatbuffers.BaseVector
dev.sodot.hftsigner.flatbuffers.Id.Vector
Enclosing class:
Id

public static final class Id.Vector extends com.google.flatbuffers.BaseVector
  • Field Summary

    Fields inherited from class com.google.flatbuffers.BaseVector

    bb
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    __assign(int _vector, int _element_size, ByteBuffer _bb)
     
    get(int j)
     
    get(Id obj, int j)
     

    Methods inherited from class com.google.flatbuffers.BaseVector

    __element, __reset, __vector, length, reset

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Vector

      public Vector()
  • Method Details

    • __assign

      public Id.Vector __assign(int _vector, int _element_size, ByteBuffer _bb)
    • get

      public Id get(int j)
    • get

      public Id get(Id obj, int j)