org.apache.thrift.protocol
Class TList

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

public final class TList
extends java.lang.Object

Helper class that encapsulates list metadata.


Field Summary
 byte elemType
           
 int size
           
 
Constructor Summary
TList()
           
TList(byte t, int s)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elemType

public final byte elemType

size

public final int size
Constructor Detail

TList

public TList()

TList

public TList(byte t,
             int s)