public class PropertyNameMap<T extends CharSequence> extends Object implements Map<T,IPropertyInfo>
| Constructor and Description |
|---|
PropertyNameMap() |
PropertyNameMap(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<T,IPropertyInfo>> |
entrySet() |
void |
freeze() |
IPropertyInfo |
get(Object key) |
boolean |
isEmpty() |
Set<T> |
keySet() |
IPropertyInfo |
put(T key,
IPropertyInfo value) |
void |
putAll(Map<? extends T,? extends IPropertyInfo> t) |
IPropertyInfo |
remove(Object key) |
int |
size() |
List<IPropertyInfo> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic PropertyNameMap()
public PropertyNameMap(int size)
public void freeze()
public int size()
size in interface Map<T extends CharSequence,IPropertyInfo>public boolean isEmpty()
isEmpty in interface Map<T extends CharSequence,IPropertyInfo>public boolean containsKey(Object key)
containsKey in interface Map<T extends CharSequence,IPropertyInfo>public boolean containsValue(Object value)
containsValue in interface Map<T extends CharSequence,IPropertyInfo>public IPropertyInfo get(Object key)
get in interface Map<T extends CharSequence,IPropertyInfo>public IPropertyInfo put(T key, IPropertyInfo value)
put in interface Map<T extends CharSequence,IPropertyInfo>public IPropertyInfo remove(Object key)
remove in interface Map<T extends CharSequence,IPropertyInfo>public void putAll(Map<? extends T,? extends IPropertyInfo> t)
putAll in interface Map<T extends CharSequence,IPropertyInfo>public void clear()
clear in interface Map<T extends CharSequence,IPropertyInfo>public Set<T> keySet()
keySet in interface Map<T extends CharSequence,IPropertyInfo>public List<IPropertyInfo> values()
values in interface Map<T extends CharSequence,IPropertyInfo>public Set<Map.Entry<T,IPropertyInfo>> entrySet()
entrySet in interface Map<T extends CharSequence,IPropertyInfo>Copyright © 2021. All rights reserved.