public interface

OCollection

implements Iterable<T> OObject
org.odata4j.core.OCollection<T extends org.odata4j.core.OObject>

Class Overview

A homogeneous collection of OData objects of a given EdmType.

The OCollections static factory class can be used to create OCollection instances.

See Also

Summary

Nested Classes
interface OCollection.Builder<T extends OObject> Builds an OCollection instance. 
Public Methods
abstract int size()
Gets the size of this collection
[Expand]
Inherited Methods
From interface java.lang.Iterable
From interface org.odata4j.core.OObject

Public Methods

public abstract int size ()

Gets the size of this collection