Uses of Class
com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
-
Packages that use WrapperCollections.ConcurrentWrapperCollection Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of WrapperCollections.ConcurrentWrapperCollection in com.tangosol.util
Subclasses of WrapperCollections.ConcurrentWrapperCollection in com.tangosol.util Modifier and Type Class Description static class
WrapperCollections.ConcurrentWrapperEntrySet<K,V>
Map Entry Set implementation which uses a ReadWriteLock to manage concurrent access to the underlying Entry objects.static class
WrapperCollections.ConcurrentWrapperSet<E>
Set implementation which uses a ReadWriteLock to manage concurrent access to an underlying Set.
-