org.multiverse.transactional.collections
Interface TransactionalSet<E>

All Superinterfaces:
Collection<E>, Iterable<E>, Set<E>, TransactionalCollection<E>

public interface TransactionalSet<E>
extends Set<E>, TransactionalCollection<E>

A Transactional version of the Set interface.

Author:
Peter Veentjer
See Also:
TransactionalCollection, Collection, Set

Method Summary
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface org.multiverse.transactional.collections.TransactionalCollection
add, addAll, atomicSize, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.