persistent
Toggle table of contents
4.3-SNAPSHOT
JVM
Platform filter
JVM
Switch theme
Search in API
persistent
persistent
/
com.fantamomo.persistent.container.impl
/
MutableBufferedPersistentDataContainerImpl
/
BufferedIterator
Buffered
Iterator
inner
class
BufferedIterator
:
MutableIterator
<
String
>
(
source
)
Members
Constructors
Buffered
Iterator
Link copied to clipboard
constructor
(
)
Properties
iterator
Link copied to clipboard
val
iterator
:
Iterator
<
String
>
last
Link copied to clipboard
var
last
:
String
?
Functions
has
Next
Link copied to clipboard
open
operator override
fun
hasNext
(
)
:
Boolean
next
Link copied to clipboard
open
operator override
fun
next
(
)
:
String
remove
Link copied to clipboard
open
override
fun
remove
(
)