Inherits from Iterator
| Name | |
|---|---|
| native void | iteratorCreate(MamaMsg msg, MamaDictionary dictionary) |
| native void | iteratorAssociate(MamaMsg msg, MamaDictionary dictionary) |
| native void | iteratorNext() |
| native boolean | iteratorHasNext() |
| MamaMsgIterator(MamaMsg parent, MamaDictionary dictionary) | |
| void | reset(MamaMsg parent, MamaDictionary dictionary) |
| Object | next() |
| boolean | hasNext() |
| void | remove() |
native void iteratorCreate(
MamaMsg msg,
MamaDictionary dictionary
)
native void iteratorAssociate(
MamaMsg msg,
MamaDictionary dictionary
)
native void iteratorNext()
native boolean iteratorHasNext()
inline MamaMsgIterator(
MamaMsg parent,
MamaDictionary dictionary
)
inline void reset(
MamaMsg parent,
MamaDictionary dictionary
)
inline Object next()
inline boolean hasNext()
inline void remove()
Updated on 2023-03-31 at 15:29:43 +0100