OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:castedarray
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableCollection.java
131
E[]
castedArray
= (E[]) toArray();
132
return new ImmutableAsList<E>(Arrays.asList(
castedArray
));
ImmutableList.java
216
E[]
castedArray
= (E[]) array;
217
return Arrays.asList(
castedArray
);
Completed in 170 milliseconds