UnifiedSetWithHashingStrategy<K> |
UnifiedSetWithHashingStrategy.clone() |
UnifiedSetWithHashingStrategy<K> |
UnifiedSetWithHashingStrategy.newEmpty() |
static <K> UnifiedSetWithHashingStrategy<K> |
UnifiedSetWithHashingStrategy.newSet(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy) |
static <K> UnifiedSetWithHashingStrategy<K> |
UnifiedSetWithHashingStrategy.newSet(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
int size) |
static <K> UnifiedSetWithHashingStrategy<K> |
UnifiedSetWithHashingStrategy.newSet(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
int size,
float loadFactor) |
static <K> UnifiedSetWithHashingStrategy<K> |
UnifiedSetWithHashingStrategy.newSet(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
java.lang.Iterable<? extends K> source) |
static <K> UnifiedSetWithHashingStrategy<K> |
UnifiedSetWithHashingStrategy.newSet(UnifiedSetWithHashingStrategy<K> set) |
static <K> UnifiedSetWithHashingStrategy<K> |
UnifiedSetWithHashingStrategy.newSetWith(com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K... elements) |
UnifiedSetWithHashingStrategy<K> |
UnifiedSetWithHashingStrategy.reject(com.gs.collections.api.block.predicate.Predicate<? super K> predicate) |
<P> UnifiedSetWithHashingStrategy<K> |
UnifiedSetWithHashingStrategy.rejectWith(com.gs.collections.api.block.predicate.Predicate2<? super K,? super P> predicate,
P parameter) |
UnifiedSetWithHashingStrategy<K> |
UnifiedSetWithHashingStrategy.select(com.gs.collections.api.block.predicate.Predicate<? super K> predicate) |
<S> UnifiedSetWithHashingStrategy<S> |
UnifiedSetWithHashingStrategy.selectInstancesOf(java.lang.Class<S> clazz) |
<P> UnifiedSetWithHashingStrategy<K> |
UnifiedSetWithHashingStrategy.selectWith(com.gs.collections.api.block.predicate.Predicate2<? super K,? super P> predicate,
P parameter) |
UnifiedSetWithHashingStrategy<K> |
UnifiedSetWithHashingStrategy.with(K... elements) |
UnifiedSetWithHashingStrategy<K> |
UnifiedSetWithHashingStrategy.with(K element) |
UnifiedSetWithHashingStrategy<K> |
UnifiedSetWithHashingStrategy.with(K element1,
K element2) |
UnifiedSetWithHashingStrategy<K> |
UnifiedSetWithHashingStrategy.with(K element1,
K element2,
K element3) |
UnifiedSetWithHashingStrategy<K> |
UnifiedSetWithHashingStrategy.withAll(java.lang.Iterable<? extends K> iterable) |
UnifiedSetWithHashingStrategy<K> |
UnifiedSetWithHashingStrategy.without(K element) |
UnifiedSetWithHashingStrategy<K> |
UnifiedSetWithHashingStrategy.withoutAll(java.lang.Iterable<? extends K> elements) |