public class StickyConnectionStrategy.StickyIterable.StickyIterator
extends java.lang.Object
implements java.util.Iterator<java.net.URI>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.net.URI |
next() |
void |
remove() |
public boolean hasNext()
hasNext in interface java.util.Iterator<java.net.URI>public java.net.URI next()
next in interface java.util.Iterator<java.net.URI>public void remove()
remove in interface java.util.Iterator<java.net.URI>