MCPcopy Create free account
hub / github.com/e2wugui/zeze / assign

Method assign

ZezeJava/ZezeJava/src/main/java/Zeze/Util/Id128.java:13–16  ·  view source on GitHub ↗
(@NotNull Id128 id128)

Source from the content-addressed store, hash-verified

11public class Id128 implements BeanKey, Comparable<Id128>, Serializable, Cloneable {
12 public static final Id128 Zero = new Id128() {
13 @Override
14 public void assign(@NotNull Id128 id128) {
15 throw new UnsupportedOperationException();
16 }
17
18 @Override
19 public void assign(long high, long low) {

Callers 6

testOrderMethod · 0.95
app.c4eb8aac.jsFile · 0.45
createBucketRaftsMethod · 0.45
processMethod · 0.45
CalculateFighterMethod · 0.45

Calls

no outgoing calls

Tested by 2

testOrderMethod · 0.76