Class UnmodifiableWeightedTable<T>

Type Parameters:
T - Item type
All Implemented Interfaces:
Iterable<TableEntry<T>>, Collection<TableEntry<T>>

public class UnmodifiableWeightedTable<T> extends WeightedTable<T>
Creates a WeightedTable that is completely immutable, but still is able to be changed via its proxy table.