Skip to content

Latest commit

 

History

History
35 lines (17 loc) · 2.09 KB

README.md

File metadata and controls

35 lines (17 loc) · 2.09 KB

GitHub forks GitHub stars GitHub repo size GitHub issues

license Travis-build Maven Central Twitter Follow

datastructures

A library that contains various data-structures.

Tuple2

This class is a simple generic implementation of a two-tuple.

Interval

Is exactly what the name suggests. An interval defined by a minimum and a maximum with getters and setters implementing several safety-mechanisms like automatic boundary adaption when changing them, etc...

Fader

The fader consists of an interval and adds a value (double) to it. The value is always in between the interval.
It adds a percentage getter and setter as well allowing you to do conversions from a percentage-value to your interval and backwards.

Remarks

All of our projects facilitate the Project Lombok. So please download it and 'install' it in your preferred IDE by clicking on the downloaded jar-file. Then all compile-errors should vanish.
We use the following parts of Project Lombok.

This program is brought to you by Unterrainer Informatik.