HomeSort by relevance Sort by last modified time
    Searched full:unmodifiable (Results 76 - 100 of 121) sorted by null

1 2 34 5

  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 81 /** A version of useList with each List unmodifiable */
636 * @return unmodifiable instruction list
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CRLSelectorTest.java 426 * this collection is unmodifiable.
449 fail("The returned collection should be unmodifiable.");
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaMethod.java 81 /** A version of useList with each List unmodifiable */
636 * @return unmodifiable instruction list
  /external/guava/guava/src/com/google/common/collect/
ArrayTable.java 453 * Returns an unmodifiable set of all row key / column key / value
807 * Returns an unmodifiable collection of all values, which may contain
Sets.java 527 * An unmodifiable view of a set which may be backed by other sets; this view
568 * Returns an unmodifiable <b>view</b> of the union of two sets. The returned
616 * Returns an unmodifiable <b>view</b> of the intersection of two sets. The
668 * Returns an unmodifiable <b>view</b> of the difference of two sets. The
701 * Returns an unmodifiable <b>view</b> of the symmetric difference of two
    [all...]
Multiset.java 221 * An unmodifiable element-count pair for a multiset. The {@link
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java 167 * {@code iterator().remove()} of an unmodifiable list could throw either
351 * Iterable, unless that Iterator is unmodifiable.
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 379 " return $name$_;\n" // note: unmodifiable list
462 " return $name$_;\n" // note: unmodifiable list
javamicro_enum_field.cc 178 " return $name$_;\n" // note: unmodifiable list
  /libcore/luni/src/main/java/java/lang/
System.java 222 * Returns an unmodifiable map of all available environment variables.
654 * The unmodifiable environment variables map. System.getenv() specifies
Throwable.java 447 // the deserialized list may be unmodifiable, so just create a mutable copy
  /libcore/luni/src/test/java/tests/security/cert/
X509CRLSelector2Test.java 337 * specified issuers and this collection is unmodifiable.
350 fail("The returned collection should be unmodifiable.");
  /packages/apps/Contacts/src/com/android/contacts/model/
AccountTypeManager.java 118 * @return Unmodifiable map from {@link AccountTypeWithDataSet}s to {@link AccountType}s
621 * @return Unmodifiable map from {@link AccountTypeWithDataSet}s to {@link AccountType}s
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Sets.java 515 * An unmodifiable view of a set which may be backed by other sets; this view
556 * Returns an unmodifiable <b>view</b> of the union of two sets. The returned
604 * Returns an unmodifiable <b>view</b> of the intersection of two sets. The
656 * Returns an unmodifiable <b>view</b> of the difference of two sets. The
689 * Returns an unmodifiable <b>view</b> of the symmetric difference of two
    [all...]
Iterators.java 112 /** Returns an unmodifiable view of {@code iterator}. */
549 * Divides an iterator into unmodifiable sublists of the given size (the final
569 * Divides an iterator into unmodifiable sublists of the given size, padding
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
IterablesTest.java 23 import static com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE;
    [all...]
MapsTest.java 777 * unmodifiable collections of map entries; for example, it should not be
816 /* Unmodifiable is a view. */
    [all...]
  /external/apache-http/src/org/apache/http/conn/routing/
HttpRoute.java 40 * Instances of this class are unmodifiable and therefore suitable
RouteTracker.java 366 * unmodifiable representation of the tracked route.
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Splitter.java 372 * an entry, and returns an unmodifiable map with each of the entries. For
  /external/protobuf/java/src/main/java/com/google/protobuf/
Message.java 207 * itself unmodifiable.
  /libcore/luni/src/main/java/java/security/cert/
X509CRLSelector.java 273 * @return the unmodifiable list of issuer distinguished names to match, or
  /libcore/luni/src/main/java/java/net/
URLConnection.java 442 * Returns an unmodifiable map of the response-header fields and values. The
458 * Returns an unmodifiable map of general request properties used by this
    [all...]
  /libcore/luni/src/main/java/java/security/
Provider.java 445 * Returns an unmodifiable {@code Set} of all services registered by this
448 * @return an unmodifiable {@code Set} of all services registered by this
    [all...]
  /external/guava/guava/src/com/google/common/base/
Splitter.java 430 * an entry, and returns an unmodifiable map with each of the entries. For

Completed in 1055 milliseconds

1 2 34 5