Uses of Class
com.tangosol.util.ChainedSet
-
Uses of ChainedSet in com.tangosol.util
ModifierConstructorDescriptionChainedSet
(ChainedSet<E> original, Set<E> set) Construct a ChainedSet from the existing ChainedSet and an additional Set object.ChainedSet
(ChainedSet<E> original, Set<E>... aSets) Construct a ChainedSet from the existing ChainedSet and an array of Set objects.