Business Components

oracle.jbo.common
Class WeakKeyHashtableImpl

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--oracle.jbo.common.WeakKeyHashtableImpl

public class WeakKeyHashtableImpl
extends java.util.Dictionary

Internal: Applications should not use this class.


Constructor Summary
WeakKeyHashtableImpl()
           
WeakKeyHashtableImpl(int initialCapacity)
           
WeakKeyHashtableImpl(int initialCapacity, float loadFactor)
           
 
Method Summary
 java.util.Enumeration elements()
           
 java.lang.Object get(java.lang.Object key)
           
 boolean isEmpty()
           
 java.util.Enumeration keys()
           
 java.lang.Object put(java.lang.Object key, java.lang.Object value)
           
protected  void rehash()
           
 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

WeakKeyHashtableImpl

public WeakKeyHashtableImpl(int initialCapacity,
                            float loadFactor)

WeakKeyHashtableImpl

public WeakKeyHashtableImpl(int initialCapacity)

WeakKeyHashtableImpl

public WeakKeyHashtableImpl()
Method Detail

size

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

isEmpty

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

keys

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

elements

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

get

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

rehash

protected void rehash()

put

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

remove

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

Business Components