Interface CollisionMap<K,V>

All Known Implementing Classes:
ListCollisionMap, TreeCollisionMap

public interface CollisionMap<K,V>
Interface for simple collection objects that manage the contents of leaf nodes in the hash table. Implementations are free to use any class for their leaf nodes and manage them as needed.