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