/** * Copyright (C) 2014 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ /** * Root package for common data structures used by OpenGamma. * <p> * Each package focuses on a different data structure: * <ul> * <li>Functions - additional Java SE 8 functional interfaces</li> * <li>Ranges - ranges of values</li> * <li>Result - functional result model</li> * <li>Time-Series - a series of values over time</li> * <li>Tuple - pair and triple</li> * <li>Validate - general utility classes</li> * </ul> */ package com.opengamma.collect;