Hilbert II - Version 0.01.09

org.qedeq.kernel.bo.module
Class ImportListBo

java.lang.Object
  extended byorg.qedeq.kernel.bo.module.ImportListBo
All Implemented Interfaces:
ImportList

public final class ImportListBo
extends Object
implements ImportList

List of imports.

Version:
$Revision: 1.3 $

Constructor Summary
ImportListBo()
          Constructs an empty list of imports.
 
Method Summary
 void add(Import imp)
          Add import module to this list.
 boolean equals(Object obj)
           
 Import 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

ImportListBo

public ImportListBo()
Constructs an empty list of imports.

Method Detail

add

public final void add(Import imp)
Add import module to this list.

Parameters:
imp - Added import.

size

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

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

get

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

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