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

s.java.lang.Iterable Maven / Gradle / Ivy

There is a newer version: 0.9.6
Show newest version
package s.java.lang;

import i.IObject;
import s.java.util.Iterator;

public interface Iterable extends IObject {
    Iterator avm_iterator();

    //Default
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy