Class RtArraySet<D>

Type Parameters:
D - the underlying value type from which the sets are constructed.
All Implemented Interfaces:
Iterable<D>, Collection<D>, Set<D>

public class RtArraySet<D> extends AbstractSet<D>
A set implementation for real-time application. Based on an array of references. ATTENTION: This class restricts the contract of "Iterator": Once "hasNext()==false" has returned, all following behaviour is unspecified and further usage forbidden. (The Iterator object will be recycled.)