|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use MutableValue | |
|---|---|
| org.apache.lucene.util.mutable | Comparable object wrappers |
| Uses of MutableValue in org.apache.lucene.util.mutable |
|---|
| Subclasses of MutableValue in org.apache.lucene.util.mutable | |
|---|---|
class |
MutableValueBool
MutableValue implementation of type
boolean. |
class |
MutableValueDate
MutableValue implementation of type
Date. |
class |
MutableValueDouble
MutableValue implementation of type
double. |
class |
MutableValueFloat
MutableValue implementation of type
float. |
class |
MutableValueInt
MutableValue implementation of type
int. |
class |
MutableValueLong
MutableValue implementation of type
long. |
class |
MutableValueStr
MutableValue implementation of type
String. |
| Methods in org.apache.lucene.util.mutable that return MutableValue | |
|---|---|
MutableValue |
MutableValueFloat.duplicate()
|
MutableValue |
MutableValueBool.duplicate()
|
MutableValue |
MutableValueDouble.duplicate()
|
abstract MutableValue |
MutableValue.duplicate()
|
MutableValue |
MutableValueLong.duplicate()
|
MutableValue |
MutableValueStr.duplicate()
|
MutableValue |
MutableValueInt.duplicate()
|
MutableValue |
MutableValueDate.duplicate()
|
| Methods in org.apache.lucene.util.mutable with parameters of type MutableValue | |
|---|---|
int |
MutableValue.compareTo(MutableValue other)
|
void |
MutableValueFloat.copy(MutableValue source)
|
void |
MutableValueBool.copy(MutableValue source)
|
void |
MutableValueDouble.copy(MutableValue source)
|
abstract void |
MutableValue.copy(MutableValue source)
|
void |
MutableValueLong.copy(MutableValue source)
|
void |
MutableValueStr.copy(MutableValue source)
|
void |
MutableValueInt.copy(MutableValue source)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||