| Interface | Description |
|---|---|
| IDocument |
Document interface
|
| IView |
View interface
|
| Class | Description |
|---|---|
| Document |
Document (to hold processed data)
|
| Document.Cache<T> |
One-object cache
|
| Document.MapCache<K,T> |
Key-indexed objects cache
|
| Document.MapCache2<K,K2 extends java.lang.Enum<K2>,T> |
Two-tier key-indexed objects cache
|
| Document.MapCache3<K,K2 extends java.lang.Enum<K2>,K3 extends java.lang.Enum<K3>,T> |
Two-tier key-indexed objects cache
|
| SegmentedDocument | |
| Status |