Searched refs:removeAt (Results 1 - 2 of 2) sorted by relevance
/owl-s/src/org/mindswap/owl/list/ | ||
H A D | RDFList.java | 76 public RDFList removeAt(int index);
method in interface:RDFList |
/owl-s/src/impl/owl/list/ | ||
H A D | RDFListImpl.java | 195 return removeAt(i);
202 public RDFList removeAt(int index) { method in class:RDFListImpl 209 setRest(getRest().removeAt(index - 1)); |
Completed in 24 milliseconds