org.xerial.util.bean.impl
Class KeyValuePair
java.lang.Object
org.xerial.util.bean.impl.KeyValuePair
public class KeyValuePair
- extends Object
Key and value pair structure for preparing data object for MapPutter
- Author:
- leo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mapPutter
public final MapPutter mapPutter
KeyValuePair
public KeyValuePair(MapPutter mapPutter)
KeyValuePair
public KeyValuePair(MapPutter mapPutter,
Class keyType,
Class valueType)
keyType
public Class keyType()
valueType
public Class valueType()
putter
public Method putter()
getKey
public Object getKey()
setKey
public void setKey(Object key)
getValue
public Object getValue()
setValue
public void setValue(Object value)

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.