public class PropertyValue<T> extends Object
| Constructor and Description |
|---|
PropertyValue(Property<T> prop,
T value)
New instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Overrides standard equals to return true if the Property is the same
class instance and the values are equal.
|
Property<T> |
getProperty()
Fetch the Property of this Property/Value pair.
|
T |
getValue()
Fetch the Value of this Property/Value pair.
|
int |
hashCode() |
public boolean equals(Object obj)
public Property<T> getProperty()
public T getValue()
Copyright © 2022. All rights reserved.