Class SmallMap<K,V>

java.lang.Object
com.ibm.wala.util.collections.SmallMap<K,V>
All Implemented Interfaces:
Map<K,V>

public class SmallMap<K,V> extends Object implements Map<K,V>
A simple implementation of Map; intended for Maps with few elements. Optimized for space, not time -- use with care.