Searched defs:Rand (Results 1 – 1 of 1) sorted by relevance
55 static class Rand<E> extends ReverseOrderListView<E> implements RandomAccess { class in ReverseOrderListView56 Rand(List<E> list, boolean modifiable) { in Rand() method in ReverseOrderListView.Rand