org.apache.openjpa.jdbc.meta.strats
Class LRSProxyMap

java.lang.Object
  extended by org.apache.openjpa.util.AbstractLRSProxyMap
      extended by org.apache.openjpa.jdbc.meta.strats.LRSProxyMap
All Implemented Interfaces:
Map, org.apache.commons.collections.Predicate, ChangeTracker, LRSProxy, MapChangeTracker, Proxy

 class LRSProxyMap
extends AbstractLRSProxyMap

Large result set map.

Author:
Abe White

Constructor Summary
LRSProxyMap(LRSMapFieldStrategy strat)
           
 
Method Summary
protected  int count()
           
protected  boolean hasKey(Object key)
           
protected  boolean hasValue(Object value)
           
protected  Iterator itr()
           
protected  Collection keys(Object obj)
           
protected  Object value(Object obj)
           
 
Methods inherited from class org.apache.openjpa.util.AbstractLRSProxyMap
added, changed, clear, containsKey, containsValue, copy, entrySet, evaluate, get, getAdded, getChanged, getChangeTracker, getNextSequence, getOwner, getOwnerField, getRemoved, getTrackKeys, isEmpty, isTracking, keySet, put, putAll, remove, removed, setNextSequence, setOwner, setTrackKeys, size, startTracking, stopTracking, values, 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.Map
equals, hashCode
 

Constructor Detail

LRSProxyMap

public LRSProxyMap(LRSMapFieldStrategy strat)
Method Detail

count

protected int count()
Specified by:
count in class AbstractLRSProxyMap

hasKey

protected boolean hasKey(Object key)
Specified by:
hasKey in class AbstractLRSProxyMap

hasValue

protected boolean hasValue(Object value)
Specified by:
hasValue in class AbstractLRSProxyMap

keys

protected Collection keys(Object obj)
Specified by:
keys in class AbstractLRSProxyMap

value

protected Object value(Object obj)
Specified by:
value in class AbstractLRSProxyMap

itr

protected Iterator itr()
Specified by:
itr in class AbstractLRSProxyMap


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.