Interface IntegerEntry

All Superinterfaces:
AnnotationConstantValueEntry, ConstantValueEntry, LoadableConstantEntry, PoolEntry

public sealed interface IntegerEntry extends AnnotationConstantValueEntry, ConstantValueEntry
Models a CONSTANT_Integer_info structure, or an int constant, in the constant pool of a class file.

The use of a IntegerEntry is modeled by an int. Conversions are through ConstantPoolBuilder.intEntry(int) and intValue().

See Java Virtual Machine Specification:
4.4.4 The CONSTANT_Integer_info and CONSTANT_Float_info Structures
Since:
24
See Also: