public class IdentityMatcherIterator extends com.exalead.gni.GNIObject implements java.util.Iterator<IdentityMatcherEntry>
Constructor and Description |
---|
IdentityMatcherIterator(IdentityMatcherResource resource)
Initialize a new iterator
|
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
boolean |
hasNext() |
IdentityMatcherEntry |
next() |
void |
remove() |
public IdentityMatcherIterator(IdentityMatcherResource resource)
resource
- The resourcepublic boolean hasNext()
hasNext
in interface java.util.Iterator<IdentityMatcherEntry>
public IdentityMatcherEntry next()
next
in interface java.util.Iterator<IdentityMatcherEntry>
public void remove()
remove
in interface java.util.Iterator<IdentityMatcherEntry>
protected void finalize()
finalize
in class java.lang.Object
Copyright © 2013 Dassault Systèmes, All Rights Reserved.