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