com.mchange.v1.util
Class NumberedObjectCache
java.lang.Object
com.mchange.v1.util.NumberedObjectCache
public abstract class NumberedObjectCache
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NumberedObjectCache
public NumberedObjectCache()
getObject
public Object getObject(int num)
throws Exception
- Throws:
Exception
findObject
protected abstract Object findObject(int num)
throws Exception
- Throws:
Exception