public class Key<T> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Key(String name,
ValueType<T> type)
Creates a new key.
|
protected Key(String name, ValueType<T> type) throws NullPointerException
name - the key nametype - the key typeNullPointerException - if the name is nullpublic final String getName()
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.