Class UninitializedList<T>

java.lang.Object
ubic.gemma.model.util.UninitializedCollection<T>
ubic.gemma.model.util.UninitializedList<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>

public class UninitializedList<T> extends UninitializedCollection<T> implements List<T>
A list that is intentionally not initialized.
Author:
poirigui
  • Constructor Details

    • UninitializedList

      public UninitializedList()
    • UninitializedList

      public UninitializedList(int size)
  • Method Details