| Constructor and Description |
|---|
LongLinkedQueue(com.hazelcast.internal.memory.MemoryAllocator malloc,
int capacity,
long nullValue) |
LongLinkedQueue(com.hazelcast.internal.memory.MemoryAllocator memoryAllocator,
long nullValue) |
| Modifier and Type | Method and Description |
|---|---|
int |
capacity() |
void |
clear() |
void |
dispose() |
boolean |
isEmpty() |
LongIterator |
iterator() |
long |
nullItem() |
boolean |
offer(long value) |
long |
peek() |
long |
poll() |
int |
remainingCapacity() |
int |
size() |
String |
toString() |
public LongLinkedQueue(com.hazelcast.internal.memory.MemoryAllocator malloc,
int capacity,
long nullValue)
public LongLinkedQueue(com.hazelcast.internal.memory.MemoryAllocator memoryAllocator,
long nullValue)
public int remainingCapacity()
remainingCapacity in interface LongQueuepublic void dispose()
dispose in interface com.hazelcast.nio.Disposablepublic LongIterator iterator()
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.