private abstract class UsageMap.Handler
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
Handler() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addOrRemovePageNumber(int pageNumber,
boolean add,
boolean force) |
boolean |
containsPageNumber(int pageNumber) |
public boolean containsPageNumber(int pageNumber)
public abstract void addOrRemovePageNumber(int pageNumber,
boolean add,
boolean force)
throws java.io.IOException
pageNumber - Page number to add or remove from this mapadd - True to add it, false to remove itforce - true to force add/remove and ignore certain inconsistenciesjava.io.IOException