The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Newsbot
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Quality
Search
Feedback
Class grendel.view.ViewedMessageBase.AllEnumerator
All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.view.ViewedMessageBase.AllEnumerator

java.lang.Object
   |
   +----grendel.view.ViewedMessageBase.AllEnumerator

class  ViewedMessageBase.AllEnumerator
     extends java.lang.Object
     implements java.util.Enumeration
{
          // Fields 2
     Enumeration kids;
     ViewedMessageBase tail;

          // Constructors 1
     AllEnumerator(ViewedMessageBase);

          // Methods 2
     public synchronized boolean hasMoreElements();
     public synchronized Object nextElement();
}



Fields


tail

   ViewedMessageBase tail


kids

   Enumeration kids



Constructors


AllEnumerator

   AllEnumerator(ViewedMessageBase thread) 



Methods


nextElement

   public synchronized Object nextElement() 
Implements:
nextElement in interface Enumeration


hasMoreElements

   public synchronized boolean hasMoreElements() 
Implements:
hasMoreElements in interface Enumeration


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

Copyright © 1998-1999 The Mozilla Organization.