org.xmlpull.v1.builder.Iterable Maven / Gradle / Ivy
package org.xmlpull.v1.builder;
import java.util.Iterator;
/**
* Use java.lang.Iterable instead when JDK 1.5 comes out ...
*
* @version $Revision: 1.1 $
* @author Aleksander Slominski
*/
public interface Iterable
{
public Iterator iterator();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy