Class FSLogicalAddressingIndex.Page
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.index.FSLogicalAddressingIndex.Page
- Enclosing class:
- FSLogicalAddressingIndex
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) long
(package private) long[]
-
Constructor Summary
Constructors -
Method Summary
-
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()
-