(Map<Long, Long> anchorsToIds)
| 40 | } |
| 41 | |
| 42 | public static MessageId makeId(Map<Long, Long> anchorsToIds) { |
| 43 | return new MessageId(anchorsToIds); |
| 44 | } |
| 45 | |
| 46 | public static MessageId makeRootId(long id, long val) { |
| 47 | Map<Long, Long> anchorsToIds = new HashMap<>(); |