org.msgpack.type
Interface MapValue

All Superinterfaces:
Map<Value,Value>, Value

public interface MapValue
extends Value, Map<Value,Value>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 Value[] getKeyValueArray()
           
 
Methods inherited from interface org.msgpack.type.Value
asArrayValue, asBooleanValue, asFloatValue, asIntegerValue, asMapValue, asNilValue, asRawValue, getType, isArrayValue, isBooleanValue, isFloatValue, isIntegerValue, isMapValue, isNilValue, isRawValue, toString, writeTo
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

getKeyValueArray

Value[] getKeyValueArray()


Copyright © 2011. All Rights Reserved.