Klasse PropertyEntry

java.lang.Object
de.zocher_regel.util.PropertyEntry
Alle implementierten Schnittstellen:
KeyAble

public final class PropertyEntry extends Object implements KeyAble
Wraps Map.Entry as KeyAble.
  • Konstruktordetails

    • PropertyEntry

      PropertyEntry(Map.Entry<Object,Object> entry)
      Constructor from the Map.Entry that this class wraps.
      Parameter:
      entry - of the Property
  • Methodendetails

    • key

      public String key()
      The default method of KeyAble does not work here correctly.
      Angegeben von:
      key in Schnittstelle KeyAble
      Gibt zurück:
      the key of the property (e. g. "de.zocher_regel.util.UtilSetting.BeepLevel")
    • value

      public String value()
      A property consists of key=value.
      Gibt zurück:
      The value of the property (after the "=" sign)