Package net.kyori.adventure.util
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(@NotNull Supplier<Iterator<T>> iterator, @NotNull Supplier<Spliterator<T>> spliterator) Creates a new forwarding iterable. - 
Method Summary
 
- 
Constructor Details
 - 
Method Details