0

I am looking for a Range API in JDK8 which also exports some static utilities , but no luck uptill now. I am working on a interval scheduling algorithm which needs one.If not I will work to create a custom interface .

2
  • If it's not in the API documentation then it's not there. Commented Jul 9, 2018 at 7:51
  • It's not a perfect dupe. The question "is there one in the JDK" can be answered with a single word: 'No'. However, that questions lists most of the library solutions. Commented Jul 9, 2018 at 7:54

1 Answer 1

0

I not sure, perhaps Google Guava has what you need:

https://github.com/google/guava/wiki/RangesExplained

or perhaps Google can help ;)

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.