Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
6
import
java.util.*;
7
8
class
PetSequence {
9
protected
Pet[] pets =
new
PetCreator().array(8);
10
}
11
12
public
class
NonCollectionSequence extends PetSequence {
13
public
Iterator<Pet> iterator() {
Callers
nothing calls this directly
Calls
1
array
Method · 0.45
Tested by
no test coverage detected