| com.triactive.jdo.sco.SCOCollection
All known Subclasses: com.triactive.jdo.sco.HashSet,
SCOCollection | public interface SCOCollection extends SCO(Code) | | A mutable second-class Collection object.
author: Mike Martin version: $Revision: 1.1 $ |
Method Summary | |
boolean | allowsNulls() Indicates whether or not this collection allows null elements. | Class | getElementType() Returns the type of elements in this collection. |
allowsNulls | boolean allowsNulls()(Code) | | Indicates whether or not this collection allows null elements.
true if null elements are allowed,false otherwise. |
getElementType | Class getElementType()(Code) | | Returns the type of elements in this collection.
The type of elements in this collection. |
|
|