OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:immutable
(Results
151 - 175
of
513
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/main/java/java/math/
BitLevel.java
32
* All operations are provided in
immutable
way, and some in both mutable and
33
*
immutable
.
/sdk/rule_api/src/com/android/ide/common/api/
RuleAction.java
127
* Creates a new
immutable
toggle action.
150
* Creates a new
immutable
multiple-choice action with a defined ordered set
176
* Creates a new
immutable
multiple-choice action with a defined ordered set
208
* Creates a new
immutable
multiple-choice action with a defined ordered set
247
* Creates a new
immutable
multiple-choice action with lazily computed children.
434
* Creates a new
immutable
toggle action.
/external/guava/javadoc/com/google/common/collect/
ImmutableSortedMap.html
108
An
immutable
<A HREF="http://java.sun.com/javase/6/docs/api/java/util/SortedMap.html?is-external=true" title="class or interface in java.util"><CODE>SortedMap</CODE></A>. Does not permit null keys or values.
118
guaranteed to be
immutable
.
145
A builder for creating
immutable
sorted map instances, especially <code>public static final</code> maps ("constant maps").</TD>
213
Returns an
immutable
map containing the same entries as <code>map</code>, sorted
230
Returns an
immutable
map containing the same entries as <code>map</code>, with
246
Returns an
immutable
map containing the same entries as the provided sorted
255
Returns an
immutable
set of the mappings in this map, sorted by the key
289
Returns an
immutable
sorted set of the keys in this map.</TD>
314
Returns a builder that creates
immutable
sorted maps whose keys are
348
Returns an
immutable
map containing a single entry.</TD
[
all
...]
package-summary.html
270
<TD>An
immutable
<A HREF="../../../../com/google/common/collect/BiMap.html" title="interface in com.google.common.collect"><CODE>BiMap</CODE></A> with reliable user-specified iteration order.</TD>
274
<TD>A builder for creating
immutable
bimap instances, especially <code>public
283
<TD>A builder for creating
immutable
class-to-instance maps.</TD>
287
<TD>An
immutable
collection.</TD>
291
<TD>A high-performance,
immutable
, random-access <code>List</code> implementation.</TD>
295
<TD>A builder for creating
immutable
list instances, especially
300
<TD>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
305
<TD>A builder for creating
immutable
<code>ListMultimap</code> instances, especially
310
<TD>An
immutable
, hash-based <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><CODE>Map</CODE></A> with reliable user-specified iteration
315
<TD>A builder for creating
immutable
map instances, especially <code>publi
[
all
...]
ImmutableBiMap.html
108
An
immutable
<A HREF="../../../../com/google/common/collect/BiMap.html" title="interface in com.google.common.collect"><CODE>BiMap</CODE></A> with reliable user-specified iteration order. Does
119
guaranteed to be
immutable
.
146
A builder for creating
immutable
bimap instances, especially <code>public
213
Returns an
immutable
bimap containing the same entries as <code>map</code>.</TD>
221
Returns an
immutable
set of the mappings in this map.</TD>
279
Returns an
immutable
set of the keys in this map.</TD>
310
Returns an
immutable
bimap containing a single entry.</TD>
328
Returns an
immutable
map containing the given entries, in order.</TD>
348
Returns an
immutable
map containing the given entries, in order.</TD>
370
Returns an
immutable
map containing the given entries, in order.</TD
[
all
...]
ImmutableMap.html
110
An
immutable
, hash-based <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><CODE>Map</CODE></A> with reliable user-specified iteration
122
guaranteed to be
immutable
.
151
A builder for creating
immutable
map instances, especially <code>public
226
Returns an
immutable
map containing the same entries as <code>map</code>.</TD>
234
Returns an
immutable
set of the mappings in this map.</TD>
274
Returns an
immutable
set of the keys in this map.</TD>
305
Returns an
immutable
map containing a single entry.</TD>
323
Returns an
immutable
map containing the given entries, in order.</TD>
343
Returns an
immutable
map containing the given entries, in order.</TD>
365
Returns an
immutable
map containing the given entries, in order.</TD
[
all
...]
ImmutableSetMultimap.html
108
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
121
are guaranteed to be
immutable
.
148
A builder for creating
immutable
<code>SetMultimap</code> instances, especially
189
Returns an
immutable
set multimap containing the same mappings as
198
Returns an
immutable
collection of all key-value pairs in the multimap.</TD>
206
Returns an
immutable
set of the values for the given key.</TD>
237
Returns an
immutable
multimap containing a single entry.</TD>
255
Returns an
immutable
multimap containing the given entries, in order.</TD>
275
Returns an
immutable
multimap containing the given entries, in order.</TD>
297
Returns an
immutable
multimap containing the given entries, in order.</TD
[
all
...]
ImmutableList.html
108
A high-performance,
immutable
, random-access <code>List</code> implementation.
119
guaranteed to be
immutable
.
148
A builder for creating
immutable
list instances, especially
215
Returns an
immutable
list containing the given elements, in order.</TD>
230
Returns an
immutable
list containing the given elements, in order.</TD>
245
Returns an
immutable
list containing the given elements, in order.</TD>
284
Returns the empty
immutable
list.</TD>
299
Returns an
immutable
list containing the given elements, in order.</TD>
314
Returns an
immutable
list containing a single element.</TD>
545
Returns an
immutable
list of the elements between the specified <code>fromIndex</code>, inclusive, and <code>toIndex</c (…)
[
all
...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
PKIXParametersTest.java
503
* Assertion: returns an
immutable
<code>List</code>
519
fail("must be
immutable
");
667
* Assertion: returns an
immutable
<code>List</code>
683
fail("must be
immutable
");
690
* Assertion: The returned List is
immutable
, and each
[
all
...]
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
KerberosTicketTest.java
149
// KerberosTicket instance is
immutable
173
// KerberosTicket instance is
immutable
330
// key instance is
immutable
/external/llvm/include/llvm/
PassManagers.h
193
/// Find the pass that implements Analysis AID. Search
immutable
203
/// Add
immutable
pass and initialize it.
250
///
Immutable
passes are managed by top level manager.
/dalvik/dexgen/src/com/android/dexgen/rop/
ByteCatchList.java
95
* automatically made
immutable
.
155
* result is automatically made
immutable
.
/dalvik/dx/src/com/android/dx/cf/code/
ByteCatchList.java
95
* automatically made
immutable
.
155
* result is automatically made
immutable
.
LocalVariableList.java
35
* instances. The result is
immutable
.
71
* corresponding signature. The result is
immutable
.
/external/apache-http/src/org/apache/http/impl/cookie/
BasicClientCookie.java
142
* considered
immutable
. Changing it (e.g. using setTime()) could result
156
*
immutable
. Changing it (e.g. using setTime()) could result in undefined
/external/guava/javadoc/com/google/common/collect/class-use/
ImmutableList.html
152
Returns an
immutable
list containing the given elements, in order.</TD>
167
Returns an
immutable
list containing the given elements, in order.</TD>
182
Returns an
immutable
list containing the given elements, in order.</TD>
190
Returns an
immutable
list of the values for the given key.</TD>
205
Returns the empty
immutable
list.</TD>
220
Returns an
immutable
list containing the given elements, in order.</TD>
235
Returns an
immutable
list containing a single element.</TD>
466
Returns an
immutable
list of the elements between the specified <code>fromIndex</code>, inclusive, and <code>toIndex</code>, exclusive.</TD>
/external/icu4c/common/
ucnv_bld.h
91
* the
immutable
, shared part of UConverter.
172
UConverterSharedData *sharedData; /* Pointer to the shared
immutable
part of the converter object */
/external/jsr305/javadoc/javax/annotation/concurrent/
NotThreadSafe.html
54
<A HREF="../../../javax/annotation/concurrent/
Immutable
.html" title="annotation in javax.annotation.concurrent"><B>PREV CLASS</B></A>
144
<A HREF="../../../javax/annotation/concurrent/
Immutable
.html" title="annotation in javax.annotation.concurrent"><B>PREV CLASS</B></A>
package-tree.html
91
<LI TYPE="circle">javax.annotation.concurrent.<A HREF="../../../javax/annotation/concurrent/
Immutable
.html" title="annotation in javax.annotation.concurrent"><B>
Immutable
</B></A> (implements java.lang.annotation.Annotation)
/external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp
241
// If this is an "
immutable
" type, we can assume the pointer is pointing
256
// If this is an "
immutable
" type, we can assume the call doesn't write
/external/srec/tools/thirdparty/OpenFst/fst/lib/
const-fst.h
17
// Simple concrete
immutable
FST whose states and arcs are each stored
219
// Simple concrete
immutable
FST. This class attaches interface to
/packages/apps/Contacts/src/com/android/contacts/util/
ExpirableCache.java
25
import javax.annotation.concurrent.
Immutable
;
111
@
Immutable
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fs.h
146
#define S_IMMUTABLE 8 /*
Immutable
file */
241
#define FS_IMMUTABLE_FL 0x00000010 /*
Immutable
file */
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailImpl.java
22
* A simple
immutable
data object to represent a voicemail.
/external/apache-http/src/org/apache/http/cookie/
Cookie.java
79
* considered
immutable
. Changing it (e.g. using setTime()) could result
Completed in 780 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>