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, spliterator
equals, hashCode, removeAll
containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
parallelStream, removeIf, stream
public 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 RetractHandler
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.