Package com.opengamma.timeseries.precise.instant

Examples of com.opengamma.timeseries.precise.instant.ImmutableInstantDoubleTimeSeries


    assertEquals(ImmutableInstantDoubleTimeSeries.class, cycleObject.getClass());
    assertEquals(ts, cycleObject);
  }

  public void testCycle4() {
    ImmutableInstantDoubleTimeSeries cycleObject = cycleObject(ImmutableInstantDoubleTimeSeries.class, ts);
    assertEquals(ImmutableInstantDoubleTimeSeries.class, cycleObject.getClass());
    assertEquals(ts, cycleObject);
  }
View Full Code Here

TOP

Related Classes of com.opengamma.timeseries.precise.instant.ImmutableInstantDoubleTimeSeries

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.