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

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/security/cert/
CertPath.java 29 * An immutable certificate path that can be validated. All certificates in the
35 * When a {@code List} of the certificates is obtained it must be immutable.
130 * Returns an immutable List of the {@code Certificate}s contained
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdAttributeList.java 23 * an array of {@link Attribute} objects and can be made immutable.
  /dalvik/dx/src/com/android/dx/cf/iface/
StdAttributeList.java 23 * an array of {@link Attribute} objects and can be made immutable.
  /dalvik/dx/src/com/android/dx/gen/
Label.java 36 /** an immutable list of labels corresponding to the types in the catch list */
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
package.html 30 role of these objects is to hold immutable stylesheet data, not to perform
  /external/chromium/chrome/browser/ui/cocoa/
menu_controller.h 38 // |-menu|. Note that the menu will be immutable after creation.
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
StoreRef.h 22 /// Store - This opaque type encapsulates an immutable mapping from
  /external/e2fsprogs/lib/et/test_cases/
heimdal2.et 57 ec KADM_IMMUTABLE, "Attempt do delete immutable principal"
  /external/guava/javadoc/com/google/common/collect/class-use/
ImmutableCollection.html 120 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A high-performance, immutable, random-access <code>List</code> implementation.</TD>
128 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An immutable hash-based multiset.</TD>
136 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A high-performance, immutable <code>Set</code> with reliable, user-specified
145 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An immutable <code>SortedSet</code> that stores its elements in a sorted array.</TD>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable collection of all key-value pairs in the multimap.</TD>
169 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable collection of the values for the given key.</TD>
194 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable collection of the values in this map.</TD>
202 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable collection of the values in this map, sorted by the
211 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable collection of the values in this multimap.</TD>
ImmutableMultimap.html 120 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An immutable <A HREF="../../../../../com/google/common/collect/ListMultimap.html" title="interface in com.google.common.collect"><CODE>ListMultimap</CODE></A> with reliable user-specified key and value
129 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An immutable <A HREF="../../../../../com/google/common/collect/SetMultimap.html" title="interface in com.google.common.collect"><CODE>SetMultimap</CODE></A> with reliable user-specified key and value
146 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a newly-created immutable multimap.</TD>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable multimap containing the same mappings as
193 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable multimap containing a single entry.</TD>
211 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable multimap containing the given entries, in order.</TD>
231 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable multimap containing the given entries, in order.</TD>
253 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable multimap containing the given entries, in order.</TD>
277 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable multimap containing the given entries, in order.</TD>
  /external/guava/src/com/google/common/collect/
EmptyImmutableList.java 32 * An empty immutable list.
EmptyImmutableSortedSet.java 29 * An empty immutable sorted set.
SingletonImmutableSet.java 38 // - Integer is immutable and thus thread-safe;
  /external/icu4c/test/perf/unisetperf/draft/
trieset.cpp 14 * Idea for a "compiled", fast, read-only (immutable) version of a UnicodeSet
  /external/jsr305/javadoc/javax/annotation/concurrent/
package-summary.html 96 <TD WIDTH="15%"><B><A HREF="../../../javax/annotation/concurrent/Immutable.html" title="annotation in javax.annotation.concurrent">Immutable</A></B></TD>
97 <TD>Immutable
99 The class to which this annotation is applied is immutable.</TD>
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 45 /// TargetLibraryInfo - This immutable pass captures information about what
  /external/webkit/Source/WebCore/loader/archive/
Archive.h 49 // and should not be exposed as archives should be immutable to clients
  /external/webkit/Source/WebKit2/Shared/
ImmutableArray.h 36 // ImmutableArray - An immutable array type suitable for vending to an API.
ImmutableDictionary.h 39 // ImmutableDictionary - An immutable dictionary type suitable for vending to an API.
  /frameworks/base/core/java/com/google/android/collect/
Lists.java 31 * <p><b>Note:</b> if you only need an <i>immutable</i> empty List, use
  /frameworks/base/include/utils/
Looper.h 307 const bool mAllowNonCallbacks; // immutable
309 int mWakeReadPipeFd; // immutable
310 int mWakeWritePipeFd; // immutable
317 int mEpollFd; // immutable
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathVariableResolver.java 30 * single XPath expression, a variable's value <strong><em>must</em></strong> be immutable.</p>
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/
DomainList.java 25 * An immutable, random-access list of Strings (that
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
ResourceReference.java 22 * This is an immutable class.
  /external/guava/javadoc/com/google/common/collect/
ImmutableSet.html 111 A high-performance, immutable <code>Set</code> with reliable, user-specified
123 only immutable objects into this collection.
126 (as a well-behaved immutable object should). While this class's factory
132 instances of this type are guaranteed to be immutable.
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A builder for creating immutable set instances, especially
202 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable set containing the given elements, in order.</TD>
217 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable set containing the given elements, in order.</TD>
256 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the empty immutable set.</TD>
271 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable set containing the given elements, in order.</TD>
286 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable set containing a single element.</TD
    [all...]

Completed in 1903 milliseconds

1 2 34 5 6 7 8 91011>>