Class PropertyMapKey<K,​V>


  • public class PropertyMapKey<K,​V>
    extends java.lang.Object
    Key of a map property.
    Author:
    Philipp Ossler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean allowOverwrite  
      protected java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyMapKey​(java.lang.String name)  
      PropertyMapKey​(java.lang.String name, boolean allowOverwrite)  
    • Field Detail

      • name

        protected final java.lang.String name
      • allowOverwrite

        protected boolean allowOverwrite
    • Constructor Detail

      • PropertyMapKey

        public PropertyMapKey​(java.lang.String name)
      • PropertyMapKey

        public PropertyMapKey​(java.lang.String name,
                              boolean allowOverwrite)
    • Method Detail

      • allowsOverwrite

        public boolean allowsOverwrite()
      • getName

        public java.lang.String getName()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object