Package | Description |
---|---|
org.deidentifier.arx.framework.check.history |
This package implements the 'history' optimization.
|
Modifier and Type | Field and Description |
---|---|
MRUCacheEntry<T> |
MRUCacheEntry.next
The next.
|
MRUCacheEntry<T> |
MRUCacheEntry.prev
The prev.
|
Modifier and Type | Method and Description |
---|---|
MRUCacheEntry<T> |
MRUCache.getHead()
Gets the first.
|