Uses of Interface
org.midheaven.math.Int
Packages that use Int
-
Uses of Int in org.midheaven.collections
Methods in org.midheaven.collections that return IntModifier and TypeMethodDescriptionAssortment.count()The number of elements in theAssortmentThis overridesEnumerable.count()and an exception will never occur, sinceAssortments always have a finite number of elements.default IntEnumerable.count()Best effort to count the elements.Length.Finite.count()Performs indexOf.Performs indexOf.ResizableSequence.lastIndexOf(Object o) Returns last Index Of.default IntSequence.lastIndexOf(Object o) Returns last Index Of.Methods in org.midheaven.collections with parameters of type IntModifier and TypeMethodDescriptionstatic LengthCreates a finiteLengthwith the given lengthstatic <T> Enumerator<T> Enumerator.fromIterator(Iterator<T> iterator, Int size) Creates an Enumerator from anIteratorthat can be infinite, but limites it to a fixed size.Returns get At.Replaces the element at the given index, with the given elementSequence.subSequence(Int fromIndex, Int toIndex) Performs subSequence. -
Uses of Int in org.midheaven.lang
Methods in org.midheaven.lang that return Int -
Uses of Int in org.midheaven.math
Fields in org.midheaven.math declared as IntModifier and TypeFieldDescriptionstatic final IntInt.NEGATIVE_ONEstatic final IntInt.ONEstatic final IntInt.ZEROMethods in org.midheaven.math that return IntModifier and TypeMethodDescriptiondefault IntInt.abs()Int.cube()Int.decrement()Rational.denominator()IntAccumulator.get()Performs get.Int.increment()default IntInt.minus(int other) default IntInt.minus(long other) default IntRational.numerator()static IntInt.of(int value) static IntInt.of(long value) static IntInt.of(BigInteger value) static Intdefault IntInt.plus(int other) default IntInt.plus(long other) default IntInt.raisedTo(int exponent) Int.square()default IntInt.times(int other) default IntInt.times(long other) Methods in org.midheaven.math that return types with arguments of type IntModifier and TypeMethodDescriptionstatic Arithmetic<Int, Rational> Int.arithmetic()default DividerAndRemainder<Int> Int.divideAndRemainder(Int other) Methods in org.midheaven.math with parameters of type IntModifier and TypeMethodDescriptionintPerforms compareTo.default DividerAndRemainder<Int> Int.divideAndRemainder(Int other) voidIntAccumulator.incrementBy(Int other) Performs incrementBy.default Intdefault RationalConstructors in org.midheaven.math with parameters of type Int