mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
more classpath classes
This commit is contained in:
7
classpath/java/lang/Iterable.java
Normal file
7
classpath/java/lang/Iterable.java
Normal file
@ -0,0 +1,7 @@
|
||||
package java.lang;
|
||||
|
||||
import java.util.Iterator;
|
||||
|
||||
public interface Iterable<T> {
|
||||
public Iterator<T> iterator();
|
||||
}
|
Reference in New Issue
Block a user