HomeSort by relevance Sort by last modified time
    Searched refs:currentKeyEntry (Results 1 - 6 of 6) sorted by null

  /external/emma/core/java12/com/vladium/util/
IntObjectMap.java 156 Entry currentKeyEntry = null;
158 // detect if 'key' is already in the table [in which case, set 'currentKeyEntry' to point to its entry]:
169 currentKeyEntry = entry;
174 if (currentKeyEntry != null)
178 final Object currentKeyValue = currentKeyEntry.m_value;
179 currentKeyEntry.m_value = value;
IntSet.java 137 Entry currentKeyEntry = null;
139 // detect if 'key' is already in the table [in which case, set 'currentKeyEntry' to point to its entry]:
150 currentKeyEntry = entry;
155 if (currentKeyEntry == null)
IntIntMap.java 170 Entry currentKeyEntry = null;
172 // detect if 'key' is already in the table [in which case, set 'currentKeyEntry' to point to its entry]:
183 currentKeyEntry = entry;
188 if (currentKeyEntry != null)
192 currentKeyEntry.m_value = value;
ObjectIntMap.java 162 Entry currentKeyEntry = null;
164 // detect if 'key' is already in the table [in which case, set 'currentKeyEntry' to point to its entry]:
176 currentKeyEntry = entry;
181 if (currentKeyEntry != null)
185 currentKeyEntry.m_value = value;
SoftValueMap.java 228 SoftEntry currentKeyEntry = null;
230 // detect if 'key' is already in the table [in which case, set 'currentKeyEntry' to point to its entry]:
248 currentKeyEntry = entry;
256 currentKeyEntry = entry;
262 if (currentKeyEntry != null)
266 final IndexedSoftReference ref = currentKeyEntry.m_softValue;
270 currentKeyEntry.m_softValue = new IndexedSoftReference (value, m_valueReferenceQueue, bucketIndex);
  /external/emma/lib/
emma.jar 

Completed in 72 milliseconds