Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.jbo.common
Class WeakHashlist

java.lang.Object
  extended by oracle.adfnmc.java.util.Dictionary
      extended by oracle.jbo.common.WeakHashtable
          extended by oracle.jbo.common.WeakHashlist

public class WeakHashlist
extends WeakHashtable


Constructor Summary
WeakHashlist()
           
WeakHashlist(int initialCapacity)
           
WeakHashlist(int initialCapacity, float loadFactor)
           
 
Method Summary
 void clear()
           
 void doneList()
           
 WeakVector getList()
           
 java.lang.Object put(java.lang.Object key, java.lang.Object value)
          Associate key with value in this Dictionary.
 java.lang.Object remove(java.lang.Object key)
          Remove the key/value pair with the specified key from this Dictionary.
 java.lang.Object removeStrict(java.lang.Object key, java.lang.Object value)
           
 
Methods inherited from class oracle.jbo.common.WeakHashtable
elements, get, isEmpty, keys, size
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeakHashlist

public WeakHashlist(int initialCapacity,
                    float loadFactor)

WeakHashlist

public WeakHashlist(int initialCapacity)

WeakHashlist

public WeakHashlist()
Method Detail

getList

public WeakVector getList()

doneList

public void doneList()

put

public java.lang.Object put(java.lang.Object key,
                            java.lang.Object value)
Description copied from class: Dictionary
Associate key with value in this Dictionary. If key exists in the Dictionary prior to this call being made, the old value is replaced.

Overrides:
put in class WeakHashtable
Parameters:
key - the key to add
value - the value to add
Returns:
the old value previously associated with key or null if key is new to the Dictionary.
See Also:
Dictionary.elements(), Dictionary.get(java.lang.Object), Dictionary.keys()

remove

public java.lang.Object remove(java.lang.Object key)
Description copied from class: Dictionary
Remove the key/value pair with the specified key from this Dictionary.

Overrides:
remove in class WeakHashtable
Parameters:
key - the key to remove
Returns:
the associated value or else null if key is not known to this Dictionary
See Also:
Dictionary.get(java.lang.Object), Dictionary.put(java.lang.Object, java.lang.Object)

removeStrict

public java.lang.Object removeStrict(java.lang.Object key,
                                     java.lang.Object value)
Overrides:
removeStrict in class WeakHashtable

clear

public void clear()
Overrides:
clear in class WeakHashtable

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.