Class BoxedDoubleArrayAdapter
java.lang.Object
org.infinispan.protostream.types.java.arrays.AbstractArrayAdapter<Double>
org.infinispan.protostream.types.java.arrays.BoxedDoubleArrayAdapter
- All Implemented Interfaces:
ElementContainerAdapter<Double[]>,IndexedElementContainerAdapter<Double[],Double>
@ProtoAdapter(java.lang.Double[][].class)
@ProtoName("BoxedDoubleArray")
public final class BoxedDoubleArrayAdapter
extends AbstractArrayAdapter<Double>
- Since:
- 4.4
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.infinispan.protostream.types.java.arrays.AbstractArrayAdapter
getElement, getNumElements, setElement
-
Constructor Details
-
BoxedDoubleArrayAdapter
public BoxedDoubleArrayAdapter()
-
-
Method Details
-
create
- Specified by:
createin classAbstractArrayAdapter<Double>
-