com.saelist.stx
Class PairList
java.lang.Object
com.saelist.stx.PairList
- public class PairList
- extends java.lang.Object
|
Nested Class Summary |
static class |
PairList.TextIterator
Iterates through the text of the given list of @{link Pair}s. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PairList
public PairList()
addPair
public void addPair(Pair pair)
addPair
public void addPair(int index,
Pair pair)
getPair
public Pair getPair(int index)
remove
public void remove(Pair pair)
getTexts
public java.util.Iterator getTexts()
getPairs
public java.util.Iterator getPairs()
toString
public java.lang.String toString()
get
public Pair get(int index)
size
public int size()
isEmpty
public boolean isEmpty()
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object object)