component2
Allows to destruct ObjectMap.Entry into key and value components. Nullable, since ObjectMap allows null values.
Return
ObjectMap.Entry.value
Allows to destruct IntMap.Entry into key and value components. Nullable, since IntMap allows null values.
Return
IntMap.Entry.value
Allows to destruct LongMap.Entry into key and value components. Nullable, since LongMap allows null values.
Return
LongMap.Entry.value
Allows to destruct IntIntMap.Entry into key and value components.
Return
IntIntMap.Entry.value
Allows to destruct IntFloatMap.Entry into key and value components.
Return
IntFloatMap.Entry.value
Allows to destruct ObjectIntMap.Entry into key and value components.
Return
ObjectIntMap.Entry.value