aspose file tools
The moose likes Beginning Java and the fly likes hashmap to public in NetBeans Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "hashmap to public in NetBeans" Watch "hashmap to public in NetBeans" New topic
Author

hashmap to public in NetBeans

M. Ardevol
Greenhorn

Joined: Jul 19, 2009
Posts: 2
taking a look at the hashmap class I knew it is indeed declared as a public class.


I weren't able to access a created hashmap from the inside of a private void.

Tried to create a public class that extends Hashmap but with any fixing effect.


¿Any clue?

I want to make a public Hashmap or a Extended Class of a Hashmap.
but I need to be able to see a hasmap inside an event-generated-process (private).


take it easy, thanks
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

Not Swing related, so moving to the beginner forum.

And while you're at it, please read your private messages.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
M. Ardevol
Greenhorn

Joined: Jul 19, 2009
Posts: 2
Rob Prime wrote:Not Swing related, so moving to the beginner forum.

And while you're at it, please read your private messages.




I'm not a begginer but a newbie.

So ¿where is it that begginers forum you moved me to? just to find it.
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32708
    
    4
M. Ardevol wrote:I'm not a begginer but a newbie.

So ¿where is it that begginers forum you moved me to? just to find it.
The forum is called beginners. And here it is.
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12929
    
    3

Can you explain in more details, perhaps with some code examples, exactly what the problem is? The way you described it above is hard to understand...


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: hashmap to public in NetBeans
 
Similar Threads
Hashmap
Calling a Hashtable from another class.
create a new HashMap from a HashMap entries of other methods
Help with Java Generics...
Immutable Data structure