|
|||||||||
| Home >> All >> us >> rconner >> util >> [ collection overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package us.rconner.util.collection
Contains mutable primitive wrappers.
See:
Description
| Interface Summary | |
| Bag | An unordered (as opposed to unsorted) Collection that
allows multiple instances of the same object to be added. |
| MultiMap | A map (similar to, but not a java.util.Map) which allows multiple values for the same key. |
| Operation | An operation, which executes on a specified object. |
| Partition | A Partition is a set in which every element is
assigned to an equivalence class, here referred to as a
"buckets" (for both brevity and unambiguity with regard
to java classes). |
| Predicate | A predicate, which evaluates a specified object and returns either
true or false. |
| SortedBag | A sorted Bag, see java.util.SortedSet for the sorting
semantics and behavior. |
| SortedMultiMap | A sorted MultiMap, see java.util.SortedMap for the
sorting semantics and behavior. |
| Transformer | An object which transforms a specified object and returns the result. |
Package us.rconner.util.collection Description
Contains mutable primitive wrappers. These objects should
NOT be used as keys in a hash table, but they work
well for other situations where being both mutable and an
Object is required.
- Since:
- Melange 1.0
|
|||||||||
| Home >> All >> us >> rconner >> util >> [ collection overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||