public interface LongSet extends Disposable
long
s.Modifier and Type | Method and Description |
---|---|
boolean |
add(long value) |
void |
clear() |
boolean |
contains(long value) |
LongCursor |
cursor() |
boolean |
isEmpty() |
boolean |
remove(long value) |
long |
size() |
dispose
boolean add(long value)
boolean remove(long value)
boolean contains(long value)
long size()
boolean isEmpty()
void clear()
LongCursor cursor()
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.