Class WrapperCollections.ConcurrentWrapperEntrySet<K,​V>

    • Field Detail

      • m_fStrict

        protected final boolean m_fStrict
        Determines whether or not all of the Entry methods are protected; if set to true, then all Entry methods are protected.
    • Constructor Detail

      • ConcurrentWrapperEntrySet

        protected ConcurrentWrapperEntrySet​(Set<Map.Entry<K,​V>> set,
                                            ReadWriteLock lock,
                                            boolean fStrict)
        Create an ConcurrentWrapperSet which delegates to the specified Set.
        Parameters:
        set - the Set to delegate all calls to
        lock - a read/write lock for concurrency management
        fStrict - pass true to protect all Entry methods; false to protect only the setValue() method