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

Method subList

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

Source from the content-addressed store, hash-verified

660 }
661
662 public List<E> subList(int start, int end) {
663 synchronized (mutex) {
664 return new SynchronizedList<E>(list.subList(start, end), mutex);
665 }
666 }
667
668// private void writeObject(ObjectOutputStream stream) throws IOException {
669// synchronized (mutex) {

Callers

nothing calls this directly

Calls 1

subListMethod · 0.65

Tested by

no test coverage detected