|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A mutable second-class Map object.
Method Summary | |
boolean |
allowsNullValues()
Indicates whether or not this map allows null values. |
java.lang.Class |
getKeyType()
Returns the type of keys in this map. |
java.lang.Class |
getValueType()
Returns the type of values in this map. |
Methods inherited from interface com.triactive.jdo.SCO |
applyUpdates, clone, getFieldName, getOwner, makeDirty, unsetOwner |
Method Detail |
public java.lang.Class getKeyType()
public java.lang.Class getValueType()
public boolean allowsNullValues()
true
if null values are allowed,
false
otherwise.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |