Registry / utility / com-io7m-jranges-core

com-io7m-jranges-core

JSON →
library6.0.0javamavenunverified

Core library for handling numeric ranges in Java.

<dependency> <groupId>com.io7m.jranges</groupId> <artifactId>com.io7m.jranges.core</artifactId> <version>6.0.0</version> </dependency>
INSTALL
IMPORT
SIG · COM-IO7M-JRANGES-C
C
com-io7m-jranges-core
utilityjavav6.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RangeInclusiveL
com.io7m.jranges.core.RangeInclusiveL

Minimal usage of jRanges core to create a long range.

import com.io7m.jranges.core.RangeInclusiveL; public class Example { public static void main(String[] args) { RangeInclusiveL range = RangeInclusiveL.of(1L, 10L); System.out.println(range.lower() + " to " + range.upper()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
com-io7m-jranges-core — mvn dependency:get com-io7m-jranges-core · libregistry