Constructor and Description |
---|
CastIterator(Iterator<? extends Object> it,
Class<T> targetType) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public T next()
next
in interface Iterator<T>
MRuleInternalRuntimeException
- Encapsulates MRuleInternalException
if an internal error occurs.