bitarray
0.1.1
bitarray
/
pw.binom
/
BitArrayListIteratorImpl
Bit
Array
List
Iterator
Impl
class
BitArrayListIteratorImpl
(
cursor
:
Int
,
sizeProvider
:
(
)
->
Int
,
dataProvider
:
(
Int
)
->
Boolean
)
:
BitArrayListIterator
Content copied to clipboard
Functions
Properties
Functions
has
Next
Link copied to clipboard
open
operator override
fun
hasNext
(
)
:
Boolean
Content copied to clipboard
has
Previous
Link copied to clipboard
open
override
fun
hasPrevious
(
)
:
Boolean
Content copied to clipboard
next
Link copied to clipboard
open
operator override
fun
next
(
)
:
Boolean
Content copied to clipboard
next
Index
Link copied to clipboard
open
override
fun
nextIndex
(
)
:
Int
Content copied to clipboard
previous
Link copied to clipboard
open
override
fun
previous
(
)
:
Boolean
Content copied to clipboard
previous
Index
Link copied to clipboard
open
override
fun
previousIndex
(
)
:
Int
Content copied to clipboard
Properties
dataProvider
Link copied to clipboard
val
dataProvider
:
(
Int
)
->
Boolean
Content copied to clipboard
sizeProvider
Link copied to clipboard
val
sizeProvider
:
(
)
->
Int
Content copied to clipboard