Class PreCollection

java.lang.Object
com.pnfsoftware.jeb.util.serialization.PreCollection

public class PreCollection extends Object
Placeholder for a deserialized, not fully constructed collection.
  • Constructor Details

    • PreCollection

      public PreCollection(Collection<Object> dst, int expectedSize)
  • Method Details