public abstract class KeyIntMap extends Object
Modifier and Type | Field and Description |
---|---|
static int |
NOT_PRESENT |
Constructor and Description |
---|
KeyIntMap() |
KeyIntMap(int initialCapacity) |
KeyIntMap(int initialCapacity,
float loadFactor) |
Modifier and Type | Method and Description |
---|---|
abstract void |
clear() |
static int |
hashHash(int h) |
static int |
indexFor(int h,
int length) |
abstract void |
setReadOnlyMap(KeyIntMap readOnlyMap,
boolean clear) |
int |
size() |
public static final int NOT_PRESENT
public KeyIntMap(int initialCapacity, float loadFactor)
public KeyIntMap(int initialCapacity)
public KeyIntMap()
public final int size()
public abstract void clear()
public abstract void setReadOnlyMap(KeyIntMap readOnlyMap, boolean clear)
public static final int hashHash(int h)
public static final int indexFor(int h, int length)
Copyright © 2014 Oracle Corpration. All rights reserved.