Back to Acra

Package org.acra.collections

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

latest2.3 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> | | | WeakStack<T> | A stack which keeps only weak references |

Skip navigation links