Class bool
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
org.eclipse.jetty.quic.quiche.jna.bool
- All Implemented Interfaces:
 com.sun.jna.NativeMapped, Serializable
public class bool
extends com.sun.jna.IntegerType
- See Also:
 
- 
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, toNative, toStringMethods inherited from class Number
byteValue, shortValue 
- 
Constructor Details
- 
bool
public bool() - 
bool
public bool(boolean v)  
 - 
 - 
Method Details
- 
isTrue
public boolean isTrue() - 
isFalse
public boolean isFalse() 
 -