Uses of Interface
org.aksw.commons.collections.generator.Generator
Packages that use Generator
-
Uses of Generator in org.aksw.commons.collections.generator
Classes in org.aksw.commons.collections.generator with type parameters of type GeneratorSubinterfaces of Generator in org.aksw.commons.collections.generatorModifier and TypeInterfaceDescriptioninterfaceGenerator which allows giving ids back for re-use.Classes in org.aksw.commons.collections.generator that implement GeneratorModifier and TypeClassDescriptionclassclassclassclassGeneratorFromConverter<F, B, X extends Generator<B>>classclassGeneratorLendingFromConverter<F, B, X extends GeneratorLending<B>>classGenerator which allows giving ids back for re-use.classFields in org.aksw.commons.collections.generator declared as GeneratorModifier and TypeFieldDescriptionGeneratorForwarding.delegateprotected XGeneratorFromConverter.delegateGeneratorTransforming.delegateMethods in org.aksw.commons.collections.generator that return GeneratorModifier and TypeMethodDescriptionGenerator.clone()Clones should independently yield the same sequences of items as the original objectGeneratorFromConverter.clone()GeneratorFromFunction.clone()GeneratorTransforming.clone()Generator.filterDrop(Predicate<? super T> predicate) default Generator<?> Generator.filterKeep(Predicate<? super T> predicate) GeneratorForwarding.getDelegate()default <O> Generator<O> Methods in org.aksw.commons.collections.generator with parameters of type GeneratorModifier and TypeMethodDescriptionstatic <T> GeneratorBlacklist<T> GeneratorBlacklist.create(Generator<T> generator, Collection<?> blacklist) static <T> GeneratorBlacklist<T> static <T extends Comparable<T>>
GeneratorLendingImpl<T> GeneratorLendingImpl.createSorted(Generator<T> delegate) Constructors in org.aksw.commons.collections.generator with parameters of type GeneratorModifierConstructorDescriptionGeneratorBlacklist(Generator<T> delegate, Predicate<? super T> isBlacklisted) GeneratorFilter(Generator<T> delegate, Predicate<? super T> predicate) GeneratorForwarding(Generator<T> delegate) GeneratorLendingImpl(Generator<T> delegate, Collection<T> freeIds, Supplier<? extends Collection<T>> collectionSupplier) GeneratorLendingImpl(Generator<T> delegate, Supplier<? extends Collection<T>> collectionSupplier)