Class SelectedModules

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Set<SetListener> listeners  
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectedModules()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean add​(PropertyModule module)  
      boolean addAll​(java.util.Collection<? extends PropertyModule> modules)  
      void addListener​(SetListener listener)
      Adds a SetListener.
      void clear()  
      boolean remove​(java.lang.Object o)  
      void removeListener​(SetListener listener)
      Removes a SetListener.
      • Methods inherited from class java.util.TreeSet

        ceiling, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, size, spliterator, subSet, subSet, tailSet, tailSet
      • 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