| Package | Description |
|---|---|
| org.agorava.utils.solder.util.collections |
A collection of collection related utilities for Solder
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SetMultimap<K,V>
A
Multimap that cannot hold duplicate key-value pairs. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Multimap.putAll(Multimap<? extends K,? extends V> multimap)
Copies all of another multimap's key-value pairs into this multimap.
|
Copyright © 2013. All Rights Reserved.