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

Method subList

lib/java/util/Collections.java:3006–3008  ·  view source on GitHub ↗

@see java.util.List#subList(int, int)

(int fromIndex, int toIndex)

Source from the content-addressed store, hash-verified

3004 * @see java.util.List#subList(int, int)
3005 */
3006 public List<E> subList(int fromIndex, int toIndex) {
3007 return checkedList(l.subList(fromIndex, toIndex), type);
3008 }
3009
3010 /**
3011 * @see java.util.List#equals(Object)

Callers

nothing calls this directly

Calls 2

checkedListMethod · 0.80
subListMethod · 0.65

Tested by

no test coverage detected