| Constructor and Description |
|---|
ConstantPool() |
public T valueOf(String name)
Constant which is assigned to the specified name.
If there's no such Constant, a new one will be created and returned.
Once created, the subsequent calls with the same name will always return the previously created one
(i.e. singleton.)name - the name of the ConstantCopyright © 2008–2013 The Netty Project. All rights reserved.