MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / initialize

Method initialize

src/main/java/fieldbox/boxes/Box.java:331–337  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

329 return new Lazy<Box>() {
330 LinkedHashSet<Box> ret = null;
331 Set<Box> thisLevel = null;
332
333 protected Iterator<Box> initialize() {
334
335 ret = new LinkedHashSet<>();
336 ret.add(Box.this);
337 thisLevel = ret;
338 return ret.iterator();
339 }
340

Callers 5

rFunction · 0.45
blockVariableStatementFunction · 0.45
classdefFunction · 0.45
distanceJointMethod · 0.45
weldJointMethod · 0.45

Calls 2

addMethod · 0.45
iteratorMethod · 0.45

Tested by

no test coverage detected