Uses of Class
org.midheaven.collections.Length
Packages that use Length
-
Uses of Length in org.midheaven.collections
Subclasses of Length in org.midheaven.collectionsModifier and TypeClassDescriptionstatic final classstatic final classstatic final classMethods in org.midheaven.collections that return LengthModifier and TypeMethodDescriptionLength.Finite.filter()static LengthCreates a finiteLengthwith the given lengthEnumerator.length()TheLengthof theEnumerator.PipeEnumerator.length()abstract LengthReturns a new Length that is the minimum betweenthisand the given Lengthmin(finite(x), finite(y)) -> finite(x <= y ? x : y) min(finite(x), infinite) -> finite(x) min(finite(x), unknown) -> unknown min(infinite, unknown) -> unknownabstract LengthSubtracts the given value from this value.Methods in org.midheaven.collections with parameters of type LengthModifier and TypeMethodDescriptionabstract LengthReturns a new Length that is the minimum betweenthisand the given Lengthmin(finite(x), finite(y)) -> finite(x <= y ? x : y) min(finite(x), infinite) -> finite(x) min(finite(x), unknown) -> unknown min(infinite, unknown) -> unknownabstract LengthSubtracts the given value from this value.