Package | Description |
---|---|
org.ovirt.engine.core.utils.linq |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMapper<IN,KEY>
Default mapper only maps in value to key, and the actual value is copied as is
|
Modifier and Type | Method and Description |
---|---|
static <IN,KEY,VALUE> |
LinqUtils.toMap(Collection<IN> collection,
Mapper<IN,KEY,VALUE> mapper)
Replaces LINQ ToDictionary()
Transforms given collection into map using mapper
|
Copyright © 2012. All Rights Reserved.