| Package | Description |
|---|---|
| gnu.trove |
| Modifier and Type | Class and Description |
|---|---|
class |
THashMap
An implementation of the Map interface which uses an open addressed
hash table to store its contents.
|
class |
THashSet
An implementation of the Set interface that uses an
open-addressed hash table to store its contents.
|
class |
TObjectDoubleHashMap
An open addressed Map implementation for Object keys and double values.
|
class |
TObjectFloatHashMap
An open addressed Map implementation for Object keys and float values.
|
class |
TObjectIntHashMap
An open addressed Map implementation for Object keys and int values.
|
class |
TObjectLongHashMap
An open addressed Map implementation for Object keys and long values.
|
Copyright © 2019 JULIE Lab, Germany. All rights reserved.