public class FloatIntervalDomainIntervalEnumeration extends FloatIntervalEnumeration
Constructor and Description |
---|
FloatIntervalDomainIntervalEnumeration(FloatIntervalDomain dom)
It creates an enumeration for a given interval domain.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
FloatInterval |
nextElement() |
public FloatIntervalDomainIntervalEnumeration(FloatIntervalDomain dom)
dom
- interval domain for which an enumeration is created.public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<FloatInterval>
hasMoreElements
in class FloatIntervalEnumeration
public FloatInterval nextElement()
nextElement
in interface Enumeration<FloatInterval>
nextElement
in class FloatIntervalEnumeration
Copyright © 2022. All rights reserved.