| Package | Description |
|---|---|
| net.lecousin.framework.collections.map |
Implementations of Maps.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IntegerMapLinkedArrayList<T>
Implementation of an IntegerMap, with a specified number of buckets, each bucket being associated with a LinkedArrayList.
|
class |
IntegerMapRBT<T>
Implements an IntegerMap, 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.