See: Description
| Interface | Description |
|---|---|
| SensibleClone<T extends SensibleClone<T>> |
This interface exists as a workaround for the annoyingness of java.lang.Cloneable.
|
| Class | Description |
|---|---|
| BlockingCell<T> |
Simple one-shot IPC mechanism.
|
| BlockingValueOrException<V,E extends Throwable & SensibleClone<E>> | |
| IntAllocator |
A class for allocating integers from a given range that uses a
BitSet representation of the free integers. |
| Utility |
Catch-all holder class for static helper methods.
|
| ValueOrException<V,E extends Throwable & SensibleClone<E>> |
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.