public interface ServiceTrackerMap<K,R>
extends java.io.Closeable
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
containsKey(K key) |
R |
getService(K key) |
java.util.Set<K> |
keySet() |
void |
open() |
java.util.Collection<R> |
values() |