Class IntRef
- java.lang.Object
-
- com.microsoft.cognitiveservices.speech.util.IntRef
-
public class IntRef extends Object
Internal IntRef class
-
-
Constructor Summary
Constructors Constructor Description IntRef(long val)IntRef constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetValue()Gets the long valuevoidsetValue(long newValue)Sets the long value
-