Class ShrinkableCollection<T>

java.lang.Object
org.apache.felix.framework.util.ShrinkableCollection<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>

public class ShrinkableCollection<T> extends Object implements Collection<T>
A collection wrapper that only permits clients to shrink the collection.