Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class ncsa.horizon.util.MessageBuffer.Enum

java.lang.Object
  |
  +--ncsa.horizon.util.MessageBuffer.Enum

public class MessageBuffer.Enum
extends java.lang.Object
implements java.util.Enumeration

Method Summary
boolean hasMoreElements()
           
boolean hasMoreLines()
           
java.lang.Object nextElement()
           
java.lang.String nextLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Method Detail

hasMoreElements

public boolean hasMoreElements()
Description copied from interface:
 
Specified by:
hasMoreElements() in interface java.util.Enumeration

hasMoreLines

public boolean hasMoreLines()

nextElement

public java.lang.Object nextElement()
Description copied from interface:
 
Specified by:
nextElement() in interface java.util.Enumeration

nextLine

public java.lang.String nextLine()

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD