| Package | Description |
|---|---|
| de.ruedigermoeller.heapoff.structs | |
| de.ruedigermoeller.heapoff.structs.unsafeimpl |
| Modifier and Type | Method and Description |
|---|---|
StructArray<T> |
FSTTypedStructAllocator.newArray(int size)
create a new struct array of same type as template
|
<X extends FSTStruct> |
FSTStructAllocator.newArray(int size,
X templ)
create a new struct array of same type as template
|
<X extends FSTStruct> |
FSTStructAllocator.newArray(int size,
X templ,
BytezAllocator alloc)
create a new struct array of same type as template
|
| Modifier and Type | Method and Description |
|---|---|
<T extends FSTStruct> |
FSTStructFactory.toStructArray(int size,
T onHeap) |
Copyright © 2014. All rights reserved.