quiver_collection 1.0.0 copy "quiver_collection: ^1.0.0" to clipboard
quiver_collection: ^1.0.0 copied to clipboard

discontinuedreplaced by: quiver
Dart 1 only

A collection of collections classes for Dart.

Quiver Collections #

A collection of collection classes for use in Dart.

Build Status Coverage Status

Documentation #

API Docs

listsEqual, mapsEqual and setsEqual check collections for equality.

LruMap is a map that removes the least recently used item when a threshold length is exceeded.

Multimap is an associative collection that maps keys to collections of values.

BiMap is a bidirectional map and provides an inverse view, allowing lookup of key by value.

TreeSet is a balanced binary tree that offers a bidirectional iterator, the ability to iterate from an arbitrary anchor, and 'nearest' search.

0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

A collection of collections classes for Dart.

Repository (GitHub)
View/report issues
Contributing

License

Apache-2.0 (LICENSE)

Dependencies

quiver_iterables

More

Packages that depend on quiver_collection