| Package | Description |
|---|---|
| com.tangosol.util |
Contains various generic utilities.
|
| Constructor and Description |
|---|
ChainedSet(ChainedSet<E> original,
Set<E>... aSets)
Construct a ChainedSet from the existing ChainedSet and an array of Set
objects.
|
ChainedSet(ChainedSet<E> original,
Set<E> set)
Construct a ChainedSet from the existing ChainedSet and an additional Set
object.
|