Searched refs:currentKey (Results 1 – 2 of 2) sorted by relevance
1047 String currentKey = in getAlgorithms() local1049 if (currentKey.startsWith( in getAlgorithms()1057 if (currentKey.indexOf(" ") < 0) { in getAlgorithms()1058 result.add(currentKey.substring( in getAlgorithms()
776 private Object currentKey; field in WeakHashMap.HashIterator793 currentKey = null; in hasNext()812 currentKey = nextKey; in nextEntry()823 WeakHashMap.this.remove(currentKey); in remove()826 currentKey = null; in remove()