public class ArrayInt2IntMap extends AbstractInt2IntMap
AbstractInt2IntMap.BasicEntryInt2IntMap.Entry, Int2IntMap.FastEntrySet| Constructor and Description |
|---|
ArrayInt2IntMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(int k) |
void |
defaultReturnValue(int x) |
int |
get(int i) |
String |
getStatistics() |
ObjectSet<Int2IntMap.Entry> |
int2IntEntrySet() |
IntSet |
keySet() |
int |
put(int key,
int value) |
int |
size() |
containsValue, containsValue, entrySet, equals, hashCode, isEmpty, putAll, toString, valuescontainsKey, defaultReturnValue, get, put, remove, removedefaultReturnValue, removecontainsKey, get, put, removecompute, computeIfAbsent, computeIfPresent, containsKey, forEach, get, getOrDefault, merge, put, putIfAbsent, remove, remove, replace, replace, replaceAllpublic void defaultReturnValue(int x)
defaultReturnValue in interface Int2IntFunctiondefaultReturnValue in class AbstractInt2IntFunctionpublic String getStatistics()
public int get(int i)
public boolean containsKey(int k)
containsKey in interface Int2IntFunctioncontainsKey in class AbstractInt2IntMappublic int put(int key,
int value)
put in interface Int2IntFunctionput in class AbstractInt2IntFunctionpublic int size()
public void clear()
public IntSet keySet()
keySet in interface Int2IntMapkeySet in interface Map<Integer,Integer>keySet in class AbstractInt2IntMappublic ObjectSet<Int2IntMap.Entry> int2IntEntrySet()
Copyright © 2017. All rights reserved.