CAST - The type of the container that wraps the DMOs in multi-valued attributeOBJ - The type of the Dark Matter Object stored in the attribute.public class DmwObjectIterator<CAST,OBJ extends DmcObject> extends Object implements Iterable<CAST>, Iterator<CAST>
As a note, this mechanism COULD NOT BE USED with objects in a GWT environment since the java.util.Iterable interface is NOT SUPPORTED by the JRE emulation mechanisms. That's why this class is here and not in org.dmd.dmc.
| Modifier | Constructor and Description |
|---|---|
protected |
DmwObjectIterator() |
protected |
DmwObjectIterator(Iterator<OBJ> i) |
| Modifier and Type | Method and Description |
|---|---|
CAST |
getNext() |
boolean |
hasNext() |
Iterator<CAST> |
iterator() |
CAST |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic CAST getNext()
Copyright © 2023. All rights reserved.