(@NotNull Id128 id128)
| 11 | public 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) { |
no outgoing calls