hunt.collection.AbstractCollection

Undocumented in source.

Members

Classes

AbstractCollection
class AbstractCollection(E)

This class provides a skeletal implementation of the {@code Collection} interface, to minimize the effort required to implement this interface. <p>

Meta