public class Property<A>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
PropertyKey |
key |
A |
value |
| Constructor and Description |
|---|
Property(PropertyKey key,
A value) |
Property(java.lang.String key,
A value) |
public final PropertyKey key
public final A value
public Property(PropertyKey key, A value)
public Property(java.lang.String key,
A value)