Uses of Interface
ch.nolix.baseapi.attribute.multiattribute.MultiValueHolder
Packages that use MultiValueHolder
Package
Description
-
Uses of MultiValueHolder in ch.nolix.baseapi.attribute.fluentmutablemultiattribute
Subinterfaces of MultiValueHolder in ch.nolix.baseapi.attribute.fluentmutablemultiattributeModifier and TypeInterfaceDescriptioninterfaceFluentMutableMultiValueHolder<H extends FluentMutableMultiValueHolder<H,V>, V> AFluentMutableMultiValueHolderis aMultiValueHolderwhose values can be added programmatically and fluently and removed programmatically. -
Uses of MultiValueHolder in ch.nolix.baseapi.attribute.mutablemultiattribute
Subinterfaces of MultiValueHolder in ch.nolix.baseapi.attribute.mutablemultiattributeModifier and TypeInterfaceDescriptioninterfaceAMutableMultiValueHolderis aMultiValueHolderwhose values can be added and removed programmatically.