Interface WeightedCollectionValue.Immutable<E>

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

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