public class SubscriptionHashMap<T> extends Object
| Constructor and Description |
|---|
SubscriptionHashMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
get(byte[] data,
List<SubscriptionMatchEntry<T>> entries) |
Map<ByteArray,List<T>> |
getMap() |
SubscriptionHashMap<T> |
put(byte[] data,
T entry) |
SubscriptionHashMap<T> |
remove(byte[] data,
T entry,
SubscriptionRemoveResult result) |
String |
toString() |
public void get(byte[] data,
List<SubscriptionMatchEntry<T>> entries)
public SubscriptionHashMap<T> put(byte[] data, T entry)
public SubscriptionHashMap<T> remove(byte[] data, T entry, SubscriptionRemoveResult result)
public void clear()
Copyright 2004-2019 Solace Corporation. All rights reserved.