OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EMPTY_TABLE
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/java/util/
HashMap.java
71
private static final Entry[]
EMPTY_TABLE
111
* the capacity is zero, as described in the
EMPTY_TABLE
declaration
126
table = (HashMapEntry<K, V>[])
EMPTY_TABLE
;
127
threshold = -1; // Forces first put invocation to replace
EMPTY_TABLE
145
HashMapEntry<K, V>[] tab = (HashMapEntry<K, V>[])
EMPTY_TABLE
;
147
threshold = -1; // Forces first put() to replace
EMPTY_TABLE
205
if (table ==
EMPTY_TABLE
) {
[
all
...]
Hashtable.java
56
private static final Entry[]
EMPTY_TABLE
90
* the capacity is zero, as described in the
EMPTY_TABLE
declaration
106
table = (HashtableEntry<K, V>[])
EMPTY_TABLE
;
107
threshold = -1; // Forces first put invocation to replace
EMPTY_TABLE
124
HashtableEntry<K, V>[] tab = (HashtableEntry<K, V>[])
EMPTY_TABLE
;
126
threshold = -1; // Forces first put() to replace
EMPTY_TABLE
181
if (table ==
EMPTY_TABLE
) {
[
all
...]
/external/jdiff/
xerces.jar
Completed in 33 milliseconds