Class ForwardingIterator<T>
java.lang.Object
net.kyori.adventure.util.ForwardingIterator<T>
- Type Parameters:
T- the type of the iterable
- All Implemented Interfaces:
Iterable<T>
- Since:
- 4.9.0
-
Constructor Summary
ConstructorsConstructorDescriptionForwardingIterator(Supplier<Iterator<T>> iterator, Supplier<Spliterator<T>> spliterator) Creates a new forwarding iterable. -
Method Summary
-
Constructor Details
-
ForwardingIterator
-
-
Method Details
-
iterator
-
spliterator
- Specified by:
spliteratorin interfaceIterable<T>
-