Interface WeightedCollectionValue.Mutable<E>

Type Parameters:
E - The type of weighted object
All Superinterfaces:
CollectionValue<TableEntry<E>,WeightedTable<E>>, CollectionValue.Mutable<TableEntry<E>,WeightedTable<E>,WeightedCollectionValue.Mutable<E>,WeightedCollectionValue.Immutable<E>>, Iterable<TableEntry<E>>, Value<WeightedTable<E>>, Value.Mutable<WeightedTable<E>>, WeightedCollectionValue<E>
Enclosing interface:
WeightedCollectionValue<E>

public static interface WeightedCollectionValue.Mutable<E> extends WeightedCollectionValue<E>, CollectionValue.Mutable<TableEntry<E>,WeightedTable<E>,WeightedCollectionValue.Mutable<E>,WeightedCollectionValue.Immutable<E>>
Represents a particular type of CollectionValue.Mutable that is backed by a WeightedTable.