JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Serialized Form
Package de.mrapp.util.datastructure
Class
de.mrapp.util.datastructure.SortedArrayList
extends java.util.ArrayList<
T
> implements Serializable
Serialized Fields
comparator
java.util.Comparator<T> comparator
The comparator, which is used to sort the list's items, or null, if the items' implementation of the interface
Comparable
is used instead.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes