Uses of Interface
java.lang.classfile.constantpool.StringEntry
Packages that use StringEntry
Package
Description
Provides interfaces describing constant pool entries for the 
java.lang.classfile library.- 
Uses of StringEntry in java.lang.classfile.constantpoolMethods in java.lang.classfile.constantpool that return StringEntryModifier and TypeMethodDescriptionConstantPoolBuilder.stringEntry(Utf8Entry utf8) Returns aStringEntryreferring to aUtf8Entry.default StringEntryConstantPoolBuilder.stringEntry(String value) Returns aStringEntrydescribing the provided value.