Class CBool
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
io.github.ggerganov.whispercpp.params.CBool
- All Implemented Interfaces:
com.sun.jna.NativeMapped,Serializable,BooleanSupplier
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.IntegerType
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNativeMethods inherited from class java.lang.Number
byteValue, shortValue
-
Field Details
-
SIZE
public static final int SIZE- See Also:
-
FALSE
-
TRUE
-
-
Constructor Details
-
CBool
public CBool() -
CBool
public CBool(long value)
-
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
toString
- Overrides:
toStringin classcom.sun.jna.IntegerType
-