Uses of Class
java.lang.Short
Packages that useShort
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.
Incubating Feature. Will be removed in a future release.
Uses ofShort injava.lang
Modifier and TypeMethodDescriptionstaticShortDecodes aStringinto aShort.staticShortShort.valueOf(short s) Returns aShortinstance representing the specifiedshortvalue.staticShortReturns aShortobject holding the value given by the specifiedString.staticShortReturns 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 ofShort injavax.management.openmbean
Fields injavax.management.openmbean with type parameters of typeShortModifier and TypeFieldDescriptionstatic finalSimpleType<Short>SimpleType.SHORTTheSimpleTypeinstance describing values whose Java class name isjava.lang.Short.Uses ofShort injdk.incubator.vector
Fields injdk.incubator.vector with type parameters of typeShortModifier and TypeFieldDescriptionstatic finalVectorOperators.Conversion<Byte,Short> VectorOperators.B2SConvertbyteValto(short)byteVal.static finalVectorOperators.Conversion<Double,Short> VectorOperators.D2SConvertdoubleValto(short)doubleVal.static finalVectorOperators.Conversion<Float,Short> VectorOperators.F2SConvertfloatValto(short)floatVal.static finalVectorOperators.Conversion<Integer,Short> VectorOperators.I2SConvertintValto(short)intVal.static finalVectorOperators.Conversion<Long,Short> VectorOperators.L2SConvertlongValto(short)longVal.static finalVectorOperators.Conversion<Short,Byte> VectorOperators.S2BConvertshortValto(byte)shortVal.static finalVectorOperators.Conversion<Short,Double> VectorOperators.S2DConvertshortValto(double)shortVal.static finalVectorOperators.Conversion<Short,Float> VectorOperators.S2FConvertshortValto(float)shortVal.static finalVectorOperators.Conversion<Short,Integer> VectorOperators.S2IConvertshortValto(int)shortVal.static finalVectorOperators.Conversion<Short,Long> VectorOperators.S2LConvertshortValto(long)shortVal.static finalVectorSpecies<Short>ShortVector.SPECIES_128Species representingShortVectors ofVectorShape.S_128_BIT.static finalVectorSpecies<Short>ShortVector.SPECIES_256Species representingShortVectors ofVectorShape.S_256_BIT.static finalVectorSpecies<Short>ShortVector.SPECIES_512Species representingShortVectors ofVectorShape.S_512_BIT.static finalVectorSpecies<Short>ShortVector.SPECIES_64Species representingShortVectors ofVectorShape.S_64_BIT.static finalVectorSpecies<Short>ShortVector.SPECIES_MAXSpecies representingShortVectors ofVectorShape.S_Max_BIT.static finalVectorSpecies<Short>ShortVector.SPECIES_PREFERREDPreferred species forShortVectors.static finalVectorOperators.Conversion<Byte,Short> VectorOperators.ZERO_EXTEND_B2SZero-extendbyteValtoshort.static finalVectorOperators.Conversion<Short,Integer> VectorOperators.ZERO_EXTEND_S2IZero-extendshortValtoint.static finalVectorOperators.Conversion<Short,Long> VectorOperators.ZERO_EXTEND_S2LZero-extendshortValtolong.Methods injdk.incubator.vector that return types with arguments of typeShortModifier and TypeMethodDescriptionabstractVectorMask<Short>ShortVector.compare(VectorOperators.Comparison op, long e) Tests this vector by comparing it with an input scalar, according to the given comparison operation.finalVectorMask<Short>ShortVector.compare(VectorOperators.Comparison op, long e,VectorMask<Short> m) Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.abstractVectorMask<Short>ShortVector.compare(VectorOperators.Comparison op, short e) Tests this vector by comparing it with an input scalar, according to the given comparison operation.finalVectorMask<Short>ShortVector.compare(VectorOperators.Comparison op, short e,VectorMask<Short> m) Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.abstractVectorMask<Short>ShortVector.compare(VectorOperators.Comparison op,Vector<Short> v) Tests this vector by comparing it with another input vector, according to the given comparison operation.finalVectorMask<Short>ShortVector.compare(VectorOperators.Comparison op,Vector<Short> v,VectorMask<Short> m) Tests this vector by comparing it with another input vector, according to the given comparison operation, in lanes selected by a mask.finalVectorMask<Short>ShortVector.eq(short e) Tests if this vector is equal to an input scalar.finalVectorMask<Short>Tests if this vector is equal to another input vector.finalVectorMask<Short>ShortVector.lt(short e) Tests if this vector is less than an input scalar.finalVectorMask<Short>Tests if this vector is less than another input vector.abstractVectorMask<Short>ShortVector.test(VectorOperators.Test op) Tests the lanes of this vector according to the given operation.finalVectorMask<Short>ShortVector.test(VectorOperators.Test op,VectorMask<Short> m) Test selected lanes of this vector, according to the given operation.Method parameters injdk.incubator.vector with type arguments of typeShortModifier and TypeMethodDescriptionfinalShortVectorShortVector.add(short e,VectorMask<Short> m) Adds this vector to the broadcast of an input scalar, selecting lane elements controlled by a mask.finalShortVectorAdds this vector to a second input vector.finalShortVectorShortVector.add(Vector<Short> v,VectorMask<Short> m) Adds this vector to a second input vector, selecting lanes under the control of a mask.finalShortVectorShortVector.add(Vector<Short> v,VectorMask<Short> m) Adds this vector to a second input vector, selecting lanes under the control of a mask.finalShortVectorComputes the bitwise logical conjunction (&) of this vector and a second input vector.finalShortVectorShortVector.bitwiseBlend(short bits,Vector<Short> mask) Blends together the bits of a vector and a scalar under the control of another vector, which supplies mask bits.finalShortVectorShortVector.bitwiseBlend(Vector<Short> bits, short mask) Blends together the bits of two vectors under the control of a scalar, which supplies mask bits.finalShortVectorShortVector.bitwiseBlend(Vector<Short> bits,Vector<Short> mask) Blends together the bits of two vectors under the control of a third, which supplies mask bits.finalShortVectorShortVector.blend(long e,VectorMask<Short> m) Replaces selected lanes of this vector with a scalar value under the control of a mask.finalShortVectorShortVector.blend(short e,VectorMask<Short> m) Replaces selected lanes of this vector with a scalar value under the control of a mask.abstractShortVectorShortVector.blend(Vector<Short> v,VectorMask<Short> m) Replaces selected lanes of this vector with corresponding lanes from a second input vector under the control of a mask.abstractShortVectorShortVector.blend(Vector<Short> v,VectorMask<Short> m) Replaces selected lanes of this vector with corresponding lanes from a second input vector under the control of a mask.staticShortVectorShortVector.broadcast(VectorSpecies<Short> species, long e) Returns a vector of the given species where all lane elements are set to the primitive valuee.staticShortVectorShortVector.broadcast(VectorSpecies<Short> species, short e) Returns a vector of the given species where all lane elements are set to the primitive valuee.finalVectorMask<Short>ShortVector.compare(VectorOperators.Comparison op, long e,VectorMask<Short> m) Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.finalVectorMask<Short>ShortVector.compare(VectorOperators.Comparison op, short e,VectorMask<Short> m) Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.abstractVectorMask<Short>ShortVector.compare(VectorOperators.Comparison op,Vector<Short> v) Tests this vector by comparing it with another input vector, according to the given comparison operation.finalVectorMask<Short>ShortVector.compare(VectorOperators.Comparison op,Vector<Short> v,VectorMask<Short> m) Tests this vector by comparing it with another input vector, according to the given comparison operation, in lanes selected by a mask.finalVectorMask<Short>ShortVector.compare(VectorOperators.Comparison op,Vector<Short> v,VectorMask<Short> m) Tests this vector by comparing it with another input vector, according to the given comparison operation, in lanes selected by a mask.finalShortVectorShortVector.div(short e,VectorMask<Short> m) Divides this vector by the broadcast of an input scalar, selecting lane elements controlled by a mask.finalShortVectorDivides this vector by a second input vector.finalShortVectorShortVector.div(Vector<Short> v,VectorMask<Short> m) Divides this vector by a second input vector under the control of a mask.finalShortVectorShortVector.div(Vector<Short> v,VectorMask<Short> m) Divides this vector by a second input vector under the control of a mask.finalVectorMask<Short>Tests if this vector is equal to another input vector.staticShortVectorShortVector.fromArray(VectorSpecies<Short> species, short[] a, int offset) Loads a vector from an array of typeshort[]starting at an offset.staticShortVectorShortVector.fromArray(VectorSpecies<Short> species, short[] a, int offset, int[] indexMap, int mapOffset) Gathers a new vector composed of elements from an array of typeshort[], using indexes obtained by adding a fixedoffsetto a series of secondary offsets from anindex map.staticShortVectorShortVector.fromArray(VectorSpecies<Short> species, short[] a, int offset, int[] indexMap, int mapOffset,VectorMask<Short> m) Gathers a new vector composed of elements from an array of typeshort[], under the control of a mask, and using indexes obtained by adding a fixedoffsetto a series of secondary offsets from anindex map.staticShortVectorShortVector.fromArray(VectorSpecies<Short> species, short[] a, int offset, int[] indexMap, int mapOffset,VectorMask<Short> m) Gathers a new vector composed of elements from an array of typeshort[], under the control of a mask, and using indexes obtained by adding a fixedoffsetto a series of secondary offsets from anindex map.staticShortVectorShortVector.fromArray(VectorSpecies<Short> species, short[] a, int offset,VectorMask<Short> m) Loads a vector from an array of typeshort[]starting at an offset and using a mask.staticShortVectorShortVector.fromArray(VectorSpecies<Short> species, short[] a, int offset,VectorMask<Short> m) Loads a vector from an array of typeshort[]starting at an offset and using a mask.staticShortVectorShortVector.fromByteArray(VectorSpecies<Short> species, byte[] a, int offset,ByteOrder bo) Loads a vector from a byte array starting at an offset.staticShortVectorShortVector.fromByteArray(VectorSpecies<Short> species, byte[] a, int offset,ByteOrder bo,VectorMask<Short> m) Loads a vector from a byte array starting at an offset and using a mask.staticShortVectorShortVector.fromByteArray(VectorSpecies<Short> species, byte[] a, int offset,ByteOrder bo,VectorMask<Short> m) Loads a vector from a byte array starting at an offset and using a mask.staticShortVectorShortVector.fromByteBuffer(VectorSpecies<Short> species,ByteBuffer bb, int offset,ByteOrder bo) Loads a vector from abyte buffer starting at an offset into the byte buffer.staticShortVectorShortVector.fromByteBuffer(VectorSpecies<Short> species,ByteBuffer bb, int offset,ByteOrder bo,VectorMask<Short> m) Loads a vector from abyte buffer starting at an offset into the byte buffer and using a mask.staticShortVectorShortVector.fromByteBuffer(VectorSpecies<Short> species,ByteBuffer bb, int offset,ByteOrder bo,VectorMask<Short> m) Loads a vector from abyte buffer starting at an offset into the byte buffer and using a mask.staticShortVectorShortVector.fromCharArray(VectorSpecies<Short> species, char[] a, int offset) Loads a vector from an array of typechar[]starting at an offset.staticShortVectorShortVector.fromCharArray(VectorSpecies<Short> species, char[] a, int offset, int[] indexMap, int mapOffset) Gathers a new vector composed of elements from an array of typechar[], using indexes obtained by adding a fixedoffsetto a series of secondary offsets from anindex map.staticShortVectorShortVector.fromCharArray(VectorSpecies<Short> species, char[] a, int offset, int[] indexMap, int mapOffset,VectorMask<Short> m) Gathers a new vector composed of elements from an array of typechar[], under the control of a mask, and using indexes obtained by adding a fixedoffsetto a series of secondary offsets from anindex map.staticShortVectorShortVector.fromCharArray(VectorSpecies<Short> species, char[] a, int offset, int[] indexMap, int mapOffset,VectorMask<Short> m) Gathers a new vector composed of elements from an array of typechar[], under the control of a mask, and using indexes obtained by adding a fixedoffsetto a series of secondary offsets from anindex map.staticShortVectorShortVector.fromCharArray(VectorSpecies<Short> species, char[] a, int offset,VectorMask<Short> m) Loads a vector from an array of typechar[]starting at an offset and using a mask.staticShortVectorShortVector.fromCharArray(VectorSpecies<Short> species, char[] a, int offset,VectorMask<Short> m) Loads a vector from an array of typechar[]starting at an offset and using a mask.final voidShortVector.intoArray(short[] a, int offset, int[] indexMap, int mapOffset,VectorMask<Short> m) Scatters this vector into an array of typeshort[], under the control of a mask, and using indexes obtained by adding a fixedoffsetto a series of secondary offsets from anindex map.final voidShortVector.intoArray(short[] a, int offset,VectorMask<Short> m) Stores this vector into an array of typeshort[]starting at offset and using a mask.final voidShortVector.intoByteArray(byte[] a, int offset,ByteOrder bo,VectorMask<Short> m) Stores this vector into a byte array starting at an offset using explicit byte order and a mask.final voidShortVector.intoByteBuffer(ByteBuffer bb, int offset,ByteOrder bo,VectorMask<Short> m) Stores this vector into a byte buffer starting at an offset using explicit byte order and a mask.final voidShortVector.intoCharArray(char[] a, int offset, int[] indexMap, int mapOffset,VectorMask<Short> m) Scatters this vector into an array of typechar[], under the control of a mask, and using indexes obtained by adding a fixedoffsetto a series of secondary offsets from anindex map.final voidShortVector.intoCharArray(char[] a, int offset,VectorMask<Short> m) Stores this vector into an array of typechar[]starting at offset and using a mask.finalShortVectorShortVector.lanewise(VectorOperators.Binary op, long e,VectorMask<Short> m) Combines the corresponding lane values of this vector with those of a second input vector, with selection of lane elements controlled by a mask.finalShortVectorShortVector.lanewise(VectorOperators.Binary op, short e,VectorMask<Short> m) Combines the lane values of this vector with the value of a broadcast scalar, with selection of lane elements controlled by a mask.abstractShortVectorShortVector.lanewise(VectorOperators.Binary op,Vector<Short> v) Combines the corresponding lane values of this vector with those of a second input vector.finalShortVectorShortVector.lanewise(VectorOperators.Binary op,Vector<Short> v,VectorMask<Short> m) Combines the corresponding lane values of this vector with those of a second input vector, with selection of lane elements controlled by a mask.finalShortVectorShortVector.lanewise(VectorOperators.Binary op,Vector<Short> v,VectorMask<Short> m) Combines the corresponding lane values of this vector with those of a second input vector, with selection of lane elements controlled by a mask.finalShortVectorShortVector.lanewise(VectorOperators.Ternary op, short e1, short e2,VectorMask<Short> m) Combines the lane values of this vector with the values of two broadcast scalars, with selection of lane elements controlled by a mask.finalShortVectorShortVector.lanewise(VectorOperators.Ternary op, short e1,Vector<Short> v2) Combines the lane values of this vector with the values of another vector and a broadcast scalar.finalShortVectorShortVector.lanewise(VectorOperators.Ternary op, short e1,Vector<Short> v2,VectorMask<Short> m) Combines the lane values of this vector with the values of another vector and a broadcast scalar, with selection of lane elements controlled by a mask.finalShortVectorShortVector.lanewise(VectorOperators.Ternary op, short e1,Vector<Short> v2,VectorMask<Short> m) Combines the lane values of this vector with the values of another vector and a broadcast scalar, with selection of lane elements controlled by a mask.finalShortVectorShortVector.lanewise(VectorOperators.Ternary op,Vector<Short> v1, short e2) Combines the lane values of this vector with the values of another vector and a broadcast scalar.finalShortVectorShortVector.lanewise(VectorOperators.Ternary op,Vector<Short> v1, short e2,VectorMask<Short> m) Combines the lane values of this vector with the values of another vector and a broadcast scalar, with selection of lane elements controlled by a mask.finalShortVectorShortVector.lanewise(VectorOperators.Ternary op,Vector<Short> v1, short e2,VectorMask<Short> m) Combines the lane values of this vector with the values of another vector and a broadcast scalar, with selection of lane elements controlled by a mask.abstractShortVectorCombines the corresponding lane values of this vector with the lanes of a second and a third input vector.finalShortVectorShortVector.lanewise(VectorOperators.Ternary op,Vector<Short> v1,Vector<Short> v2,VectorMask<Short> m) Combines the corresponding lane values of this vector with the lanes of a second and a third input vector, with selection of lane elements controlled by a mask.finalShortVectorShortVector.lanewise(VectorOperators.Ternary op,Vector<Short> v1,Vector<Short> v2,VectorMask<Short> m) Combines the corresponding lane values of this vector with the lanes of a second and a third input vector, with selection of lane elements controlled by a mask.finalShortVectorShortVector.lanewise(VectorOperators.Unary op,VectorMask<Short> m) Operates on the lane values of this vector, with selection of lane elements controlled by a mask.finalVectorMask<Short>Tests if this vector is less than another input vector.finalShortVectorComputes the larger of this vector and a second input vector.finalShortVectorComputes the smaller of this vector and a second input vector.finalShortVectorShortVector.mul(short e,VectorMask<Short> m) Multiplies this vector by the broadcast of an input scalar, selecting lane elements controlled by a mask.finalShortVectorMultiplies this vector by a second input vector.finalShortVectorShortVector.mul(Vector<Short> v,VectorMask<Short> m) Multiplies this vector by a second input vector under the control of a mask.finalShortVectorShortVector.mul(Vector<Short> v,VectorMask<Short> m) Multiplies this vector by a second input vector under the control of a mask.finalShortVectorComputes the bitwise logical disjunction (|) of this vector and a second input vector.abstractShortVectorShortVector.rearrange(VectorShuffle<Short> m) Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle.abstractShortVectorShortVector.rearrange(VectorShuffle<Short> s,Vector<Short> v) Rearranges the lane elements of two vectors, selecting lanes under the control of a specific shuffle, using both normal and exceptional indexes in the shuffle to steer data.abstractShortVectorShortVector.rearrange(VectorShuffle<Short> s,Vector<Short> v) Rearranges the lane elements of two vectors, selecting lanes under the control of a specific shuffle, using both normal and exceptional indexes in the shuffle to steer data.abstractShortVectorShortVector.rearrange(VectorShuffle<Short> s,VectorMask<Short> m) Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle and a mask.abstractShortVectorShortVector.rearrange(VectorShuffle<Short> s,VectorMask<Short> m) Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle and a mask.abstract shortShortVector.reduceLanes(VectorOperators.Associative op,VectorMask<Short> m) Returns a value accumulated from selected lanes of this vector, controlled by a mask.abstractShortVectorShortVector.selectFrom(Vector<Short> v) Using index values stored in the lanes of this vector, assemble values stored in second vectorv.abstractShortVectorShortVector.selectFrom(Vector<Short> s,VectorMask<Short> m) Using index values stored in the lanes of this vector, assemble values stored in second vector, under the control of a mask.abstractShortVectorShortVector.selectFrom(Vector<Short> s,VectorMask<Short> m) Using index values stored in the lanes of this vector, assemble values stored in second vector, under the control of a mask.abstractShortVectorSlices a segment of adjacent lanes, starting at a givenoriginlane in the current vector, and continuing (as needed) into an immediately following vector.finalShortVectorShortVector.slice(int origin,Vector<Short> w,VectorMask<Short> m) Slices a segment of adjacent lanes under the control of a mask, starting at a givenoriginlane in the current vector, and continuing (as needed) into an immediately following vector.finalShortVectorShortVector.slice(int origin,Vector<Short> w,VectorMask<Short> m) Slices a segment of adjacent lanes under the control of a mask, starting at a givenoriginlane in the current vector, and continuing (as needed) into an immediately following vector.finalShortVectorShortVector.sub(short e,VectorMask<Short> m) Subtracts an input scalar from this vector under the control of a mask.finalShortVectorSubtracts a second input vector from this vector.finalShortVectorShortVector.sub(Vector<Short> v,VectorMask<Short> m) Subtracts a second input vector from this vector under the control of a mask.finalShortVectorShortVector.sub(Vector<Short> v,VectorMask<Short> m) Subtracts a second input vector from this vector under the control of a mask.finalVectorMask<Short>ShortVector.test(VectorOperators.Test op,VectorMask<Short> m) Test selected lanes of this vector, according to the given operation.abstractShortVectorReverses aslice(), inserting the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()operation.abstractShortVectorShortVector.unslice(int origin,Vector<Short> w, int part,VectorMask<Short> m) Reverses aslice(), inserting (under the control of a mask) the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()operation.abstractShortVectorShortVector.unslice(int origin,Vector<Short> w, int part,VectorMask<Short> m) Reverses aslice(), inserting (under the control of a mask) the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()operation.staticShortVectorShortVector.zero(VectorSpecies<Short> species) Returns a vector of the given species where all lane elements are set to zero, the default primitive value.