Class ArrayCollector

java.lang.Object
com.googlecode.aviator.runtime.type.seq.ArrayCollector
All Implemented Interfaces:
Collector

public class ArrayCollector extends Object implements Collector
  • Field Details

    • array

      Object[] array
    • i

      int i
  • Constructor Details

    • ArrayCollector

      public ArrayCollector(int size)
  • Method Details