Lines Matching refs:isEmpty
65 return !list.isEmpty();
69 if(list.isEmpty())
113 // if (isEmpty())
126 for(RDFList list = this; !list.isEmpty(); list = list.getRest())
134 for(RDFList list = this; !list.isEmpty(); list = list.getRest())
145 if(isEmpty())
152 if (isEmpty())
157 if( rest.isEmpty() )
178 if( index < 0 || isEmpty() )
193 while (!rest.isEmpty()) {
206 if (index < 0 || isEmpty())
245 if( isEmpty() )
267 return isEmpty() ? 0 : 1 + getRest().size();
270 public boolean isEmpty() {