- java.lang.Object
-
- org.jgrapht.util.LiveIterableWrapper<E>
-
-
Constructor Summary
Constructors Constructor Description LiveIterableWrapper()
Create a new wrapperLiveIterableWrapper(Supplier<Iterable<E>> supplier)
Create a new wrapper
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Supplier<Iterable<E>>
getSupplier()
Get the supplierIterator<E>
iterator()
void
setSupplier(Supplier<Iterable<E>> supplier)
Set the supplier-
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
-
-