Serializable
, Cloneable
, Map<K,WeightedSpanTerm>
protected static class WeightedSpanTermExtractor.PositionCheckingMap<K> extends HashMap<K,WeightedSpanTerm>
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
Modifier | Constructor | Description |
---|---|---|
protected |
PositionCheckingMap() |
Modifier and Type | Method | Description |
---|---|---|
WeightedSpanTerm |
put(K key,
WeightedSpanTerm value) |
|
void |
putAll(Map<? extends K,? extends WeightedSpanTerm> m) |
equals, hashCode, toString
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
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-2018 Apache Software Foundation. All Rights Reserved.