previous | start | next

Mystery Example

public class Mystery<E> implements Iterable<E>
{

   // ??? (contents of Mystery class not shown)
}

What can you conclude, if anything, about the methods in Mystery?



previous | start | next