T - The concrete type of the primitive object.public interface Atomic<T extends Atomic<T>> extends Comparable<T>
Comparable interface that are relevant to all immutable atomic objects.
Since the java.lang.Cloneable interface is essentially broken it is not
included. There is no need to copy immutable objects anyway.compareToCopyright © 2016 Crater Dog Technologies(TM). All rights reserved.