| Package | Description |
|---|---|
| net.sf.javagimmicks.util8 |
Small extensions to Java's
java.util package especially for creating, storing or comparing objects. |
| Modifier and Type | Method and Description |
|---|---|
static IncludeExcludePatternPredicate |
IncludeExcludePatternPredicate.fromPatterns(Collection<Pattern> includePatterns)
Creates a new instance for a given
Collection of include
Patterns. |
static IncludeExcludePatternPredicate |
IncludeExcludePatternPredicate.fromPatterns(Collection<Pattern> includePatterns,
Collection<Pattern> excludePatterns)
Creates a new instance for given
Collections of include and
exclude Patterns. |
static IncludeExcludePatternPredicate |
IncludeExcludePatternPredicate.fromStringPatterns(Collection<String> includePatterns)
Creates a new instance for a given
Collection of include patterns
provided as regular expression Strings. |
static IncludeExcludePatternPredicate |
IncludeExcludePatternPredicate.fromStringPatterns(Collection<String> includePatterns,
Collection<String> excludePatterns)
Creates a new instance for given
Collections of include and
exclude patterns provided as regular expression Strings. |
Copyright © 2017. All rights reserved.