protected static class WeightedSpanTermExtractor.PositionCheckingMap<K> extends java.util.HashMap<K,WeightedSpanTerm>
Modifier | Constructor and Description |
---|---|
protected |
WeightedSpanTermExtractor.PositionCheckingMap() |
Modifier and Type | Method and Description |
---|---|
WeightedSpanTerm |
put(K key,
WeightedSpanTerm value) |
void |
putAll(java.util.Map<? extends K,? extends WeightedSpanTerm> m) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, remove, size, values
protected WeightedSpanTermExtractor.PositionCheckingMap()
public void putAll(java.util.Map<? extends K,? extends WeightedSpanTerm> m)
putAll
in interface java.util.Map<K,WeightedSpanTerm>
putAll
in class java.util.HashMap<K,WeightedSpanTerm>
public WeightedSpanTerm put(K key, WeightedSpanTerm value)
put
in interface java.util.Map<K,WeightedSpanTerm>
put
in class java.util.HashMap<K,WeightedSpanTerm>