Package org.apache.thrift.protocol
Class TSet
- java.lang.Object
-
- org.apache.thrift.protocol.TSet
-
public final class TSet extends java.lang.ObjectHelper class that encapsulates set metadata.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description bytegetElemType()intgetSize()
-
-
-
Constructor Detail
-
TSet
public TSet()
-
TSet
public TSet(byte t, int s)
-
TSet
public TSet(TList list)
-
-