Navigation
index
next
|
previous
|
AMPL API 2.0.4-0 documentation
»
Java API reference
»
Javadoc
»
com.ampl
»
Table Of Contents
ConstraintMap.MyConstraintMapIterator
Constructors
MyConstraintMapIterator
Methods
hasNext
next
remove
Previous topic
ConstraintMap
Next topic
OSUtils
This Page
Show Source
Quick search
ConstraintMap.MyConstraintMapIterator
¶
public class
MyConstraintMapIterator
implements
Iterator
<
Constraint
>
¶
Constructors
¶
MyConstraintMapIterator
¶
public
MyConstraintMapIterator
(
EntityMapConstraint
impl
)
¶
Methods
¶
hasNext
¶
public boolean
hasNext
(
)
¶
next
¶
public
Constraint
next
(
)
¶
remove
¶
public void
remove
(
)
¶
Navigation
index
next
|
previous
|
AMPL API 2.0.4-0 documentation
»
Java API reference
»
Javadoc
»
com.ampl
»