Interface ElementContainerAdapter<C>

  • All Known Subinterfaces:
    IndexedElementContainerAdapter<C,​E>, IterableElementContainerAdapter<C,​E>

    public interface ElementContainerAdapter<C>
    Base interface for element container adapters. Allows automatic handling of repeated elements/children of container/collection-like messages.
    Since:
    4.4
    Author:
    anistor@redhat.com
    • Method Detail

      • getNumElements

        int getNumElements​(C container)