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. svuidConstructors
The constructors of the class that are needed to compute the SVUID.private java.util.Collection<SerialVersionUIDAdder.Item>
SerialVersionUIDAdder. svuidFields
The fields of the class that are needed to compute the SVUID.private java.util.Collection<SerialVersionUIDAdder.Item>
SerialVersionUIDAdder. svuidMethods
The 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 int
SerialVersionUIDAdder.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 void
SerialVersionUIDAdder. 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.
-