public class CacheSetLRU<T> extends Object implements CacheSet<T>
CacheSetLRU(float loadFactor, int maxSize)
CacheSetLRU(int maxSize)
void
add(T e)
clear()
boolean
contains(T obj)
isEmpty()
remove(T obj)
long
size()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CacheSetLRU(int maxSize)
public CacheSetLRU(float loadFactor, int maxSize)
public void add(T e)
add
CacheSet<T>
public void clear()
clear
public boolean contains(T obj)
contains
public boolean isEmpty()
isEmpty
public void remove(T obj)
remove
public long size()
size
Licenced under the Apache License, Version 2.0