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