Searched refs:iterator (Results 651 - 675 of 1053) sorted by relevance

<<21222324252627282930>>

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DForwardState.java214 for (Iterator<GeneralName> t = gNames.iterator();
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DPolicyInformation.java203 Iterator<?> i = ((Set<?>)obj).iterator();
/openjdk7/jdk/src/share/classes/sun/util/resources/
H A DLocaleData.java178 for (Iterator<Locale> l = candidates.iterator(); l.hasNext(); ) {
/openjdk7/jdk/test/java/util/Collection/
H A DIteratorAtEnd.java27 * @summary next() does not change iterator state if throws NoSuchElementException
85 final Iterator it = c.iterator();
/openjdk7/jdk/test/java/util/Collections/
H A DCheckedMapBash.java128 Iterator i = m.entrySet().iterator();
/openjdk7/jdk/test/java/util/concurrent/BlockingQueue/
H A DLastElement.java62 // iterator().remove()
67 Iterator<Integer> i = q.iterator();
/openjdk7/jdk/test/javax/management/monitor/
H A DThreadPoolAccTest.java69 principal = ((Principal) principals.iterator().next()).getName();
/openjdk7/jdk/test/javax/swing/plaf/metal/MetalBumps/
H A DTest6657026.java203 public void drawString(AttributedCharacterIterator iterator, int x, int y) { argument
/openjdk7/jdk/test/sun/management/jmxremote/startstop/
H A DJMXStartStopTest.java67 for (Iterator i=names.iterator(); i.hasNext(); ) {
/openjdk7/jdk/src/share/classes/sun/management/counter/perf/
H A DPerfInstrumentation.java172 Iterator iter = map.entrySet().iterator();
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DAbstractCharsetProvider.java174 Iterator<String> i = ks.iterator();
/openjdk7/jdk/src/share/classes/sun/print/
H A DProxyGraphics2D.java738 * Draws the text given by the specified iterator, using this
739 * graphics context's current color. The iterator has to specify a font
749 * @param iterator the iterator whose text is to be drawn
750 * @param x,y the coordinates where the iterator's text should be drawn.
757 public void drawString(AttributedCharacterIterator iterator, argument
759 mGraphics.drawString(iterator, x, y);
763 * Draws the text given by the specified iterator, using this
764 * graphics context's current color. The iterator has to specify a font
774 * @param iterator th
782 drawString(AttributedCharacterIterator iterator, float x, float y) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/reflect/generics/visitor/
H A DReifier.java105 // extract iterator on list of simple class type sigs
108 Iterator<SimpleClassTypeSignature> iter = scts.iterator();
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DMarshalInputStream.java156 Iterator<Runnable> iter = doneCallbacks.values().iterator();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDropTargetRegistry.java144 Iterator iter = sites.iterator();
155 Iterator<Long> iter = sites.iterator();
281 dropTargetProtocols = supportedProtocols.iterator();
354 dropTargetProtocols = embedderProtocols.iterator();
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DDevPollSelectorImpl.java149 Iterator<SelectionKey> i = keys.iterator();
H A DEPollSelectorImpl.java144 Iterator<SelectionKey> i = keys.iterator();
H A DEventPortSelectorImpl.java122 Iterator<SelectionKey> i = keys.iterator();
/openjdk7/langtools/test/tools/javac/
H A DT6403466.java116 iter = lines.iterator();
H A DT6956638.java140 for (Iterator<E> iter = x.iterator(); iter.hasNext(); ++n)
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DLoginModuleOptions.java155 if (!subject.getPrincipals().iterator().next()
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DInstructionFinder.java215 * @return iterator of matches where e.nextElement() returns an array of instruction handles
250 return matches.iterator();
262 * @return iterator of matches where e.nextElement()
275 * @return iterator of matches where e.nextElement() returns an array of instruction handles
379 for(Iterator i = map.keySet().iterator(); i.hasNext(); ) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DREUtil.java53 static final String substring(CharacterIterator iterator, int begin, int end) { argument
56 src[i] = iterator.setIndex(i+begin);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerTableEntry.java397 Iterator setORBids = orbAndPortInfo.keySet().iterator();
477 Iterator setORBids = orbAndPortInfo.keySet().iterator();
/openjdk7/jdk/src/share/classes/java/util/
H A DAbstractList.java50 * <i>not</i> have to provide an iterator implementation; the iterator and
51 * list iterator are implemented by this class, on top of the "random access"
170 * <p>This implementation first gets a list iterator (with
194 * <p>This implementation first gets a list iterator that points to the end
240 * <p>This implementation gets an iterator over the specified collection
242 * iterator into this list at the appropriate position, one at a time,
270 * Returns an iterator over the elements in this list in proper sequence.
273 * iterator interface, relying on the backing list's {@code size()},
276 * <p>Note that the iterator returne
287 public Iterator<E> iterator() { method in class:AbstractList
690 public Iterator<E> iterator() { method in class:SubList
[all...]

Completed in 133 milliseconds

<<21222324252627282930>>