Uses of Class
org.openjena.atlas.iterator.Iter

Packages that use Iter
org.openjena.atlas.iterator   
 

Uses of Iter in org.openjena.atlas.iterator
 

Methods in org.openjena.atlas.iterator that return Iter
 Iter<T> Iter.append(java.util.Iterator<T> iter)
           
static
<T> Iter<T>
Iter.concat(Iter<T> iter1, Iter<T> iter2)
           
 Iter<T> Iter.distinct()
           
 Iter<T> Iter.filter(Filter<T> filter)
           
static
<T> Iter<T>
Iter.iter(java.util.Collection<T> collection)
           
static
<T> Iter<T>
Iter.iter(Iter<T> iter)
           
static
<T> Iter<T>
Iter.iter(java.lang.Iterable<T> iterable)
           
static
<T> Iter<T>
Iter.iter(java.util.Iterator<T> iterator)
           
<R> Iter<R>
Iter.map(Transform<T,R> converter)
           
static
<T> Iter<T>
Iter.nullIter()
           
 Iter<T> Iter.operate(Action<T> action)
          Apply an action to everything in the stream, yielding a stream of the same items
 Iter<T> Iter.removeNulls()
           
static
<T> Iter<T>
Iter.singletonIter(T item)
           
 

Methods in org.openjena.atlas.iterator with parameters of type Iter
static
<T> java.lang.String
Iter.asString(Iter<T> stream)
           
static
<T> java.lang.String
Iter.asString(Iter<T> stream, AccString<T> formatter)
           
static
<T> java.lang.String
Iter.asString(Iter<T> stream, java.lang.String sep)
           
static
<T> Iter<T>
Iter.concat(Iter<T> iter1, Iter<T> iter2)
           
static
<T> Iter<T>
Iter.concat(Iter<T> iter1, Iter<T> iter2)
           
static
<T> Iter<T>
Iter.iter(Iter<T> iter)
           
 



Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.