java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.index.FSL2PEntry

public class FSL2PEntry extends java.lang.Object
  • Field Summary

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

    Constructors
    Constructor
    Description
    FSL2PEntry(long offset, long itemIndex)
     
  • 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

    • offset

      private long offset
    • itemIndex

      private long itemIndex
  • Constructor Details

    • FSL2PEntry

      public FSL2PEntry(long offset, long itemIndex)
  • Method Details

    • getOffset

      public long getOffset()
    • getItemIndex

      public long getItemIndex()