>Info zum Stichwort Frust | >diskutieren | >Permalink 
hinkelchen schrieb am 8.12. 2000 um 14:55:39 Uhr über

Frust

jaja
hier bin ich wieder

sets_3.java:13: No method matching isetIsEmpty(int) found in class isetpackage.Iset.
Iset.isetIsEmpty(set1);
^
sets_3.java:21: No method matching isetIsEmpty(int) found in class isetpackage.Iset.
Iset.isetIsEmpty(set1);
^
sets_3.java:24: No method matching isetPrint(int, java.lang.String) found in class isetpackage.Iset.
Iset.isetPrint(set1,»set1«);
^
sets_3.java:34: No method matching isetUnion(int, int) found in class isetpackage.Iset.
set3 = Iset.isetUnion(set1,set2);
^
sets_3.java:38: No method matching isetPrint(int, java.lang.String) found in class isetpackage.Iset.
Iset.isetPrint(set3,»set3«);
^
sets_3.java:43: No method matching isetIntersection(int, int) found in class isetpackage.Iset.
set3 = Iset.isetIntersection(set1,set2);
^
sets_3.java:47: No method matching isetPrint(int, java.lang.String) found in class isetpackage.Iset.
Iset.isetPrint(set3,»set3«);
^
sets_3.java:56: No method matching isetPrint(int, java.lang.String) found in class isetpackage.Iset.
Iset.isetPrint(set3,»set3«);
^
8 errors
bash-2.03$ javac sets_3.java
sets_3.java:13: No method matching isetIsEmpty(int) found in class isetpackage.Iset.
Iset.isetIsEmpty(set1);
^
sets_3.java:21: No method matching isetIsEmpty(int) found in class isetpackage.Iset.
Iset.isetIsEmpty(set1);
^
sets_3.java:24: No method matching isetPrint(int, java.lang.String) found in class isetpackage.Iset.
Iset.isetPrint(set1,»set1«);
^
sets_3.java:34: No method matching isetUnion(int, int) found in class isetpackage.Iset.
set3 = Iset.isetUnion(set1,set2);
^
sets_3.java:38: No method matching isetPrint(int, java.lang.String) found in class isetpackage.Iset.
Iset.isetPrint(set3,»set3«);
^
sets_3.java:43: No method matching isetIntersection(int, int) found in class isetpackage.Iset.
set3 = Iset.isetIntersection(set1,set2);
^
sets_3.java:47: No method matching isetPrint(int, java.lang.String) found in class isetpackage.Iset.
Iset.isetPrint(set3,»set3«);
^
sets_3.java:56: No method matching isetPrint(int, java.lang.String) found in class isetpackage.Iset.
Iset.isetPrint(set3,»set3«);
^
8 errors
bash-2.03$ javac sets_3.java
sets_3.java:13: No method matching isetIsEmpty(int) found in class isetpackage.Iset.
Iset.isetIsEmpty(set1);
^
sets_3.java:21: No method matching isetIsEmpty(int) found in class isetpackage.Iset.
Iset.isetIsEmpty(set1);
^
sets_3.java:24: No method matching isetPrint(int, java.lang.String) found in class isetpackage.Iset.
Iset.isetPrint(set1,»set1«);
^
sets_3.java:34: No method matching isetUnion(int, int) found in class isetpackage.Iset.
set3 = Iset.isetUnion(set1,set2);
^
sets_3.java:38: No method matching isetPrint(int, java.lang.String) found in class isetpackage.Iset.
Iset.isetPrint(set3,»set3«);
^
sets_3.java:43: No method matching isetIntersection(int, int) found in class isetpackage.Iset.
set3 = Iset.isetIntersection(set1,set2);
^
sets_3.java:47: No method matching isetPrint(int, java.lang.String) found in class isetpackage.Iset.
Iset.isetPrint(set3,»set3«);
^
sets_3.java:56: No method matching isetPrint(int, java.lang.String) found in class isetpackage.Iset.
Iset.isetPrint(set3,»set3«);
^
8 errors
bash-2.03$ javac sets_3.java
./isetpackage/Iset.java:65: Instance variables can't be void: Iset
public static void Iset.isetPrint(int theSet, String theSetsName) {
^
./isetpackage/Iset.java:65: ';' expected.
public static void Iset.isetPrint(int theSet, String theSetsName) {
^
./isetpackage/Iset.java:78: ';' expected.
static int Iset.isetUnion(int set1, int set2) {
^
sets_3.java:13: No method matching isetIsEmpty(int) found in class isetpackage.Iset.
Iset.isetIsEmpty(set1);
^
sets_3.java:21: No method matching isetIsEmpty(int) found in class isetpackage.Iset.
Iset.isetIsEmpty(set1);
^
sets_3.java:24: Method isetPrint(int, java.lang.String) not found in class isetpackage.Iset.
Iset.isetPrint(set1,»set1«);
^
sets_3.java:34: Method isetUnion(int, int) not found in class isetpackage.Iset. set3 = Iset.isetUnion(set1,set2);
^
sets_3.java:38: Method isetPrint(int, java.lang.String) not found in class isetpackage.Iset.
Iset.isetPrint(set3,»set3«);
^
sets_3.java:43: No method matching isetIntersection(int, int) found in class isetpackage.Iset.
set3 = Iset.isetIntersection(set1,set2);
^
sets_3.java:47: Method isetPrint(int, java.lang.String) not found in class isetpackage.Iset.
Iset.isetPrint(set3,»set3«);
^
sets_3.java:56: Method isetPrint(int, java.lang.String) not found in class isetpackage.Iset.
Iset.isetPrint(set3,»set3«);
^
11 errors
bash-2.03$ javac sets_3.java
./isetpackage/Iset.java:12: ';' expected.
public static int Iset.isetDiff(int set1, int set2) {
^
./isetpackage/Iset.java:24: Duplicate variable declaration: int Iset was int Iset
public static int Iset.isetInsertElement(int theElement, int theSet) {
^
./isetpackage/Iset.java:24: ';' expected.
public static int Iset.isetInsertElement(int theElement, int theSet) {
^
./isetpackage/Iset.java:41: Duplicate variable declaration: int Iset was int Iset
public static int Iset.isetIntersection(int set1, int set2) {
^
./isetpackage/Iset.java:41: ';' expected.
public static int Iset.isetIntersection(int set1, int set2) {
^
./isetpackage/Iset.java:52: Duplicate variable declaration: boolean Iset was int Iset
public static boolean Iset.isetIsEmpty(int theSet) {
^
./isetpackage/Iset.java:52: ';' expected.
public static boolean Iset.isetIsEmpty(int theSet) {
^
./isetpackage/Iset.java:65: Instance variables can't be void: Iset
public static void Iset.isetPrint(int theSet, String theSetsName) {
^
./isetpackage/Iset.java:65: ';' expected.
public static void Iset.isetPrint(int theSet, String theSetsName) {
^
./isetpackage/Iset.java:78: Duplicate variable declaration: int Iset was int Iset
public static int Iset.isetUnion(int set1, int set2) {
^
./isetpackage/Iset.java:78: ';' expected.
public static int Iset.isetUnion(int set1, int set2) {
^
sets_3.java:13: Method isetIsEmpty(int) not found in class isetpackage.Iset.
Iset.isetIsEmpty(set1);
^
sets_3.java:16: Method isetInsertElement(int, int) not found in class isetpackage.Iset.
set1 = Iset.isetInsertElement(15,set1);
^
sets_3.java:18: Method isetInsertElement(int, int) not found in class isetpackage.Iset.
set1 = Iset.isetInsertElement(5,set1);
^
sets_3.java:21: Method isetIsEmpty(int) not found in class isetpackage.Iset.
Iset.isetIsEmpty(set1);
^
sets_3.java:24: Method isetPrint(int, java.lang.String) not found in class isetpackage.Iset.
Iset.isetPrint(set1,»set1«);
^
sets_3.java:29: Method isetInsertElement(int, int) not found in class isetpackage.Iset.
set2 = Iset.isetInsertElement(5,set2);
^
sets_3.java:31: Method isetInsertElement(int, int) not found in class isetpackage.Iset.
set2 = Iset.isetInsertElement(8,set2);
^
sets_3.java:34: Method isetUnion(int, int) not found in class isetpackage.Iset.
set3 = Iset.isetUnion(set1,set2);
^
sets_3.java:38: Method isetPrint(int, java.lang.String) not found in class isetpackage.Iset.
Iset.isetPrint(set3,»set3«);
^
sets_3.java:43: Method isetIntersection(int, int) not found in class isetpackage.Iset.
set3 = Iset.isetIntersection(set1,set2);
^
sets_3.java:47: Method isetPrint(int, java.lang.String) not found in class isetpackage.Iset.
Iset.isetPrint(set3,»set3«);
^
sets_3.java:52: Method isetDiff(int, int) not found in class isetpackage.Iset.
set3 = Iset.isetDiff(set1,set2);
^
sets_3.java:56: Method isetPrint(int, java.lang.String) not found in class isetpackage.Iset.
Iset.isetPrint(set3,»set3«);
^
24 errors

wer das liest
ist bestimmt nachher genauso gefrustet wie ich!


   User-Bewertung: -3
Jetzt bist Du gefragt! Entlade Deine Assoziationen zu »Frust« in das Eingabefeld!

Dein Name:
Deine Assoziationen zu »Frust«:
Hier nichts eingeben, sonst wird der Text nicht gespeichert:
Hier das stehen lassen, sonst wird der Text nicht gespeichert:
 Konfiguration | Web-Blaster | Statistik | »Frust« | Hilfe | Startseite 
0.0095 (0.0015, 0.0066) sek. –– 871977345