Home
last modified time | relevance | path

Searched defs:asImmutableList (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DImmutableList.java311 static <E> ImmutableList<E> asImmutableList(Object[] elements) { in asImmutableList() method in ImmutableList
319 static <E> ImmutableList<E> asImmutableList(Object[] elements, int length) { in asImmutableList() method in ImmutableList
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableList.java191 static <E> ImmutableList<E> asImmutableList(Object[] elements) { in asImmutableList() method in ImmutableList