| Interface | Description |
|---|---|
| ArtemisProfiler | |
| ImmutableBag<E> |
A non-modifiable bag.
|
| ImmutableIntBag<E> |
A non-modifiable intbag.
|
| Class | Description |
|---|---|
| Bag<E> |
Collection type a bit like ArrayList but does not preserve the order of its
entities, speedwise it is very good, especially suited for games.
|
| BitVector |
Performance optimized bitset implementation.
|
| ConverterUtil | |
| EntityBuilder |
Non-reusable entity creation helper for rapid prototyping.
|
| IntBag |
Collection type a bit like ArrayList but does not preserve the order of its
entities, speedwise it is very good, especially suited for games.
|
| IntBagIterator |
Base iterator for
IntBag |
| IntDeque |
Missing tests and missing methods: (push|peek|pop)(Back|Front).
|
| ShortBag |
Collection type a bit like ArrayList but does not preserve the order of its
entities, speedwise it is very good, especially suited for games.
|
| Sort |
Provides methods to sort arrays of objects.
|
| Enum | Description |
|---|---|
| IntBagIterator.State |
Copyright © 2019. All rights reserved.