public class Int2ShortHashMap extends Object
Int2ShortHashMap()
boolean
containsKey(int key)
short
get(int key)
void
put(int key, short value)
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Int2ShortHashMap()
public void put(int key, short value)
public boolean containsKey(int key)
public short get(int key)
public int size()
Copyright © 2023 The Apache Software Foundation. All rights reserved.