Uses of Class
com.tangosol.util.ChainedCollection
Packages that use ChainedCollection
-
Uses of ChainedCollection in com.tangosol.util
Constructors in com.tangosol.util with parameters of type ChainedCollectionModifierConstructorDescriptionChainedCollection
(ChainedCollection<E> original, Collection<E> col) Construct a ChainedCollection from the existing ChainedCollection and an additional Collection object.ChainedCollection
(ChainedCollection<E> original, Collection<E>... aCol) Construct a ChainedCollection from the existing ChainedCollection and an array of Collection objects.