Package robocode.control.snapshot
Interface IDebugProperty
-
public interface IDebugProperty
Interface of a debug property, which is a key-value pair.- Since:
- 1.6.2
- Author:
- Pavel Savara (original)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getKey()
Returns the key of the property.java.lang.String
getValue()
Returns the value of the property.
-