Class CollectionDelegate<T>

java.lang.Object
org.osgi.util.converter.AbstractCollectionDelegate<T>
org.osgi.util.converter.CollectionDelegate<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>, SequencedCollection<T>

class CollectionDelegate<T> extends AbstractCollectionDelegate<T> implements List<T>
  • Field Details

  • Constructor Details

    • CollectionDelegate

      CollectionDelegate(Collection<T> coll)
  • Method Details