Uses of Class
com.tangosol.util.ChainedCollection
-
Uses of ChainedCollection in com.tangosol.util
ModifierConstructorDescriptionChainedCollection
(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.