public class LruList<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
add(T element) |
void |
clear() |
Iterable<T> |
getElements() |
Iterable<T> |
getElements(int nb) |
int |
size() |
Copyright © 2011–2014 Red Hat. All rights reserved.