public class MapType extends ContainerType
annotations, cppType| Constructor and Description |
|---|
MapType(ThriftType keyType,
ThriftType valueType,
String cppType,
List<TypeAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
ThriftType |
getKeyType() |
ThriftType |
getValueType() |
String |
toString() |
getAnnotations, getCppTypepublic MapType(ThriftType keyType, ThriftType valueType, String cppType, List<TypeAnnotation> annotations)
public ThriftType getKeyType()
public ThriftType getValueType()
public String toString()
toString in class ThriftTypeCopyright © 2012-2017. All Rights Reserved.