Interface XGettingBag<E>

All Superinterfaces:
CapacityCarrying, Copyable, ExtendedBag<E>, ExtendedCollection<E>, Iterable<E>, Sized, XGettingCollection<E>, XIterable<E>, XJoinable<E>
All Known Subinterfaces:
XBag<E>, XBasicList<E>, XBasicTable.Values<K,​V>, XChart.Values<K,​V>, XDecreasingList<E>, XGettingList<E>, XGettingMap.Values<K,​V>, XGettingTable.Values<K,​V>, XImmutableBag<E>, XImmutableList<E>, XImmutableMap.Values<K,​V>, XImmutableTable.Values<K,​V>, XIncreasingList<E>, XLadder<E>, XList<E>, XMap.Values<K,​V>, XProcessingBag<E>, XProcessingList<E>, XProcessingMap.Values<K,​V>, XPutGetBag<E>, XPutGetList<E>, XReference<E>, XReferencing<E>, XSettingList<E>, XTable.Values<K,​V>
All Known Implementing Classes:
ArrayAccessor, ArrayCollector, ArrayView, BulkList, Constant, ConstHashTable.Values, ConstList, Empty, EqBulkList, EqConstHashTable.Values, EqConstList, EqHashTable.Values, FixedList, HashTable.Values, LimitList, LinkingReferencing.Default, LinkReference.Default, ListAccessor, ListProcessor, ListView, LockedList, MappedList, Single, Singleton, SingletonView, SubList, SubListAccessor, SubListProcessor, SubListView, SynchList

public interface XGettingBag<E>
extends XGettingCollection<E>, ExtendedBag<E>
  • Method Details

    • copy

      XGettingBag<E> 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 XGettingCollection<E>
      Returns:
      a copy of this list
    • view

      XGettingBag<E> view()
      Specified by:
      view in interface XGettingCollection<E>
    • immure

      XImmutableBag<E> immure()
      Description copied from interface: XGettingCollection
      Provides an instance of an immutable collection type with equal behavior and data as this instance.

      If this instance already is of an immutable collection type, it returns itself.

      Specified by:
      immure in interface XGettingCollection<E>
      Returns:
      an immutable copy of this collection instance.