Interface Container<T>
-
- All Known Subinterfaces:
Delegator<T>
- All Known Implementing Classes:
AbstractDelegator,AbstractFCSUDelegator,AbstractInstrumentingDelegator,Button,ConsumingContainer,DelegatingAdHocObservable,DelegatingDataSource,DelegatingEvaluator,DelegatingObservable,DelegatingObservationPipe,DelegatingObserver,InstrumentedAdvancedComposition,InstrumentedChildGenerationLogic,InstrumentedComposer,InstrumentedComposition,InstrumentedEfficientTree,InstrumentedExpansionStrategy,InstrumentedPostProcessor,InstrumentedProposer,ListContainer,ObservationCollection,WrappedMap
public interface Container<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidaddContent(T content)booleanisEmpty()booleanisFull()default booleanisNonEmpty()
-
-
-
Method Detail
-
addContent
void addContent(T content)
-
isEmpty
boolean isEmpty()
-
isFull
boolean isFull()
-
isNonEmpty
default boolean isNonEmpty()
-
-