Back to Acra

Package org.acra.collections

web/static/javadoc/5.2.1/org/acra/collections/package-summary.html

latest2.1 KB
Original Source

Skip navigation links

Package org.acra.collections

Class Summary | Class | Description | | --- | --- | | BoundedLinkedList<E> | A LinkedList version with a maximum number of elements. | | ImmutableList<E> | Naive (not optimized) implementation of an Immutable List | | ImmutableMap<K,V> | Naive (not optimized) implementation of an Immutable Map | | ImmutableSet<E> | Naive (not optimized) implementation of an Immutable Set with reliable, user-specified iteration order. | | ImmutableSet.Builder<E> | |

Skip navigation links