OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:weakkeys
(Results
1 - 6
of
6
) sorted by null
/external/javassist/src/main/javassist/scopedpool/
SoftValueHashMap.java
59
/* Hash table mapping
WeakKeys
to values */
62
/* Reference queue for cleared
WeakKeys
*/
/external/guava/src/com/google/common/collect/
Platform.java
116
return mapMaker.
weakKeys
();
MapMaker.java
71
* for keys or values. However, if {@link #
weakKeys
()} or {@link
88
* <p>{@code new MapMaker().
weakKeys
().makeMap()} can almost always be
166
public MapMaker
weakKeys
() {
[
all
...]
/external/guava/javadoc/com/google/common/collect/
MapMaker.html
130
for keys or values. However, if <A HREF="../../../../com/google/common/collect/MapMaker.html#
weakKeys
()"><CODE>
weakKeys
()</CODE></A> or <A HREF="../../../../com/google/common/collect/MapMaker.html#softKeys()"><CODE>softKeys()</CODE></A> was specified, the map uses identity (<code>==</code>)
146
<p><code>new MapMaker().
weakKeys
().makeMap()</code> can almost always be
267
<TD><CODE><B><A HREF="../../../../com/google/common/collect/MapMaker.html#
weakKeys
()">
weakKeys
</A></B>()</CODE>
375
<A NAME="
weakKeys
()"><!-- --></A><H3>
376
weakKeys
</H3>
378
public <A HREF="../../../../com/google/common/collect/MapMaker.html" title="class in com.google.common.collect">MapMaker</A> <B>
weakKeys
</B>()</PRE>
[
all
...]
/external/guava/javadoc/com/google/common/collect/class-use/
MapMaker.html
163
<TD><CODE><B>MapMaker.</B><B><A HREF="../../../../../com/google/common/collect/MapMaker.html#
weakKeys
()">
weakKeys
</A></B>()</CODE>
/external/guava/javadoc/com/google/common/annotations/class-use/
GwtIncompatible.html
285
<TD><CODE><B>MapMaker.</B><B><A HREF="../../../../../com/google/common/collect/MapMaker.html#
weakKeys
()">
weakKeys
</A></B>()</CODE>
Completed in 1065 milliseconds