Please give a full flazed example of HashMap
HashMap Example
Collapse
X
-
Tags: None
-
Maybe this?Originally posted by LaharlI don't know what a flazed example is, but Google might be of use here. Try 'hash map tutorial', for example.
[code=java]
public class Flazed {
private class Fronobulax { };
private class Fully {
private Fully() {
Map<Fronobulax> map= new HashMap<Fronobu lax>();
}
};
public static void main(String[] args) {
Fully fully= new Flazed().new Fully();
}
}
[/code]
kind regards,
Jos ;-)Comment
Comment