org.topbraid.core.util
Class Iterators
java.lang.Object
org.topbraid.core.util.Iterators
public class Iterators
- extends java.lang.Object
A collection of utility methods for Iterators.
- Author:
- Holger Knublauch
|
Method Summary |
static void |
add(java.util.Collection set,
java.util.Iterator it)
|
static com.hp.hpl.jena.rdf.model.StmtIterator |
clone(com.hp.hpl.jena.rdf.model.StmtIterator base)
|
static java.util.List |
getList(java.util.Iterator it)
|
static java.util.Set |
getSet(java.util.Iterator it)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Iterators
public Iterators()
add
public static void add(java.util.Collection set,
java.util.Iterator it)
getList
public static java.util.List getList(java.util.Iterator it)
getSet
public static java.util.Set getSet(java.util.Iterator it)
clone
public static com.hp.hpl.jena.rdf.model.StmtIterator clone(com.hp.hpl.jena.rdf.model.StmtIterator base)