I am making a scheduler that uses for the heap a ladder queue. For the ladder queue, however, it needs access to the time for each key. Currently, the key's time is package scope. Can you put in a getter for time and while you're at it, I guess ordering as well in the key class? I would prefer not to copy nearly all the code for the Schedule.