gpt4 book ai didi

org.apache.lucene.util.WeakIdentityMap.remove()方法的使用及代码示例

转载 作者:知者 更新时间:2024-03-22 05:11:05 25 4
gpt4 key购买 nike

本文整理了Java中org.apache.lucene.util.WeakIdentityMap.remove()方法的一些代码示例,展示了WeakIdentityMap.remove()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。WeakIdentityMap.remove()方法的具体详情如下:
包路径:org.apache.lucene.util.WeakIdentityMap
类名称:WeakIdentityMap
方法名:remove

WeakIdentityMap.remove介绍

[英]Removes the mapping for a key from this weak hash map if it is present. Returns the value to which this map previously associated the key, or null if the map contained no mapping for the key. A return value of null does not necessarily indicate that the map contained.
[中]从弱哈希映射中删除密钥的映射(如果存在)。返回此映射以前与键关联的值,如果映射不包含键的映射,则返回null。返回值null不一定表示映射包含。

代码示例

代码示例来源:origin: org.infinispan/infinispan-embedded-query

unsetBuffers();
if (clones != null) {
 clones.remove(this);

代码示例来源:origin: gncloud/fastcatsearch

unsetBuffers();
if (clones != null) {
 clones.remove(this);

代码示例来源:origin: harbby/presto-connectors

unsetBuffers();
if (clones != null) {
 clones.remove(this);

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com