private static class IterableProviderImpl.MyIterator<U>
extends java.lang.Object
implements java.util.Iterator<U>
Modifier and Type | Field and Description |
---|---|
private java.util.LinkedList<ServiceHandle<U>> |
handles |
Modifier | Constructor and Description |
---|---|
private |
MyIterator(java.util.List<ServiceHandle<U>> handles) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
U |
next() |
void |
remove() |
private final java.util.LinkedList<ServiceHandle<U>> handles
private MyIterator(java.util.List<ServiceHandle<U>> handles)