public class Mystery<E> implements Iterable<E> { // ??? (contents of Mystery class not shown) }
What can you conclude, if anything, about the methods in Mystery?