Uses of Class
org.eclipse.collections.impl.lazy.ReverseIterable
-
Packages that use ReverseIterable Package Description org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterableinterface.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableListinterface. -
-
Uses of ReverseIterable in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy that return ReverseIterable Modifier and Type Method Description static <T> ReverseIterable<T>ReverseIterable. adapt(ListIterable<T> listIterable) -
Uses of ReverseIterable in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable that return ReverseIterable Modifier and Type Method Description ReverseIterable<T>AbstractListAdapter. asReversed()ReverseIterable<T>AbstractMutableList. asReversed()
-