패키지 유형 학습(integer long short byte float double Boolean)
방법:
parseBoolean // boolean
booleanValue //
valueOf //
toString //
hashCode //hashicode
equals //
getBoolean
compareTo
compare
Byte 유형
메서드
toString
valueOf
parseByte
decode
byteValue
shortValue
intValue
longValue
floatValue
doubleValue
hashCode
equals
compareTo
compare
Double 유형
방법:
toString
toHexString
valueOf
parseDouble
isNaN
isInfinite
isInfinite
byteValue
shortValue
intValue
longValue
floatValue
doubleValue
hashCode
equals
doubleToLongBits
compareTo
compare
Float 클래스
방법:
toString
toHexString
valueOf
parseFloat
isNaN
isInfinite
byteValue
shortValue
intValue
longValue
floatValue
doubleValue
hashCode
equals
floatToIntBits
compareTo
compare
Integer 클래스
방법:
toString
toHexString
toOctalString
toBinaryString
getChars
stringSize
parseInt
valueOf
byteValue
shortValue
intValue
longValue
floatValue
doubleValue
hashCode
equals
getInteger
decode
compareTo
compare
highestOneBit
lowestOneBit
numberOfLeadingZeros
numberOfTrailingZeros
bitCount
rotateLeft
rotateRight
reverse
signum
reverseBytes
Long 패키지 클래스
방법:
toString
toHexString
toOctalString
toBinaryString
getChars
parseLong
valueOf
decode
byteValue
shortValue
intValue
longValue
floatValue
doubleValue
hashCode
equals
getLong
compareTo
compare
highestOneBit
lowestOneBit
numberOfLeadingZeros
numberOfTrailingZeros
bitCount
rotateLeft
rotateRight
reverse
signum
reverseBytes
Short 패키지 클래스
방법:
toString
parseShort
valueOf
decode
byteValue
shortValue
intValue
longValue
floatValue
doubleValue
hashCode
equals
compareTo
compare
reverseBytes
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
2022년 3월 21일 TIL1. JVM & JDK JVM JRE 자바 실행 환경의 약자로 자바 프로그램을 실행하기 위한 도구들이 들어있으며 JVM이 이 안에 포함된다 JDK JRE + 개발툴 javac는 컴파일 명령어 HelloWorld.cl...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.