ValuePair asPair()

Source

ValuePair asPair() {
  return new ValuePair(timestamp, value);
}