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 |
---|---|
SynchronizedFloatBag |
SynchronizedFloatBag.with(float element) |
SynchronizedFloatBag |
SynchronizedFloatBag.withAll(FloatIterable elements) |
SynchronizedFloatBag |
SynchronizedFloatBag.without(float element) |
SynchronizedFloatBag |
SynchronizedFloatBag.withoutAll(FloatIterable elements) |
Copyright © 2004–2016. All rights reserved.