| Package | Description |
|---|---|
| org.apache.lucene.util.mutable |
Comparable object wrappers
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
MutableValue |
MutableValueDouble.duplicate() |
MutableValue |
MutableValueDate.duplicate() |
MutableValue |
MutableValueStr.duplicate() |
MutableValue |
MutableValueInt.duplicate() |
MutableValue |
MutableValueBool.duplicate() |
MutableValue |
MutableValueFloat.duplicate() |
abstract MutableValue |
MutableValue.duplicate() |
MutableValue |
MutableValueLong.duplicate() |
| Modifier and Type | Method and Description |
|---|---|
int |
MutableValue.compareTo(MutableValue other) |
void |
MutableValueDouble.copy(MutableValue source) |
void |
MutableValueStr.copy(MutableValue source) |
void |
MutableValueInt.copy(MutableValue source) |
void |
MutableValueBool.copy(MutableValue source) |
void |
MutableValueFloat.copy(MutableValue source) |
abstract void |
MutableValue.copy(MutableValue source) |
void |
MutableValueLong.copy(MutableValue source) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.