Searched defs:nextElement (Results 1 - 9 of 9) sorted by relevance

/libcore/luni/src/main/java/java/util/
H A DEnumeration.java41 * @see #nextElement
53 public E nextElement(); method in interface:Enumeration
H A DStringTokenizer.java170 public Object nextElement() { method in class:StringTokenizer
H A DHashtable.java784 public K nextElement() { return nextEntryNotFailFast().key; } method in class:Hashtable.KeyEnumeration
790 public V nextElement() { return nextEntryNotFailFast().value; } method in class:Hashtable.ValueEnumeration
/libcore/luni/src/test/java/tests/java/security/
H A DSecureRandomTest.java63 if (sr.nextElement(1) != 1 || sr.nextElement(2) != 3 || sr.nextElement(3) != 7) {
291 public int nextElement(int numBits) { method in class:SecureRandomTest.MySecureRandom
/libcore/dalvik/src/main/java/dalvik/system/
H A DDexFile.java265 public String nextElement() { method in class:DexFile.DFEnum
/libcore/luni/src/main/java/java/util/jar/
H A DJarFile.java154 public JarEntry nextElement() { method in class:JarFile.JarFileEnumerator
155 return new JarEntry(ze.nextElement(), jf /* parentJar */);
430 ZipEntry ze = allEntries.nextElement();
/libcore/libart/src/main/java/java/lang/
H A DClassLoader.java747 public URL nextElement() { method in class:TwoEnumerationsInOne
749 return first.nextElement();
751 return second.nextElement();
/libcore/luni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java2553 public final K nextElement() { return next(); } method in class:ConcurrentHashMap.KeyIterator
2573 public final V nextElement() { return next(); } method in class:ConcurrentHashMap.ValueIterator
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 405 milliseconds