The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Search
Feedback


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 The Mozilla Organization.