Package org.n52.janmayen.component
Interface ComponentRepository<K,C extends Component<K>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cget(K key)Gets theComponentassociated withkeyif it exists.Set<C>getAll()Get allComponents of this repository.
-