org.granite.messaging.amf.io.util.instantiator
Class LongInstantiator
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.granite.messaging.amf.io.util.instantiator.AbstractInstantiator<Long>
org.granite.messaging.amf.io.util.instantiator.LongInstantiator
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,Object>
public class LongInstantiator
- extends AbstractInstantiator<Long>
- Author:
- Franck WOLFF
- See Also:
- Serialized Form
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
LongInstantiator
public LongInstantiator()
getOrderedFieldNames
public List<String> getOrderedFieldNames()
- Specified by:
getOrderedFieldNames in class AbstractInstantiator<Long>
newInstance
public Long newInstance()
- Specified by:
newInstance in class AbstractInstantiator<Long>