org.joda.primitives.iterable
Interface DoubleIterable

All Superinterfaces:
Iterable<Double>
All Known Subinterfaces:
DoubleCollection, DoubleList
All Known Implementing Classes:
AbstractDoubleCollection, AbstractDoubleList, ArrayDoubleCollection, ArrayDoubleList, ImmutableArrayDoubleList

public interface DoubleIterable
extends Iterable<Double>

Defines a provider of iteration over a collection of primitive double values.

This interface extends Iterable allowing seamless integration with other APIs.

Since:
1.0
Version:
CODE GENERATED
Author:
Stephen Colebourne

Method Summary
 DoubleIterator iterator()
          Gets an iterator over this collection capable of accessing the primitive values.
 

Method Detail

iterator

DoubleIterator iterator()
Gets an iterator over this collection capable of accessing the primitive values.

Specified by:
iterator in interface Iterable<Double>
Returns:
an iterator, not null


Copyright © 2005-2010 Joda.org. All Rights Reserved.