Package | Description |
---|---|
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
Modifier and Type | Method and Description |
---|---|
SynchronizedLongBag |
SynchronizedLongBag.with(long element) |
SynchronizedLongBag |
SynchronizedLongBag.withAll(LongIterable elements) |
SynchronizedLongBag |
SynchronizedLongBag.without(long element) |
SynchronizedLongBag |
SynchronizedLongBag.withoutAll(LongIterable elements) |
Copyright © 2004–2016. All rights reserved.