|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Short
Primitive 타입인 Short 타입을 지원하기 위한 Wrap 클래스.
Field Summary | |
static short |
MAX_VALUE
short타입의 최대값. |
static short |
MIN_VALUE
short타입의 최소값. |
Constructor Summary | |
Short(short value)
Short 객체를 생성한다. |
Method Summary | |
boolean |
equals(Object obj)
현 객체와 매개변수로 전달된 객체 값이 일치함을 검사한다. |
int |
hashCode()
현 객체의 해쉬코드 값을 구한다. |
static short |
parseShort(String s)
주어진 문자열을 10진법에 의해 Short형으로 변환한다. |
static short |
parseShort(String s,
int radix)
주어진 문자열을 특정 진법에 의해 Short형으로 변환한다. |
short |
shortValue()
현 객체의 값을 구한다. |
String |
toString()
현 객체값을 나타내는 문자열을 구한다. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final short MIN_VALUE
public static final short MAX_VALUE
Constructor Detail |
public Short(short value)
value
- 초기값.Method Detail |
public boolean equals(Object obj)
equals
in class Object
obj
- 비교할 대상.public int hashCode()
hashCode
in class Object
public static short parseShort(String s) throws NumberFormatException
s
- 변환할 문자열.NumberFormatException
- 문자열이 변환될 수 없울 때 발생.public static short parseShort(String s, int radix) throws NumberFormatException
s
- 변환할 문자열.radix
- 변환 진법.NumberFormatException
- 문자열이 변환될 수 없울 때 발생.public short shortValue()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
AromaSoft Corp. Proprietary and Confidential
(C)opyright 2003 AromaSoft Corp. All right reserved.
Contact : contact@aromasoft.com