java:wrapper_classes
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
java:wrapper_classes [2018/02/09 13:03] – gthanos | java:wrapper_classes [2022/02/24 12:45] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 36: | Line 36: | ||
</ | </ | ||
- | Κάθε κλάση στην Java περιέχει την μέθοδο [[java: | + | Επιπλέον, |
- | Εκτός από τα παραπάνω, | + | |Προηγούμενο: |
- | <code java> | + | |
- | static Integer decode(String nm) | + | |
- | //Decodes a String into an Integer. Accepts decimal, hexadecimal, | + | |
- | static int highestOneBit(int i) | + | |
- | //Returns an int value with at most a single one-bit, in the position of the highest-order (" | + | |
- | int lowestOneBit(int i) | + | |
- | //Returns an int value with at most a single one-bit, in the position of the lowest-order (" | + | |
- | static int parseInt(String s) | + | |
- | //Parses the string argument as a signed decimal integer. The characters in the string must all be decimal digits, except that the first character may be an ASCII minus sign ' | + | |
- | static int reverse(int i) | + | |
- | //Returns the value obtained by reversing the order of the bits in the two's complement binary representation of the specified int value. | + | |
- | + | ||
- | κλπ. | + | |
- | </ | + | |
- | + | ||
- | + | ||
- | |Προηγούμενο: | + | |
java/wrapper_classes.1518181380.txt.gz · Last modified: 2018/02/09 13:03 by gthanos