Interface WeightedCollectionValue<E>

All Superinterfaces:
CollectionValue<TableEntry<E>,WeightedTable<E>>, Iterable<TableEntry<E>>, Value<WeightedTable<E>>
All Known Subinterfaces:
WeightedCollectionValue.Immutable<E>, WeightedCollectionValue.Mutable<E>

public interface WeightedCollectionValue<E> extends CollectionValue<TableEntry<E>,WeightedTable<E>>