Interface XMap.Values<K,​V>

All Superinterfaces:
CapacityCarrying, Clearable, ComponentType, ConsolidatableCollection, Copyable, ExtendedBag<V>, ExtendedCollection<V>, Iterable<V>, OptimizableCollection, Processable<V>, ReleasingCollection<V>, Sized, Truncateable, XGettingBag<V>, XGettingCollection<V>, XGettingMap.Satellite<K,​V>, XGettingMap.Values<K,​V>, XIterable<V>, XJoinable<V>, XMap.Satellite<K,​V>, XProcessingBag<V>, XProcessingCollection<V>, XProcessingMap.Values<K,​V>, XRemovingBag<V>, XRemovingCollection<V>, XReplacingCollection<V>
All Known Subinterfaces:
XBasicTable.Values<K,​V>, XChart.Values<K,​V>, XTable.Values<K,​V>
All Known Implementing Classes:
EqHashTable.Values, HashTable.Values
Enclosing interface:
XMap<K,​V>

public static interface XMap.Values<K,​V>
extends XProcessingMap.Values<K,​V>, XMap.Satellite<K,​V>, XReplacingCollection<V>
  • Method Details

    • 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