public class Patterns extends Object
| Constructor and Description |
|---|
Patterns() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static boolean |
matches(Collection<String> patterns,
String value) |
static boolean |
matchesWithCIDR(Collection<String> patterns,
String value) |
public static boolean matchesWithCIDR(Collection<String> patterns, String value)
public static boolean matches(Collection<String> patterns, String value)
public static void main(String[] args)
Copyright © 2025. All rights reserved.