public interface Index
IndexEntrys and the IndexFooter.| Modifier and Type | Method and Description |
|---|---|
java.util.List<IndexEntry> |
getEntries() |
java.util.List<IndexEntry> |
glob(java.lang.String pattern)
glob returns all index entries whose name matches pattern or an empty List if there is
no matching entry.
|
java.util.List<IndexEntry> getEntries()
IndexEntry that the index contains.java.util.List<IndexEntry> glob(java.lang.String pattern)
pattern - glob pattern