|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.weld.util.collections.IterableToIteratorFunction<T>
public class IterableToIteratorFunction<T>
| Constructor Summary | |
|---|---|
IterableToIteratorFunction()
|
|
| Method Summary | ||
|---|---|---|
java.util.Iterator<T> |
apply(java.lang.Iterable<T> iterable)
|
|
static
|
instance()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.google.common.base.Function |
|---|
equals |
| Constructor Detail |
|---|
public IterableToIteratorFunction()
| Method Detail |
|---|
public static <T> com.google.common.base.Function<java.lang.Iterable<T>,java.util.Iterator<T>> instance()
public java.util.Iterator<T> apply(java.lang.Iterable<T> iterable)
apply in interface com.google.common.base.Function<java.lang.Iterable<T>,java.util.Iterator<T>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||