public final class JCObjectIterator extends JCHandler implements Iterator
JCObjectIterator
class represents a generic Iterator
for
reflected CLR Object.
Some examples on its use are on https://github.com/masesgroup/JCOReflector
Modifier and Type | Method and Description |
---|---|
int |
hashCode()
This method is used to get the CLR hashCode.
|
boolean |
hasNext()
Returns true if the iteration has more elements.
|
Object |
next()
Returns the next element in the iteration.
|
String |
toString()
This method is used to get the equivalent CLR ToString.
|
getReference
forEachRemaining, remove
public int hashCode()
public String toString()
public boolean hasNext()