Skip to content

io7m-com/jmutnum

Repository files navigation

jmutnum

Maven Central Maven Central (snapshot) Codecov Java Version

com.io7m.jmutnum

JVM Platform Status
OpenJDK (Temurin) Current Linux Build (OpenJDK (Temurin) Current, Linux)
OpenJDK (Temurin) LTS Linux Build (OpenJDK (Temurin) LTS, Linux)
OpenJDK (Temurin) Current Windows Build (OpenJDK (Temurin) Current, Windows)
OpenJDK (Temurin) LTS Windows Build (OpenJDK (Temurin) LTS, Windows)

jmutnum

The jmutnum package provides trivial mutable boxed integer types.

Features

  • Mutable boxed integer types.
  • Written in pure Java 17.
  • High coverage test suite.
  • OSGi-ready
  • JPMS-ready
  • ISC license.

Usage

The package exposes the following mutable boxed integer types:

  • MutableCharacterType
  • MutableDoubleType
  • MutableFloatType
  • MutableIntegerType
  • MutableLongType
  • MutableShortType