MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / PetSequence

Class PetSequence

collections/NonCollectionSequence.java:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import java.util.*;
7
8class PetSequence {
9 protected Pet[] pets = new PetCreator().array(8);
10}
11
12public class NonCollectionSequence extends PetSequence {
13 public Iterator<Pet> iterator() {

Callers

nothing calls this directly

Calls 1

arrayMethod · 0.45

Tested by

no test coverage detected