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
MutableValueLong — members 8+
F value() long
C new()
M compare_same_type(other) int
C copy(source)
M duplicate() MutableValue
M equals_same_type(other) boolean
M hash_code() int
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

org.apache.lucene.util.mutable.MutableValueLong

class extends MutableValue 8 members

MutableValue implementation of type long. When mutating instances of this object, the caller is responsible for ensuring that any instance where exists is set to false must also value set to 0L for proper operation.

Fields

fieldtypenote
value long

Constructors

new

new ( )
Java: <init>()

Instance Methods

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)

duplicate

MutableValue duplicate ( )
Java: duplicate()

equals_same_type

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

hash_code

int hash_code ( )
Java: hashCode()

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()
this work for additional information regarding copyright ownership.