| 接口 | 说明 |
|---|---|
| ListenerContainerIF |
A container for event listeners.
|
| 类 | 说明 |
|---|---|
| AbstractListenerContainer |
Implementation of
ListenerContainerIF that uses a reads/write lock to handle concurrency in a safe and
fast way. |
| FastArrayList |
A customized implementation of
java.util.ArrayList designed
to operate in a multithreaded environment where the large majority of
method calls are read-only, instead of structural changes. |
Copyright © 2024. All rights reserved.