Uses of Class
com.badlogic.gdx.utils.Array
Packages that use Array
Package
Description
-
Uses of Array in com.badlogic.gdx
Methods in com.badlogic.gdx with parameters of type ArrayModifier and TypeMethodDescriptionvoid
InputMultiplexer.setProcessors
(Array<InputProcessor> processors) -
Uses of Array in com.badlogic.gdx.assets
Methods in com.badlogic.gdx.assets that return ArrayModifier and TypeMethodDescription<T> Array<T>
AssetManager.getAssetNames()
AssetManager.getDependencies
(String fileName) Methods in com.badlogic.gdx.assets with parameters of type Array -
Uses of Array in com.badlogic.gdx.assets.loaders
Fields in com.badlogic.gdx.assets.loaders declared as ArrayModifier and TypeFieldDescriptionprotected Array<ObjectMap.Entry<String,
ModelData>> ModelLoader.items
Methods in com.badlogic.gdx.assets.loaders that return ArrayModifier and TypeMethodDescriptionabstract Array<AssetDescriptor>
AssetLoader.getDependencies
(String fileName, FileHandle file, P parameter) Returns the assets this asset requires to be loaded first.BitmapFontLoader.getDependencies
(String fileName, FileHandle file, BitmapFontLoader.BitmapFontParameter parameter) CubemapLoader.getDependencies
(String fileName, FileHandle file, CubemapLoader.CubemapParameter parameter) I18NBundleLoader.getDependencies
(String fileName, FileHandle file, I18NBundleLoader.I18NBundleParameter parameter) ModelLoader.getDependencies
(String fileName, FileHandle file, P parameters) MusicLoader.getDependencies
(String fileName, FileHandle file, MusicLoader.MusicParameter parameter) ParticleEffectLoader.getDependencies
(String fileName, FileHandle file, ParticleEffectLoader.ParticleEffectParameter param) PixmapLoader.getDependencies
(String fileName, FileHandle file, PixmapLoader.PixmapParameter parameter) ShaderProgramLoader.getDependencies
(String fileName, FileHandle file, ShaderProgramLoader.ShaderProgramParameter parameter) SkinLoader.getDependencies
(String fileName, FileHandle file, SkinLoader.SkinParameter parameter) SoundLoader.getDependencies
(String fileName, FileHandle file, SoundLoader.SoundParameter parameter) TextureAtlasLoader.getDependencies
(String fileName, FileHandle atlasFile, TextureAtlasLoader.TextureAtlasParameter parameter) TextureLoader.getDependencies
(String fileName, FileHandle file, TextureLoader.TextureParameter parameter) -
Uses of Array in com.badlogic.gdx.graphics.g2d
Fields in com.badlogic.gdx.graphics.g2d declared as ArrayModifier and TypeFieldDescriptionGlyphLayout.GlyphRun.glyphs
final Array<GlyphLayout.GlyphRun>
GlyphLayout.runs
Each run has the glyphs for a line of text.Methods in com.badlogic.gdx.graphics.g2d that return ArrayModifier and TypeMethodDescriptionTextureAtlas.createSprites()
Returns all regions in the atlas as sprites.TextureAtlas.createSprites
(String name) Returns all regions with the specified name as sprites, ordered by smallest to largestindex
.TextureAtlas.findRegions
(String name) Returns all regions with the specified name, ordered by smallest to largestindex
.PolygonRegionLoader.getDependencies
(String fileName, FileHandle file, PolygonRegionLoader.PolygonRegionParameters params) If the PSH file contains a line starting withparams.texturePrefix
, anAssetDescriptor
for the file referenced on that line will be added to the returned Array.ParticleEffect.getEmitters()
ParticleEmitter.getImagePaths()
BitmapFontCache.getLayouts()
PixmapPacker.getPages()
TextureAtlas.TextureAtlasData.getPages()
BitmapFont.getRegions()
Returns the array of TextureRegions that represents each texture page of glyphs.TextureAtlas.getRegions()
Returns all regions in the atlas.TextureAtlas.TextureAtlasData.getRegions()
ParticleEmitter.getSprites()
Methods in com.badlogic.gdx.graphics.g2d with parameters of type ArrayModifier and TypeMethodDescriptionint
BitmapFont.BitmapFontData.getWrapIndex
(Array<BitmapFont.Glyph> glyphs, int start) Returns the first valid glyph index to use to wrap to the next line, starting at the specified start index and (typically) moving toward the beginning of the glyphs array.void
ParticleEmitter.setImagePaths
(Array<String> imagePaths) void
ParticleEmitter.setSprites
(Array<Sprite> sprites) void
void
void
void
Sorts the images to the optimzal order they should be packed.void
PixmapPacker.updateTextureRegions
(Array<TextureRegion> regions, Texture.TextureFilter minFilter, Texture.TextureFilter magFilter, boolean useMipMaps) CallsupdateTexture
for each page and adds a region to the specified array for each page texture.Constructors in com.badlogic.gdx.graphics.g2d with parameters of type ArrayModifierConstructorDescriptionConstructor, storing the frame duration and key frames.Animation
(float frameDuration, Array<? extends T> keyFrames, Animation.PlayMode playMode) Constructor, storing the frame duration and key frames.BitmapFont
(BitmapFont.BitmapFontData data, Array<TextureRegion> pageRegions, boolean integer) Constructs a new BitmapFont from the givenBitmapFont.BitmapFontData
and array ofTextureRegion
.DistanceFieldFont
(BitmapFont.BitmapFontData data, Array<TextureRegion> pageRegions, boolean integer) -
Uses of Array in com.badlogic.gdx.graphics.g3d
Fields in com.badlogic.gdx.graphics.g3d declared as ArrayModifier and TypeFieldDescriptionModel.animations
animations of the model, modifying node transformationsModelInstance.animations
animations of the model, modifying node transformationsAttributes.attributes
protected final Array<Disposable>
Model.disposables
Array of disposable resources like textures or meshes the Model is responsible for disposingModel.materials
the materials of the model, used by nodes that have a graphical representation FIXME not sure if superfluous, allows modification of materials without having to traverse the nodesModelInstance.materials
the materials of the model, used by nodes that have a graphical representation FIXME not sure if superfluous, allows modification of materials without having to traverse the nodesModel.meshes
the meshes of the modelModel.meshParts
parts of meshes, used by nodes that have a graphical representation FIXME not sure if superfluous, stored in Nodes as well, could be useful to create bullet meshesModel.nodes
root nodes of the modelModelInstance.nodes
root nodes of the modelprotected final Array<Renderable>
ModelBatch.renderables
list of Renderables to be rendered in the current batchMethods in com.badlogic.gdx.graphics.g3d that return ArrayModifier and TypeMethodDescriptionGet multiple attributes at once.Methods in com.badlogic.gdx.graphics.g3d with parameters of type ArrayModifier and TypeMethodDescriptionGet multiple attributes at once.void
ModelCache.getRenderables
(Array<Renderable> renderables, Pool<Renderable> pool) protected void
ModelInstance.getRenderables
(Node node, Array<Renderable> renderables, Pool<Renderable> pool) void
ModelInstance.getRenderables
(Array<Renderable> renderables, Pool<Renderable> pool) Traverses the Node hierarchy and collectsRenderable
instances for every node with a graphical representation.void
RenderableProvider.getRenderables
(Array<Renderable> renderables, Pool<Renderable> pool) ReturnsRenderable
instances.void
ModelCache.Sorter.sort
(Camera camera, Array<Renderable> renderables) Constructors in com.badlogic.gdx.graphics.g3d with parameters of type ArrayModifierConstructorDescriptionCreate a material with the specified attributesCreate a material with the specified attributesModelInstance
(Model model, Matrix4 transform, Array<String> rootNodeIds) Constructs a new ModelInstance with only the specified nodes and materials of the given model.ModelInstance
(Model model, Matrix4 transform, Array<String> rootNodeIds, boolean shareKeyframes) Constructs a new ModelInstance with only the specified nodes and materials of the given model.ModelInstance
(Model model, Array<String> rootNodeIds) Constructs a new ModelInstance with only the specified nodes and materials of the given model. -
Uses of Array in com.badlogic.gdx.graphics.g3d.attributes
Fields in com.badlogic.gdx.graphics.g3d.attributes declared as ArrayModifier and TypeFieldDescriptionfinal Array<DirectionalLight>
DirectionalLightsAttribute.lights
final Array<PointLight>
PointLightsAttribute.lights
SpotLightsAttribute.lights
-
Uses of Array in com.badlogic.gdx.graphics.g3d.decals
Methods in com.badlogic.gdx.graphics.g3d.decals with parameters of type ArrayModifier and TypeMethodDescriptionvoid
CameraGroupStrategy.beforeGroup
(int group, Array<Decal> contents) void
GroupPlug.beforeGroup
(Array<Decal> contents) void
GroupStrategy.beforeGroup
(int group, Array<Decal> contents) Invoked directly before rendering the contents of a groupvoid
PluggableGroupStrategy.beforeGroup
(int group, Array<Decal> contents) void
SimpleOrthoGroupStrategy.beforeGroup
(int group, Array<Decal> contents) -
Uses of Array in com.badlogic.gdx.graphics.g3d.loader
Methods in com.badlogic.gdx.graphics.g3d.loader that return Array -
Uses of Array in com.badlogic.gdx.graphics.g3d.model
Fields in com.badlogic.gdx.graphics.g3d.model declared as ArrayModifier and TypeFieldDescriptionAnimation.nodeAnimations
the animation curves for individual nodesNode.parts
NodeAnimation.rotation
the rotation keyframes if any (might be null), sorted by time ascendingNodeAnimation.scaling
the scaling keyframes if any (might be null), sorted by time ascendingNodeAnimation.translation
the translation keyframes if any (might be null), sorted by time ascendingMethods in com.badlogic.gdx.graphics.g3d.model with parameters of type Array -
Uses of Array in com.badlogic.gdx.graphics.g3d.model.data
Fields in com.badlogic.gdx.graphics.g3d.model.data declared as ArrayModifier and TypeFieldDescriptionfinal Array<ModelAnimation>
ModelData.animations
final Array<ModelMaterial>
ModelData.materials
ModelData.meshes
ModelAnimation.nodeAnimations
ModelData.nodes
ModelNodeAnimation.rotation
the keyframes, defining the rotation of a node for a specific timestampModelNodeAnimation.scaling
the keyframes, defining the scaling of a node for a specific timestampModelMaterial.textures
ModelNodeAnimation.translation
the keyframes, defining the translation of a node for a specific timestamp -
Uses of Array in com.badlogic.gdx.graphics.g3d.particles
Fields in com.badlogic.gdx.graphics.g3d.particles declared as ArrayModifier and TypeFieldDescriptionParticleController.influencers
Update the properties of the particlesprotected Array<ObjectMap.Entry<String,
ResourceData<ParticleEffect>>> ParticleEffectLoader.items
Methods in com.badlogic.gdx.graphics.g3d.particles that return ArrayModifier and TypeMethodDescriptionResourceData.getAssetDescriptors()
ResourceData.getAssets()
Array<ParticleBatch<?>>
ParticleSystem.getBatches()
ParticleEffect.getControllers()
ParticleEffectLoader.getDependencies
(String fileName, FileHandle file, ParticleEffectLoader.ParticleEffectLoadParameter parameter) Methods in com.badlogic.gdx.graphics.g3d.particles with parameters of type ArrayModifier and TypeMethodDescriptionvoid
ParticleSystem.getRenderables
(Array<Renderable> renderables, Pool<Renderable> pool) void
ParticleEffect.setBatch
(Array<ParticleBatch<?>> batches) Assign one batch, among those passed in, to each controller.<T extends ParticleControllerRenderData>
int[]<T extends ParticleControllerRenderData>
int[]abstract <T extends ParticleControllerRenderData>
int[]Constructors in com.badlogic.gdx.graphics.g3d.particles with parameters of type ArrayModifierConstructorDescriptionParticleEffectLoadParameter
(Array<ParticleBatch<?>> batches) ParticleEffectSaveParameter
(FileHandle file, AssetManager manager, Array<ParticleBatch<?>> batches) ParticleEffectSaveParameter
(FileHandle file, AssetManager manager, Array<ParticleBatch<?>> batches, JsonWriter.OutputType jsonOutputType, boolean prettyPrint) -
Uses of Array in com.badlogic.gdx.graphics.g3d.particles.batches
Fields in com.badlogic.gdx.graphics.g3d.particles.batches declared as ArrayMethods in com.badlogic.gdx.graphics.g3d.particles.batches with parameters of type ArrayModifier and TypeMethodDescriptionvoid
BillboardParticleBatch.getRenderables
(Array<Renderable> renderables, Pool<Renderable> pool) void
ModelInstanceParticleBatch.getRenderables
(Array<Renderable> renderables, Pool<Renderable> pool) void
PointSpriteParticleBatch.getRenderables
(Array<Renderable> renderables, Pool<Renderable> pool) -
Uses of Array in com.badlogic.gdx.graphics.g3d.particles.influencers
Fields in com.badlogic.gdx.graphics.g3d.particles.influencers declared as ArrayModifier and TypeFieldDescriptionModelInfluencer.models
RegionInfluencer.regions
ParticleControllerInfluencer.templates
DynamicsInfluencer.velocities
-
Uses of Array in com.badlogic.gdx.graphics.g3d.utils
Fields in com.badlogic.gdx.graphics.g3d.utils declared as ArrayMethods in com.badlogic.gdx.graphics.g3d.utils with parameters of type ArrayModifier and TypeMethodDescriptionvoid
ShapeCache.getRenderables
(Array<Renderable> renderables, Pool<Renderable> pool) void
DefaultRenderableSorter.sort
(Camera camera, Array<Renderable> renderables) void
RenderableSorter.sort
(Camera camera, Array<Renderable> renderables) Sorts the array ofRenderable
instances based on some criteria, e.g. -
Uses of Array in com.badlogic.gdx.graphics.glutils
Fields in com.badlogic.gdx.graphics.glutils declared as ArrayModifier and TypeFieldDescriptionGLFrameBuffer.GLFrameBufferBuilder.colorRenderBufferSpecs
GLFrameBuffer.textureAttachments
the color buffer textureGLFrameBuffer.GLFrameBufferBuilder.textureAttachmentSpecs
Fields in com.badlogic.gdx.graphics.glutils with type parameters of type ArrayModifier and TypeFieldDescriptionprotected static final Map<Application,
Array<GLFrameBuffer>> GLFrameBuffer.buffers
the frame buffersMethods in com.badlogic.gdx.graphics.glutils that return ArrayModifier and TypeMethodDescriptionGLFrameBuffer.getTextureAttachments()
Return the Texture attachments attached to the fbo -
Uses of Array in com.badlogic.gdx.maps
Methods in com.badlogic.gdx.maps that return ArrayModifier and TypeMethodDescriptionMethods in com.badlogic.gdx.maps with parameters of type Array -
Uses of Array in com.badlogic.gdx.maps.tiled
Fields in com.badlogic.gdx.maps.tiled declared as ArrayModifier and TypeFieldDescriptionBaseTiledMapLoader.runOnEndOfLoadTiled
AtlasTmjMapLoader.trackedTextures
AtlasTmxMapLoader.trackedTextures
Fields in com.badlogic.gdx.maps.tiled with type parameters of type ArrayModifier and TypeFieldDescriptionprotected ObjectMap<String,
Array<BaseTiledMapLoader.ProjectClassMember>> BaseTiledMapLoader.projectClassInfo
Optional Tiled project class information.Methods in com.badlogic.gdx.maps.tiled that return ArrayModifier and TypeMethodDescriptionBaseTmjMapLoader.getDependencies
(String fileName, FileHandle tmjFile, P parameter) BaseTmxMapLoader.getDependencies
(String fileName, FileHandle tmxFile, P parameter) TideMapLoader.getDependencies
(String fileName, FileHandle tmxFile, TideMapLoader.Parameters parameter) protected Array<AssetDescriptor>
AtlasTmjMapLoader.getDependencyAssetDescriptors
(FileHandle tmxFile, TextureLoader.TextureParameter textureParameter) protected Array<AssetDescriptor>
AtlasTmxMapLoader.getDependencyAssetDescriptors
(FileHandle tmxFile, TextureLoader.TextureParameter textureParameter) protected abstract Array<AssetDescriptor>
BaseTiledMapLoader.getDependencyAssetDescriptors
(FileHandle mapFile, TextureLoader.TextureParameter textureParameter) Meant to be called within getDependencies() of a child classprotected Array<AssetDescriptor>
TmjMapLoader.getDependencyAssetDescriptors
(FileHandle tmjFile, TextureLoader.TextureParameter textureParameter) protected Array<AssetDescriptor>
TmxMapLoader.getDependencyAssetDescriptors
(FileHandle tmxFile, TextureLoader.TextureParameter textureParameter) protected Array<FileHandle>
TmjMapLoader.getDependencyFileHandles
(FileHandle tmjFile) protected Array<FileHandle>
TmxMapLoader.getDependencyFileHandles
(FileHandle tmxFile) protected Array<FileHandle>
TmjMapLoader.getTileSetDependencyFileHandle
(FileHandle tmjFile, JsonValue tileSet) protected Array<FileHandle>
TmjMapLoader.getTileSetDependencyFileHandle
(Array<FileHandle> fileHandles, FileHandle tmjFile, JsonValue tileSet) protected Array<FileHandle>
TmxMapLoader.getTileSetDependencyFileHandle
(FileHandle tmxFile, XmlReader.Element tileset) protected Array<FileHandle>
TmxMapLoader.getTileSetDependencyFileHandle
(Array<FileHandle> fileHandles, FileHandle tmxFile, XmlReader.Element tileset) Methods in com.badlogic.gdx.maps.tiled with parameters of type ArrayModifier and TypeMethodDescriptionprotected void
AtlasTmxMapLoader.addStaticTiles
(FileHandle tmxFile, ImageResolver imageResolver, TiledMapTileSet tileSet, XmlReader.Element element, Array<XmlReader.Element> tileElements, String name, int firstgid, int tilewidth, int tileheight, int spacing, int margin, String source, int offsetX, int offsetY, String imageSource, int imageWidth, int imageHeight, FileHandle image) protected abstract void
BaseTmxMapLoader.addStaticTiles
(FileHandle tmxFile, ImageResolver imageResolver, TiledMapTileSet tileset, XmlReader.Element element, Array<XmlReader.Element> tileElements, String name, int firstgid, int tilewidth, int tileheight, int spacing, int margin, String source, int offsetX, int offsetY, String imageSource, int imageWidth, int imageHeight, FileHandle image) protected void
TmxMapLoader.addStaticTiles
(FileHandle tmxFile, ImageResolver imageResolver, TiledMapTileSet tileSet, XmlReader.Element element, Array<XmlReader.Element> tileElements, String name, int firstgid, int tilewidth, int tileheight, int spacing, int margin, String source, int offsetX, int offsetY, String imageSource, int imageWidth, int imageHeight, FileHandle image) protected Array<FileHandle>
TmjMapLoader.getTileSetDependencyFileHandle
(Array<FileHandle> fileHandles, FileHandle tmjFile, JsonValue tileSet) protected Array<FileHandle>
TmxMapLoader.getTileSetDependencyFileHandle
(Array<FileHandle> fileHandles, FileHandle tmxFile, XmlReader.Element tileset) void
TiledMap.setOwnedResources
(Array<? extends Disposable> resources) Used by loaders to set resources when loading the map directly, withoutAssetManager
. -
Uses of Array in com.badlogic.gdx.maps.tiled.tiles
Constructors in com.badlogic.gdx.maps.tiled.tiles with parameters of type ArrayModifierConstructorDescriptionAnimatedTiledMapTile
(float interval, Array<StaticTiledMapTile> frameTiles) Creates an animated tile with the given animation interval and frame tiles.AnimatedTiledMapTile
(IntArray intervals, Array<StaticTiledMapTile> frameTiles) Creates an animated tile with the given animation intervals and frame tiles. -
Uses of Array in com.badlogic.gdx.math
Fields in com.badlogic.gdx.math declared as ArrayMethods in com.badlogic.gdx.math that return ArrayModifier and TypeMethodDescriptionBresenham2.line
(int startX, int startY, int endX, int endY) Returns a list ofGridPoint2
instances along the given line, at integer coordinates.Bresenham2.line
(int startX, int startY, int endX, int endY, Pool<GridPoint2> pool, Array<GridPoint2> output) Returns a list ofGridPoint2
instances along the given line, at integer coordinates.Bresenham2.line
(GridPoint2 start, GridPoint2 end) Returns a list ofGridPoint2
instances along the given line, at integer coordinates.Methods in com.badlogic.gdx.math with parameters of type ArrayModifier and TypeMethodDescriptionstatic boolean
Intersector.isPointInPolygon
(Array<Vector2> polygon, Vector2 point) Checks whether the given point is in the polygon.Bresenham2.line
(int startX, int startY, int endX, int endY, Pool<GridPoint2> pool, Array<GridPoint2> output) Returns a list ofGridPoint2
instances along the given line, at integer coordinates.Constructors in com.badlogic.gdx.math with parameters of type Array -
Uses of Array in com.badlogic.gdx.scenes.scene2d
Methods in com.badlogic.gdx.scenes.scene2d that return Array -
Uses of Array in com.badlogic.gdx.scenes.scene2d.actions
Methods in com.badlogic.gdx.scenes.scene2d.actions that return Array -
Uses of Array in com.badlogic.gdx.scenes.scene2d.ui
Methods in com.badlogic.gdx.scenes.scene2d.ui that return ArrayModifier and TypeMethodDescriptionButtonGroup.getAllChecked()
ButtonGroup.getButtons()
Table.getCells()
Returns the cells for this table.Tree.Node.getChildren()
If the children order is changed,Tree.Node.updateChildren()
must be called to ensure the node's actors are in the correct order.List.getItems()
Returns the internal items array.SelectBox.getItems()
Returns the internal items array.Tree.getNodes()
Deprecated.Skin.getRegions
(String regionName) Tree.getRootNodes()
If the order of the root nodes is changed,Tree.updateRootNodes()
must be called to ensure the nodes' actors are in the correct order.Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type ArrayModifier and TypeMethodDescriptionvoid
protected float
Tree.drawIcons
(Batch batch, float r, float g, float b, float a, N parent, Array<N> nodes, float indent, float plusMinusWidth) Draws selection, icons, and expand icons.void
Tree.findExpandedValues
(Array<V> values) void
Tree.Node.findExpandedValues
(Array<V> values) void
Tree.Node.restoreExpandedValues
(Array<V> values) void
Tree.restoreExpandedValues
(Array<V> values) void
Sets the items visible in the list, clearing the selection if it is no longer valid.void
Sets the items visible in the select box. -
Uses of Array in com.badlogic.gdx.scenes.scene2d.utils
Methods in com.badlogic.gdx.scenes.scene2d.utils that return ArrayMethods in com.badlogic.gdx.scenes.scene2d.utils with parameters of type ArrayModifier and TypeMethodDescriptionvoid
void
void
Constructors in com.badlogic.gdx.scenes.scene2d.utils with parameters of type Array -
Uses of Array in com.badlogic.gdx.utils
Subclasses of Array in com.badlogic.gdx.utilsModifier and TypeClassDescriptionclass
An array that queues removal during iteration until the iteration has completed.class
An array that allows modification during iteration.Fields in com.badlogic.gdx.utils declared as ArrayModifier and TypeFieldDescriptionfinal Array<PerformanceCounter>
PerformanceCounters.counters
FlushablePool.obtained
Methods in com.badlogic.gdx.utils that return ArrayModifier and TypeMethodDescriptionXmlReader.Element.getChildren()
XmlReader.Element.getChildrenByName
(String name) XmlReader.Element.getChildrenByNameRecursively
(String name) static <T> Array<T>
Array.of
(boolean ordered, int capacity, ArraySupplier<T[]> arraySupplier) static <T> Array<T>
Deprecated.static <T> Array<T>
Array.of
(ArraySupplier<T[]> arraySupplier) static <T> Array<T>
Deprecated.OrderedSet.orderedItems()
OrderedMap.orderedKeys()
ArrayMap.Keys.toArray()
ArrayMap.Values.toArray()
IntMap.Values.toArray()
Returns a new array containing the remaining values.LongMap.Values.toArray()
Returns a new array containing the remaining values.ObjectFloatMap.Keys.toArray()
Returns a new array containing the remaining keys.Adds the remaining keys to the array.ObjectIntMap.Keys.toArray()
Returns a new array containing the remaining keys.Adds the remaining keys to the array.ObjectLongMap.Keys.toArray()
Returns a new array containing the remaining keys.Adds the remaining keys to the array.ObjectMap.Keys.toArray()
Returns a new array containing the remaining keys.Adds the remaining keys to the array.ObjectMap.Values.toArray()
Returns a new array containing the remaining values.Adds the remaining values to the specified array.ObjectSet.ObjectSetIterator.toArray()
Returns a new array containing the remaining values.Adds the remaining values to the array.OrderedMap.OrderedMapKeys.toArray()
OrderedMap.OrderedMapValues.toArray()
OrderedSet.OrderedSetIterator.toArray()
static <T> Array<T>
Array.with
(T... array) Methods in com.badlogic.gdx.utils with parameters of type ArrayModifier and TypeMethodDescriptionvoid
void
void
void
boolean
Array.containsAll
(Array<? extends T> values, boolean identity) Returns true if this array contains all the specified values.boolean
Array.containsAny
(Array<? extends T> values, boolean identity) Returns true if this array contains any the specified values.void
void
Puts the specified objects in the pool.static void
Frees the specified objects from thepool
.static void
Frees the specified objects from thepool
.boolean
Removes from this array the first instance of each element contained in the specified array.boolean
<T extends Comparable>
void<T> void
Sort.sort
(Array<T> a, Comparator<? super T> c) protected void
Json.sortFields
(Class type, Array<String> fieldNames) Called to sort the fields for a class.Adds the remaining keys to the array.Adds the remaining keys to the array.Adds the remaining keys to the array.Adds the remaining keys to the array.Adds the remaining values to the specified array.Adds the remaining values to the array.Constructors in com.badlogic.gdx.utils with parameters of type ArrayModifierConstructorDescriptionCreates a new array containing the elements in the specified array.ArrayIterable
(Array<T> array) ArrayIterable
(Array<T> array, boolean allowRemove) ArrayIterator
(Array<T> array) ArrayIterator
(Array<T> array, boolean allowRemove) DelayedRemovalArray
(Array array) SnapshotArray
(Array array)
Tree.getRootNodes()
.