Uses of Interface
java.lang.classfile.constantpool.DoubleEntry
Packages that use DoubleEntry
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing constant pool entries for the 
java.lang.classfile library.- 
Uses of DoubleEntry in java.lang.classfileMethods in java.lang.classfile that return DoubleEntryModifier and TypeMethodDescriptionAnnotationValue.OfDouble.constant()Returns the backing double entry.Methods in java.lang.classfile with parameters of type DoubleEntryModifier and TypeMethodDescriptionstatic AnnotationValue.OfDoubleAnnotationValue.ofDouble(DoubleEntry value) Returns a double value for an element-value pair.
- 
Uses of DoubleEntry in java.lang.classfile.constantpoolMethods in java.lang.classfile.constantpool that return DoubleEntryModifier and TypeMethodDescriptionConstantPoolBuilder.doubleEntry(double value) Returns aDoubleEntrydescribing the provided value.