パッケージ: libfastutil-java (8.5.14+dfsg-1)
libfastutil-java に関するリンク
Debian の資源:
libfastutil-java ソースパッケージをダウンロード:
- [libfastutil-java_8.5.14+dfsg-1.dsc]
- [libfastutil-java_8.5.14+dfsg.orig.tar.xz]
- [libfastutil-java_8.5.14+dfsg-1.debian.tar.xz]
メンテナ:
- Debian Java Maintainers (QA ページ, メールアーカイブ)
- Andreas Tille (QA ページ)
- tony mancill (QA ページ)
- Pierre Gruet (QA ページ)
外部の資源:
- ホームページ [fastutil.di.unimi.it]
類似のパッケージ:
Java API providing type-specific maps, sets, lists and queues
Fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues with a small memory footprint and fast access and insertion; provides also big (64-bit) arrays, sets and lists, and fast, practical I/O classes for binary and text files.
The classes implement their standard counterpart interface (e.g., Map for maps) and can be plugged into existing code. Moreover, they provide additional features (such as bidirectional iterators) that are not available in the standard classes.
Besides objects and primitive types, fastutil classes provide support for references, that is, objects that are compared using the equality operator rather than the equals() method.