Uses of Class
yearreview.app.util.value.Value
Packages that use Value
-
Uses of Value in yearreview.app.data.processor.toplist
Fields in yearreview.app.data.processor.toplist with type parameters of type ValueModifier and TypeFieldDescriptionTopListElement.values
Values of the element, used for sorting and displaying.Methods in yearreview.app.data.processor.toplist that return ValueModifier and TypeMethodDescriptionGets the Value associated to the item with a certain type.Methods in yearreview.app.data.processor.toplist with parameters of type ValueModifier and TypeMethodDescriptionvoid
Adds a given Value to the internal Value of that type.Constructors in yearreview.app.data.processor.toplist with parameters of type ValueModifierConstructorDescriptionTopListElement
(TopListCompatibleItem item, Value value) Constructs a TopListElement from an item and a Value.Constructor parameters in yearreview.app.data.processor.toplist with type arguments of type ValueModifierConstructorDescriptionTopListElement
(TopListCompatibleItem item, List<Value> values) Constructs a TopListElement from an item and a list of Values. -
Uses of Value in yearreview.app.util.value
Subclasses of Value in yearreview.app.util.valueModifier and TypeClassDescriptionclass
AValue
that represents a Distance, internally using theLength
-Datatype.class
Methods in yearreview.app.util.value that return ValueModifier and TypeMethodDescriptionGets a DistanceValue that has to sum of this object and the other-object.Gets a DurationValue that has to sum of this object and the other-object.abstract Value
Gets the sum of this Value and another ValueMethods in yearreview.app.util.value with parameters of type ValueModifier and TypeMethodDescriptionint
Compares to another Value-object.int
Compares to another Value-object.Gets a DistanceValue that has to sum of this object and the other-object.Gets a DurationValue that has to sum of this object and the other-object.abstract Value
Gets the sum of this Value and another Value