MCPcopy Create free account
hub / github.com/antlr/codebuff / values

Method values

src/org/antlr/codebuff/misc/HashBag.java:81–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 }
80
81 @Override
82 public Collection<Integer> values() {
83 List<Integer> v = new ArrayList<>();
84 for (MutableInt I : data.values()) {
85 v.add(I.asInt());
86 }
87 return v;
88 }
89
90 @Override
91 public Set<Entry<T, Integer>> entrySet() {

Callers

nothing calls this directly

Calls 3

valuesMethod · 0.65
addMethod · 0.65
asIntMethod · 0.45

Tested by

no test coverage detected