Package com.clumd.projects.java_common_utils.models


package com.clumd.projects.java_common_utils.models
  • Classes
    Class
    Description
    An instance of Pair, but where the values are immutable, and references cannot be changed once set.
    Pair<L extends Serializable,R extends Serializable>
    A simple 'Pair' concept, which groups together two objects, via whatever logical grouping the user believes.