列挙型クラスjdk.incubator.vector.VectorShapeの
使用
VectorShapeを使用するパッケージ
-
jdk.incubator.vectorでのVectorShapeの使用
jdk.incubator.vectorの型VectorShapeの型引数を持つサブクラスVectorShapeを返すjdk.incubator.vectorのメソッド修飾子と型メソッド説明static VectorShapeVectorShape.forBitSize(int bitSize) ベクトルの提示ビット・サイズに応じて適切なシェイプを求めます。static VectorShapeVectorShape.forIndexBitSize(int indexBitSize, int elementSize) ベクトルの提示されたインデックス・ビット・サイズと要素サイズに応じて、適切なインデックス・シェイプを見つけます。static VectorShapeVectorShape.largestShapeFor(Class<?> etype) 要素タイプetypeの現在のプラットフォームでサポートされている最大ベクトル・シェイプを検索します。static VectorShapeVectorShape.preferredShape()すべてのベクトル要素型について、現在のプラットフォームが優先するベクトル・シェイプを検索します。abstract VectorShapeVector.shape()このベクトルのシェイプを返します。static VectorShape指定された名前を持つこのクラスのenum定数を返します。static VectorShape[]VectorShape.values()この列挙クラスの定数を含む配列を宣言されている順序で 返します。VectorSpecies.vectorShape()この種によって生成されたベクトルのシェイプを返します。型VectorShapeのパラメータを持つjdk.incubator.vectorのメソッド修飾子と型メソッド説明static <E> VectorSpecies<E> VectorSpecies.of(Class<E> elementType, VectorShape shape) 要素の型とシェイプの種を検索します。VectorSpecies.withShape(VectorShape newShape) 指定されたシェイプとこの種と同じelementTypeを持つ種を検索します。