public class MutableValueFloat extends MutableValue
MutableValue implementation of type float.
When mutating instances of this object, the caller is responsible for ensuring
that any instance where exists is set to false must also
value set to 0.0F for proper operation.| 限定符和类型 | 字段和说明 |
|---|---|
float |
value |
exists| 构造器和说明 |
|---|
MutableValueFloat() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
compareSameType(Object other) |
void |
copy(MutableValue source) |
MutableValue |
duplicate() |
boolean |
equalsSameType(Object other) |
int |
hashCode() |
Object |
toObject() |
compareTo, equals, exists, toStringpublic Object toObject()
toObject 在类中 MutableValuepublic void copy(MutableValue source)
copy 在类中 MutableValuepublic MutableValue duplicate()
duplicate 在类中 MutableValuepublic boolean equalsSameType(Object other)
equalsSameType 在类中 MutableValuepublic int compareSameType(Object other)
compareSameType 在类中 MutableValuepublic int hashCode()
hashCode 在类中 MutableValueCopyright © 2019. All rights reserved.