MCPcopy Create free account
hub / github.com/davidgiven/luje / subList

Method subList

lib/java/util/Collections.java:1174–1176  ·  view source on GitHub ↗
(int start, int end)

Source from the content-addressed store, hash-verified

1172 }
1173
1174 public List<E> subList(int start, int end) {
1175 return new UnmodifiableList<E>(list.subList(start, end));
1176 }
1177
1178 /**
1179 * Resolves UnmodifiableList instances to UnmodifiableRandomAccessList

Callers

nothing calls this directly

Calls 1

subListMethod · 0.65

Tested by

no test coverage detected