protected static class WeightedSpanTermExtractor.PositionCheckingMap<K> extends java.util.HashMap<K,WeightedSpanTerm>
| Modifier | Constructor and Description |
|---|---|
protected |
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, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic 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>Copyright © 2000-2022 Apache Software Foundation. All Rights Reserved.