T
- 节点类型public interface IterableIter<T> extends Iterable<T>, Iterator<T>
Modifier and Type | Method and Description |
---|---|
default Iterator<T> |
iterator() |
forEach, spliterator
forEachRemaining, hasNext, next, remove
Copyright © 2024. All rights reserved.