|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,java.lang.ref.WeakReference<URI>>
org.eclipse.emf.common.util.URI.URICache
private static class URI.URICache
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
| Field Summary | |
|---|---|
(package private) int |
count
|
(package private) int |
limit
|
(package private) static int |
MIN_LIMIT
|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
private |
URI.URICache()
|
| Method Summary | |
|---|---|
private void |
cleanGCedValues()
|
URI |
get(java.lang.String key)
|
void |
put(java.lang.String key,
URI value)
|
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Field Detail |
|---|
private static final long serialVersionUID
static final int MIN_LIMIT
int count
int limit
| Constructor Detail |
|---|
private URI.URICache()
| Method Detail |
|---|
public URI get(java.lang.String key)
public void put(java.lang.String key,
URI value)
private void cleanGCedValues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||