public class LinkInfoMap extends HashMap<String,LinkInfo>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Method and Description |
---|---|
LinkInfo |
getStar(String key)
get the entry for key or "*" if key does not exist
also checks for "*" by merging both
|
LinkInfo |
put(String key,
LinkInfo value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
Copyright © 2018. All rights reserved.