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