HomeSort by relevance Sort by last modified time
    Searched full:immutable (Results 26 - 50 of 513) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/guava/src/com/google/common/collect/
ImmutableSortedSet.java 36 * An immutable {@code SortedSet} that stores its elements in a sorted array.
72 * to place only immutable objects into this collection.
76 * guaranteed to be immutable.
110 * Returns the empty immutable sorted set.
117 * Returns an immutable sorted set containing a single element.
126 * Returns an immutable sorted set containing the given elements sorted by
139 * Returns an immutable sorted set containing the given elements sorted by
152 * Returns an immutable sorted set containing the given elements sorted by
165 * Returns an immutable sorted set containing the given elements sorted by
181 * Returns an immutable sorted set containing the given elements sorted b
    [all...]
ImmutableList.java 36 * A high-performance, immutable, random-access {@code List} implementation.
48 * guaranteed to be immutable.
60 * Returns the empty immutable list. This set behaves and performs comparably
73 * Returns an immutable list containing a single element. This list behaves
188 * Returns an immutable list containing the given elements, in order.
205 * Returns an immutable list containing the given elements, in order. If
221 * Returns an immutable list containing the given elements, in order.
258 * Returns an immutable list containing the given elements, in order.
296 * Returns an immutable list of the elements between the specified {@code
298 * fromIndex} and {@code toIndex} are equal, the empty immutable list i
    [all...]
EmptyImmutableMultiset.java 22 * An empty immutable multiset.
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompat.java 639 * made immutable before being delivered to an AccessibilityService.
667 * made immutable before being delivered to an AccessibilityService.
736 * made immutable before being delivered to an AccessibilityService.
760 * made immutable before being delivered to an AccessibilityService.
784 * made immutable before being delivered to an AccessibilityService.
808 * made immutable before being delivered to an AccessibilityService.
832 * made immutable before being delivered to an AccessibilityService.
856 * made immutable before being delivered to an AccessibilityService.
880 * made immutable before being delivered to an AccessibilityService.
904 * made immutable before being delivered to an AccessibilityService
    [all...]
  /external/icu4c/i18n/
tmunit.cpp 41 * immutable and non-singleton.
43 * Currently, TimeUnitAmount and CurrencyAmount are immutable.
52 * immutable by allowing a setter on the number.
  /libcore/luni/src/main/java/java/net/
CookieStore.java 59 * @return an immutable list of HttpCookies, return empty list if no cookies
69 * @return an empty list if there's no http cookie in store, or an immutable
79 * URIs, otherwise an immutable list of URIs.
CacheResponse.java 42 * Returns an immutable {@code Map} which contains the response headers
49 * @return an immutable {@code Map} which contains the response headers.
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
TypeList.java 30 * {@code false} if it is immutable
63 * immutable.
  /dalvik/dx/src/com/android/dx/rop/type/
TypeList.java 30 * {@code false} if it is immutable
63 * immutable.
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdFieldList.java 23 * an array of {@link Field} objects and can be made immutable.
  /dalvik/dx/src/com/android/dx/cf/iface/
StdFieldList.java 23 * an array of {@link Field} objects and can be made immutable.
StdMethodList.java 23 * an array of {@link Method} objects and can be made immutable.
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CollectionCertStoreParametersTest.java 54 * with the default parameter values (an empty and immutable Collection)
65 * with the default parameter values (an empty and immutable Collection)
72 // check that empty collection is immutable
76 fail("empty collection must be immutable");
  /external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
ZTauElement.java 11 * Immutable class.
  /external/chromium/chrome/browser/sync/
js_arg_list.h 19 // A thread-safe ref-counted wrapper around an immutable ListValue.
  /external/e2fsprogs/lib/e2p/
pf.c 32 { EXT2_IMMUTABLE_FL, "i", "Immutable" },
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AOptimizedMultipleCommand.java 31 return this; // Immutable object. Clone not necessary.
  /frameworks/base/core/java/android/nfc/
NfcEvent.java 22 * <p>Immutable object, with direct access to the (final) fields.
  /frameworks/base/core/java/android/text/
SpannableString.java 21 * This is the class for text whose content is immutable but to which
SpannedString.java 21 * This is the class for text whose content and markup are immutable.
  /frameworks/base/core/jni/
android_view_KeyEvent.h 39 * code expects them to be essentially immutable, "tracking" notwithstanding.
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
ThreadSampler.java 41 * themselves are immutable and do not need to be copied.
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfo.java 40 * made immutable and calling a state mutation method generates an error.
193 * This class is made immutable before being delivered to an AccessibilityService.
226 * This class is made immutable before being delivered to an AccessibilityService.
309 * This class is made immutable before being delivered to an AccessibilityService.
336 * This class is made immutable before being delivered to an AccessibilityService.
363 * This class is made immutable before being delivered to an AccessibilityService.
389 * This class is made immutable before being delivered to an AccessibilityService.
414 * This class is made immutable before being delivered to an AccessibilityService.
439 * This class is made immutable before being delivered to an AccessibilityService.
464 * This class is made immutable before being delivered to an AccessibilityService
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
ExtendedPKIXParameters.java 299 * Returns an immutable <code>List</code> of additional Bouncy Castle
303 * @return an immutable <code>List</code> of additional Bouncy Castle
314 * Returns an immutable <code>List</code> of Bouncy Castle
318 * @return an immutable <code>List</code> of Bouncy Castle
475 * The returned <code>Set</code> is immutable. Never <code>null</code>
477 * @return Returns an immutable set of the trusted AC issuers.
521 * The returned <code>Set</code> is immutable and contains
566 * The returned <code>Set</code> is immutable and contains
610 * {@link PKIXAttrCertChecker}s and is immutable.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 741 // Since the qualifier classes are immutable, and we don't want to
806 // Since the qualifier classes are immutable, and we don't want to
    [all...]

Completed in 1242 milliseconds

12 3 4 5 6 7 8 91011>>