Interface XMap.Values<K,​V>

    • Method Detail

      • copy

        XBag<V> copy()
        Description copied from interface: XGettingCollection
        Creates a true copy of this collection which references the same elements as this collection does at the time the method is called. The elements themselves are NOT copied (no deep copying).
        The type of the returned set is the same as of this list if possible.
        Specified by:
        copy in interface Copyable
        Specified by:
        copy in interface XGettingBag<K>
        Specified by:
        copy in interface XGettingCollection<K>
        Specified by:
        copy in interface XProcessingBag<K>
        Returns:
        a copy of this list