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