OV - The actual ODataValue interface.public interface ODataCollectionValue<OV extends ODataValue> extends ODataValue, Iterable<OV>
| Modifier and Type | Method and Description |
|---|---|
ODataCollectionValue<OV> |
add(ODataValue value)
Adds a value to the collection.
|
Collection<Object> |
asJavaCollection()
Converts this instance as POJO collection.
|
boolean |
isEmpty()
Checks if collection is empty.
|
int |
size()
Gets collection size.
|
asCollection, asComplex, asPrimitive, getTypeName, isCollection, isComplex, isPrimitiveODataCollectionValue<OV> add(ODataValue value)
value - value to be added.boolean isEmpty()
int size()
Collection<Object> asJavaCollection()
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.