java.lang.Object
org.apache.jena.sparql.service.enhancer.slice.impl.ArrayOpsObject<T>
All Implemented Interfaces:
ArrayOps<T[]>

public class ArrayOpsObject<T> extends Object implements ArrayOps<T[]>
Class for abstracting (bulk) operations on arrays. This indirection allows for uniform handling of arrays of primitive and non-primitive types.