|
its late and my head hurts
im having some problems....im using a stack to keep track of a bunch of int values....the problem is that the class im using that implements the stack interface uses linked lists
this means i can only send it objects.
is there anyway to convert objects or Integers to ints and vice versa?
|