Class RSList

java.lang.Object
nz.org.riskscape.engine.types.RSList
All Implemented Interfaces:
ContainingType, Type

public class RSList extends Object implements Type, ContainingType

Basic list type that can convert various arrays and list types to the required type

  • Field Details

  • Constructor Details

    • RSList

      @Deprecated public RSList(Type memberType)
      Deprecated.
      use create(Type) instead - reduces the amount of identical types being allocated All Riskscape code has been ported to use create, but there may be functions etc out there that are using this old constructor. We might want to log a stack trace when this is used if it becomes functionally important that the new static constructor be used.
    • RSList

      protected RSList(Type memberType, boolean ignored)

      Internal, non-deprecated constructor - ignored flag is here just to provide a non-deprecated alternative

  • Method Details