toSet method

Set<E> toSet()

Implementation

Set<E> toSet() {
  return value.toSet();
}