This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
·
13 commits
to main
since this release
- Breaking Change (#387): Added
JBuffer
andJByteBuffer
classes as default classes forjava.nio.Buffer
andjava.nio.ByteBuffer
respectively. - Breaking Change: Made the type classes
final
. - Fixed a bug where
addAll
,removeAll
andretainAll
inJSet
would run their respective operation twice. - Fixed a bug where
JList.insertAll
would not throw the potentially thrown Java exception.