Class RowCache.RowRef

  • Enclosing class:
    RowCache

    private static final class RowCache.RowRef
    extends java.lang.Object
    Used for the hash key in the cache.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int row  
      (package private) int table_id  
    • Constructor Summary

      Constructors 
      Constructor Description
      RowRef​(int table_id, 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

      • table_id

        int table_id
      • row

        int row
    • Constructor Detail

      • RowRef

        RowRef​(int table_id,
               int row)
    • Method Detail

      • hashCode

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

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