OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:immutableaslist
(Results
1 - 6
of
6
) sorted by null
/external/guava/src/com/google/common/collect/
ImmutableAsList.java
30
final class
ImmutableAsList
<E> extends RegularImmutableList<E> {
33
ImmutableAsList
(Object[] array, ImmutableCollection<E> collection) {
ImmutableSortedAsList.java
63
// The
ImmutableAsList
serialized form has the correct behavior.
65
return new
ImmutableAsList
.SerializedForm(set);
ImmutableCollection.java
183
return new
ImmutableAsList
<E>(toArray(), this);
ImmutableList.java
242
// TODO: Once the
ImmutableAsList
and ImmutableSortedAsList are
ImmutableSet.java
353
return new
ImmutableAsList
<E>(elements, this);
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 433 milliseconds