protected static class WeightedSpanTermExtractor.PositionCheckingMap<K> extends HashMap<K,WeightedSpanTerm>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
PositionCheckingMap() |
| Modifier and Type | Method and Description |
|---|---|
WeightedSpanTerm |
put(K key,
WeightedSpanTerm value) |
void |
putAll(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, valuesequals, hashCode, toStringpublic 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>Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.