Interface ElementContainerAdapter<C>

All Known Subinterfaces:
IndexedElementContainerAdapter<C,E>, IterableElementContainerAdapter<C,E>
All Known Implementing Classes:
AbstractArrayAdapter, AbstractCollectionAdapter, ArrayListAdapter, BooleanArrayAdapter, BoxedBooleanArrayAdapter, BoxedByteArrayAdapter, BoxedDoubleArrayAdapter, BoxedFloatArrayAdapter, BoxedIntegerArrayAdapter, BoxedLongArrayAdapter, BoxedShortArrayAdapter, DoubleArrayAdapter, FloatArrayAdapter, HashSetAdapter, IntArrayAdapter, LinkedHashSetAdapter, LinkedListAdapter, LongArrayAdapter, ObjectArrayAdapter, ShortArrayAdapter, StringArrayAdapter, TreeSetAdapter

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
  • Method Summary

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

    • getNumElements

      int getNumElements(C container)