org.fusesource.restygwt.client
Class StringIterable
java.lang.Object
org.fusesource.restygwt.client.StringIterable
- All Implemented Interfaces:
- Iterable<String>
public class StringIterable
- extends Object
- implements Iterable<String>
Iterable wrapper to convert to strings.
- Author:
- iteratee@google.com (Kyle Butt)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringIterable
public StringIterable(Iterable<?> baseIterable)
iterator
public Iterator<String> iterator()
- Specified by:
iterator in interface Iterable<String>
Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.