MCPcopy Index your code
hub / github.com/clojure/clojure / reify

Method reify

src/jvm/clojure/lang/ASeq.java:220–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218
219//////////// List stuff /////////////////
220private List reify(){
221 return Collections.unmodifiableList(new ArrayList(this));
222}
223
224public List subList(int fromIndex, int toIndex){
225 return reify().subList(fromIndex, toIndex);

Callers 3

subListMethod · 0.95
lastIndexOfMethod · 0.95
listIteratorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected