Class ContainableElementsMapAndComparator.Data

  • Enclosing class:
    ContainableElementsMapAndComparator

    private static class ContainableElementsMapAndComparator.Data
    extends java.lang.Object
    Stores internal data to be assigned to a key.
    Author:
    Holger Eichelberger
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Comment comment
      The comment instance.
      private ContainableModelElement element
      The model element instance.
      private long index
      The index of the comment with respect to the initial EObject key.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Data()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • comment

        private Comment comment
        The comment instance. May be null.
      • index

        private long index
        The index of the comment with respect to the initial EObject key. The element index can be derived by adding 1.
    • Constructor Detail

      • Data

        private Data()