Toggle navigation
Home
java.lang.Object to org.neo4j.values.Value
No. of Instances - 206
No. of Commits - 7
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Other
id + "_" + progress
to
id + "_" + progress
cursor.get().value()
to
cursor.get().value()
cursor.get().value()
to
cursor.get().value()
property.value()
to
property.value()
booleanValue()
to
booleanValue()
byteValue()
to
byteValue()
shortValue()
to
shortValue()
charValue()
to
charValue()
intValue()
to
intValue()
longValue()
to
longValue()
floatValue()
to
floatValue()
doubleValue()
to
doubleValue()
shortStringValue()
to
shortStringValue()
stringValue()
to
stringValue()
shortArrayValue()
to
shortArrayValue()
arrayValue()
to
arrayValue()
Add or Remove Method invocation
Property.property(propertyKeyId,propertyValue).valueEquals(value)
to
propertyValue.equals(value)
Property.property(propertyKeyId,propertyValue).valueEquals(value)
to
propertyValue.equals(value)
(String)value
to
value.asPublic()
(String)value
to
value.asPublic()
(String)value
to
value.asPublic()
((Number)values[0]).doubleValue()
to
assertValidSingleNumber(values).doubleValue()
propertyValueEqual(before,that.before)
to
before.equals(that.before)
propertyValueEqual(after,that.after)
to
after.equals(that.after)
VALUE1
to
Values.of(VALUE1)
VALUE1
to
Values.of(VALUE1)
((Number)values[0]).doubleValue()
to
assertValidSingleNumber(values).doubleValue()
OrderedPropertyValues.ofUndefined(currentValues)
to
ValueTuple.of(currentValues)
Arrays.deepEquals(before,that.before)
to
Arrays.equals(before,that.before)
Arrays.deepHashCode(before)
to
Arrays.hashCode(before)
Arrays.deepEquals(values,that.values)
to
Arrays.equals(values,that.values)
Arrays.deepHashCode(values)
to
Arrays.hashCode(values)
OrderedPropertyValues.ofUndefined(propertyValue)
to
ValueTuple.of(propertyValue)
properties[i].valueEquals(values[i])
to
properties[i].equals(values[i])
property.value()
to
reference
property.valueEquals(value)
to
reference.equals(value)
propertyValueEqual(before,that.before)
to
before.equals(that.before)
propertyValueEqual(after,that.after)
to
after.equals(that.after)
p.value()
to
p.valueForced()
value.getClass()
to
Values
value.getClass()
to
Values
((TextValue)value).getBytes()
to
((TextValue)value).stringValue().getBytes()
propertyValues
to
Values.asPublic(propertyValues)
IndexQuery.exact(schema.getPropertyIds()[i],Values.of(propertyValues[i]))
to
IndexQuery.exact(schema.getPropertyIds()[i],propertyValues[i])
propertyValues
to
Values.asPublic(propertyValues)
propertyValues
to
Values.asPublic(propertyValues)
Values.of(value)
to
value
Rename Method invocation
getValue
to
getValueNow
getValue
to
getValueNow
getValue
to
getValueNow
value
to
valueForced
getSinglePropertyValue
to
getOnlyValue
Update argument list (Method invocation)
array
to
array
Rename Variable
updatedPropertyValues
to
updatedValueTuples
propertyValue
to
valueTuple
propertyValue
to
valueTuple
updatedPropertyValues
to
updatedValueTuples
propertyValue
to
valueTuple
propertyValue
to
valueTuple
updatedPropertyValues
to
updatedValueTuples
updatedPropertyValues
to
updatedValueTuples
updatedPropertyValues
to
updatedValueTuples
updatedPropertyValues
to
updatedValueTuples
Cascading Type Change (Different)
String
to
TextValue