|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.common.collect.AbstractIterable<E>
public abstract class AbstractIterable<E>
Provides an implementation of Object.toString() for Iterable
instances.
| Constructor Summary | |
|---|---|
AbstractIterable()
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns a string representation of this iterable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Constructor Detail |
|---|
public AbstractIterable()
| Method Detail |
|---|
public java.lang.String toString()
String.valueOf(Object).
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||