Interface Delegator<T>

    • Method Detail

      • setDelegate

        void setDelegate​(T delegate)
      • getDelegate

        T getDelegate()
      • isSet

        boolean isSet()
      • addContent

        default void addContent​(T content)
        Specified by:
        addContent in interface Container<T>
      • isFull

        default boolean isFull()
        Specified by:
        isFull in interface Container<T>
      • isEmpty

        default boolean isEmpty()
        Specified by:
        isEmpty in interface Container<T>