Added Missing javaDoc for generic types. (Automated)

This commit is contained in:
2021-04-24 20:13:25 +02:00
parent 52d5155565
commit 199f50eb32
14 changed files with 107 additions and 25 deletions
@@ -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
{