Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated)
11g Release 1 (11.1.1)

B32476-04

oracle.toplink.ejb.cmp.wls
Interface CursoredCollection

All Superinterfaces:
java.util.Collection, CursoredCollection, java.lang.Iterable, java.io.Serializable

Deprecated. Since OracleAS TopLink 10g (10.0.3). Use oracle.toplink.ejb.cmp.CursoredCollection instead.

public interface CursoredCollection
extends CursoredCollection

CursoredCollection is an interface that conforms to Collection while providing Cursor behaviour.

See Also:
CursoredCollection

Method Summary
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 


Copyright © 1998, 2012, Oracle. All Rights Reserved.