|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IEncoder.IDictionaryEncoder<T>
AMF encoder interface for dictionary.
Method Summary | |
---|---|
int |
getDictionarySize(T dictionary)
Get the size of dictionary. |
Set<Map.Entry<Object,Object>> |
getEntrySet(T dictionary)
Get Entry Set. |
boolean |
isWeakKey(T dictionary)
Is this weak key? |
Method Detail |
---|
int getDictionarySize(T dictionary)
dictionary
- Dictionary to be encoded.
boolean isWeakKey(T dictionary)
dictionary
- Dictionary to be encoded.
Set<Map.Entry<Object,Object>> getEntrySet(T dictionary)
dictionary
- Dictionary to be encoded.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |