Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
fastutil: Fast & compact type-specific Java utility classes
- Summary
- fastutil extends the Java Collections Framework by providing type-specific
maps, sets, lists and priority queues with a small memory footprint and
fast access and insertion; it also includes a fast I/O API 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.
Changelog
- * Sat Feb 18 11:00:00 2006 Sebastiano Vigna <vigna at acm.org> - 4.4.3-1jpp
-
- Important bug fix in FastBufferedInputStream.
- * Fri Jun 24 12:00:00 2005 Sebastiano Vigna <vigna at acm.org> - 4.4.2-1jpp
-
- New reset() method for FastBufferedInputStream.
- * Tue Mar 29 12:00:00 2005 Sebastiano Vigna <vigna at acm.org> - 4.4.1-1jpp
-
- Some new methods and bug fixes.