Package org.aksw.jenax.arq.dataset.diff
Class TransactionalSetImpl<T>
java.lang.Object
java.util.AbstractCollection<T>
org.aksw.jenax.arq.dataset.diff.TransactionalCollectionImpl<T,Set<T>>
org.aksw.jenax.arq.dataset.diff.TransactionalSetImpl<T>
- All Implemented Interfaces:
Iterable<T>,Collection<T>,Set<T>,TransactionalCollection<T>,TransactionalSet<T>,org.apache.jena.sparql.core.Transactional
public class TransactionalSetImpl<T>
extends TransactionalCollectionImpl<T,Set<T>>
implements TransactionalSet<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.aksw.jenax.arq.dataset.diff.TransactionalCollectionImpl
TransactionalCollectionImpl.TxnState<T,C extends Collection<T>> Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional
org.apache.jena.sparql.core.Transactional.Promote -
Field Summary
Fields inherited from class org.aksw.jenax.arq.dataset.diff.TransactionalCollectionImpl
cloner, master, txnState -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class org.aksw.jenax.arq.dataset.diff.TransactionalCollectionImpl
abort, add, begin, begin, commit, contains, end, isInTransaction, iterator, mutate, promote, size, transactionMode, transactionTypeMethods inherited from class java.util.AbstractCollection
addAll, clear, 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
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, 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
-
Constructor Details
-
TransactionalSetImpl
public TransactionalSetImpl() -
TransactionalSetImpl
-