public abstract class MutableValue extends Object implements Comparable<MutableValue>
| 限定符和类型 | 字段和说明 |
|---|---|
boolean |
exists |
| 构造器和说明 |
|---|
MutableValue() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract int |
compareSameType(Object other) |
int |
compareTo(MutableValue other) |
abstract void |
copy(MutableValue source) |
abstract MutableValue |
duplicate() |
boolean |
equals(Object other) |
abstract boolean |
equalsSameType(Object other) |
boolean |
exists() |
abstract int |
hashCode() |
abstract Object |
toObject() |
String |
toString() |
public abstract void copy(MutableValue source)
public abstract MutableValue duplicate()
public abstract boolean equalsSameType(Object other)
public abstract int compareSameType(Object other)
public abstract Object toObject()
public boolean exists()
public int compareTo(MutableValue other)
compareTo 在接口中 Comparable<MutableValue>Copyright © 2022. All rights reserved.