Class IterableWithSizeCollectionAdapter<T>

java.lang.Object
com.polarion.alm.shared.api.utils.collections.IterableWithSizeCollectionAdapter<T>
All Implemented Interfaces:
IterableWithSize<T>, Iterable<T>

public class IterableWithSizeCollectionAdapter<T> extends Object implements IterableWithSize<T>
Since:
3.19.3
  • Constructor Details

    • IterableWithSizeCollectionAdapter

      public IterableWithSizeCollectionAdapter(@NotNull Collection<T> collection)
  • Method Details