Class CGDTreeSet<I extends Number>

    • Constructor Detail

      • CGDTreeSet

        public CGDTreeSet()
    • Method Detail

      • intersect

        public void intersect​(TreeSet b)
      • union

        public void union​(TreeSet child)
      • indexUnion

        public void indexUnion​(TreeSet[] base,
                               TreeSet index)
      • difference

        public void difference​(TreeSet child)
        Removes each node from the parent list which is a child for both parent and child node.
        Parameters:
        child -
      • isSubset

        public boolean isSubset​(TreeSet ts)
        Check if ts is a subset of this set.
        Parameters:
        ts -
        Returns:
      • intersects

        public boolean intersects​(TreeSet ts)