org.aksw.commons.collections.multimaps
Interface IBiSetMultimap<K,V>

All Superinterfaces:
ISetMultimap<K,V>
All Known Implementing Classes:
BiHashMultimap

public interface IBiSetMultimap<K,V>
extends ISetMultimap<K,V>


Method Summary
 IBiSetMultimap<V,K> getInverse()
           
 
Methods inherited from interface org.aksw.commons.collections.multimaps.ISetMultimap
asMap, clear, containsEntry, containsKey, containsValue, entries, get, put, putAll, removeAll, size
 

Method Detail

getInverse

IBiSetMultimap<V,K> getInverse()


Copyright © 2012. All Rights Reserved.