Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

package:jni v0.7.0

Latest
Compare
Choose a tag to compare
@HosseinYousefi HosseinYousefi released this 13 Sep 13:05
· 13 commits to main since this release
4443ceb
  • Breaking Change (#387): Added JBuffer and JByteBuffer classes as default classes for java.nio.Buffer and java.nio.ByteBuffer respectively.
  • Breaking Change: Made the type classes final.
  • Fixed a bug where addAll, removeAll and retainAll in JSet would run their respective operation twice.
  • Fixed a bug where JList.insertAll would not throw the potentially thrown Java exception.