public static class Types.MapType extends Type.NestedType
Type.NestedType, Type.PrimitiveType, Type.TypeID| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Types.Field |
field(int id) |
List<Types.Field> |
fields() |
Type |
fieldType(String name) |
static Types.MapType |
get(int keyId,
int valueId,
Type keyType,
Type valueType) |
static Types.MapType |
get(int keyId,
int valueId,
Type keyType,
Type valueType,
boolean isOptional) |
int |
hashCode() |
boolean |
isValueOptional() |
int |
keyId() |
Type |
keyType() |
String |
toString() |
Type.TypeID |
typeId() |
int |
valueId() |
Type |
valueType() |
isNestedTypeclone, finalize, getClass, notify, notifyAll, wait, wait, waitfromPartitionString, fromValuepublic static Types.MapType get(int keyId, int valueId, Type keyType, Type valueType)
public static Types.MapType get(int keyId, int valueId, Type keyType, Type valueType, boolean isOptional)
public Type keyType()
public Type valueType()
public Type fieldType(String name)
fieldType in class Type.NestedTypepublic Types.Field field(int id)
field in class Type.NestedTypepublic List<Types.Field> fields()
fields in class Type.NestedTypepublic int keyId()
public int valueId()
public boolean isValueOptional()
public Type.TypeID typeId()
Copyright © 2024 The Apache Software Foundation. All rights reserved.