JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
robocode.control.snapshot
IDebugProperty
Contents
Description
Method Summary
Method Details
getKey()
getValue()
Hide sidebar
Show sidebar
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
String
getKey
()
Returns the key of the property.
String
getValue
()
Returns the value of the property.
Method Details
getKey
String
getKey
()
Returns the key of the property.
Returns:
the key of the property.
getValue
String
getValue
()
Returns the value of the property.
Returns:
the value of the property.