org.eclipse.emf.common.util
Class URI.URICache

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.ref.WeakReference<URI>>
          extended by org.eclipse.emf.common.util.URI.URICache
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.ref.WeakReference<URI>>
Enclosing class:
URI

private static class URI.URICache
extends java.util.HashMap<java.lang.String,java.lang.ref.WeakReference<URI>>


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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

MIN_LIMIT

static final int MIN_LIMIT
See Also:
Constant Field Values

count

int count

limit

int limit
Constructor Detail

URI.URICache

private URI.URICache()
Method Detail

get

public URI get(java.lang.String key)

put

public void put(java.lang.String key,
                URI value)

cleanGCedValues

private void cleanGCedValues()


Copyright © 2001-2010 Eclipse Foundation. All Rights Reserved.