Interface Container<T>

All Known Implementing Classes:
ItemType

public interface Container<T>
Represents a class which is a container, i.e. something like a collection.
If this is used, a Container.ContainerType annotation must be added to the implementing class which holds the class instance the containser holds.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static @interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • containerIterator

      Iterator<T> containerIterator()
      Returns:
      All element within this container in no particular order