|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nnsoft.sameas4j.EquivalenceList
public final class EquivalenceList
Represents an Equivalence list.
| Constructor Summary | |
|---|---|
EquivalenceList()
|
|
| Method Summary | |
|---|---|
protected void |
addEquivalence(Equivalence equivalence)
Add a new Equivalence into the list. |
Iterator<Equivalence> |
iterator()
|
int |
size()
Return the number of Equivalence found. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EquivalenceList()
| Method Detail |
|---|
protected void addEquivalence(Equivalence equivalence)
Equivalence into the list.
equivalence - the Equivalence has to be added into the list.public Iterator<Equivalence> iterator()
iterator in interface Iterable<Equivalence>public int size()
Equivalence found.
Equivalence found.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||