Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-25-2008, 10:28 PM
Member
 
Join Date: Mar 2008
Posts: 32
Rep Power: 0
BHCluster is on a distinguished road
Default Searching Arrays
This is what I have so far
Code:
ArrayList<AddressBook> book = new ArrayList<AddressBook>();

System.out.println();
System.out.println("Sorted: ");
ListIterator list = book.listIterator();
while(list.hasNext()) {
Collections.sort(book);
System.out.println(list.next());
System.out.println();
And I get an error cannot find symbol in java, so can somebody tell me what am I doing wrong. Thank you for taking interest.
Bookmark Post in Technorati
Reply With Quote
  #2 (permalink)  
Old 07-26-2008, 01:29 AM
Member
 
Join Date: Jul 2008
Posts: 33
Rep Power: 0
Engineeringserver.com is on a distinguished road
Default
Did you import all your classes?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Java remote image server/client working proof of concept: uitstekendeaccu.nl/tmp/

Last edited by Engineeringserver.com; 07-26-2008 at 01:33 AM.
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 07-26-2008, 02:43 AM
Norm's Avatar
Senior Member
 
Join Date: Jun 2008
Location: Heredia, Costa Rica
Posts: 2,225
Rep Power: 4
Norm is on a distinguished road
Default
When you get an error, it's very important that you copy the full text of the error message and paste it with your question.
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 07-26-2008, 05:55 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 6,523
Rep Power: 9
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Default
Is that you get error in sort() method? It should be, see the Java doc for more details.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Someone helped you?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
their helpful post.
Help:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Resources:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Web:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Tips:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bookmark Post in Technorati
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Searching XML file using DOM simon XML 5 03-30-2009 01:27 AM
Problem with searching while using GUI BHCluster AWT / Swing 1 04-24-2008 06:56 PM
Searching an arraylist adelgado0723 New To Java 1 04-15-2008 01:09 PM
searching within a JList newtojava7 New To Java 1 03-10-2008 12:12 AM
searching nalinda New To Java 3 12-06-2007 02:56 AM


All times are GMT +2. The time now is 05:28 PM.



VBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org