Searched defs:Iterable (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
H A DIterable.java46 public interface Iterable<T> { interface
55 * Performs the given action for each element of the {@code Iterable}
82 * {@code Iterable}.
98 * {@code Iterable}.
/libcore/luni/src/test/java/libcore/java/nio/file/
H A DFiles2Test.java1599 public void test_write$Path$Iterable$Charset$OpenOption() throws IOException {
1610 public void test_write$Path$Iterable$Charset$OpenOption_NPE() throws IOException {
1628 public void test_write$Path$Iterable$OpenOption() throws IOException {
1638 public void test_write$Path$Iterable$OpenOption_NPE() throws IOException {
1645 Files.write(filesSetup.getDataFilePath(), (Iterable<CharSequence>) null);

Completed in 47 milliseconds