public abstract class NumberedObjectCache extends Object
NumberedObjectCache()
protected abstract Object
findObject(int num)
Object
getObject(int num)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NumberedObjectCache()
public Object getObject(int num) throws Exception
Exception
protected abstract Object findObject(int num) throws Exception