Skip navigation links
A B C E G I K L O P R S T V 

A

ACRAConfigurationException - Exception in org.acra.config
A simple Exception used when required configuration items are missing.
ACRAConfigurationException(String) - Constructor for exception org.acra.config.ACRAConfigurationException
 
ACRAConfigurationException(String, Throwable) - Constructor for exception org.acra.config.ACRAConfigurationException
 
add(E) - Method in class org.acra.collections.BoundedLinkedList
 
add(int, E) - Method in class org.acra.collections.BoundedLinkedList
 
add(int, E) - Method in class org.acra.collections.ImmutableList
 
add(E) - Method in class org.acra.collections.ImmutableList
 
add(E) - Method in class org.acra.collections.ImmutableSet
 
add(E) - Method in class org.acra.collections.ImmutableSet.Builder
 
addAll(Collection<? extends E>) - Method in class org.acra.collections.BoundedLinkedList
 
addAll(int, Collection<? extends E>) - Method in class org.acra.collections.BoundedLinkedList
 
addAll(int, Collection<? extends E>) - Method in class org.acra.collections.ImmutableList
 
addAll(Collection<? extends E>) - Method in class org.acra.collections.ImmutableList
 
addAll(Collection<? extends E>) - Method in class org.acra.collections.ImmutableSet
 
addFirst(E) - Method in class org.acra.collections.BoundedLinkedList
 
addLast(E) - Method in class org.acra.collections.BoundedLinkedList
 

B

BoundedLinkedList<E> - Class in org.acra.collections
A LinkedList version with a maximum number of elements.
BoundedLinkedList(int) - Constructor for class org.acra.collections.BoundedLinkedList
 
build() - Method in class org.acra.collections.ImmutableSet.Builder
 
build() - Method in interface org.acra.config.ConfigurationBuilder
Builds the configuration
Builder() - Constructor for class org.acra.collections.ImmutableSet.Builder
 

C

check(Class<?>...) - Static method in class org.acra.config.ClassValidator
 
ClassValidator - Class in org.acra.config
 
clear() - Method in class org.acra.collections.ImmutableList
 
clear() - Method in class org.acra.collections.ImmutableMap
 
clear() - Method in class org.acra.collections.ImmutableSet
 
Configuration - Interface in org.acra.config
A configuration object
ConfigurationBuilder - Interface in org.acra.config
A Configuration builder
ConfigurationBuilderFactory - Interface in org.acra.config
A factory for configuration builders
contains(Object) - Method in class org.acra.collections.ImmutableList
 
contains(Object) - Method in class org.acra.collections.ImmutableSet
 
containsAll(Collection<?>) - Method in class org.acra.collections.ImmutableList
 
containsAll(Collection<?>) - Method in class org.acra.collections.ImmutableSet
 
containsKey(Object) - Method in class org.acra.collections.ImmutableMap
 
containsValue(Object) - Method in class org.acra.collections.ImmutableMap
 
create(Class<?>) - Method in interface org.acra.config.ConfigurationBuilderFactory
creates a new builder

E

empty() - Static method in class org.acra.collections.ImmutableSet
 
enabled() - Method in interface org.acra.config.Configuration
checks if the corresponding plugin is enabled
entrySet() - Method in class org.acra.collections.ImmutableMap
 

G

get(int) - Method in class org.acra.collections.ImmutableList
 
get(Object) - Method in class org.acra.collections.ImmutableMap
 
getKey() - Method in class org.acra.collections.ImmutableMap.ImmutableEntryWrapper
 
getValue() - Method in class org.acra.collections.ImmutableMap.ImmutableEntryWrapper
 

I

ImmutableList<E> - Class in org.acra.collections
Naive (not optimized) implementation of an Immutable List
ImmutableList(E...) - Constructor for class org.acra.collections.ImmutableList
 
ImmutableList(Collection<E>) - Constructor for class org.acra.collections.ImmutableList
 
ImmutableMap<K,V> - Class in org.acra.collections
Naive (not optimized) implementation of an Immutable Map
ImmutableMap(Map<K, V>) - Constructor for class org.acra.collections.ImmutableMap
 
ImmutableMap.ImmutableEntryWrapper<K,V> - Class in org.acra.collections
 
ImmutableSet<E> - Class in org.acra.collections
Naive (not optimized) implementation of an Immutable Set with reliable, user-specified iteration order.
ImmutableSet(E...) - Constructor for class org.acra.collections.ImmutableSet
 
ImmutableSet(Collection<E>) - Constructor for class org.acra.collections.ImmutableSet
 
ImmutableSet.Builder<E> - Class in org.acra.collections
 
indexOf(Object) - Method in class org.acra.collections.ImmutableList
 
isEmpty() - Method in class org.acra.collections.ImmutableList
 
isEmpty() - Method in class org.acra.collections.ImmutableMap
 
isEmpty() - Method in class org.acra.collections.ImmutableSet
 
iterator() - Method in class org.acra.collections.ImmutableList
 
iterator() - Method in class org.acra.collections.ImmutableSet
 

K

keySet() - Method in class org.acra.collections.ImmutableMap
 

L

lastIndexOf(Object) - Method in class org.acra.collections.ImmutableList
 
listIterator() - Method in class org.acra.collections.ImmutableList
 
listIterator(int) - Method in class org.acra.collections.ImmutableList
 

O

offer(E) - Method in class org.acra.collections.BoundedLinkedList
 
offerFirst(E) - Method in class org.acra.collections.BoundedLinkedList
 
offerLast(E) - Method in class org.acra.collections.BoundedLinkedList
 
org.acra - package org.acra
 
org.acra.collections - package org.acra.collections
 
org.acra.config - package org.acra.config
 

P

push(E) - Method in class org.acra.collections.BoundedLinkedList
 
put(K, V) - Method in class org.acra.collections.ImmutableMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.acra.collections.ImmutableMap
 

R

remove(int) - Method in class org.acra.collections.ImmutableList
 
remove(Object) - Method in class org.acra.collections.ImmutableList
 
remove(Object) - Method in class org.acra.collections.ImmutableMap
 
remove(Object) - Method in class org.acra.collections.ImmutableSet
 
removeAll(Collection<?>) - Method in class org.acra.collections.ImmutableList
 
removeAll(Collection<?>) - Method in class org.acra.collections.ImmutableSet
 
ReportField - Enum in org.acra
Specifies all the different fields available in a crash report.
retainAll(Collection<?>) - Method in class org.acra.collections.ImmutableList
 
retainAll(Collection<?>) - Method in class org.acra.collections.ImmutableSet
 

S

set(int, E) - Method in class org.acra.collections.ImmutableList
 
setValue(Object) - Method in class org.acra.collections.ImmutableMap.ImmutableEntryWrapper
 
size() - Method in class org.acra.collections.ImmutableList
 
size() - Method in class org.acra.collections.ImmutableMap
 
size() - Method in class org.acra.collections.ImmutableSet
 
subList(int, int) - Method in class org.acra.collections.ImmutableList
 

T

toArray() - Method in class org.acra.collections.ImmutableList
 
toArray(T[]) - Method in class org.acra.collections.ImmutableList
 
toArray() - Method in class org.acra.collections.ImmutableSet
 
toArray(T[]) - Method in class org.acra.collections.ImmutableSet
 
toString() - Method in class org.acra.collections.BoundedLinkedList
 

V

valueOf(String) - Static method in enum org.acra.ReportField
Returns the enum constant of this type with the specified name.
values() - Method in class org.acra.collections.ImmutableMap
 
values() - Static method in enum org.acra.ReportField
Returns an array containing the constants of this enum type, in the order they are declared.
A B C E G I K L O P R S T V 
Skip navigation links