public class SmallDenseDomainIntervalEnumeration extends IntervalEnumeration
| Constructor and Description |
|---|
SmallDenseDomainIntervalEnumeration(SmallDenseDomain dom)
It create an enumeration for a given domain.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
Interval |
nextElement() |
public SmallDenseDomainIntervalEnumeration(SmallDenseDomain dom)
dom - domain for which value enumeration is created.public boolean hasMoreElements()
hasMoreElements in interface Enumeration<Interval>hasMoreElements in class IntervalEnumerationpublic Interval nextElement()
nextElement in interface Enumeration<Interval>nextElement in class IntervalEnumerationCopyright © 2016. All rights reserved.