Class FSLogicalAddressingIndex.PageTableEntry

java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.index.FSLogicalAddressingIndex.PageTableEntry
Enclosing class:
FSLogicalAddressingIndex

private static class FSLogicalAddressingIndex.PageTableEntry extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private long
     
    private long
     
    private long
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • offset

      private long offset
    • entryCount

      private long entryCount
    • size

      private long size
  • Constructor Details

    • PageTableEntry

      private PageTableEntry()