|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapUtil.DifferentNumberOfKeysAndValues | |
|---|---|
| com.bristle.javalib.util | |
| Uses of MapUtil.DifferentNumberOfKeysAndValues in com.bristle.javalib.util |
|---|
| Methods in com.bristle.javalib.util that throw MapUtil.DifferentNumberOfKeysAndValues | |
|---|---|
static Map |
MapUtil.createMap(Enumeration enumKeys,
Enumeration enumVals)
Create a Map from the specified Enumerations of keys and values. |
static Map |
MapUtil.createMap(Iterator iterKeys,
Iterator iterVals)
Create a Map from the specified Iterators of keys and values. |
static Map |
MapUtil.createMap(List listKeys,
List listVals)
Create a Map from the specified Lists of keys and values. |
static Map |
MapUtil.createMap(Object[] arrKeys,
Object[] arrVals)
Create a Map from the specified arrays of keys and values. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||