| java.lang.Object | |
| ↳ | com.google.gwt.benchmarks.client.impl.IterableAdapter |
Provides convenience methods for adapting various values to the Iterable interface.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns an
Iterable from an array. | |||||||||||
Returns
iterable as itself. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns an Iterable from an array.
| array | a not null array |
|---|
Iterable that wraps the array
Returns iterable as itself. Useful for code-gen situations.
| iterable | a maybe null Iterable |
|---|
iterable