Class PropertyNameMap<T extends java.lang.CharSequence>

  • All Implemented Interfaces:
    java.util.Map<T,​IPropertyInfo>

    public class PropertyNameMap<T extends java.lang.CharSequence>
    extends java.lang.Object
    implements java.util.Map<T,​IPropertyInfo>
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<T,​IPropertyInfo> _map  
      private java.util.List _unmodList  
    • Field Detail

      • _unmodList

        private java.util.List _unmodList
      • _map

        private java.util.Map<T extends java.lang.CharSequence,​IPropertyInfo> _map
    • Constructor Detail

      • PropertyNameMap

        public PropertyNameMap()
      • PropertyNameMap

        public PropertyNameMap​(int size)
    • Method Detail

      • freeze

        public void freeze()
      • size

        public int size()
        Specified by:
        size in interface java.util.Map<T extends java.lang.CharSequence,​IPropertyInfo>
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface java.util.Map<T extends java.lang.CharSequence,​IPropertyInfo>
      • containsKey

        public boolean containsKey​(java.lang.Object key)
        Specified by:
        containsKey in interface java.util.Map<T extends java.lang.CharSequence,​IPropertyInfo>
      • containsValue

        public boolean containsValue​(java.lang.Object value)
        Specified by:
        containsValue in interface java.util.Map<T extends java.lang.CharSequence,​IPropertyInfo>
      • get

        public IPropertyInfo get​(java.lang.Object key)
        Specified by:
        get in interface java.util.Map<T extends java.lang.CharSequence,​IPropertyInfo>
      • remove

        public IPropertyInfo remove​(java.lang.Object key)
        Specified by:
        remove in interface java.util.Map<T extends java.lang.CharSequence,​IPropertyInfo>
      • putAll

        public void putAll​(java.util.Map<? extends T,​? extends IPropertyInfo> t)
        Specified by:
        putAll in interface java.util.Map<T extends java.lang.CharSequence,​IPropertyInfo>
      • clear

        public void clear()
        Specified by:
        clear in interface java.util.Map<T extends java.lang.CharSequence,​IPropertyInfo>
      • keySet

        public java.util.Set<T> keySet()
        Specified by:
        keySet in interface java.util.Map<T extends java.lang.CharSequence,​IPropertyInfo>
      • values

        public java.util.List<IPropertyInfo> values()
        Specified by:
        values in interface java.util.Map<T extends java.lang.CharSequence,​IPropertyInfo>
      • entrySet

        public java.util.Set<java.util.Map.Entry<T,​IPropertyInfo>> entrySet()
        Specified by:
        entrySet in interface java.util.Map<T extends java.lang.CharSequence,​IPropertyInfo>