fr.imag.adele.bundle.util.impl
Class DictionaryDelegate

java.lang.Object
  extended byjava.util.Dictionary
      extended byfr.imag.adele.bundle.util.impl.DictionaryDelegate

public class DictionaryDelegate
extends java.util.Dictionary


Constructor Summary
DictionaryDelegate(java.util.Dictionary dictionary)
           
 
Method Summary
 java.util.Enumeration elements()
          This method is unused by the filter checker
 java.lang.Object get(java.lang.Object key)
          This method is the only one used by the filter checker
 boolean isEmpty()
          This method is unused by the filter checker
 java.util.Enumeration keys()
          This method is unused by the filter checker
 java.lang.Object put(java.lang.Object arg0, java.lang.Object arg1)
          This method is unused by the filter checker
 java.lang.Object remove(java.lang.Object arg0)
          This method is unused by the filter checker
 int size()
          This method is unused by the filter checker
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionaryDelegate

public DictionaryDelegate(java.util.Dictionary dictionary)
Method Detail

size

public int size()
This method is unused by the filter checker

See Also:
Dictionary.size()

isEmpty

public boolean isEmpty()
This method is unused by the filter checker

See Also:
Dictionary.isEmpty()

elements

public java.util.Enumeration elements()
This method is unused by the filter checker

See Also:
Dictionary.elements()

keys

public java.util.Enumeration keys()
This method is unused by the filter checker

See Also:
Dictionary.keys()

get

public java.lang.Object get(java.lang.Object key)
This method is the only one used by the filter checker

See Also:
Dictionary.get(java.lang.Object)

remove

public java.lang.Object remove(java.lang.Object arg0)
This method is unused by the filter checker

See Also:
Dictionary.remove(java.lang.Object)

put

public java.lang.Object put(java.lang.Object arg0,
                            java.lang.Object arg1)
This method is unused by the filter checker

See Also:
Dictionary.put(java.lang.Object, java.lang.Object)