Class FeatureMapImpl<K,V>

java.lang.Object
java.util.AbstractCollection<Map.Entry<Set<K>,V>>
org.aksw.commons.collections.FeatureMapImpl<K,V>
Type Parameters:
K -
V -
All Implemented Interfaces:
Iterable<Map.Entry<Set<K>,V>>, Collection<Map.Entry<Set<K>,V>>, FeatureMap<K,V>

public class FeatureMapImpl<K,V> extends AbstractCollection<Map.Entry<Set<K>,V>> implements FeatureMap<K,V>
Map a set of features to a single value. In
Author:
raven