Example usage for org.apache.commons.collections.primitives DoubleIterator interface-usage

List of usage examples for org.apache.commons.collections.primitives DoubleIterator interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections.primitives DoubleIterator interface-usage.

Usage

From source file com.martinkampjensen.thesis.util.gromacs.EnergyExtractor.java

/**
 * Extracts energy values from GROMACS energy files (.edr files). The
 * correctness of this implementation has been tested using GROMACS 4.5.4.
 * <p>
 * Note that this implementation is not synchronized.
 *