Interface CollectionEx<T>

All Superinterfaces:
Collection<T>, Iterable<T>

public interface CollectionEx<T> extends Collection<T>