org.granite.messaging.amf.io.util.instantiator
Class MathContextInstantiator
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.granite.messaging.amf.io.util.instantiator.AbstractInstantiator<MathContext>
org.granite.messaging.amf.io.util.instantiator.MathContextInstantiator
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,Object>
public class MathContextInstantiator
- extends AbstractInstantiator<MathContext>
- 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 |
MathContextInstantiator
public MathContextInstantiator()
getOrderedFieldNames
public List<String> getOrderedFieldNames()
- Specified by:
getOrderedFieldNames in class AbstractInstantiator<MathContext>
newInstance
public MathContext newInstance()
- Specified by:
newInstance in class AbstractInstantiator<MathContext>