public abstract class FloatIntervalEnumeration extends Object implements Enumeration<FloatInterval>
Constructor and Description |
---|
FloatIntervalEnumeration() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
hasMoreElements() |
abstract FloatInterval |
nextElement() |
public abstract boolean hasMoreElements()
hasMoreElements
in interface Enumeration<FloatInterval>
public abstract FloatInterval nextElement()
nextElement
in interface Enumeration<FloatInterval>
Copyright © 2022. All rights reserved.