public class ScholixComparator extends Object
| Constructor and Description |
|---|
ScholixComparator() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable<T>> |
compareList(List<T> left,
List<T> right) |
static <T extends Comparable<T>> |
compareObjects(T left,
T right) |
static String |
normalizeIdnetifier(String input) |
static String |
normalizeString(String input) |
public static <T extends Comparable<T>> int compareObjects(T left, T right)
public static <T extends Comparable<T>> int compareList(List<T> left, List<T> right)
Copyright © 2025. All rights reserved.