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