public abstract class KeyCache<K> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
KeyCache() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract K |
computeKey(int pageNumber) |
K |
get(int pageNumber) |
Copyright © 2010–2021. All rights reserved.