Package | Description |
---|---|
jadex.commons.collection |
This package contains useful extensions to java.util.collection classes.
|
Modifier and Type | Method and Description |
---|---|
void |
LRU.setCleaner(ILRUEntryCleaner cleaner)
Set the cleaner object.
|
Constructor and Description |
---|
LRU(int max,
ILRUEntryCleaner cleaner)
Create a new LRU.
|
Copyright © 2013. All Rights Reserved.