Uses of Class
org.objectweb.asm.commons.SerialVersionUIDAdder.Item
-
Packages that use SerialVersionUIDAdder.Item Package Description org.objectweb.asm.commons Provides some useful class and method adapters. -
-
Uses of SerialVersionUIDAdder.Item in org.objectweb.asm.commons
Fields in org.objectweb.asm.commons with type parameters of type SerialVersionUIDAdder.Item Modifier and Type Field Description private java.util.Collection<SerialVersionUIDAdder.Item>SerialVersionUIDAdder. svuidConstructorsThe constructors of the class that are needed to compute the SVUID.private java.util.Collection<SerialVersionUIDAdder.Item>SerialVersionUIDAdder. svuidFieldsThe fields of the class that are needed to compute the SVUID.private java.util.Collection<SerialVersionUIDAdder.Item>SerialVersionUIDAdder. svuidMethodsThe methods of the class that are needed to compute the SVUID.Methods in org.objectweb.asm.commons with parameters of type SerialVersionUIDAdder.Item Modifier and Type Method Description intSerialVersionUIDAdder.Item. compareTo(SerialVersionUIDAdder.Item item)Method parameters in org.objectweb.asm.commons with type arguments of type SerialVersionUIDAdder.Item Modifier and Type Method Description private static voidSerialVersionUIDAdder. writeItems(java.util.Collection<SerialVersionUIDAdder.Item> itemCollection, java.io.DataOutput dataOutputStream, boolean dotted)Sorts the items in the collection and writes it to the given output stream.
-