org.joda.primitives.iterable
Interface FloatIterable

All Superinterfaces:
Iterable<Float>
All Known Subinterfaces:
FloatCollection, FloatList
All Known Implementing Classes:
AbstractFloatCollection, AbstractFloatList, ArrayFloatCollection, ArrayFloatList, ImmutableArrayFloatList

public interface FloatIterable
extends Iterable<Float>

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

This interface extends Iterable allowing seamless integration with other APIs.

Since:
1.0
Version:
CODE GENERATED
Author:
Stephen Colebourne

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

Method Detail

iterator

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

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


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