Searched refs:pv2 (Results 1 – 2 of 2) sorted by relevance
417 PropertyValue[] pv2 = (PropertyValue[]) scrollfields.get(i + 1);418 pv1[1].Value = pv2[1].Value;419 pv1[2].Value = pv2[2].Value;420 pv1[3].Value = pv2[3].Value;448 PropertyValue[] pv2 = (PropertyValue[]) scrollfields.get(i - 1);449 pv1[1].Value = pv2[1].Value;450 pv1[2].Value = pv2[2].Value;451 pv1[3].Value = pv2[3].Value;
77 static boolean compareArrayOfPropertyValue(PropertyValue[] pv1, PropertyValue[] pv2){ in compareArrayOfPropertyValue() argument78 if ( pv1.length != pv2.length) { in compareArrayOfPropertyValue()90 while (i < pv2.length && result) { in compareArrayOfPropertyValue()91 result &= equalValue(hm1.get(pv2[i].Name),pv2[i].Value); in compareArrayOfPropertyValue()
Completed in 14 milliseconds