-
public interface IntLookup
Interface for int to int lookup.- Since:
- 1.8.0
- Author:
- Fred Toussi (fredt@users dot sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
add(int key, int value)
boolean
addUnsorted(int key, int value)
void
clear()
int
lookup(int key)
int
lookup(int key, int def)
int
size()
-