public class UUIDKeySet extends HashSet<UUIDKey> implements RetractHandler
| Constructor and Description |
|---|
UUIDKeySet() |
UUIDKeySet(KeyTreeMap keyTreeMap) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(UUIDKey uuidKey) |
boolean |
addAll(Collection<? extends UUIDKey> keys) |
void |
retract(UUIDKey uuidKey) |
clear, clone, contains, isEmpty, iterator, remove, size, spliteratorequals, hashCode, removeAllcontainsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streampublic UUIDKeySet(KeyTreeMap keyTreeMap)
public UUIDKeySet()
public boolean add(UUIDKey uuidKey)
public boolean addAll(Collection<? extends UUIDKey> keys)
addAll in interface Collection<UUIDKey>addAll in interface Set<UUIDKey>addAll in class AbstractCollection<UUIDKey>public void retract(UUIDKey uuidKey)
retract in interface RetractHandlerCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.