Hilbert II - Version 0.01.09

org.qedeq.kernel.bo.module
Class SubsectionListBo

java.lang.Object
  extended byorg.qedeq.kernel.bo.module.SubsectionListBo
All Implemented Interfaces:
SubsectionList

public final class SubsectionListBo
extends Object
implements SubsectionList

List of nodes. In LaTeX terms a node is something like an "subsection".

Version:
$Revision: 1.2 $

Constructor Summary
SubsectionListBo()
          Constructs an empty node list.
 
Method Summary
 void add(SubsectionType node)
          Add subsection to this list.
 boolean equals(Object obj)
           
 SubsectionType 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

SubsectionListBo

public SubsectionListBo()
Constructs an empty node list.

Method Detail

add

public final void add(SubsectionType node)
Add subsection to this list.

Parameters:
node - Subsection or node to add.

size

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

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

get

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

Specified by:
get in interface SubsectionList
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.01.09

©left GNU General Public Licence
All Rights Reserved.