| Package | Description |
|---|---|
| net.lecousin.framework.collections.map |
Implementations of Maps.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LongMapRBT<T>
Implements a LongMap, with a fixed number of buckets, each bucket containing a Red-Black tree to order elements and find them quickly.
The hash method uses by default a modulus operation, but may be overridden if needed. |
Copyright © 2019. All rights reserved.