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