cachedHashCode=Optional.of(targetsToNodes.hashCode()); | cachedHashCode=OptionalInt.of(hashCode); | Optional.of(targetsToNodes.hashCode()) | OptionalInt.of(hashCode) | buck | 419c18025998e57d3a1e89c7ff19d90d29d1f00c | com.facebook.buck.core.model.targetgraph.TargetGraph | | _1 | cachedHashCode |
---|
_2 | cachedHashCode |
---|
| xyz | Optional.of(targetsToNodes.hashCode()) |
---|
| | xyz | OptionalInt.of(hashCode) |
---|
| AssignedTo | False |