Package io.hawt.util
Class Objects
java.lang.Object
io.hawt.util.Objects
Some helper methods - though could be replaced by JDK 1.7 code now in java.util.Objects
whenever we are happy to ignore JDK 1.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intcompare(Comparable a, Comparable b) static booleanstatic StringgetVersion(Class<?> aClass, String groupId, String artifactId) Returns the version of the given class's package or the group and artifact of the jar
-
Constructor Details
-
Objects
public Objects()
-
-
Method Details
-
equals
-
compare
-
getVersion
Returns the version of the given class's package or the group and artifact of the jar
-