Added Missing javaDoc for generic types. (Automated)
This commit is contained in:
@@ -8,10 +8,7 @@ import speiger.src.collections.utils.IArray;
|
||||
/**
|
||||
* Type-Specific Helper class to get the underlying array of array implementations.
|
||||
* @see speiger.src.collections.PACKAGE.lists.ARRAY_LIST
|
||||
#if TYPE_OBJECT
|
||||
*
|
||||
* @param <T> the type of elements maintained by this Collection
|
||||
#endif
|
||||
* @Type(T)
|
||||
*/
|
||||
public interface IARRAY KEY_GENERIC_TYPE extends IArray
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user