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, values
equals, hashCode, toString
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>
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.