Skip to content

Version 3.0.2 Released

Choose a tag to compare

@brianburton brianburton released this 03 Oct 01:36
· 314 commits to master since this release

Adds a couple of minor features:

  • All Builder classes have a clear() method.
  • Adds Temp class with quick value holder objects for use in lambdas.

Maven Coordinates

    <dependency>
      <groupId>org.javimmutable</groupId>
      <artifactId>javimmutable-collections</artifactId>
      <version>3.0.2</version>
    </dependency>