public abstract class ValueEnumeration extends Object
Constructor and Description |
---|
ValueEnumeration() |
Modifier and Type | Method and Description |
---|---|
abstract void |
domainHasChanged()
This function is called to inform enumeration of the change of the domain
it enumerates over.
|
abstract boolean |
hasMoreElements()
It checks if the value enumeration has more elements.
|
abstract int |
nextElement()
It returns the next element in the enumeration.
|
public abstract boolean hasMoreElements()
public abstract int nextElement()
public abstract void domainHasChanged()
Copyright © 2022. All rights reserved.