MCPcopy Create free account
hub / github.com/android10/arrow / reverse

Method reverse

src/main/java/com/fernandocejas/arrow/collections/Lists.java:178–186  ·  view source on GitHub ↗

Returns a reversed view of the specified list. For example, Lists.reverse(Arrays.asList(1, 2, 3)) returns a list containing 3, 2, 1. The returned list is backed by this list, so changes in the returned list are reflected in this list, and vice-versa. The returned list supports all of

(List<T> list)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

subListMethod · 0.95

Calls 1

getForwardListMethod · 0.80

Tested by

no test coverage detected