Class PZUnmodifiableCollection<E>

java.lang.Object
zombie.util.list.PZUnmodifiableCollection<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>
Direct Known Subclasses:
PZUnmodifiableList

public class PZUnmodifiableCollection<E> extends Object implements Collection<E>