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

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

The newest version!
package org.xmlpull.v1.builder;

import java.util.Iterator;

//JDK15 remove and replace usage with real Iterable
/**
 * Use java.lang.Iterable instead when JDK 1.5 comes out ...*
 *
 * @version $Revision: 1.3 $
 * @author Aleksander Slominski
 */
public interface Iterable
{
    public Iterator iterator();
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy