Package gnu.mapping

Class PropertySet

    • Field Detail

      • nameKey

        public static final Symbol nameKey
    • Constructor Detail

      • PropertySet

        public PropertySet()
    • Method Detail

      • setSymbol

        public final void setSymbol​(Object name)
      • setName

        public final void setName​(String name)
        Specified by:
        setName in interface Named
      • setProperty

        public void setProperty​(Object key,
                                Object value)
      • setProperty

        public static Object[] setProperty​(Object[] properties,
                                           Object key,
                                           Object value)
        Given a property list, update it.
        Parameters:
        properties - the input property list
        key -
        value - associate this with key in result
        Returns:
        updated property list (maybe the same as the input)
      • removeProperty

        public Object removeProperty​(Object key)