Uses of Class
com.jniwrapper.Bool

Packages that use Bool
com.jniwrapper The com.jniwrapper package contains classes that allow calling native functions from Java(TM) code. 
 

Uses of Bool in com.jniwrapper
 

Fields in com.jniwrapper declared as Bool
static Bool Bool.FALSE
          false bool value.
static Bool Bool.TRUE
          true bool value.
 

Constructors in com.jniwrapper with parameters of type Bool
Bool(Bool that)
          Constructs an instance that has the same value as the passed Bool object.