Uses of Interface
org.n52.janmayen.component.Keyed
-
Packages that use Keyed Package Description org.n52.janmayen.component org.n52.janmayen.similar -
-
Uses of Keyed in org.n52.janmayen.component
Subinterfaces of Keyed in org.n52.janmayen.component Modifier and Type Interface Description interfaceComponent<K>Base interface for keyed components.interfaceComponentFactory<K,C extends Component<K>>Interface forComponentfactories.interfaceSingleTypeComponentFactory<K,C extends Component<K>>Convenience interface for aComponentFactorythat supports only a single key. -
Uses of Keyed in org.n52.janmayen.similar
Methods in org.n52.janmayen.similar with type parameters of type Keyed Modifier and Type Method Description static <C extends Keyed<K>,K extends Similar<K>>
Comparator<C>ProxySimilarityComparator. create(K ref)
-