Class ReadOnlyIterableWrapper<T>

java.lang.Object
com.gigaspaces.internal.utils.collections.ReadOnlyIterableWrapper<T>
All Implemented Interfaces:
Iterable<T>

public class ReadOnlyIterableWrapper<T> extends Object implements Iterable<T>
  • Constructor Details

    • ReadOnlyIterableWrapper

      public ReadOnlyIterableWrapper(Iterable<T> iterable)
  • Method Details