kodo.jdbc.meta
Class  AbstractMapFieldMapping.LRSProxyMap
java.lang.Object
  |
  +--kodo.util.AbstractLRSProxyMap
        |
        +--kodo.jdbc.meta.AbstractMapFieldMapping.LRSProxyMap
- All Implemented Interfaces: 
- ChangeTracker, LRSProxy, Map, com.solarmetric.apache.commons.collections.Predicate, Proxy
- Enclosing class: 
- AbstractMapFieldMapping
- protected class AbstractMapFieldMapping.LRSProxyMap- extends AbstractLRSProxyMap
Large result set map.
 
 
| Method Summary | 
| protected  int | count()Return the number of entries in the map, or
 Integer.MAX_VALUE. | 
| protected  boolean | hasKey(Object key)Return whether the given key exists in the map.
 | 
| protected  Iterator | itr()Implement this method to return an iterator over the entries
	in the map.
 | 
| protected  Collection | keys(Object val)Return all keys for the given value.
 | 
| protected  Object | value(Object key)Return the value of the given key.
 | 
 
| Methods inherited from class kodo.util.AbstractLRSProxyMap | 
| added, changed, clear, containsKey, containsValue, copy, entrySet, evaluate, get, getAdded, getChanged, getChangeTracker, getNextSequence, getOwner, getOwnerField, getRemoved, isEmpty, isTracking, keySet, put, putAll, remove, removed, setNextSequence, setOwner, size, startTracking, stopTracking, values, writeReplace | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
AbstractMapFieldMapping.LRSProxyMap
public AbstractMapFieldMapping.LRSProxyMap()
count
protected int count()
- Description copied from class: AbstractLRSProxyMap
- Return the number of entries in the map, or Integer.MAX_VALUE.
- 
- Overrides:
- countin class- AbstractLRSProxyMap
 
hasKey
protected boolean hasKey(Object key)
- Description copied from class: AbstractLRSProxyMap
- Return whether the given key exists in the map.- 
- Overrides:
- hasKeyin class- AbstractLRSProxyMap
 
keys
protected Collection keys(Object val)
- Description copied from class: AbstractLRSProxyMap
- Return all keys for the given value.- 
- Overrides:
- keysin class- AbstractLRSProxyMap
 
value
protected Object value(Object key)
- Description copied from class: AbstractLRSProxyMap
- Return the value of the given key.- 
- Overrides:
- valuein class- AbstractLRSProxyMap
 
itr
protected Iterator itr()
- Description copied from class: AbstractLRSProxyMap
- Implement this method to return an iterator over the entries
	in the map.  Each returned object must implement the 
	Map.Entryinterface.  This method may be invoked multiple 
	times.  The iterator does not have to support theIterator.remove()method, and may implementCloseable.
- 
- Overrides:
- itrin class- AbstractLRSProxyMap
 
Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.