Class RowCache.CachedRow

  • Enclosing class:
    RowCache

    private static final class RowCache.CachedRow
    extends java.lang.Object
    A cached row.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int row  
      (package private) java.lang.Object[] row_data  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CachedRow()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • row

        int row
      • row_data

        java.lang.Object[] row_data
    • Constructor Detail

      • CachedRow

        private CachedRow()