Interface ClassItemIndex


public interface ClassItemIndex
Index for Class item.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addAnnotation(Object annotation)
    Allows adding further annotations to the item.
    int
    Obtains the index of the item.
  • Method Details

    • getIndex

      int getIndex()
      Obtains the index of the item.
      Returns:
      Index of the item.
    • addAnnotation

      void addAnnotation(Object annotation)
      Allows adding further annotations to the item.
      Parameters:
      annotation - Further annotation for the item.