samedi 15 octobre 2016

Collection-Problem

samedi 15 octobre 2016
Warum taucht bei folgendem Code, wenn ich diesen Code wo anders aufrufe (ich rufe ihn in der ausführbaren Klasse aus) der Fehler (siehe angefügtes Bild auf)?
Der Code, der in der andere Klasse ausgeführt wird:

Code (Java):
package collection;

import htlgkr.util.*;
import java.util.*;

/**
*
* @author Philipp
*/

public class Dictionary
{

    public void dictionary()
    {
        Map<String, String> d = new HashMap<>();
        List<Map.Entry<String, String>> dict = new ArrayList<>();...
Collection-Problem

Collection-Problem

0 commentaires:

Enregistrer un commentaire

 
◄Design by Pocket