toGdxSet
Return
values copied from this array stored in a libGDX set.
Parameters
initial capacity of the set. Will be resized if necessary. Defaults to array size.
decides how many elements the set might contain in relation to its total capacity before it is resized.
Return
keys from this map stored in an ObjectSet.
Return
values copied from this iterable stored in a libGDX set.
Parameters
initial capacity of the set. Will be resized if necessary.
decides how many elements the set might contain in relation to its total capacity before it is resized.
Return
values copied from this iterable stored in a libGDX set.
Parameters
initial capacity of the set. Will be resized if necessary. Defaults to this array size.
decides how many elements the set might contain in relation to its total capacity before it is resized.
Return
values copied from this iterable stored in an optimized libGDX int set.
Parameters
initial capacity of the set. Will be resized if necessary. Defaults to this array size.
decides how many elements the set might contain in relation to its total capacity before it is resized.