public class NodeIterable extends Object implements com.vladsch.flexmark.util.collection.iteration.ReversiblePeekingIterable<Node>
| Modifier and Type | Field and Description |
|---|---|
static com.vladsch.flexmark.util.collection.iteration.ReversiblePeekingIterable<Node> |
EMPTY |
| Constructor and Description |
|---|
NodeIterable(Node firstNode,
Node lastNode,
boolean reversed) |
| Modifier and Type | Method and Description |
|---|---|
void |
forEach(Consumer<? super Node> consumer) |
boolean |
isReversed() |
@NotNull com.vladsch.flexmark.util.collection.iteration.ReversiblePeekingIterator<Node> |
iterator() |
@NotNull com.vladsch.flexmark.util.collection.iteration.ReversiblePeekingIterable<Node> |
reversed() |
@NotNull com.vladsch.flexmark.util.collection.iteration.ReversiblePeekingIterator<Node> |
reversedIterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitspliteratorpublic static final com.vladsch.flexmark.util.collection.iteration.ReversiblePeekingIterable<Node> EMPTY
@NotNull public @NotNull com.vladsch.flexmark.util.collection.iteration.ReversiblePeekingIterator<Node> iterator()
@NotNull public @NotNull com.vladsch.flexmark.util.collection.iteration.ReversiblePeekingIterable<Node> reversed()
public boolean isReversed()
isReversed in interface com.vladsch.flexmark.util.collection.iteration.ReversibleIterable<Node>@NotNull public @NotNull com.vladsch.flexmark.util.collection.iteration.ReversiblePeekingIterator<Node> reversedIterator()
Copyright © 2020. All rights reserved.