Class EmptySequence

java.lang.Object
com.googlecode.aviator.runtime.type.seq.AbstractSequence<Object>
com.googlecode.aviator.runtime.type.seq.EmptySequence
All Implemented Interfaces:
Sequence<Object>, Iterable<Object>

public class EmptySequence extends AbstractSequence<Object>
An empty sequence
  • Field Details

  • Constructor Details

    • EmptySequence

      private EmptySequence()
  • Method Details

    • newCollector

      public Collector newCollector(int size)
    • hintSize

      public int hintSize()
    • iterator

      public Iterator<Object> iterator()