Class UUIDKeySet

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean add​(UUIDKey uuidKey)  
      boolean addAll​(java.util.Collection<? extends UUIDKey> keys)  
      void retract​(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
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.Set

        containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
    • Constructor Detail

      • UUIDKeySet

        public UUIDKeySet​(KeyTreeMap keyTreeMap)
      • UUIDKeySet

        public UUIDKeySet()
    • Method Detail

      • add

        public boolean add​(UUIDKey uuidKey)
        Specified by:
        add in interface java.util.Collection<UUIDKey>
        Specified by:
        add in interface java.util.Set<UUIDKey>
        Overrides:
        add in class java.util.HashSet<UUIDKey>
      • addAll

        public boolean addAll​(java.util.Collection<? extends UUIDKey> keys)
        Specified by:
        addAll in interface java.util.Collection<UUIDKey>
        Specified by:
        addAll in interface java.util.Set<UUIDKey>
        Overrides:
        addAll in class java.util.AbstractCollection<UUIDKey>