Does an open-ended interval implementation exist for Java?

后端 未结 3 589
轻奢々
轻奢々 2020-12-11 06:22

I\'ve got a classification of certain values in different intervals. Most have the form [20-30], but some are of the form [30-infinite).

Is there an interval class y

3条回答
  •  無奈伤痛
    2020-12-11 06:55

    Time&Money project seems to have Interval class that you need.

    See these files in their svn: interval package.

提交回复
热议问题