public interface ServiceTrackerList<T>
extends java.io.Closeable, java.lang.Iterable<T>
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.util.Iterator<T> |
iterator() |
int |
size() |
<E> E[] |
toArray(E[] array) |
java.util.List<T> |
toList() |
void close()
close
in interface java.lang.AutoCloseable
close
in interface java.io.Closeable
int size()
<E> E[] toArray(E[] array)
java.util.List<T> toList()