org.jetbrains.jet.utils
Class HashSetUtil

java.lang.Object
  extended by org.jetbrains.jet.utils.HashSetUtil

public class HashSetUtil
extends java.lang.Object


Constructor Summary
HashSetUtil()
           
 
Method Summary
static
<T> java.util.Set<T>
linkedHashSet(java.util.Set<T> set, com.intellij.util.containers.hash.EqualityPolicy<T> policy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashSetUtil

public HashSetUtil()
Method Detail

linkedHashSet

@NotNull
public static <T> java.util.Set<T> linkedHashSet(@NotNull
                                                         java.util.Set<T> set,
                                                         @NotNull
                                                         com.intellij.util.containers.hash.EqualityPolicy<T> policy)