|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.util.misc.IterableUtils
public final class IterableUtils
Utilities for iterables.
| Method Summary | |
|---|---|
static int |
size(Iterable<?> src)
Returns the size of the given iterable. |
static Object[] |
toArray(Iterable<?> src)
Converts the given iterable to an array and returns the result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static int size(Iterable<?> src)
src - The iterable.
public static Object[] toArray(Iterable<?> src)
src - The iterable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||