Package org.logicalcobwebs.proxool.util
-
Interface Summary Interface Description ListenerContainerIF A container for event listeners. -
Class Summary Class Description AbstractListenerContainer Implementation ofListenerContainerIF
that uses a reads/write lock to handle concurrency in a safe and fast way.FastArrayList A customized implementation ofjava.util.ArrayList
designed to operate in a multithreaded environment where the large majority of method calls are read-only, instead of structural changes.