Package org.aksw.jenax.arq.util.binding
Class CollectionFromTable<T>
java.lang.Object
java.util.AbstractCollection<T>
org.aksw.jenax.arq.util.binding.CollectionFromTable<T>
- All Implemented Interfaces:
Iterable<T>,Collection<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCollectionFromTable(org.apache.jena.sparql.algebra.Table table, org.apache.jena.sparql.engine.ExecutionContext execCxt, Function<org.apache.jena.sparql.engine.binding.Binding, T> mapper) -
Method Summary
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Field Details
-
table
protected org.apache.jena.sparql.algebra.Table table -
execCxt
protected org.apache.jena.sparql.engine.ExecutionContext execCxt -
mapper
-
-
Constructor Details
-
CollectionFromTable
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceCollection<T>- Specified by:
sizein classAbstractCollection<T>
-
iterator
- Specified by:
iteratorin interfaceCollection<T>- Specified by:
iteratorin interfaceIterable<T>- Specified by:
iteratorin classAbstractCollection<T>
-