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 the open data types and Open MBean descriptor classes.
-
Uses of Short in java.lang
Modifier and TypeClassDescriptionfinal classTheShortclass wraps a value of primitive typeshortin an object.Modifier 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 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.