Hilbert II - Version 0.03.01

org.qedeq.kernel.dto.module
Class LatexListVo

java.lang.Object
  extended byorg.qedeq.kernel.dto.module.LatexListVo
All Implemented Interfaces:
LatexList

public final class LatexListVo
extends Object
implements LatexList

List of LaTeX text parts.

Version:
$Revision: 1.4 $

Constructor Summary
LatexListVo()
          Constructs an empty list of LaTeX text parts.
 
Method Summary
 void add(LatexVo latex)
          Add language dependent LaTeX text to list.
 boolean equals(Object obj)
           
 Latex get(int index)
          Get index-th element of list.
 int hashCode()
           
 int size()
          Get size of list.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LatexListVo

public LatexListVo()
Constructs an empty list of LaTeX text parts.

Method Detail

add

public final void add(LatexVo latex)
Add language dependent LaTeX text to list.

Parameters:
latex - LaTeX text.

size

public final int size()
Description copied from interface: LatexList
Get size of list.

Specified by:
size in interface LatexList
Returns:
List size.

get

public final Latex get(int index)
Description copied from interface: LatexList
Get index-th element of list.

Specified by:
get in interface LatexList
Parameters:
index - Index.
Returns:
Index-th element.

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()

Hilbert II - Version 0.03.01

©left GNU General Public Licence
All Rights Reserved.