HomeSort by relevance Sort by last modified time
    Searched refs:RegularImmutableList (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
RegularImmutableList.java 24 * GWT emulated version of {@link RegularImmutableList}.
28 class RegularImmutableList<E> extends ForwardingImmutableList<E> {
31 RegularImmutableList(List<E> delegate) {
ImmutableList.java 43 new RegularImmutableList<Object>(Collections.emptyList());
58 return new RegularImmutableList<E>(
63 return new RegularImmutableList<E>(
68 return new RegularImmutableList<E>(
73 return new RegularImmutableList<E>(
78 return new RegularImmutableList<E>(
84 return new RegularImmutableList<E>(
90 return new RegularImmutableList<E>(
96 return new RegularImmutableList<E>(
102 return new RegularImmutableList<E>(ImmutableList.<E>nullCheckedList
    [all...]
  /external/guava/guava-gwt/src/com/google/common/collect/
RegularImmutableList_CustomFieldSerializer.java 29 * RegularImmutableList}.
36 RegularImmutableList<?> instance) {
39 public static RegularImmutableList<Object> instantiate(
45 * RegularImmutableList before it's serialized. Since RegularImmutableList
47 * a RegularImmutableList back.
49 return (RegularImmutableList<Object>) ImmutableList.copyOf(elements);
53 RegularImmutableList<?> instance) throws SerializationException {
  /external/guava/guava/src/com/google/common/collect/
RegularImmutableList.java 31 class RegularImmutableList<E> extends ImmutableList<E> {
36 RegularImmutableList(Object[] array, int offset, int size) {
42 RegularImmutableList(Object[] array) {
97 return new RegularImmutableList<E>(
ImmutableList.java 67 new RegularImmutableList<Object>(ObjectArrays.EMPTY_ARRAY);
295 return new RegularImmutableList<E>(checkElementsNotNull(elements.clone()));
331 return new RegularImmutableList<E>(elements);
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.2/
haha-2.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/10.0.1/
guava-10.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 
  /external/dagger2/lib/
auto-value-1.0.jar 
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 

Completed in 952 milliseconds

1 2 3