org.odata4j.core
Interface OCollection<T extends OObject>
- Type Parameters:
T
- type of instances in the collection.
- All Superinterfaces:
- Iterable<T>, OObject
public interface OCollection<T extends OObject>
- extends OObject, Iterable<T>
A homogeneous collection of OData objects of a given EdmType
.
The OCollections
static factory class can be used to create OCollection
instances.
- See Also:
OCollections
Method Summary |
int |
size()
Gets the size of this collection |
size
int size()
- Gets the size of this collection
http://odata4j.org