public interface IntLookup
Interface for int to int lookup.
- Since:
- 1.8.0
- Author:
- Fred Toussi (fredt@users dot sourceforge.net)
-
Method Summary
-
Method Details
-
add
int add(int key, int value) -
addUnsorted
boolean addUnsorted(int key, int value) -
lookup
- Throws:
NoSuchElementException
-
lookup
int lookup(int key, int def) -
size
int size() -
clear
void clear()
-