Class SingleIterator<T>

java.lang.Object
cool.scx.common.iterator.SingleIterator<T>
All Implemented Interfaces:
Iterable<T>, Iterator<T>

public class SingleIterator<T> extends Object implements Iterator<T>, Iterable<T>
迭代器
  • Constructor Details

    • SingleIterator

      public SingleIterator(T t)
  • Method Details