|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.uacalc.lat.OrderedSets
public class OrderedSets
Static algorithms for ordered set and lattices.
| Constructor Summary | |
|---|---|
OrderedSets()
|
|
| Method Summary | ||
|---|---|---|
static void |
main(java.lang.String[] args)
|
|
static
|
maximals(java.util.Collection<? extends E> elems,
Order<? super E> order)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrderedSets()
| Method Detail |
|---|
public static <E> java.util.List<E> maximals(java.util.Collection<? extends E> elems,
Order<? super E> order)
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||