Class MiniSet<E>

All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

@Deprecated public class MiniSet<E> extends AbstractSet<E>
Deprecated.
Minimalimplementierung eines Sets. Nur geeignet für wenige Elemente.