Uses of Class
org.aksw.commons.collections.selector.WeightedSelectorImmutable
Packages that use WeightedSelectorImmutable
-
Uses of WeightedSelectorImmutable in org.aksw.commons.collections.selector
Methods in org.aksw.commons.collections.selector that return WeightedSelectorImmutableModifier and TypeMethodDescriptionWeightedSelectorImmutable.clone()static <X,T> WeightedSelectorImmutable <T> static <T> WeightedSelectorImmutable<T> WeightedSelectorImmutable.create(Iterable<T> items, Function<? super T, ? extends Number> getWeight) static <X,T> WeightedSelectorImmutable <T> WeightedSelectorImmutable.create(Iterable<X> items, Function<? super X, ? extends T> getEntity, Function<? super X, ? extends Number> getWeight) static <T> WeightedSelectorImmutable<T>