| Modifier and Type | Field and Description |
|---|---|
private boolean |
keyIsNullable |
private Type |
keyType |
private boolean |
valueIsNullable |
private Type |
valueType |
| 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, waitgetTypeNameprivate final Type keyType
private final boolean keyIsNullable
private final Type valueType
private final boolean valueIsNullable
public Type getKeyType()
public boolean keyIsNullable()
public Type getValueType()
public boolean valueIsNullable()
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.