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

Method TreeMultiset

output/java_guava/1.4.16/TreeMultiset.java:120–125  ·  view source on GitHub ↗
(Reference<AvlNode<E>> rootReference, GeneralRange<E> range, AvlNode<E> endLink)

Source from the content-addressed store, hash-verified

118 private final transient AvlNode<E> header;
119
120 TreeMultiset(Reference<AvlNode<E>> rootReference, GeneralRange<E> range, AvlNode<E> endLink) {
121 super(range.comparator());
122 this.rootReference = rootReference;
123 this.range = range;
124 this.header = endLink;
125 }
126
127 TreeMultiset(Comparator<? super E> comparator) {
128 super(comparator);

Callers

nothing calls this directly

Calls 3

allMethod · 0.95
successorMethod · 0.95
comparatorMethod · 0.65

Tested by

no test coverage detected