Uses of Interface
org.apache.jackrabbit.oak.segment.file.tar.index.IndexEntry
-
Packages that use IndexEntry Package Description org.apache.jackrabbit.oak.segment.file.tar.index -
-
Uses of IndexEntry in org.apache.jackrabbit.oak.segment.file.tar.index
Classes in org.apache.jackrabbit.oak.segment.file.tar.index that implement IndexEntry Modifier and Type Class Description classSimpleIndexEntryFields in org.apache.jackrabbit.oak.segment.file.tar.index with type parameters of type IndexEntry Modifier and Type Field Description static Comparator<IndexEntry>IndexEntry. POSITION_ORDERMethods in org.apache.jackrabbit.oak.segment.file.tar.index that return IndexEntry Modifier and Type Method Description IndexEntryIndex. entry(int i)Return the entry at a specified index.
-