|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmy.operatoren.DelDuplicate
public class DelDuplicate
| Constructor Summary | |
|---|---|
DelDuplicate()
|
|
| Method Summary | |
|---|---|
static void |
doit(java.util.Collection<Literal> c)
Zur Realisierung einer mathematischen Menge ohne Interface 'Set'. Stattdessen beliebige Collection anwendbar. Entfernt aus einer Collection (of Literal) alle doppelt vorhandenen Literale. Benutzt die equals-Methode aus Literal. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DelDuplicate()
| Method Detail |
|---|
public static void doit(java.util.Collection<Literal> c)
c -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||