The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search
Class calypso.util.WeakLinkArray
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
Copyright © 1998-2000 The Mozilla Organization.
Last modified December 25, 1998.