Uses of Class
org.anchoranalysis.core.collection.StringSetTrie
Packages that use StringSetTrie
Package
Description
Classes relating to creating inputs for an experiment / task.
-
Uses of StringSetTrie in org.anchoranalysis.io.input
Methods in org.anchoranalysis.io.input that return types with arguments of type StringSetTrieModifier and TypeMethodDescriptionInputContextParameters.getInputFilterExtensions()A trie of extensions that can be used filter inputs.Methods in org.anchoranalysis.io.input with parameters of type StringSetTrieModifier and TypeMethodDescriptionvoidInputContextParameters.assignInputFilterExtensions(StringSetTrie filterExtensions) Assigns extensions that can be used filter inputs, but irrespective of whether extensions have already been set.Method parameters in org.anchoranalysis.io.input with type arguments of type StringSetTrieModifier and TypeMethodDescriptionvoidInputContextParameters.assignInputFilterExtensionsIfMissing(Supplier<Optional<StringSetTrie>> filterExtensions) Assigns extensions that can be used filter inputs, but only when no extensions have already been set.voidInputContextParameters.setInputFilterExtensions(Optional<StringSetTrie> inputFilterExtensions) A trie of extensions that can be used filter inputs.