921922923924925926927928929930931
Float prePointValue = null; Long lastIncrement = null; for (String val : values){ //Values and timestamps are separated with a '_' character String[] v = val.split("_"); //Get the value Float value = Float.parseFloat(v[0]); //Get the time/increment