|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Condition>
nl.liacs.subdisc.ConditionList
public class ConditionList
Constructor Summary | |
---|---|
ConditionList()
|
Method Summary | |
---|---|
boolean |
addCondition(Condition theCondition)
|
ConditionList |
copy()
|
boolean |
equals(java.lang.Object theObject)
|
void |
sort()
Sorts this ConditionList according to 'natural' order of Condition s. |
void |
toSearchOrder()
Puts the Condition s in this ConditionList in the
order in which they were found during the search process. |
java.lang.String |
toString()
|
Methods inherited from class java.util.ArrayList |
---|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
---|
hashCode |
Methods inherited from class java.util.AbstractCollection |
---|
containsAll |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
containsAll, hashCode |
Constructor Detail |
---|
public ConditionList()
Method Detail |
---|
public ConditionList copy()
public java.lang.String toString()
toString
in class java.util.AbstractCollection<Condition>
public boolean equals(java.lang.Object theObject)
equals
in interface java.util.Collection<Condition>
equals
in interface java.util.List<Condition>
equals
in class java.util.AbstractList<Condition>
public boolean addCondition(Condition theCondition)
public void toSearchOrder()
Condition
s in this ConditionList in the
order in which they were found during the search process.
To put them back in the 'natural' order of
Condition
s, call sort()
on this
ConditionList.
sort()
public void sort()
Condition
s.
Not used for now, may come in hand for Safarii-like 'deeper'
functionality.
Condition.compareTo(nl.liacs.subdisc.Condition)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |