java.lang.Object
org.jgrapht.util.LiveIterableWrapper<E>
- Type Parameters:
E
- the element type
- All Implemented Interfaces:
Iterable<E>
A wrapper around a supplier of an iterable.
- Author:
- Dimitrios Michail
-
Constructor Summary
ConstructorDescriptionCreate a new wrapperLiveIterableWrapper
(Supplier<Iterable<E>> supplier) Create a new wrapper -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
LiveIterableWrapper
public LiveIterableWrapper()Create a new wrapper -
LiveIterableWrapper
Create a new wrapper- Parameters:
supplier
- the supplier which provides the iterable
-
-
Method Details