org.apache.chemistry.opencmis.jcr.util
Class Iterables

java.lang.Object
  extended by org.apache.chemistry.opencmis.jcr.util.Iterables

public class Iterables
extends java.lang.Object


Method Summary
static
<T> java.lang.Iterable<T>
concat(java.lang.Iterable<T> it1, java.lang.Iterable<T> it2)
           
static
<T> java.lang.Iterable<T>
empty()
           
static
<T> java.lang.Iterable<T>
singleton(T element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

concat

public static <T> java.lang.Iterable<T> concat(java.lang.Iterable<T> it1,
                                               java.lang.Iterable<T> it2)

singleton

public static <T> java.lang.Iterable<T> singleton(T element)

empty

public static <T> java.lang.Iterable<T> empty()


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.