Class ImmutableList<T>

java.lang.Object
org.davidmoten.oa3.codegen.util.ImmutableList<T>
All Implemented Interfaces:
Iterable<T>

public final class ImmutableList<T> extends Object implements Iterable<T>
  • Constructor Details

    • ImmutableList

      public ImmutableList()
    • ImmutableList

      public ImmutableList(List<T> list)
  • Method Details