Home | History | Annotate | Download | only in text

Lines Matching defs:numericValues

254         if(numericValues!=null) {
255 numericValues.clear();
288 // No need to compare numericValues if msg and parts are the same.
497 return numericValues.get(part.value);
883 if(numericValues!=null) {
884 newMsg.numericValues=(ArrayList<Double>)numericValues.clone();
918 if(numericValues!=null) {
919 numericValues.clear();
1545 if(numericValues==null) {
1546 numericValues=new ArrayList<Double>();
1549 numericIndex=numericValues.size();
1554 numericValues.add(numericValue);
1602 private ArrayList<Double> numericValues;