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

Nested Class Summary
static interface OCollection.Builder<T extends OObject>
          Builds an OCollection instance.
 
Method Summary
 int size()
          Gets the size of this collection
 
Methods inherited from interface org.odata4j.core.OObject
getType
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

size

int size()
Gets the size of this collection



http://odata4j.org