Uses of Class
java.lang.Integer
| Package | Description |
|---|---|
| java.awt.font | |
| java.lang | |
| java.util | |
| libcore.icu | |
| org.apache.http.conn.params |
Parameters for configuring HttpConn.
|
| org.bouncycastle.util | |
| org.robovm.rt.annotation |
-
Uses of Integer in java.awt.font
Fields in java.awt.font declared as Integer Modifier and Type Field Description static IntegerTextAttribute. KERNING_ONstatic IntegerTextAttribute. LIGATURES_ONstatic IntegerTextAttribute. SUPERSCRIPT_SUBThe Constant SUPERSCRIPT_SUB indicates a standard subscript.static IntegerTextAttribute. SUPERSCRIPT_SUPERThe Constant SUPERSCRIPT_SUPER indicates a standard superscript.static IntegerTextAttribute. UNDERLINE_LOW_DASHEDThe Constant UNDERLINE_LOW_DASHED indicates single pixel dashed low underline.static IntegerTextAttribute. UNDERLINE_LOW_DOTTEDThe Constant UNDERLINE_LOW_DOTTED indicates a single pixel dotted low underline.static IntegerTextAttribute. UNDERLINE_LOW_GRAYThe Constant UNDERLINE_LOW_GRAY indicates double pixel gray low underline.static IntegerTextAttribute. UNDERLINE_LOW_ONE_PIXELThe Constant UNDERLINE_LOW_ONE_PIXEL indicates a single pixel solid low underline.static IntegerTextAttribute. UNDERLINE_LOW_TWO_PIXELThe Constant UNDERLINE_LOW_TWO_PIXEL indicates a double pixel solid low underline.static IntegerTextAttribute. UNDERLINE_ONThe Constant UNDERLINE_ON indicates a standard underline at the roman baseline for roman text. -
Uses of Integer in java.lang
Fields in java.lang with type parameters of type Integer Modifier and Type Field Description static Class<Integer>Integer. TYPETheClassobject that represents the primitive typeint.Methods in java.lang that return Integer Modifier and Type Method Description static IntegerInteger. decode(String string)Parses the specified string and returns aIntegerinstance if the string can be decoded into an integer value.static IntegerInteger. getInteger(String string)Returns theIntegervalue of the system property identified bystring.static IntegerInteger. getInteger(String string, int defaultValue)Returns theIntegervalue of the system property identified bystring.static IntegerInteger. getInteger(String string, Integer defaultValue)Returns theIntegervalue of the system property identified bystring.static IntegerInteger. valueOf(int i)Returns aIntegerinstance for the specified integer value.static IntegerInteger. valueOf(String string)Parses the specified string as a signed decimal integer value.static IntegerInteger. valueOf(String string, int radix)Parses the specified string as a signed integer value using the specified radix.Methods in java.lang with parameters of type Integer Modifier and Type Method Description intInteger. compareTo(Integer object)Compares this object to the specified integer object to determine their relative order.static IntegerInteger. getInteger(String string, Integer defaultValue)Returns theIntegervalue of the system property identified bystring. -
Uses of Integer in java.util
-
Uses of Integer in libcore.icu
Fields in libcore.icu declared as Integer Modifier and Type Field Description IntegerLocaleData. firstDayOfWeekIntegerLocaleData. minimalDaysInFirstWeek -
Uses of Integer in org.apache.http.conn.params
Method parameters in org.apache.http.conn.params with type arguments of type Integer Modifier and Type Method Description voidConnPerRouteBean. setMaxForRoutes(Map<HttpRoute,Integer> map) -
Uses of Integer in org.bouncycastle.util
Methods in org.bouncycastle.util that return Integer Modifier and Type Method Description static IntegerIntegers. valueOf(int value) -
Uses of Integer in org.robovm.rt.annotation
Methods in org.robovm.rt.annotation that return Integer Modifier and Type Method Description protected static IntegerAnnotation. box(int v)Methods in org.robovm.rt.annotation with parameters of type Integer Modifier and Type Method Description protected static intAnnotation. unbox(Integer v)