org.joda.primitives.iterable
Interface CharIterable

All Superinterfaces:
Iterable<Character>
All Known Subinterfaces:
CharCollection, CharList
All Known Implementing Classes:
AbstractCharCollection, AbstractCharList, ArrayCharCollection, ArrayCharList, ImmutableArrayCharList, StringBufferCharList, StringCharList

public interface CharIterable
extends Iterable<Character>

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

This interface extends Iterable allowing seamless integration with other APIs.

Since:
1.0
Version:
CODE GENERATED
Author:
Stephen Colebourne

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

Method Detail

iterator

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

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


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