T
- type of the iterated objects.public interface CloseableIterable<T> extends Iterable<T>, Closeable
限定符和类型 | 接口和说明 |
---|---|
static class |
CloseableIterable.Empty<T>
Empty iterator.
|
限定符和类型 | 方法和说明 |
---|---|
static <T> CloseableIterable<T> |
empty()
Returns an empty iterator.
|
forEach, iterator, spliterator
static <T> CloseableIterable<T> empty()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.