org.carrot2.util
Class SetUtils

java.lang.Object
  extended by org.carrot2.util.SetUtils

public final class SetUtils
extends Object

Utility methods for working with Sets.


Method Summary
static
<E> HashSet<E>
asHashSet(Set<E> set)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

asHashSet

public static <E> HashSet<E> asHashSet(Set<E> set)


Copyright (c) Dawid Weiss, Stanislaw Osinski