public abstract class UnsignedLong extends Number implements Comparable<UnsignedLong>
| 构造器和说明 |
|---|
UnsignedLong() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
compareTo(UnsignedLong rhs) |
boolean |
equals(Object obj) |
static UnsignedLong |
valueOf(long value) |
byteValue, doubleValue, floatValue, intValue, longValue, shortValuepublic int compareTo(UnsignedLong rhs)
compareTo 在接口中 Comparable<UnsignedLong>public static final UnsignedLong valueOf(long value)
Copyright © 2017. All rights reserved.