Uses of Class
org.eclipse.collections.impl.UnmodifiableRichIterable
-
Packages that use UnmodifiableRichIterable Package Description org.eclipse.collections.impl This package contains implementations for Eclipse Collections API. -
-
Uses of UnmodifiableRichIterable in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl that return UnmodifiableRichIterable Modifier and Type Method Description static <E,RI extends RichIterable<E>>
UnmodifiableRichIterable<E>UnmodifiableRichIterable. of(RI iterable)
This method will take a RichIterable and wrap it directly in a UnmodifiableRichIterable.
-