public abstract class MutableValue extends Object implements Comparable<MutableValue>
Modifier and Type | Field and Description |
---|---|
boolean |
exists |
Constructor and Description |
---|
MutableValue() |
Modifier and Type | Method and Description |
---|---|
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
in interface Comparable<MutableValue>
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.