Package zombie.iso

Class ParticlesArray<E>

All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess

public final class ParticlesArray<E> extends ArrayList<E>
See Also:
  • Constructor Details

    • ParticlesArray

      public ParticlesArray()
  • Method Details

    • addParticle

      public int addParticle(E p)
    • deleteParticle

      public boolean deleteParticle(int k)
    • defragmentParticle

      public void defragmentParticle()
    • getCount

      public int getCount()
    • getNeedToUpdate

      public boolean getNeedToUpdate()