Uses of Class
org.soliscode.test.util.UncachedInteger
Packages that use UncachedInteger
-
Uses of UncachedInteger in org.soliscode.test.util
Classes in org.soliscode.test.util that implement interfaces with type arguments of type UncachedIntegerModifier and TypeClassDescriptionclass
An integer class that does not use cached values.Methods in org.soliscode.test.util that return UncachedIntegerModifier and TypeMethodDescriptionstatic UncachedInteger
UncachedInteger.valueOf
(int i) Creates an instance ofUncachedInteger
with the specified value.Methods in org.soliscode.test.util that return types with arguments of type UncachedIntegerModifier and TypeMethodDescriptionstatic Iterable
<UncachedInteger> UncachedInteger.iterableOf
(int... values) Creates aIterable
ofUncachedInteger
values based upon a list of integer constants.static List
<UncachedInteger> UncachedInteger.listOf
(int... values) Creates aList
ofUncachedInteger
values based upon a list of integer constants.Methods in org.soliscode.test.util with parameters of type UncachedIntegerModifier and TypeMethodDescriptionint
UncachedInteger.compareTo
(UncachedInteger o) Compares twoUncachedInteger
objects numerically.Constructors in org.soliscode.test.util with parameters of type UncachedIntegerModifierConstructorDescriptionCreate a copy of anUncachedInteger
object.