Uses of Class
java.lang.Short
Packages that use Short
Package
Description
Provides classes that are fundamental to the design of the Java
programming language.
Provides classfile parsing, generation, and transformation library.
Provides the open data types and Open MBean descriptor classes.
-
Uses of Short in java.lang
Modifier and TypeClassDescriptionfinal classModifier and TypeFieldDescriptionShort.TYPETheClassinstance representing the primitive typeshort.Modifier and TypeMethodDescriptionstatic ShortDecodes aStringinto aShort.static ShortShort.valueOf(short s) Returns aShortinstance representing the specifiedshortvalue.static ShortReturns aShortobject holding the value given by the specifiedString.static ShortReturns aShortobject holding the value extracted from the specifiedStringwhen parsed with the radix given by the second argument.Modifier and TypeMethodDescriptionShort.describeConstable()Returns anOptionalcontaining the nominal descriptor for this instance. -
Uses of Short in java.lang.classfile
Methods in java.lang.classfile that return ShortModifier and TypeMethodDescriptiondefault ShortAnnotationValue.OfShort.resolvedValue()Returns the resolved short value. -
Uses of Short in javax.management.openmbean
Fields in javax.management.openmbean with type parameters of type ShortModifier and TypeFieldDescriptionstatic final SimpleType<Short> SimpleType.SHORTTheSimpleTypeinstance describing values whose Java class name isjava.lang.Short.