Package gw.lang.reflect
Class PropertyNameMap<T extends CharSequence>
java.lang.Object
gw.lang.reflect.PropertyNameMap<T>
- All Implemented Interfaces:
Map<T,
IPropertyInfo>
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key) boolean
containsValue
(Object value) entrySet()
void
freeze()
boolean
isEmpty()
keySet()
put
(T key, IPropertyInfo value) void
putAll
(Map<? extends T, ? extends IPropertyInfo> t) int
size()
values()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
_unmodList
-
_map
-
-
Constructor Details
-
PropertyNameMap
public PropertyNameMap() -
PropertyNameMap
public PropertyNameMap(int size)
-
-
Method Details
-
freeze
public void freeze() -
size
public int size()- Specified by:
size
in interfaceMap<T extends CharSequence,
IPropertyInfo>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceMap<T extends CharSequence,
IPropertyInfo>
-
containsKey
- Specified by:
containsKey
in interfaceMap<T extends CharSequence,
IPropertyInfo>
-
containsValue
- Specified by:
containsValue
in interfaceMap<T extends CharSequence,
IPropertyInfo>
-
get
- Specified by:
get
in interfaceMap<T extends CharSequence,
IPropertyInfo>
-
put
- Specified by:
put
in interfaceMap<T extends CharSequence,
IPropertyInfo>
-
remove
- Specified by:
remove
in interfaceMap<T extends CharSequence,
IPropertyInfo>
-
putAll
- Specified by:
putAll
in interfaceMap<T extends CharSequence,
IPropertyInfo>
-
clear
public void clear()- Specified by:
clear
in interfaceMap<T extends CharSequence,
IPropertyInfo>
-
keySet
- Specified by:
keySet
in interfaceMap<T extends CharSequence,
IPropertyInfo>
-
values
- Specified by:
values
in interfaceMap<T extends CharSequence,
IPropertyInfo>
-
entrySet
- Specified by:
entrySet
in interfaceMap<T extends CharSequence,
IPropertyInfo>
-