public final class KeyValuedColumnType extends java.lang.Object implements ColumnType
| Constructor and Description |
|---|
KeyValuedColumnType(BaseType keyType,
BaseType valueType,
int min,
int max)
Constructs a KeyValuedColumnType object.
|
public BaseType keyType()
public BaseType valueType()
public int min()
public int max()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object