Class MagList

java.lang.Object
   |
   +----MagList

public class MagList
extends Object

Variable Index

 o end
 o now
 o start

Constructor Index

 o MagList()

Method Index

 o add(String, boolean)
 o eol()
 o getData()
 o getStyle()
 o gotoLast()
 o gotoNext()
 o reset()

Variables

 o start
 private MagList. Node start
 o now
 private MagList. Node now
 o end
 private MagList. Node end

Constructors

 o MagList
 public MagList()

Methods

 o add
 public void add(String x,
                 boolean s)
 o eol
 public boolean eol()
 o gotoNext
 public void gotoNext()
 o gotoLast
 public void gotoLast()
 o reset
 public void reset()
 o getData
 public String getData()
 o getStyle
 public boolean getStyle()