All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.www.pics.PushbackEnumeration

java.lang.Object
   |
   +----w3c.www.pics.PushbackEnumeration

public class PushbackEnumeration
extends Object
implements Enumeration

Constructor Index

 o PushbackEnumeration(Enumeration)

Method Index

 o hasMoreElements()
 o nextElement()
 o peekElement()
 o push(Object)

Constructors

 o PushbackEnumeration
 public PushbackEnumeration(Enumeration source)

Methods

 o hasMoreElements
 public boolean hasMoreElements()
 o nextElement
 public Object nextElement()
 o peekElement
 public Object peekElement()
 o push
 public void push(Object element)

All Packages  Class Hierarchy  This Package  Previous  Next  Index