org.apache.chemistry.opencmis.jcr.util
Class Iterables
java.lang.Object
org.apache.chemistry.opencmis.jcr.util.Iterables
public class Iterables
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
concat
public static <T> Iterable<T> concat(Iterable<T> it1,
Iterable<T> it2)
singleton
public static <T> Iterable<T> singleton(T element)
empty
public static <T> Iterable<T> empty()
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.