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

Method dict

src/main/java/field/utility/Options.java:86–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 static public Dict dict() {
87 return options.o;
88 }
89
90 static public Set<String> identifiers() {
91 return options.o.getMap().keySet().stream().map(x -> x.getName()).filter(Options::isValidIdentifier).collect(Collectors.toSet());

Callers 15

OpenClass · 0.95
runMethod · 0.95
extendOptionMethod · 0.95
setOptionMethod · 0.95
ScrollingClass · 0.95
newFBOMethod · 0.95
NashornClass · 0.95
TextEditorClass · 0.95
getStringMethod · 0.95
getMethod · 0.95
ThreadSyncClass · 0.95
GraphicsContextClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected