Documentation of 'org.neuroph.util.Properties' Java class
Properties
org.neuroph.util

Class Properties

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map
    Direct Known Subclasses:
    NeuronProperties


    public class Properties
    extends java.util.HashMap
    Represents a general set of properties for neuroph objects
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K,V>
    • Constructor Summary

      Constructors 
      Constructor and Description
      Properties() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object getProperty(java.lang.String key) 
      boolean hasProperty(java.lang.String key) 
      void setProperty(java.lang.String key, java.lang.Object value) 
      • Methods inherited from class java.util.HashMap

        clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
      • Methods inherited from class java.util.AbstractMap

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Map

        equals, hashCode
    • Constructor Detail

      • Properties

        public Properties()
    • Method Detail

      • setProperty

        public void setProperty(java.lang.String key,
                                java.lang.Object value)
      • getProperty

        public java.lang.Object getProperty(java.lang.String key)
      • hasProperty

        public boolean hasProperty(java.lang.String key)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.