Package xyz.cofe.iter

Class EmptyIterable<T>

  • All Implemented Interfaces:
    Iterable<T>, Iterator<T>, Eterable<T>

    public class EmptyIterable<T>
    extends Object
    implements Eterable<T>, Iterator<T>
    Возвращает пустую последовательность объектов
    • Constructor Detail

      • EmptyIterable

        public EmptyIterable()