hashcode « LinkedList « Java Collection Q&A

Home
Java Collection Q&A
1.algorithm
2.array
3.Array Byte
4.Array Char
5.Array Convert
6.Array Dimension
7.Array Integer
8.Array Object
9.Array String
10.ArrayList
11.collection
12.comparator
13.Development
14.Garbage Collection
15.Generic
16.hash
17.HashMap
18.HashTable
19.iterator
20.LinkedList
21.List
22.Map
23.queue
24.Set
25.Sort
26.tree
Java Collection Q&A » LinkedList » hashcode 

1. Creating an equals and hashcode method for a linkedlist    stackoverflow.com

My assignment is supposed to be implementing certain methods from list and linkedlist, using a singly linked list (nodes). I was wondering how would I implement the equals method and hashcode method ...

2. Need help on Hash Coding and Linked List    forums.oracle.com

Ok, basically i want to have a program that stores a list of Strings from an array into a linked list. So i will make one linked list for each alphabet. I will be using an array as well, so at index 0: Adrian -> Angle -> NULL, at index 1: -> Boing -> Bear -> Beta -> NULL, etc etc. ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.