Package com.mckoi.database
Class DataCellCache.DCCacheKey
- java.lang.Object
-
- com.mckoi.database.DataCellCache.DCCacheKey
-
- Enclosing class:
- DataCellCache
private static final class DataCellCache.DCCacheKey extends java.lang.Object
Inner class that creates an object that hashes nicely over the cache source.
-
-
Constructor Summary
Constructors Constructor Description DCCacheKey(int table_id, short column, int row)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object ob)
int
hashCode()
-