BasicProperty

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

Constructors

Link copied to clipboard
public void BasicProperty()

Functions

Link copied to clipboard
public boolean equals(Object o)
Returns true iff the object is a property with the same key.
Link copied to clipboard
public abstract int hashCode()
Link copied to clipboard
public abstract String key()
Returns the key of the property.
Link copied to clipboard
public abstract String toString()
Link copied to clipboard
public abstract Object value()
Returns the value of the property.