コード例 #1
0
 public List<E> subList(int fromIndex, int toIndex) {
   return Collections.unmodifiableList(orig.subList(fromIndex, toIndex));
 }