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:
[email protected]
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getNumElements(C container)
     
  • Method Details

    • getNumElements

      int getNumElements(C container)