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 © 2018 JBoss by Red Hat. All rights reserved.