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
Creates a new forwarding iterable.- Parameters:
iterator- the iterator supplierspliterator- the spliterator supplier- Since:
- 4.9.0
-
-
Method Details