public final class StringDuplicationDetector extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isDuplicated(String input)
Checks if the string is a duplication is a substring.
|
public static boolean isDuplicated(String input)
input
- The input stringCopyright © 2020. All rights reserved.