public class MutableValueBool extends MutableValue
MutableValue implementation of type
boolean.| Modifier and Type | Field and Description |
|---|---|
boolean |
value |
exists| Constructor and Description |
|---|
MutableValueBool() |
| Modifier and Type | Method and Description |
|---|---|
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 in class MutableValuepublic void copy(MutableValue source)
copy in class MutableValuepublic MutableValue duplicate()
duplicate in class MutableValuepublic boolean equalsSameType(Object other)
equalsSameType in class MutableValuepublic int compareSameType(Object other)
compareSameType in class MutableValuepublic int hashCode()
hashCode in class MutableValueCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.