| Skip navigation links | https://api.deepjava.org/runtime-library/java/lang/Integer.html#skip.navbar.top |
| Overview | https://api.deepjava.org/runtime-library/index.html |
| Package | https://api.deepjava.org/runtime-library/java/lang/package-summary.html |
| Use | https://api.deepjava.org/runtime-library/java/lang/class-use/Integer.html |
| Tree | https://api.deepjava.org/runtime-library/java/lang/package-tree.html |
| Deprecated | https://api.deepjava.org/runtime-library/deprecated-list.html |
| Index | https://api.deepjava.org/runtime-library/index-files/index-1.html |
| Help | https://api.deepjava.org/runtime-library/help-doc.html |
| All Classes | https://api.deepjava.org/runtime-library/allclasses.html |
| Field | https://api.deepjava.org/runtime-library/java/lang/Integer.html#field.summary |
| Constr | https://api.deepjava.org/runtime-library/java/lang/Integer.html#constructor.summary |
| Method | https://api.deepjava.org/runtime-library/java/lang/Integer.html#method.summary |
| Field | https://api.deepjava.org/runtime-library/java/lang/Integer.html#field.detail |
| Constr | https://api.deepjava.org/runtime-library/java/lang/Integer.html#constructor.detail |
| Method | https://api.deepjava.org/runtime-library/java/lang/Integer.html#method.detail |
| java.lang | https://api.deepjava.org/runtime-library/java/lang/package-summary.html |
| java.lang.Object | https://api.deepjava.org/runtime-library/java/lang/Object.html |
| java.lang.Number | https://api.deepjava.org/runtime-library/java/lang/Number.html |
| Serializable | https://api.deepjava.org/runtime-library/java/io/Serializable.html |
| Comparable | https://api.deepjava.org/runtime-library/java/lang/Comparable.html |
| Integer | https://api.deepjava.org/runtime-library/java/lang/Integer.html |
| Modified | https://api.deepjava.org/runtime-library/org/deepjava/marker/Modified.html |
| Number | https://api.deepjava.org/runtime-library/java/lang/Number.html |
| Comparable | https://api.deepjava.org/runtime-library/java/lang/Comparable.html |
| Integer | https://api.deepjava.org/runtime-library/java/lang/Integer.html |
| Modified | https://api.deepjava.org/runtime-library/org/deepjava/marker/Modified.html |
| Henry S. Warren,
Jr.'s Hacker's Delight, (Addison Wesley, 2002) | http://www.hackersdelight.org/ |
| Sean Anderson's
Bit Twiddling Hacks. | http://graphics.stanford.edu/~seander/bithacks.html |
| Long | https://api.deepjava.org/runtime-library/java/lang/Long.html |
| Serialized Form | https://api.deepjava.org/runtime-library/serialized-form.html#java.lang.Integer |
| MAX_VALUE | https://api.deepjava.org/runtime-library/java/lang/Integer.html#MAX_VALUE |
| MIN_VALUE | https://api.deepjava.org/runtime-library/java/lang/Integer.html#MIN_VALUE |
| SIZE | https://api.deepjava.org/runtime-library/java/lang/Integer.html#SIZE |
| Integer | https://api.deepjava.org/runtime-library/java/lang/Integer.html#%3Cinit%3E(int) |
| Integer | https://api.deepjava.org/runtime-library/java/lang/Integer.html#%3Cinit%3E(java.lang.String) |
| String | https://api.deepjava.org/runtime-library/java/lang/String.html |
| Static Methods | javascript:show(1); |
| Instance Methods | javascript:show(2); |
| Concrete Methods | javascript:show(8); |
| bitCount | https://api.deepjava.org/runtime-library/java/lang/Integer.html#bitCount(int) |
| byteValue | https://api.deepjava.org/runtime-library/java/lang/Integer.html#byteValue() |
| compare | https://api.deepjava.org/runtime-library/java/lang/Integer.html#compare(int,int) |
| compareTo | https://api.deepjava.org/runtime-library/java/lang/Integer.html#compareTo(java.lang.Integer) |
| Integer | https://api.deepjava.org/runtime-library/java/lang/Integer.html |
| Integer | https://api.deepjava.org/runtime-library/java/lang/Integer.html |
| decode | https://api.deepjava.org/runtime-library/java/lang/Integer.html#decode(java.lang.String) |
| String | https://api.deepjava.org/runtime-library/java/lang/String.html |
| doubleValue | https://api.deepjava.org/runtime-library/java/lang/Integer.html#doubleValue() |
| equals | https://api.deepjava.org/runtime-library/java/lang/Integer.html#equals(java.lang.Object) |
| Object | https://api.deepjava.org/runtime-library/java/lang/Object.html |
| floatValue | https://api.deepjava.org/runtime-library/java/lang/Integer.html#floatValue() |
| hashCode | https://api.deepjava.org/runtime-library/java/lang/Integer.html#hashCode() |
| highestOneBit | https://api.deepjava.org/runtime-library/java/lang/Integer.html#highestOneBit(int) |
| intValue | https://api.deepjava.org/runtime-library/java/lang/Integer.html#intValue() |
| longValue | https://api.deepjava.org/runtime-library/java/lang/Integer.html#longValue() |
| lowestOneBit | https://api.deepjava.org/runtime-library/java/lang/Integer.html#lowestOneBit(int) |
| numberOfLeadingZeros | https://api.deepjava.org/runtime-library/java/lang/Integer.html#numberOfLeadingZeros(int) |
| highest one bit | https://api.deepjava.org/runtime-library/java/lang/Integer.html#highestOneBit(int) |
| numberOfTrailingZeros | https://api.deepjava.org/runtime-library/java/lang/Integer.html#numberOfTrailingZeros(int) |
| lowest one bit | https://api.deepjava.org/runtime-library/java/lang/Integer.html#lowestOneBit(int) |
| parseInt | https://api.deepjava.org/runtime-library/java/lang/Integer.html#parseInt(java.lang.String) |
| String | https://api.deepjava.org/runtime-library/java/lang/String.html |
| parseInt | https://api.deepjava.org/runtime-library/java/lang/Integer.html#parseInt(java.lang.String,int) |
| String | https://api.deepjava.org/runtime-library/java/lang/String.html |
| reverse | https://api.deepjava.org/runtime-library/java/lang/Integer.html#reverse(int) |
| reverseBytes | https://api.deepjava.org/runtime-library/java/lang/Integer.html#reverseBytes(int) |
| rotateLeft | https://api.deepjava.org/runtime-library/java/lang/Integer.html#rotateLeft(int,int) |
| rotateRight | https://api.deepjava.org/runtime-library/java/lang/Integer.html#rotateRight(int,int) |
| shortValue | https://api.deepjava.org/runtime-library/java/lang/Integer.html#shortValue() |
| signum | https://api.deepjava.org/runtime-library/java/lang/Integer.html#signum(int) |
| String | https://api.deepjava.org/runtime-library/java/lang/String.html |
| toBinaryString | https://api.deepjava.org/runtime-library/java/lang/Integer.html#toBinaryString(int) |
| toCharArray | https://api.deepjava.org/runtime-library/java/lang/Integer.html#toCharArray(char%5B%5D,int,int) |
| String | https://api.deepjava.org/runtime-library/java/lang/String.html |
| toHexString | https://api.deepjava.org/runtime-library/java/lang/Integer.html#toHexString(int) |
| String | https://api.deepjava.org/runtime-library/java/lang/String.html |
| toString | https://api.deepjava.org/runtime-library/java/lang/Integer.html#toString() |
| String | https://api.deepjava.org/runtime-library/java/lang/String.html |
| toString | https://api.deepjava.org/runtime-library/java/lang/Integer.html#toString(int) |
| Integer | https://api.deepjava.org/runtime-library/java/lang/Integer.html |
| valueOf | https://api.deepjava.org/runtime-library/java/lang/Integer.html#valueOf(int) |
| Integer | https://api.deepjava.org/runtime-library/java/lang/Integer.html |
| valueOf | https://api.deepjava.org/runtime-library/java/lang/Integer.html#valueOf(java.lang.String) |
| String | https://api.deepjava.org/runtime-library/java/lang/String.html |
| Integer | https://api.deepjava.org/runtime-library/java/lang/Integer.html |
| valueOf | https://api.deepjava.org/runtime-library/java/lang/Integer.html#valueOf(java.lang.String,int) |
| String | https://api.deepjava.org/runtime-library/java/lang/String.html |
| Object | https://api.deepjava.org/runtime-library/java/lang/Object.html |
| getClass | https://api.deepjava.org/runtime-library/java/lang/Object.html#getClass() |
| Constant Field Values | https://api.deepjava.org/runtime-library/constant-values.html#java.lang.Integer.MAX_VALUE |
| Constant Field Values | https://api.deepjava.org/runtime-library/constant-values.html#java.lang.Integer.MIN_VALUE |
| Constant Field Values | https://api.deepjava.org/runtime-library/constant-values.html#java.lang.Integer.SIZE |
| String | https://api.deepjava.org/runtime-library/java/lang/String.html |
| NumberFormatException | https://api.deepjava.org/runtime-library/java/lang/NumberFormatException.html |
| NumberFormatException | https://api.deepjava.org/runtime-library/java/lang/NumberFormatException.html |
| parseInt(String) | https://api.deepjava.org/runtime-library/java/lang/Integer.html#parseInt(java.lang.String) |
| Number | https://api.deepjava.org/runtime-library/java/lang/Number.html#byteValue() |
| byteValue | https://api.deepjava.org/runtime-library/java/lang/Number.html#byteValue() |
| Number | https://api.deepjava.org/runtime-library/java/lang/Number.html |
| Integer | https://api.deepjava.org/runtime-library/java/lang/Integer.html |
| compareTo | https://api.deepjava.org/runtime-library/java/lang/Comparable.html#compareTo(T) |
| Comparable | https://api.deepjava.org/runtime-library/java/lang/Comparable.html |
| Integer | https://api.deepjava.org/runtime-library/java/lang/Integer.html |
| Comparable | https://api.deepjava.org/runtime-library/java/lang/Comparable.html |
| Integer | https://api.deepjava.org/runtime-library/java/lang/Integer.html |
| String | https://api.deepjava.org/runtime-library/java/lang/String.html |
| NumberFormatException | https://api.deepjava.org/runtime-library/java/lang/NumberFormatException.html |
| NumberFormatException | https://api.deepjava.org/runtime-library/java/lang/NumberFormatException.html |
| Number | https://api.deepjava.org/runtime-library/java/lang/Number.html#doubleValue() |
| doubleValue | https://api.deepjava.org/runtime-library/java/lang/Number.html#doubleValue() |
| Number | https://api.deepjava.org/runtime-library/java/lang/Number.html |
| Object | https://api.deepjava.org/runtime-library/java/lang/Object.html |
| equals | https://api.deepjava.org/runtime-library/java/lang/Object.html#equals(java.lang.Object) |
| Object | https://api.deepjava.org/runtime-library/java/lang/Object.html |
| Object.hashCode() | https://api.deepjava.org/runtime-library/java/lang/Object.html#hashCode() |
| Number | https://api.deepjava.org/runtime-library/java/lang/Number.html#floatValue() |
| floatValue | https://api.deepjava.org/runtime-library/java/lang/Number.html#floatValue() |
| Number | https://api.deepjava.org/runtime-library/java/lang/Number.html |
| Object | https://api.deepjava.org/runtime-library/java/lang/Object.html#hashCode() |
| Object.equals(java.lang.Object) | https://api.deepjava.org/runtime-library/java/lang/Object.html#equals(java.lang.Object) |
| Writing a correct
hashCode method | https://api.deepjava.org/runtime-library/java/..reference/java/lang/Object.html#writing_hashCode |
| hashCode | https://api.deepjava.org/runtime-library/java/lang/Object.html#hashCode() |
| Object | https://api.deepjava.org/runtime-library/java/lang/Object.html |
| Object.equals(java.lang.Object) | https://api.deepjava.org/runtime-library/java/lang/Object.html#equals(java.lang.Object) |
| intValue | https://api.deepjava.org/runtime-library/java/lang/Number.html#intValue() |
| Number | https://api.deepjava.org/runtime-library/java/lang/Number.html |
| Number | https://api.deepjava.org/runtime-library/java/lang/Number.html#longValue() |
| longValue | https://api.deepjava.org/runtime-library/java/lang/Number.html#longValue() |
| Number | https://api.deepjava.org/runtime-library/java/lang/Number.html |
| String | https://api.deepjava.org/runtime-library/java/lang/String.html |
| NumberFormatException | https://api.deepjava.org/runtime-library/java/lang/NumberFormatException.html |
| NumberFormatException | https://api.deepjava.org/runtime-library/java/lang/NumberFormatException.html |
| String | https://api.deepjava.org/runtime-library/java/lang/String.html |
| NumberFormatException | https://api.deepjava.org/runtime-library/java/lang/NumberFormatException.html |
| NumberFormatException | https://api.deepjava.org/runtime-library/java/lang/NumberFormatException.html |
| Number | https://api.deepjava.org/runtime-library/java/lang/Number.html#shortValue() |
| shortValue | https://api.deepjava.org/runtime-library/java/lang/Number.html#shortValue() |
| Number | https://api.deepjava.org/runtime-library/java/lang/Number.html |
| String | https://api.deepjava.org/runtime-library/java/lang/String.html |
| Object | https://api.deepjava.org/runtime-library/java/lang/Object.html#toString() |
| toString | https://api.deepjava.org/runtime-library/java/lang/Object.html#toString() |
| Object | https://api.deepjava.org/runtime-library/java/lang/Object.html |
| String | https://api.deepjava.org/runtime-library/java/lang/String.html |
| String | https://api.deepjava.org/runtime-library/java/lang/String.html |
| String | https://api.deepjava.org/runtime-library/java/lang/String.html |
| Integer | https://api.deepjava.org/runtime-library/java/lang/Integer.html |
| String | https://api.deepjava.org/runtime-library/java/lang/String.html |
| NumberFormatException | https://api.deepjava.org/runtime-library/java/lang/NumberFormatException.html |
| NumberFormatException | https://api.deepjava.org/runtime-library/java/lang/NumberFormatException.html |
| parseInt(String) | https://api.deepjava.org/runtime-library/java/lang/Integer.html#parseInt(java.lang.String) |
| Integer | https://api.deepjava.org/runtime-library/java/lang/Integer.html |
| String | https://api.deepjava.org/runtime-library/java/lang/String.html |
| NumberFormatException | https://api.deepjava.org/runtime-library/java/lang/NumberFormatException.html |
| NumberFormatException | https://api.deepjava.org/runtime-library/java/lang/NumberFormatException.html |
| parseInt(String, int) | https://api.deepjava.org/runtime-library/java/lang/Integer.html#parseInt(java.lang.String,int) |
| highest one bit | https://api.deepjava.org/runtime-library/java/lang/Integer.html#highestOneBit(int) |
| lowest one bit | https://api.deepjava.org/runtime-library/java/lang/Integer.html#lowestOneBit(int) |
| Integer | https://api.deepjava.org/runtime-library/java/lang/Integer.html |
| Skip navigation links | https://api.deepjava.org/runtime-library/java/lang/Integer.html#skip.navbar.bottom |
| Overview | https://api.deepjava.org/runtime-library/index.html |
| Package | https://api.deepjava.org/runtime-library/java/lang/package-summary.html |
| Use | https://api.deepjava.org/runtime-library/java/lang/class-use/Integer.html |
| Tree | https://api.deepjava.org/runtime-library/java/lang/package-tree.html |
| Deprecated | https://api.deepjava.org/runtime-library/deprecated-list.html |
| Index | https://api.deepjava.org/runtime-library/index-files/index-1.html |
| Help | https://api.deepjava.org/runtime-library/help-doc.html |
| All Classes | https://api.deepjava.org/runtime-library/allclasses.html |
| Field | https://api.deepjava.org/runtime-library/java/lang/Integer.html#field.summary |
| Constr | https://api.deepjava.org/runtime-library/java/lang/Integer.html#constructor.summary |
| Method | https://api.deepjava.org/runtime-library/java/lang/Integer.html#method.summary |
| Field | https://api.deepjava.org/runtime-library/java/lang/Integer.html#field.detail |
| Constr | https://api.deepjava.org/runtime-library/java/lang/Integer.html#constructor.detail |
| Method | https://api.deepjava.org/runtime-library/java/lang/Integer.html#method.detail |