OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:castedlist
(Results
1 - 1
of
1
) sorted by null
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableList.java
200
List<E>
castedList
= (List<E>) list;
201
return new RegularImmutableList<E>(
castedList
);
Completed in 545 milliseconds