JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
Methods
Modifier and Type
Method and Description
String
getKey
()
Returns the key of the property.
String
getValue
()
Returns the value of the property.
Method Detail
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.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method