public class Objects extends Object
Constructor and Description |
---|
Objects() |
Modifier and Type | Method and Description |
---|---|
static int |
compare(Comparable a,
Comparable b) |
static boolean |
equals(Object a,
Object b) |
static String |
getVersion(Class<?> aClass,
String groupId,
String artifactId)
Returns the version of the given class's package or the group and artifact of the jar
|
public static int compare(Comparable a, Comparable b)
Copyright © 2021 JBoss by Red Hat. All rights reserved.