|
Starsector API
|
Public Member Functions | |
| SaveableIterator (List< T > list) | |
| boolean | hasNext () |
| T | next () |
| void | remove () |
Definition at line 7 of file SaveableIterator.java.
| com.fs.starfarer.api.util.SaveableIterator< T >.SaveableIterator | ( | List< T > | list | ) |
Definition at line 11 of file SaveableIterator.java.
| boolean com.fs.starfarer.api.util.SaveableIterator< T >.hasNext | ( | ) |
Definition at line 16 of file SaveableIterator.java.
| T com.fs.starfarer.api.util.SaveableIterator< T >.next | ( | ) |
Definition at line 20 of file SaveableIterator.java.
| void com.fs.starfarer.api.util.SaveableIterator< T >.remove | ( | ) |
Definition at line 25 of file SaveableIterator.java.