org.eclipse.core.runtime.internal.adaptor
Class CachedManifest

java.lang.Object
  extended by java.util.Dictionary
      extended by org.eclipse.core.runtime.internal.adaptor.CachedManifest

public class CachedManifest
extends java.util.Dictionary

Internal class.


Constructor Summary
CachedManifest(EclipseStorageHook storageHook)
           
 
Method Summary
 java.util.Enumeration elements()
           
 java.lang.Object get(java.lang.Object key)
           
 java.util.Dictionary getManifest()
           
 boolean isEmpty()
           
 java.util.Enumeration keys()
           
 java.lang.Object put(java.lang.Object key, java.lang.Object value)
           
 java.lang.Object remove(java.lang.Object key)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedManifest

public CachedManifest(EclipseStorageHook storageHook)
Method Detail

getManifest

public java.util.Dictionary getManifest()

size

public int size()
Specified by:
size in class java.util.Dictionary

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in class java.util.Dictionary

elements

public java.util.Enumeration elements()
Specified by:
elements in class java.util.Dictionary

keys

public java.util.Enumeration keys()
Specified by:
keys in class java.util.Dictionary

get

public java.lang.Object get(java.lang.Object key)
Specified by:
get in class java.util.Dictionary

remove

public java.lang.Object remove(java.lang.Object key)
Specified by:
remove in class java.util.Dictionary

put

public java.lang.Object put(java.lang.Object key,
                            java.lang.Object value)
Specified by:
put in class java.util.Dictionary