java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<String,List<String>>
org.ametys.plugins.forms.repository.type.Matrix
All Implemented Interfaces:
Serializable, Cloneable, Map<String,List<String>>

public class Matrix extends LinkedHashMap<String,List<String>>
Object representing a matrix
See Also:
  • Constructor Details

    • Matrix

      public Matrix(Map<String,List<String>> matrix)
      The Matrix constructor
      Parameters:
      matrix - the map representing the matrix