org.joda.primitives.iterable
Interface LongIterable

All Superinterfaces:
Iterable<Long>
All Known Subinterfaces:
LongCollection, LongList
All Known Implementing Classes:
AbstractLongCollection, AbstractLongList, ArrayLongCollection, ArrayLongList, ImmutableArrayLongList

public interface LongIterable
extends Iterable<Long>

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

This interface extends Iterable allowing seamless integration with other APIs.

Since:
1.0
Version:
CODE GENERATED
Author:
Stephen Colebourne

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

Method Detail

iterator

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

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


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