Search:

Type: Posts; User: xveilsidex

Search: Search took 0.19 seconds.

  1. Replies
    3
    Views
    1,013

    Re: Iterator problems

    Should be Record!
  2. Replies
    3
    Views
    1,013

    Iterator problems

    Hi everyone.
    I wrote this interface : Dictionary<K, V> extends Iterable<K>
    and this class : LinkedList<K, V> implements Dictionary<K,V> but i not have idea how to write iterator for this class....
Results 1 to 2 of 2