toggle menu
BunyipsLib
v6.0.0-master-33a554fa
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib.external.units.collections
/
LongToObjectHashMap
/
IteratorFunction
Iterator
Function
@
FunctionalInterface
interface
IteratorFunction
<
V
>
Interface for map iterator function.
Parameters
<V>
Value type.
Members
Functions
accept
Link copied to clipboard
abstract
fun
accept
(
key
:
Long
,
value
:
V
)
Accepts a key-value pair from the map.