Uses of Class
com.tangosol.util.ChainedCollection
-
Packages that use ChainedCollection Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of ChainedCollection in com.tangosol.util
Constructors in com.tangosol.util with parameters of type ChainedCollection Constructor Description ChainedCollection(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.
-