4 package net
.kezvh
.collections
;
11 * @param <T> FIXME comment
13 public interface Forest
<T
> {
16 * @return the set to which the element belongs
18 Set
<T
> find(T element
);
21 * unify the sets a and b
29 * @return the number of SETS in the forest
34 * @return the number of elements in the forest