Package io.hawt.log.support
Class LruList<T>
- java.lang.Object
-
- io.hawt.log.support.LruList<T>
-
public class LruList<T> extends java.lang.ObjectA simple LRU list that stores a fixed size
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(T element)voidclear()java.lang.Iterable<T>getElements()java.lang.Iterable<T>getElements(int number)intsize()
-