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.valuesValues 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 TypeMethodDescriptionvoidAdds 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 TypeClassDescriptionclassAValuethat represents a Distance, internally using theLength-Datatype.classMethods 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 ValueGets the sum of this Value and another ValueMethods in yearreview.app.util.value with parameters of type ValueModifier and TypeMethodDescriptionintCompares to another Value-object.intCompares 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 ValueGets the sum of this Value and another Value