keys=MarshallUtil.unmarshallCollection(input,size -> new HashSet<>()); | keys=MarshallUtil.unmarshallCollection(input,ArrayList::new); | keys=MarshallUtil.unmarshallCollection(input,size -> new HashSet<>()) | keys=MarshallUtil.unmarshallCollection(input,ArrayList::new) | infinispan | 5bcf052c500351d85d22542f9ffd4d0250f592ca | org.infinispan.commands.functional.ReadWriteManyCommand | | | | | | Uses | False |