org.granite.messaging.amf.types
Class AMFDictionaryValue

java.lang.Object
  extended by org.granite.messaging.amf.types.AMFSpecialValue<Map<?,?>>
      extended by org.granite.messaging.amf.types.AMFDictionaryValue
All Implemented Interfaces:
AMF3Constants

public class AMFDictionaryValue
extends AMFSpecialValue<Map<?,?>>

Author:
Franck WOLFF

Field Summary
 boolean weakKeys
           
 
Fields inherited from class org.granite.messaging.amf.types.AMFSpecialValue
type, value
 
Fields inherited from interface org.granite.messaging.amf.AMF3Constants
AMF3_ARRAY, AMF3_BOOLEAN_FALSE, AMF3_BOOLEAN_TRUE, AMF3_BYTEARRAY, AMF3_DATE, AMF3_DICTIONARY, AMF3_INTEGER, AMF3_INTEGER_MAX, AMF3_INTEGER_MIN, AMF3_NULL, AMF3_NUMBER, AMF3_OBJECT, AMF3_STRING, AMF3_UNDEFINED, AMF3_VECTOR_INT, AMF3_VECTOR_NUMBER, AMF3_VECTOR_OBJECT, AMF3_VECTOR_UINT, AMF3_XML, AMF3_XMLSTRING
 
Constructor Summary
AMFDictionaryValue(Map<?,?> value)
           
AMFDictionaryValue(Map<?,?> value, boolean weakKeys)
           
 
Method Summary
 
Methods inherited from class org.granite.messaging.amf.types.AMFSpecialValue
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

weakKeys

public final boolean weakKeys
Constructor Detail

AMFDictionaryValue

public AMFDictionaryValue(Map<?,?> value)

AMFDictionaryValue

public AMFDictionaryValue(Map<?,?> value,
                          boolean weakKeys)