Class MultiviewSet<T>

    • Constructor Detail

      • MultiviewSet

        public MultiviewSet()
    • Method Detail

      • add

        public boolean add​(T entry)
        Add an entry to the common Set and all Queue:s.
      • clear

        public void clear()
      • isAnyContents

        public boolean isAnyContents()
        Returns:
        true if the main set or any of the priority queues have any contents
      • isEmpty

        public boolean isEmpty()
      • remove

        public boolean remove​(T entry)
        Remove an entry from the common Set.
      • size

        public int size()