Class 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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) short column  
      (package private) int row  
      (package private) int table_id  
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • row

        final int row
      • column

        final short column
      • table_id

        final int table_id
    • Constructor Detail

      • DCCacheKey

        DCCacheKey​(int table_id,
                   short column,
                   int row)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object ob)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object