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

Method create

output/java_guava/1.4.19/Maps.java:617–619  ·  view source on GitHub ↗
(@Nullable V left, @Nullable V right)

Source from the content-addressed store, hash-verified

615 private final V right;
616
617 static <V> ValueDifference<V> create(@Nullable V left, @Nullable V right) {
618 return new ValueDifferenceImpl<V>(left, right);
619 }
620
621 private ValueDifferenceImpl(@Nullable V left, @Nullable V right) {
622 this.left = left;

Callers 1

doDifferenceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected