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