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