public class Int2ShortHashMap extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Int2ShortHashMap.Builder
Builder of
Int2ShortHashMap. |
| 构造器和说明 |
|---|
Int2ShortHashMap() |
Int2ShortHashMap(int capacity) |
public Int2ShortHashMap()
public Int2ShortHashMap(int capacity)
public void put(int key,
short value)
public boolean containsKey(int key)
public short get(int key)
public int size()
public static Int2ShortHashMap.Builder builder()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.