0.10.8-alpha
ca.uqac.lif.cep.util.Lists.MathList< T > Class Template Reference

A list that implements equality. More...

Public Member Functions

 MathList (T ... elements)
 Creates a new math list and adds elements from an array. More...
 
int hashCode ()
 
boolean equals (Object o)
 

Detailed Description

A list that implements equality.

Two math lists are considered equal if they have equal size and elements at corresponding indices are equal.

Parameters
<T>The type of elements in the list

Definition at line 444 of file Lists.java.

Constructor & Destructor Documentation

◆ MathList()

Creates a new math list and adds elements from an array.

Parameters
elementsThe elements to add

Definition at line 456 of file Lists.java.

Member Function Documentation

◆ equals()

boolean ca.uqac.lif.cep.util.Lists.MathList< T >.equals ( Object  o)

Definition at line 481 of file Lists.java.

◆ hashCode()

int ca.uqac.lif.cep.util.Lists.MathList< T >.hashCode ( )

Definition at line 466 of file Lists.java.


The documentation for this class was generated from the following file: