Package org.drools.verifier.core.maps
Class UUIDKeySet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet<UUIDKey>
-
- org.drools.verifier.core.maps.UUIDKeySet
-
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<UUIDKey>,Collection<UUIDKey>,Set<UUIDKey>,RetractHandler
public class UUIDKeySet extends HashSet<UUIDKey> implements RetractHandler
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UUIDKeySet()UUIDKeySet(KeyTreeMap keyTreeMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(UUIDKey uuidKey)booleanaddAll(Collection<? extends UUIDKey> keys)voidretract(UUIDKey uuidKey)-
Methods inherited from class java.util.HashSet
clear, clone, contains, isEmpty, iterator, remove, size, spliterator
-
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
containsAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-
-
-
Constructor Detail
-
UUIDKeySet
public UUIDKeySet(KeyTreeMap keyTreeMap)
-
UUIDKeySet
public UUIDKeySet()
-
-
Method Detail
-
add
public boolean add(UUIDKey uuidKey)
-
addAll
public boolean addAll(Collection<? extends UUIDKey> keys)
- Specified by:
addAllin interfaceCollection<UUIDKey>- Specified by:
addAllin interfaceSet<UUIDKey>- Overrides:
addAllin classAbstractCollection<UUIDKey>
-
retract
public void retract(UUIDKey uuidKey)
- Specified by:
retractin interfaceRetractHandler
-
-