org.ephman.utils
Class IdentifiedCache

java.lang.Object
  |
  +--org.ephman.utils.RandomCache
        |
        +--org.ephman.utils.IdentifiedCache

public class IdentifiedCache
extends RandomCache


Field Summary
 
Fields inherited from class org.ephman.utils.RandomCache
hm
 
Constructor Summary
IdentifiedCache(int size)
           
 
Method Summary
 Identified get(int oid)
           
 void put(Identified i)
           
 
Methods inherited from class org.ephman.utils.RandomCache
flush, get, getSize, put, putForceUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentifiedCache

public IdentifiedCache(int size)
Method Detail

get

public Identified get(int oid)

put

public void put(Identified i)