org.msgpack.type
Interface ArrayValue

All Superinterfaces:
Collection<Value>, Iterable<Value>, List<Value>, Value

public interface ArrayValue
extends Value, List<Value>


Method Summary
 Value[] getElementArray()
           
 
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.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getElementArray

Value[] getElementArray()


Copyright © 2011. All Rights Reserved.