Interface ObjectListMap


  • public interface ObjectListMap
    Map type interface for the type passed to DataSets for recording.
    Author:
    Nick Collier
    • Method Detail

      • getObjects

        Collection<?> getObjects​(Class<?> type)
        Gets the collection of objects in this map of the specified type.
        Parameters:
        type -
        Returns:
        the collection of objects in this map of the specified type.