org.qedeq.kernel.se.dto.module
Class LatexListVo

java.lang.Object
  extended by org.qedeq.kernel.se.dto.module.LatexListVo
All Implemented Interfaces:
LatexList

public class LatexListVo
extends java.lang.Object
implements LatexList

List of LaTeX text parts.

Author:
Michael Meyling

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(java.lang.Object obj)
           
 Latex get(int index)
          Get index-th element of list.
 int hashCode()
           
 int size()
          Get size of list.
 java.lang.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(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2014. All Rights Reserved.