38daenzerorama * @author Michael D�nzer (University of Zurich)
2ronwalf throw new NoSuchElementException();
2ronwalf throw new InvalidListException();
38daenzerorama // if (isEmpty())
38daenzerorama // throw new RuntimeException( "Cannot modify empty list (list:nil)" );
2ronwalf throw new IndexOutOfBoundsException();
15daenzerorama if (isEmpty())
2ronwalf throw new IndexOutOfBoundsException();
15daenzerorama return this;
16daenzerorama return remove();
16daenzerorama int i = 0;
16daenzerorama return removeAt(i);
16daenzerorama i++;
15daenzerorama return this;
15daenzerorama return remove();
15daenzerorama throw new IndexOutOfBoundsException();
16daenzerorama return this;
18daenzerorama } else {
15daenzerorama return list;
18daenzerorama return list;
2ronwalf throw new IndexOutOfBoundsException();
2ronwalf return new RDFListIterator(this);
16daenzerorama return equals(vocabulary.nil()) || (getFirstValue() != null && getFirstValue().equals(vocabulary.nil()));
2ronwalf return vocabulary;