MCPcopy Create free account
hub / github.com/Whiley/WhileyCompiler / iterator

Method iterator

src/main/java/wycc/util/Trie.java:148–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 }
147
148 @Override
149 public Iterator<String> iterator() {
150 return new InternalIterator(this);
151 }
152
153 @Override
154 public int compareTo(final Trie o) {

Callers 2

executeMethod · 0.45
parseOptionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected