| Package | Description |
|---|---|
| de.ruedigermoeller.heapoff.structs |
| Modifier and Type | Method and Description |
|---|---|
<K extends FSTStruct> |
FSTTypedStructAllocator.newMap(int size,
K keyTemplate)
create a fixed size struct hashmap.
|
<K extends FSTStruct,V extends FSTStruct> |
FSTStructAllocator.newMap(int size,
K keyTemplate,
V valueTemplate)
create a fixed size struct hashmap.
|
Copyright © 2014. All rights reserved.