org.jetbrains.jet.util
Class CommonSuppliers

java.lang.Object
  extended by org.jetbrains.jet.util.CommonSuppliers

public class CommonSuppliers
extends java.lang.Object


Method Summary
static
<T> com.google.common.base.Supplier<java.util.List<T>>
getArrayListSupplier()
           
static
<T> com.google.common.base.Supplier<java.util.Set<T>>
getHashSetSupplier()
           
static
<T> com.google.common.base.Supplier<java.util.Set<T>>
getLinkedHashSetSupplier()
           
static
<K,V> com.google.common.collect.SetMultimap<K,V>
newLinkedHashSetHashSetMultimap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getArrayListSupplier

public static <T> com.google.common.base.Supplier<java.util.List<T>> getArrayListSupplier()

getLinkedHashSetSupplier

public static <T> com.google.common.base.Supplier<java.util.Set<T>> getLinkedHashSetSupplier()

getHashSetSupplier

public static <T> com.google.common.base.Supplier<java.util.Set<T>> getHashSetSupplier()

newLinkedHashSetHashSetMultimap

public static <K,V> com.google.common.collect.SetMultimap<K,V> newLinkedHashSetHashSetMultimap()