Package org.n52.janmayen.component
Interface Keyed<K>
-
- Type Parameters:
K- the key type
- All Known Subinterfaces:
Component<K>,ComponentFactory<K,C>,SingleTypeComponentFactory<K,C>
public interface Keyed<K>Interface for keyed classes- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<K>getKeys()Gets the set of keys.
-