Uses of Interface
org.midheaven.lang.Ordered
Packages that use Ordered
-
Uses of Ordered in org.midheaven.lang
Methods in org.midheaven.lang with type parameters of type OrderedModifier and TypeMethodDescriptionstatic <S extends Ordered<S>>
SOrdered.max(S a, S b) Performs max.static <S extends Ordered<S>>
SOrdered.max(S a, S b, S... others) Performs max.static <S extends Ordered<S>>
SOrdered.min(S a, S b) Performs min.static <S extends Ordered<S>>
SOrdered.min(S a, S b, S... others) Performs min.Methods in org.midheaven.lang with parameters of type Ordered -
Uses of Ordered in org.midheaven.math
Subinterfaces of Ordered in org.midheaven.mathModifier and TypeInterfaceDescriptioninterfaceDefines the contract for Int.interfaceClasses in org.midheaven.math that implement OrderedModifier and TypeClassDescriptionclassRepresents Angle.final classRepresents Int Accumulator.