This project has retired. For details please refer to its
Attic page .
MapSetToMultimap (Apache jclouds 1.9.3 API)
JavaScript is disabled on your browser.
All Implemented Interfaces:
com.google.common.base.Function<Map <K,Set <V>>,com.google.common.collect.Multimap<K,V>>
@Singleton
public class MapSetToMultimap<K,V>
extends Object
implements com.google.common.base.Function<Map <K,Set <V>>,com.google.common.collect.Multimap<K,V>>
Method Summary
Methods
Modifier and Type
Method and Description
com.google.common.collect.Multimap<K ,V >
apply (Map <K ,Set <V >> from)
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Methods inherited from interface com.google.common.base.Function
equals
Copyright © 2009-2016 The Apache Software Foundation . All Rights Reserved.