Package model.independent


package model.independent
This package contributes with the data structures and functions that are not related to the mathemathical content that this application is about but still is algorithmic in nature and clearly belong to the model side.
Since:
2024-07-07
Version:
0.2
Author:
Anders Persson (perssonandersper@gmail.com)
  • Class
    Description
    A cyclic list with convenient access to iteration.
    DoubleArray<S extends Comparable<? super S>,T extends Comparable<? super T>>
    Array of tuples to be used as a sortable bijection, that is a mapping that maintains the correspondance between the tuples's first and second coordinate.
    A pair of values.