| Modifier and Type | Field | Description |
|---|---|---|
private java.util.TreeMap<java.lang.String,IndexEntry> |
DocumentIndex.index |
A TreeMap with a String key mapped on to an Index Entry value that acts as the index
for the document.
|
| Modifier and Type | Method | Description |
|---|---|---|
IndexEntry |
DocumentIndex.getEntry(java.lang.String key) |
This method returns the corresponding IndexEntry to the key provided if the key
set does contain the key.
|