T
- The actual ODataValue interface.public interface ClientCollectionValue<T extends ClientValue> extends ClientValue, Iterable<T>
Modifier and Type | Method and Description |
---|---|
ClientCollectionValue<T> |
add(ClientValue 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, asEnum, asPrimitive, getTypeName, isCollection, isComplex, isEnum, isPrimitive
forEach, iterator, spliterator
ClientCollectionValue<T> add(ClientValue value)
value
- value to be added.boolean isEmpty()
int size()
Collection<Object> asJavaCollection()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.