DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibgoogle-collections-java
Beschreibungsuite of collections and related goodies for Java 5.0
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (main)
Version0~20080808-3ubuntu1
Sektionlibs
Prioritätoptional
Installierte Größe532 Byte
Hängt ab von
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße411072 Byte
Prüfsumme MD5a2fbd36ee25b9532fdadaa1540837a25
Prüfsumme SHA1ae0168a5d2bc45f881e61bf9488877b127dd9644
Prüfsumme SHA256cc2c6e2b9d18b357ab5ab2fe8f47c640dea682e912325508c3d966a54037db88
Link zum Herunterladenlibgoogle-collections-java_0~20080808-3ubuntu1_all.deb
Ausführliche BeschreibungThis library is a natural extension of the Java Collections Framework. The major new types are: * BiMap. A Map that guarantees unique values, and supports an inverse view. * Multiset. A Collection that may contain duplicate values like a List, yet has order-independent equality like a Set. Often used to represent a histogram. * Multimap. Similar to Map, but may contain duplicate keys. Has subtypes SetMultimap and ListMultimap providing more specific behavior. . There are also more than a dozen collection implementations, mostly of the interfaces above, but not all. ReferenceMap, for example, is a ConcurrentMap implementation which easily handles any combination of strong, soft or weak keys with strong, soft or weak values. Static utility classes include: * Comparators. Natural order, compound, null-friendly, ad-hoc, ... * Iterators and Iterables. Element-based equality, cycle, concat, partition, filter with predicate, transform with function ... * Lists, Sets and Maps. A plethora of convenient factory methods and much more. * PrimitiveArrays: "boxing"/"unboxing" of primitive arrays . And there's more: * Immutable collections * Forwarding collections * Constrained collections * Implementation helpers like AbstractIterator


Impressum
Linux is a registered trademark of Linus Torvalds