Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DImmutableList.java354 static <E> ImmutableList<E> asImmutableList(Object[] elements) { in asImmutableList() method in ImmutableList
362 static <E> ImmutableList<E> asImmutableList(Object[] elements, int length) { in asImmutableList() method in ImmutableList
/external/guava/android/guava/src/com/google/common/collect/
DImmutableList.java334 static <E> ImmutableList<E> asImmutableList(Object[] elements) { in asImmutableList() method in ImmutableList
339 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.java183 static <E> ImmutableList<E> asImmutableList(Object[] elements) { in asImmutableList() method in ImmutableList