Class PropertyMapKey<K,​V>


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

      • name

        protected final String name
      • allowOverwrite

        protected boolean allowOverwrite
    • Constructor Detail

      • PropertyMapKey

        public PropertyMapKey​(String name)
      • PropertyMapKey

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

      • allowsOverwrite

        public boolean allowsOverwrite()
      • getName

        public String getName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object