|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.util.CommonSuppliers
public class CommonSuppliers
Method Summary | ||
---|---|---|
static
|
getArrayListSupplier()
|
|
static
|
getHashSetSupplier()
|
|
static
|
getLinkedHashSetSupplier()
|
|
static
|
newLinkedHashSetHashSetMultimap()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <T> com.google.common.base.Supplier<java.util.List<T>> getArrayListSupplier()
public static <T> com.google.common.base.Supplier<java.util.Set<T>> getLinkedHashSetSupplier()
public static <T> com.google.common.base.Supplier<java.util.Set<T>> getHashSetSupplier()
public static <K,V> com.google.common.collect.SetMultimap<K,V> newLinkedHashSetHashSetMultimap()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |