toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.assertions
/
Property
Property
public
interface
Property
(
source
)
A type consisting of a
key
and a
value
.
Author
Dustin Glaser
Inheritors
BasicProperty
Members
Functions
key
Link copied to clipboard
public
abstract
String
key
(
)
Returns the key of the property.
value
Link copied to clipboard
public
abstract
Object
value
(
)
Returns the value of the property.