java.lang.Object
com.gigaspaces.internal.utils.collections.ReadOnlyIterableWrapper<T>
- All Implemented Interfaces:
Iterable<T>
public class ReadOnlyIterableWrapper<T>
extends Object
implements Iterable<T>
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ReadOnlyIterableWrapper
public ReadOnlyIterableWrapper(Iterable<T> iterable)
-