Class FSLogicalAddressingIndex.Page

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

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

    Fields
    Modifier and Type
    Field
    Description
    (package private) long
     
    (package private) long[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Page(long entryCount, long[] offsets)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    long[]
     

    Methods inherited from class java.lang.Object

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

    • entryCount

      long entryCount
    • offsets

      long[] offsets
  • Constructor Details

    • Page

      public Page(long entryCount, long[] offsets)
  • Method Details

    • getEntryCount

      public long getEntryCount()
    • getOffsets

      public long[] getOffsets()