Class TList

java.lang.Object
org.apache.thrift.protocol.TList

public final class TList extends Object
Helper class that encapsulates list metadata.
  • Field Details

    • elemType

      public final byte elemType
    • size

      public final int size
  • Constructor Details

    • TList

      public TList()
    • TList

      public TList(byte t, int s)
  • Method Details

    • getElemType

      public byte getElemType()
    • getSize

      public int getSize()