|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.collections.DocumentSubsetCollection.SubSetEnumerator
public static class DocumentSubsetCollection.SubSetEnumerator
Represents a internal enumerator for EntitySubSetCollection.
Constructor Summary | |
---|---|
DocumentSubsetCollection.SubSetEnumerator(DocumentSubsetCollection enColl)
Initializes a new instance of the |
Method Summary | |
---|---|
boolean |
hasNext()
Advances the enumerator to the next element of the collection. |
java.lang.Object |
next()
Gets the current element in the collection. |
void |
reset()
Sets the enumerator to its initial position, which is before the first element in the collection. |
Constructor Detail |
---|
public DocumentSubsetCollection.SubSetEnumerator(DocumentSubsetCollection enColl)
enColl
- The entities collection.Method Detail |
---|
public java.lang.Object next()
public boolean hasNext()
public void reset()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |