Interface CollisionSet<T>

All Known Implementing Classes:
ListCollisionSet, TreeCollisionSet

public interface CollisionSet<T>
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.