Class TreeCollisionSet<T>

java.lang.Object
org.javimmutable.collections.tree.TreeCollisionSet<T>
All Implemented Interfaces:
CollisionSet<T>

@Immutable public class TreeCollisionSet<T> extends Object implements CollisionSet<T>
CollisionSet implementation that stores values in Node objects (balanced trees). Usable with keys that implement Comparable. Will fail with any other type of key.