View Javadoc

1   package com.loribel.commons.abstraction;
2   
3   /***
4    * Abstraction of a Object with index.
5    * 
6    * @author Gregory Borelli
7    */
8   public interface GB_IndexOwner
9   {
10      int getIndex();
11  }