| Package | Description |
|---|---|
| org.eclipse.collections.impl.bag.strategy.mutable |
This package contains implementations of bags with user defined
HashingStrategys. |
| Modifier and Type | Method | Description |
|---|---|---|
static <E> HashBagWithHashingStrategy<E> |
HashBagWithHashingStrategy.newBag(HashingStrategy<? super E> hashingStrategy) |
|
static <E> HashBagWithHashingStrategy<E> |
HashBagWithHashingStrategy.newBag(HashingStrategy<? super E> hashingStrategy,
int size) |
|
static <E> HashBagWithHashingStrategy<E> |
HashBagWithHashingStrategy.newBag(HashingStrategy<? super E> hashingStrategy,
Iterable<? extends E> source) |
|
static <E> HashBagWithHashingStrategy<E> |
HashBagWithHashingStrategy.newBag(HashingStrategy<? super E> hashingStrategy,
Bag<? extends E> source) |
|
static <E> HashBagWithHashingStrategy<E> |
HashBagWithHashingStrategy.newBagWith(HashingStrategy<? super E> hashingStrategy,
E... elements) |
Copyright © 2004–2019. All rights reserved.