Class Properties

java.lang.Object
org.xmlobjects.util.Properties
All Implemented Interfaces:
Serializable

public class Properties extends Object implements Serializable
See Also:
  • Constructor Details

    • Properties

      public Properties()
    • Properties

      public Properties(Properties other)
  • Method Details

    • get

      public Object get(String name)
    • get

      public <T> T get(String name, Class<T> type)
    • getAndCompare

      public boolean getAndCompare(String name, Object expectedValue)
    • getOrDefault

      public <T> T getOrDefault(String name, Class<T> type, Supplier<T> supplier)
    • getOrSet

      public <T> T getOrSet(String name, Class<T> type, Supplier<T> supplier)
    • set

      public void set(String name, Object value)
    • remove

      public void remove(String name)
    • clear

      public void clear()