public final class Functions0
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <T> com.gs.collections.api.block.function.Function0<com.gs.collections.api.list.MutableList<T>> |
newFastList() |
static <T> com.gs.collections.api.block.function.Function0<com.gs.collections.api.bag.MutableBag<T>> |
newHashBag() |
static <K,V> com.gs.collections.api.block.function.Function0<com.gs.collections.api.map.MutableMap<K,V>> |
newUnifiedMap() |
static <T> com.gs.collections.api.block.function.Function0<com.gs.collections.api.set.MutableSet<T>> |
newUnifiedSet() |
static <T> com.gs.collections.api.block.function.Function0<T> |
nullValue() |
static <T> com.gs.collections.api.block.function.Function0<T> |
value(T t) |
static com.gs.collections.api.block.function.Function0<java.util.concurrent.atomic.AtomicInteger> |
zeroAtomicInteger() |
static com.gs.collections.api.block.function.Function0<java.util.concurrent.atomic.AtomicLong> |
zeroAtomicLong() |
public static <T> com.gs.collections.api.block.function.Function0<com.gs.collections.api.list.MutableList<T>> newFastList()
public static <T> com.gs.collections.api.block.function.Function0<com.gs.collections.api.set.MutableSet<T>> newUnifiedSet()
public static <T> com.gs.collections.api.block.function.Function0<com.gs.collections.api.bag.MutableBag<T>> newHashBag()
public static <K,V> com.gs.collections.api.block.function.Function0<com.gs.collections.api.map.MutableMap<K,V>> newUnifiedMap()
public static <T> com.gs.collections.api.block.function.Function0<T> nullValue()
public static <T> com.gs.collections.api.block.function.Function0<T> value(T t)
public static com.gs.collections.api.block.function.Function0<java.util.concurrent.atomic.AtomicInteger> zeroAtomicInteger()
public static com.gs.collections.api.block.function.Function0<java.util.concurrent.atomic.AtomicLong> zeroAtomicLong()