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 |
MutableValueBool.duplicate() |
MutableValue |
MutableValueFloat.duplicate() |
MutableValue |
MutableValueLong.duplicate() |
MutableValue |
MutableValueStr.duplicate() |
MutableValue |
MutableValueDouble.duplicate() |
abstract MutableValue |
MutableValue.duplicate() |
MutableValue |
MutableValueInt.duplicate() |
MutableValue |
MutableValueDate.duplicate() |
Modifier and Type | Method and Description |
---|---|
int |
MutableValue.compareTo(MutableValue other) |
void |
MutableValueBool.copy(MutableValue source) |
void |
MutableValueFloat.copy(MutableValue source) |
void |
MutableValueLong.copy(MutableValue source) |
void |
MutableValueStr.copy(MutableValue source) |
void |
MutableValueDouble.copy(MutableValue source) |
abstract void |
MutableValue.copy(MutableValue source) |
void |
MutableValueInt.copy(MutableValue source) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.