最简单的方法,把这个对象放到一个list中,然后for循环list,当空的时候就执行你的操作就行了,或者不空的时候,都行。
if(student == null && student == "" ){}