Searched defs:EntryIterator (Results 1 – 2 of 2) sorted by relevance
488 class EntryIterator implements Iterator<Pair<Long, Cue> > { class533 public EntryIterator(SortedMap<Long, Vector<Cue> > cues) { in EntryIterator() method in EntryIterator
216 static final class EntryIterator implements Iterator<ZipEntry> { class in StrictJarFile220 EntryIterator(long nativeHandle, String prefix) throws IOException { in EntryIterator() method in StrictJarFile.EntryIterator