|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jdt.internal.core.util.LRUCache
org.eclipse.jdt.internal.core.OverflowingLRUCache
org.eclipse.jdt.internal.core.ElementCache
public class ElementCache
An LRU cache of JavaElements.
| Constructor Summary | |
|---|---|
ElementCache(int size)
Constructs a new element cache of the given size. |
|
ElementCache(int size,
int overflow)
Constructs a new element cache of the given size. |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.jdt.internal.core.OverflowingLRUCache |
|---|
clone, elements, fillingRatio, getEntryTable, getLoadFactor, getOverflow, printStats, put, remove, setLoadFactor, setSpaceLimit, shrink, toString |
| Methods inherited from class org.eclipse.jdt.internal.core.util.LRUCache |
|---|
flush, flush, get, getCurrentSpace, getKey, getSpaceLimit, keys, keysAndValues, peek, removeKey, toStringFillingRation |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ElementCache(int size)
public ElementCache(int size,
int overflow)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||