org.jboss.weld.util.collections
Class IterableToIteratorFunction<T>
java.lang.Object
org.jboss.weld.util.collections.IterableToIteratorFunction<T>
- All Implemented Interfaces:
- com.google.common.base.Function<Iterable<T>,Iterator<T>>
public class IterableToIteratorFunction<T>
- extends Object
- implements com.google.common.base.Function<Iterable<T>,Iterator<T>>
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 |
IterableToIteratorFunction
public IterableToIteratorFunction()
instance
public static <T> com.google.common.base.Function<Iterable<T>,Iterator<T>> instance()
apply
public Iterator<T> apply(Iterable<T> iterable)
- Specified by:
apply
in interface com.google.common.base.Function<Iterable<T>,Iterator<T>>
Copyright © 2013 Seam Framework. All Rights Reserved.