protected class Digest.MyIterator extends Object implements Iterator<Digest.Entry>
| Modifier and Type | Field and Description |
|---|---|
protected int |
index |
| Modifier | Constructor and Description |
|---|---|
protected |
Digest.MyIterator() |
public boolean hasNext()
hasNext in interface Iterator<Digest.Entry>public Digest.Entry next()
next in interface Iterator<Digest.Entry>public void remove()
remove in interface Iterator<Digest.Entry>Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.