Searched refs:toIndex (Results 1 - 1 of 1) sorted by relevance
/owl-s/src/impl/owl/ | ||
H A D | WrappingList.java | 151 public List subList(int fromIndex, int toIndex) {
argument 152 List list = baseList.subList(fromIndex, toIndex); |
Completed in 26 milliseconds