Package | Description |
---|---|
org.eclipse.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
Modifier and Type | Method and Description |
---|---|
static <E> HashBag<E> |
HashBag.newBag() |
static <E> HashBag<E> |
HashBag.newBag(Bag<? extends E> source) |
static <E> HashBag<E> |
HashBag.newBag(int size) |
static <E> HashBag<E> |
HashBag.newBag(Iterable<? extends E> source) |
static <E> HashBag<E> |
HashBag.newBagWith(E... elements) |
HashBag<T> |
HashBag.with(T... elements) |
HashBag<T> |
HashBag.with(T element) |
HashBag<T> |
HashBag.with(T element1,
T element2) |
HashBag<T> |
HashBag.with(T element1,
T element2,
T element3) |
HashBag<T> |
HashBag.withAll(Iterable<? extends T> iterable) |
HashBag<T> |
HashBag.without(T element) |
HashBag<T> |
HashBag.withoutAll(Iterable<? extends T> iterable) |
Copyright © 2004–2016. All rights reserved.