public interface SetOfKeyHandle
extends com.hazelcast.nio.Disposable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SetOfKeyHandle.KhCursor |
| Modifier and Type | Method and Description |
|---|---|
void |
add(KeyHandle kh)
Adds a key handle to the set.
|
SetOfKeyHandle.KhCursor |
cursor() |
void |
remove(KeyHandle kh)
Removes a key handle from the set.
|
void add(KeyHandle kh)
void remove(KeyHandle kh)
SetOfKeyHandle.KhCursor cursor()
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.