toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.assertions.basic
/
BasicProperty
Basic
Property
public
final
class
BasicProperty
extends
Record
implements
Property
(
source
)
A basic implementation of a property.
Parameters
key
the key of the property
value
the value of the property
Members
Constructors
Basic
Property
Link copied to clipboard
public
void
BasicProperty
(
)
Functions
equals
Link copied to clipboard
public
boolean
equals
(
Object
o
)
Returns true iff the object is a property with the same key.
hash
Code
Link copied to clipboard
public
abstract
int
hashCode
(
)
key
Link copied to clipboard
public
abstract
String
key
(
)
Returns the key of the property.
to
String
Link copied to clipboard
public
abstract
String
toString
(
)
value
Link copied to clipboard
public
abstract
Object
value
(
)
Returns the value of the property.