How to implement com.objectspace.jgl package?

1.4k Views Asked by At

I downloaded a code from internet which uses the following code

import com.objectspace.jgl.*;
import com.objectspace.jgl.Array;
import com.objectspace.jgl.algorithms.Shuffling;
import com.objectspace.jgl.algorithms.Sorting;
import com.objectspace.jgl.BinaryPredicate;

I have searched on internet but I am unable to find the jgl package. If anyone can help me find the package or the methods included in those packages, it would be of great help. any help is greatly appreciated. Thanks.

0

There are 0 best solutions below