Package de.bwaldvogel.liblinear
Class IntArrayPointer
- java.lang.Object
-
- de.bwaldvogel.liblinear.IntArrayPointer
-
final class IntArrayPointer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IntArrayPointer(int[] array, int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intget(int index)voidset(int index, int value)(package private) voidsetOffset(int offset)
-