public class StringMap extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
StringMap() |
StringMap(int initialCapacity) |
StringMap(int initialCapacity,
float loadFactor) |
StringMap(Map t) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(char[] chars,
int offset,
int len) |
boolean |
equals(Object o) |
Object |
get(char[] chars,
int offset,
int len) |
int |
hashCode() |
Object |
remove(char[] chars,
int offset,
int len) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
toString
public StringMap()
public StringMap(int initialCapacity)
public StringMap(int initialCapacity, float loadFactor)
public StringMap(Map t)
public Object get(char[] chars, int offset, int len)
public boolean containsKey(char[] chars, int offset, int len)
public Object remove(char[] chars, int offset, int len)
public boolean equals(Object o)
equals
in interface Map
equals
in class AbstractMap
public int hashCode()
hashCode
in interface Map
hashCode
in class AbstractMap