public class ErrorHandlerIterator<T> extends NutsIteratorBase<T>
| Constructor and Description |
|---|
ErrorHandlerIterator(IteratorErrorHandlerType type,
Iterator<T> base,
net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsElement |
describe(net.thevpc.nuts.NutsElements elems) |
boolean |
hasNext() |
T |
next() |
void |
remove() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic ErrorHandlerIterator(IteratorErrorHandlerType type, Iterator<T> base, net.thevpc.nuts.NutsSession session)
Copyright © 2022 vpc open source initiative. All rights reserved.