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