Class TableRangeIterable<T>
java.lang.Object
net.codecrete.windowsapi.winmd.tables.TableRangeIterable<T>
-
Constructor Summary
ConstructorsConstructorDescriptionTableRangeIterable(int startIndex, int endIndex, Function<Integer, T> creator) Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
TableRangeIterable
Creates a new instance.If
startIndexis greater thanendIndex, the iterator does not provide any elements.- Parameters:
startIndex- the index of the range start (inclusive)endIndex- the index of the range end (inclusive)creator- a lambda creating a table row instance for a given index
-
-
Method Details
-
iterator
-