Uses of Interface
eu.cloudnetservice.common.Named
Packages that use Named
-
Uses of Named in eu.cloudnetservice.common.util
Methods in eu.cloudnetservice.common.util with type parameters of type NamedModifier and TypeMethodDescriptionstatic <T extends Named>
@NonNull @Unmodifiable Collection<T>WildcardUtil.filterWildcard(@NonNull Collection<T> inputValues, @NonNull String regex) Filters all values out of the given inputValues which are matching the given pattern.static <T extends Named>
@NonNull @Unmodifiable Collection<T>WildcardUtil.filterWildcard(@NonNull Collection<T> inputValues, @NonNull String regex, boolean caseSensitive) Filters all values out of the given inputValues which are matching the given pattern.Methods in eu.cloudnetservice.common.util with parameters of type NamedModifier and TypeMethodDescriptionprivate static booleanWildcardUtil.matches(@NonNull String patternInput, @Nullable Pattern compiled, @NonNull Named data, boolean caseSensitive) Tries to match the given data name using the compiled pattern, falling back to a direct equal check if the given compiled pattern is null.Method parameters in eu.cloudnetservice.common.util with type arguments of type Named