Interface | Description |
---|---|
ParetoComparator<T> |
Comparator used by the
ParetoSet to compare to elements for dominance. |
ParetoSetEventListener<T> |
You may subscribe/listen to the
ParetoSet for events by implementing this
interface and register it with the ParetoSet. |
Class | Description |
---|---|
ParetoSet<T> |
This
Collection store all pareto-optimal elements. |
ParetoSetEventListenerComposite<T> |
The
ParetoSet do only support ONE listener, this class uses the
composite pattern to forward all events to a set of listeners, while
playing the role of ParetoSetEventListener towards the set. |
ParetoSetWithMarker<T> |
ParetoSet with the possibility to set a index marker, which
can be used to list all elements added after the marker is set. |
Copyright © 2019. All rights reserved.