java.lang.Void to net.openhft.chronicle.hash.serialization.internal.DummyValue
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'Chronicle-Map'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
- newMapVoid((byte)3,8039) to newMapDummyValue((byte)3,8039)
- map3.put(5,null) to map3.put(5,DUMMY_VALUE)
- newMapVoid((byte)2,8037,new InetSocketAddress("localhost",8039)) to newMapDummyValue((byte)2,8037,new InetSocketAddress("localhost",8039))
- map2.put(5,null) to map2.put(5,DUMMY_VALUE)
- map2.put(6,null) to map2.put(6,DUMMY_VALUE)
- map2.put(5,null) to map2.put(5,DUMMY_VALUE)
- map2.put(6,null) to map2.put(6,DUMMY_VALUE)
- newMapVoid((byte)1,8036,new InetSocketAddress("localhost",8037),new InetSocketAddress("localhost",8039)) to newMapDummyValue((byte)1,8036,new InetSocketAddress("localhost",8037),new InetSocketAddress("localhost",8039))
- map1.put(1,null) to map1.put(1,DUMMY_VALUE)
- map1.put(2,null) to map1.put(2,DUMMY_VALUE)
- map1.put(1,null) to map1.put(1,DUMMY_VALUE)
- map1.put(2,null) to map1.put(2,DUMMY_VALUE)