|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJaCoP.core.IntervalEnumeration
public abstract class IntervalEnumeration
Defines a methods for enumerating values contain in the intersal domain. It implements the interface Enumeration.
| Constructor Summary | |
|---|---|
IntervalEnumeration()
|
|
| Method Summary | |
|---|---|
abstract boolean |
hasMoreElements()
|
abstract Interval |
nextElement()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntervalEnumeration()
| Method Detail |
|---|
public abstract boolean hasMoreElements()
hasMoreElements in interface java.util.Enumeration<Interval>public abstract Interval nextElement()
nextElement in interface java.util.Enumeration<Interval>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||