Uses of Interface
java.lang.classfile.constantpool.FloatEntry
Packages that use FloatEntry
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing constant pool entries for the 
java.lang.classfile library.- 
Uses of FloatEntry in java.lang.classfileMethods in java.lang.classfile that return FloatEntryModifier and TypeMethodDescriptionAnnotationValue.OfFloat.constant()Returns the backing float entry.Methods in java.lang.classfile with parameters of type FloatEntryModifier and TypeMethodDescriptionstatic AnnotationValue.OfFloatAnnotationValue.ofFloat(FloatEntry value) Returns a float value for an element-value pair.
- 
Uses of FloatEntry in java.lang.classfile.constantpoolMethods in java.lang.classfile.constantpool that return FloatEntryModifier and TypeMethodDescriptionConstantPoolBuilder.floatEntry(float value) Returns aFloatEntrydescribing the provided value.