Class OrderedCollection<E extends Comparable<E>>

java.lang.Object
java.util.AbstractCollection<E>
de.geolykt.starloader.util.OrderedCollection<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>

public class OrderedCollection<E extends Comparable<E>> extends AbstractCollection<E>