MapSync
classin packageklyn.collections
public class MapSync<K, V> extends Map<K, V>:
Thread-safe balanced binary tree map.
@param <K> Key type.
@param <V> Value type.
Properties inherited from Map: size
Constructors
| Modifier and Type |
Member |
Description |
| public |
MapSync |
No summary. |