Interface ReadableCollectionValue<C extends Collection<E>,E>
-
- Type Parameters:
C- type of theCollectionvalue.E- type of theelements.
- All Superinterfaces:
ReadableContainerValue<C,E>,ReadableObjectValue<C>,ReadableTypedObjectValue<C>,ReadableTypedValue<C>,ReadableValue<C>,Supplier<C>
- All Known Subinterfaces:
ObservableCollectionValue<C,E>,ObservableListValue<E>,ObservableSetValue<E>,io.github.mmm.property.container.collection.ReadableCollectionProperty<V,E>,ReadableListProperty<E>,ReadableListValue<E>,ReadableSetProperty<E>,ReadableSetValue<E>,io.github.mmm.property.container.collection.WritableCollectionProperty<V,E>,WritableCollectionValue<C,E>,WritableListProperty<E>,WritableListValue<E>,WritableSetProperty<E>,WritableSetValue<E>
- All Known Implementing Classes:
io.github.mmm.property.container.collection.CollectionProperty,ListProperty,SetProperty
public interface ReadableCollectionValue<C extends Collection<E>,E> extends ReadableContainerValue<C,E>
- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default intsize()-
Methods inherited from interface io.github.mmm.value.observable.container.ReadableContainerValue
isEmpty
-
Methods inherited from interface io.github.mmm.value.observable.object.ReadableObjectValue
getSafe, getValue
-
Methods inherited from interface io.github.mmm.value.ReadableTypedValue
getValueClass
-
Methods inherited from interface io.github.mmm.value.ReadableValue
get
-
-
-
-
Method Detail
-
size
default int size()
- Specified by:
sizein interfaceReadableContainerValue<C extends Collection<E>,E>- Returns:
- the
sizeof thecontainer.
-
-