Uses of Class
java.lang.Boolean
| Package | Description |
|---|---|
| java.awt.font | |
| java.lang | |
| java.util | |
| org.apache.harmony.security.x509.tsp | |
| org.apache.xpath.objects |
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
|
| org.kxml2.io | |
| org.robovm.rt.annotation | |
| org.xmlpull.v1 |
-
Uses of Boolean in java.awt.font
Fields in java.awt.font declared as Boolean Modifier and Type Field Description static BooleanTextAttribute. RUN_DIRECTION_LTRThe Constant RUN_DIRECTION_LTR indicates left-to-right run direction.static BooleanTextAttribute. RUN_DIRECTION_RTLThe Constant RUN_DIRECTION_RTL indicates right-to-left run direction.static BooleanTextAttribute. STRIKETHROUGH_ONThe Constant STRIKETHROUGH_ON indicates a single strikethrough.static BooleanTextAttribute. SWAP_COLORS_ONThe Constant SWAP_COLORS_ON indicates a swap of foreground and background. -
Uses of Boolean in java.lang
Fields in java.lang declared as Boolean Modifier and Type Field Description static BooleanBoolean. FALSETheBooleanobject that represents the primitive valuefalse.static BooleanBoolean. TRUETheBooleanobject that represents the primitive valuetrue.Fields in java.lang with type parameters of type Boolean Modifier and Type Field Description static Class<Boolean>Boolean. TYPETheClassobject that represents the primitive typeboolean. -
Uses of Boolean in java.util
-
Uses of Boolean in org.apache.harmony.security.x509.tsp
Methods in org.apache.harmony.security.x509.tsp that return Boolean Modifier and Type Method Description BooleanTimeStampReq. getCertReq()BooleanTSTInfo. getOrdering()Constructors in org.apache.harmony.security.x509.tsp with parameters of type Boolean Constructor Description TimeStampReq(int version, MessageImprint messageImprint, String reqPolicy, BigInteger nonce, Boolean certReq, Extensions extensions)TSTInfo(int version, String policy, MessageImprint messageImprint, BigInteger serialNumber, Date genTime, int[] accuracy, Boolean ordering, BigInteger nonce, GeneralName tsa, Extensions extensions) -
Uses of Boolean in org.apache.xpath.objects
Constructors in org.apache.xpath.objects with parameters of type Boolean Constructor Description XBoolean(Boolean b)Construct a XBoolean object. -
Uses of Boolean in org.kxml2.io
Methods in org.kxml2.io with parameters of type Boolean Modifier and Type Method Description voidKXmlSerializer. startDocument(String encoding, Boolean standalone) -
Uses of Boolean in org.robovm.rt.annotation
Methods in org.robovm.rt.annotation that return Boolean Modifier and Type Method Description protected static BooleanAnnotation. box(boolean v)Methods in org.robovm.rt.annotation with parameters of type Boolean Modifier and Type Method Description protected static booleanAnnotation. unbox(Boolean v) -
Uses of Boolean in org.xmlpull.v1
Methods in org.xmlpull.v1 with parameters of type Boolean Modifier and Type Method Description voidXmlSerializer. startDocument(String encoding, Boolean standalone)Write <?xml declaration with encoding (if encoding not null) and standalone flag (if standalone not null) This method can only be called just after setOutput.