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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPIteratorImpl.java 225 private Iterator subIterator = Collections.EMPTY_LIST.iterator();
337 subIterator = Collections.EMPTY_LIST.iterator();
342 if ((!subIterator.hasNext()) && iterator.hasNext())
346 subIterator = new NodeIterator(child, path, index);
349 if (subIterator.hasNext())
351 returnProperty = (XMPPropertyInfo) subIterator.next();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 

Completed in 176 milliseconds