public interface Constant<T extends Constant<T>>
extends java.lang.Comparable<T>
==
operator. Created and managed by ConstantPool
.Modifier and Type | Method and Description |
---|---|
int |
id()
Returns the unique number assigned to this
Constant . |
java.lang.String |
name()
Returns the name of this
Constant . |
Copyright © 2008–2019 The Netty Project. All rights reserved.