Uses of Interface
org.n52.janmayen.similar.Similar
-
Packages that use Similar Package Description org.n52.janmayen.component org.n52.janmayen.http org.n52.janmayen.similar -
-
Uses of Similar in org.n52.janmayen.component
Classes in org.n52.janmayen.component with type parameters of type Similar Modifier and Type Class Description classAbstractSimilarityKeyComponentRepository<K extends Similar<K>,C extends Component<K>,F extends ComponentFactory<K,C>>Component repository for keys that can be similar and support for composite keys.classAbstractSimilarityKeyRepository<K extends Similar<K>,C extends Component<K>>Classes in org.n52.janmayen.component that implement Similar Modifier and Type Class Description protected classAbstractSimilarityKeyComponentRepository.CompositeKeyMethods in org.n52.janmayen.component with parameters of type Similar Modifier and Type Method Description protected CAbstractSimilarityKeyComponentRepository. getComponent(K key, K... keys)protected booleanAbstractSimilarityKeyComponentRepository. hasComponent(K key, K... keys)protected Optional<C>AbstractSimilarityKeyComponentRepository. tryGetComponent(K key, K... keys) -
Uses of Similar in org.n52.janmayen.http
Classes in org.n52.janmayen.http that implement Similar Modifier and Type Class Description classMediaTypeTODO JavaDoc -
Uses of Similar in org.n52.janmayen.similar
Classes in org.n52.janmayen.similar with type parameters of type Similar Modifier and Type Class Description classCompositeSimilar<T extends Similar<T>>TODO JavaDocclassProxySimilarityComparator<T,K extends Similar<K>>TODO JavaDocclassSimilarityComparator<T extends Similar<T>>TODO JavaDocClasses in org.n52.janmayen.similar that implement Similar Modifier and Type Class Description classCompositeSimilar<T extends Similar<T>>TODO JavaDocMethods in org.n52.janmayen.similar with type parameters of type Similar Modifier and Type Method Description static <C extends Keyed<K>,K extends Similar<K>>
Comparator<C>ProxySimilarityComparator. create(K ref)static <T,K extends Similar<K>>
Comparator<T>ProxySimilarityComparator. create(K ref, Function<T,Collection<K>> similars)
-