Search:

Type: Posts; User: jasonm

Search: Search took 0.07 seconds.

  1. Re: Custom Java stack class (with generics) problem

    Your first two lines didn't register with me earlier, you do show the definition of LinkedStack.


    LinkedStack implements I_LinkedStack, but that isn't the same thing as I_LinkedStack<T>. Is...
  2. Re: Custom Java stack class (with generics) problem

    I am not familiar with the LinkedStack class. I am assuming this is the class you are using?



    public String iterableToString(Iterable<T> stack)


    iterableToString will accept any object...
Results 1 to 2 of 2