|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.document.schema.impl.export.InsertListImpl
public final class InsertListImpl
Implements an insertlist.
Constructor Summary | |
---|---|
InsertListImpl()
Creates an empty insertlist. |
|
InsertListImpl(InsertListImpl insertList)
Creates clone of given insertlist, as a InsertList
interface. |
|
InsertListImpl(InsertListInternal insertList,
RulePool rulePool)
Creates clone of given insertlist, as a InsertList
interface. |
Method Summary | |
---|---|
void |
add(ElementLocImpl eLoc)
Adds given elementloc at the end of this insertlist. |
boolean |
equals(Object obj)
|
IElementLocP |
get(int i)
Returns i-th element locator in list. |
int |
getLength()
Returns number of locator in this insertlist. |
int |
hashCode()
|
void |
merge(InsertListImpl insertList)
Adds given insertlist at the end of this insertlist. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InsertListImpl(InsertListInternal insertList, RulePool rulePool)
InsertList
interface.
insertList
- insertlist, that will be represented by this object.rulePool
- where new rules will be stored.public InsertListImpl(InsertListImpl insertList)
InsertList
interface.
insertList
- insertlist, that will be represented by this object.public InsertListImpl()
Method Detail |
---|
public IElementLocP get(int i)
IInsertListP
get
in interface IInsertListP
i
- index of item.
public int getLength()
IInsertListP
getLength
in interface IInsertListP
public String toString()
toString
in class Object
public void add(ElementLocImpl eLoc)
eLoc
- elementloc to insert.public void merge(InsertListImpl insertList)
insertList
- insertlist to insert.public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |