public static interface UtlConcurrentRingBuffer.ItemFactory<T>
The user supplies an instance of this factory during creation of
the ring buffer. The ring buffer invokes the createItem()
method to create ring buffer items
| Modifier and Type | Method and Description |
|---|---|
T |
createItem()
Invoked to create an item stored in the ring buffer
|
T[] |
createItemArray(int size)
Invoked to create an item array
|
Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.