toGdxMap
Return
values copied from this iterable stored in a libGDX map, mapped to the keys returned by the provider.
Parameters
initial capacity of the map. Will be resized if necessary.
decides how many elements the map might contain in relation to its total capacity before it is resized.
will consume each value in this iterable. The results will be treated as map keys for the values.
Return
values converted from this iterable stored in a libGDX map, mapped to the keys returned by the provider.
Parameters
initial capacity of the map. Will be resized if necessary.
decides how many elements the map might contain in relation to its total capacity before it is resized.
will consume each value in this iterable. The results will be treated as map values.
will consume each value in this iterable. The results will be treated as map keys for the values.
Return
values copied from this array stored in a libGDX map, mapped to the keys returned by the provider.
Parameters
initial capacity of the map. Will be resized if necessary.
decides how many elements the map might contain in relation to its total capacity before it is resized.
will consume each value in this iterable. The results will be treated as map keys for the values.
Return
values converted from this array stored in a libGDX map, mapped to the keys returned by the provider.
Parameters
initial capacity of the map. Will be resized if necessary.
decides how many elements the map might contain in relation to its total capacity before it is resized.
will consume each value in this iterable. The results will be treated as map values.
will consume each value in this iterable. The results will be treated as map keys for the values.