GNU Classpath (0.17) | ||
Frames | No Frames |
Methods with return type java.util.List | |
List | Returns a list of flavors corresponding to the given String native. |
List | Returns a list of flavors corresponding to the given String native. |
List | Returns a list of String natives corresponding to the given flavor. |
List | Returns a list of String natives corresponding to the given flavor. |
Constructors with parameter type java.util.List | |
Constructs a SpinnerListModel using the supplied list.
|
Methods with parameter type java.util.List | |
void | Changes the backing list for this model. |
Methods with return type java.util.List | |
List | Returns the backing list for this model.
|
Methods with parameter type java.util.List | |
Object | Evaluate the function with the specified arguments.
|
Constructors with parameter type java.util.List | |
Fields of type java.util.List | |
List | |
List | |
List | |
List | |
List | |
List | |
List | |
List |
Methods with parameter type java.util.List | |
void |
Methods with return type java.util.List | |
List |
Constructors with parameter type java.util.List | |
Methods with return type java.util.List | |
List | |
List | |
List |
Classes implementing java.util.List | |
class | A basic implementation of most of the methods in the List interface to make
it easier to create a List based on a random-access data structure. |
class | Abstract superclass to make it easier to implement the List interface when
backed by a sequential-access store, such as a linked list. |
class | An array-backed implementation of the List interface. |
class | Linked list implementation of the List interface. |
class | |
class | The Vector classes implements growable arrays of Objects.
|
Fields of type java.util.List | |
List | An immutable, serializable, empty List, which implements RandomAccess.
|
Methods with parameter type java.util.List | |
int | Perform a binary search of a List for a key, using the natural ordering of
the elements. |
int | Perform a binary search of a List for a key, using a supplied Comparator.
|
void | Copy one list to another. |
void | Replace every element of a list with a given value. |
int | Returns the starting index where the specified sublist first occurs
in a larger list, or -1 if there is no matching position. |
int | Returns the starting index where the specified sublist last occurs
in a larger list, or -1 if there is no matching position. |
boolean | Replace all instances of one object with another in the specified list.
|
void | Reverse a given list. |
void | Rotate the elements in a list by a specified distance. |
void | Shuffle a list according to a default source of randomness. |
void | Shuffle a list according to a given source of randomness. |
void | Sort a list according to the natural ordering of its elements. |
void | Sort a list according to a specified Comparator. |
void | Swaps the elements at the specified positions within the list. |
List | Returns a synchronized (thread-safe) list wrapper backed by the
given list. |
List | Returns an unmodifiable view of the given list. |
Methods with return type java.util.List | |
List | Returns a list "view" of the specified array. |
List | Creates an immutable list consisting of the same object repeated n times.
|
List | Obtain an immutable List consisting of a single element. |
List | AbstractList.subList(int fromIndex, int toIndex) Obtain a List view of a subsection of this list, from fromIndex
(inclusive) to toIndex (exclusive). |
List | Obtain a List view of a subsection of this list, from fromIndex
(inclusive) to toIndex (exclusive). |
List | Obtain a List view of a subsection of this list, from fromIndex
(inclusive) to toIndex (exclusive). |
List | Returns a synchronized (thread-safe) list wrapper backed by the
given list. |
List | Returns an unmodifiable view of the given list. |
Methods with parameter type java.util.List | |
CertPath | |
CertPath | |
void | Sets the certificate path checkers. |
void | Set the cert stores. |
Methods with return type java.util.List | |
List | Returns an immutable list of all certificate path checkers.
|
List | Returns an immutable list of cert stores. |
List | Returns the immutable, thread-safe list of certificates in this path.
|
List | Returns the ExtendedKeyUsage extension of this
certificate, or null if there is no extension present. |
GNU Classpath (0.17) |