Class LiveIterableWrapper<E>
java.lang.Object
org.jgrapht.util.LiveIterableWrapper<E>
- Type Parameters:
E- the element type
- All Implemented Interfaces:
Iterable<E>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new wrapperLiveIterableWrapper(Supplier<Iterable<E>> supplier) Create a new wrapper -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
supplier
-
-
Constructor Details
-
LiveIterableWrapper
public LiveIterableWrapper()Create a new wrapper -
LiveIterableWrapper
-
-
Method Details
-
iterator
-
getSupplier
-
setSupplier
-