Package org.aksw.jenax.arq.dataset.diff
Interface TransactionalCollection<T>
- All Superinterfaces:
Collection<T>,Iterable<T>,org.apache.jena.sparql.core.Transactional
- All Known Subinterfaces:
TransactionalSet<T>
- All Known Implementing Classes:
TransactionalCollectionDummyImpl,TransactionalCollectionImpl,TransactionalSetDummyImpl,TransactionalSetImpl
public interface TransactionalCollection<T>
extends org.apache.jena.sparql.core.Transactional, Collection<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional
org.apache.jena.sparql.core.Transactional.Promote -
Method Summary
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArrayMethods inherited from interface org.apache.jena.sparql.core.Transactional
abort, begin, begin, begin, calc, calculate, calculateRead, calculateWrite, commit, end, exec, execute, executeRead, executeWrite, isInTransaction, promote, promote, transactionMode, transactionType