jruby/docs BETA
Navigation
org.apache.lucene.util.mutable 8
C MutableValue
C MutableValueBool
C MutableValueDate
C MutableValueDouble
C MutableValueFloat
C MutableValueInt
C MutableValueLong
C MutableValueStr
MutableValueDate — members 3+
C new()
M duplicate() MutableValue
M to_object() Object
from MutableValue
F exists boolean
M compare_to(other) int
M equals(other) boolean
M exists() boolean
M to_string() String
from MutableValueLong
F value long
M compare_same_type(other) int
C copy(source)
M equals_same_type(other) boolean
M hash_code() int

org.apache.lucene.util.mutable.MutableValueDate

class extends MutableValueLong 3 members

MutableValue implementation of type Date.

Constructors

new

new ( )
Java: <init>()

Instance Methods

duplicate

MutableValue duplicate ( )
Java: duplicate()

to_object

Object to_object ( )
Java: toObject()

Inherited

from MutableValue

fieldtypenote
exists boolean

compare_to

int compare_to ( MutableValue other )
Java: compareTo(org.apache.lucene.util.mutable.MutableValue other)

equals

boolean equals ( Object other )
Java: equals(Object other)

exists

boolean exists ( )
Java: exists()

to_string

String to_string ( )
Java: toString()

from MutableValueLong

fieldtypenote
value long

compare_same_type

int compare_same_type ( Object other )
Java: compareSameType(Object other)

copy

copy ( MutableValue source )
Java: copy(org.apache.lucene.util.mutable.MutableValue source)

equals_same_type

boolean equals_same_type ( Object other )
Java: equalsSameType(Object other)

hash_code

int hash_code ( )
Java: hashCode()
this work for additional information regarding copyright ownership.