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.Atom.AtomTable
All Packages  This Package  Class Hierarchy  Class Search  Index

Class calypso.util.Atom.AtomTable

java.lang.Object
   |
   +----calypso.util.HashtableBase
           |
           +----calypso.util.Atom.AtomTable

static final class  Atom.AtomTable
     extends calypso.util.HashtableBase
{
          // Constructors 1
     public AtomTable();

          // Methods 7
     static final int HashCodeFor(StringBuf);
     static final int HashCodeFor(String);
     boolean contains(StringBuf);
     Atom find(StringBuf);
     private Atom find(Object, int);
     Atom find(String);
     void remove(String, int);
}



Constructors


AtomTable

   public AtomTable() 

Default constructor




Methods


find

   Atom find(String aKey) 


find

   Atom find(StringBuf aKey) 


find

   private Atom find(Object aKey, 
                     int aHash) 


HashCodeFor

   static final int HashCodeFor(String aString) 


HashCodeFor

   static final int HashCodeFor(StringBuf aString) 


contains

   boolean contains(StringBuf aKey) 


remove

   void remove(String aKey, 
               int aHashCode) 


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.