public class IntMap<V> extends Object
| Constructor and Description |
|---|
IntMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsAll(IntMap<V> c) |
boolean |
containsKey(int key) |
boolean |
containsValue(V value) |
List<uk.ac.manchester.cs.jfact.helpers.IntMap.Entry> |
entrySet() |
boolean |
equals(Object obj) |
V |
get(int key) |
int |
hashCode() |
int |
index(int key) |
boolean |
isEmpty() |
int[] |
keySet() |
void |
put(int key,
V value) |
V |
remove(int key) |
int |
size() |
String |
toString() |
public void clear()
public boolean containsKey(int key)
public boolean containsValue(V value)
public List<uk.ac.manchester.cs.jfact.helpers.IntMap.Entry> entrySet()
public int index(int key)
public V get(int key)
public boolean isEmpty()
public int[] keySet()
public void put(int key,
V value)
public V remove(int key)
public int size()
Copyright © 2013 The University of Manchester. All Rights Reserved.