public interface LongQueue
extends com.hazelcast.nio.Disposable
longs.| Modifier and Type | Method and Description |
|---|---|
int |
capacity() |
void |
clear() |
boolean |
isEmpty() |
LongIterator |
iterator() |
long |
nullItem() |
boolean |
offer(long value) |
long |
peek() |
long |
poll() |
int |
remainingCapacity() |
int |
size() |
boolean offer(long value)
long peek()
long poll()
int size()
boolean isEmpty()
int capacity()
int remainingCapacity()
void clear()
long nullItem()
LongIterator iterator()
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.