com.mchange.v1.util
Class NumberedObjectCache

java.lang.Object
  extended by com.mchange.v1.util.NumberedObjectCache

public abstract class NumberedObjectCache
extends java.lang.Object


Constructor Summary
NumberedObjectCache()
           
 
Method Summary
protected abstract  java.lang.Object findObject(int num)
           
 java.lang.Object getObject(int num)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberedObjectCache

public NumberedObjectCache()
Method Detail

getObject

public java.lang.Object getObject(int num)
                           throws java.lang.Exception
Throws:
java.lang.Exception

findObject

protected abstract java.lang.Object findObject(int num)
                                        throws java.lang.Exception
Throws:
java.lang.Exception