All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.xmlpull.v1.builder.Iterable Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
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