| Constructor and Description |
|---|
MapType(Type keyType,
boolean keyIsNullable,
Type valueType,
boolean valueIsNullable) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getKeyType()
Returns the type of keys.
|
Type |
getValueType()
Returns the type of values.
|
boolean |
keyIsNullable()
Returns whether keys may be null.
|
boolean |
valueIsNullable()
Returns whether values may be null.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeNamepublic Type getKeyType()
public boolean keyIsNullable()
public Type getValueType()
public boolean valueIsNullable()
Copyright © 2012-2021 Apache Software Foundation. All Rights Reserved.