You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



All Packages  This Package  Class Hierarchy  Class Search  Index

Class calypso.util.WeakLinkArray

java.lang.Object
   |
   +----calypso.util.WeakLinkArray

An array of objects whose references are weak. Weak references hold a reference to the object that the GC can break when the object no longer has any hard references.


public class  WeakLinkArray
     extends java.lang.Object
{
          // Fields 2
     WeakLink[] fArray;
     int fCount;

          // Constructors 1
     public WeakLinkArray();

          // Methods 4
     public void addElement(Object);
     public boolean contains(Object);
     public Enumeration elements();
     public void removeElement(Object);
}



Fields


fArray

   WeakLink[] fArray


fCount

   int fCount



Constructors


WeakLinkArray

   public WeakLinkArray() 



Methods


addElement

   public void addElement(Object aObject) 


removeElement

   public void removeElement(Object aObject) 


contains

   public boolean contains(Object aObject) 


elements

   public Enumeration elements() 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4