SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

kodo.jdbc.meta
Class AbstractCollectionFieldMapping.LRSProxyCollection

java.lang.Object
  |
  +--kodo.util.AbstractLRSProxyCollection
        |
        +--kodo.jdbc.meta.AbstractCollectionFieldMapping.LRSProxyCollection
All Implemented Interfaces:
ChangeTracker, Collection, LRSProxy, com.solarmetric.apache.commons.collections.Predicate, Proxy, Set
Enclosing class:
AbstractCollectionFieldMapping

protected class AbstractCollectionFieldMapping.LRSProxyCollection
extends AbstractLRSProxyCollection

Large result set collection.


Constructor Summary
AbstractCollectionFieldMapping.LRSProxyCollection()
           
 
Method Summary
protected  int count()
          Return the number of elements in the collection, or Integer.MAX_VALUE.
protected  boolean has(Object obj)
          Return whether the collection contains the given element.
protected  Iterator itr()
          Implement this method to return an iterator over the contents of the collection.
 
Methods inherited from class kodo.util.AbstractLRSProxyCollection
add, addAll, added, changed, clear, contains, containsAll, copy, evaluate, getAdded, getChanged, getChangeTracker, getNextSequence, getOwner, getOwnerField, getRemoved, isEmpty, isTracking, iterator, remove, removeAll, removed, retainAll, setNextSequence, setOwner, size, startTracking, stopTracking, toArray, toArray, writeReplace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Set
equals, hashCode
 

Constructor Detail

AbstractCollectionFieldMapping.LRSProxyCollection

public AbstractCollectionFieldMapping.LRSProxyCollection()
Method Detail

count

protected int count()
Description copied from class: AbstractLRSProxyCollection
Return the number of elements in the collection, or Integer.MAX_VALUE.
Overrides:
count in class AbstractLRSProxyCollection

has

protected boolean has(Object obj)
Description copied from class: AbstractLRSProxyCollection
Return whether the collection contains the given element.
Overrides:
has in class AbstractLRSProxyCollection

itr

protected Iterator itr()
Description copied from class: AbstractLRSProxyCollection
Implement this method to return an iterator over the contents of the collection. This method may be invoked multiple times. The returned iterator does not have to support the Iterator.remove() method, and may implement Closeable.
Overrides:
itr in class AbstractLRSProxyCollection

SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.