Package com.kamikazejam.kamicommon.util.data


package com.kamikazejam.kamicommon.util.data
  • Class
    Description
     
    Pair<A,B>
    This is just a helpful class to store an object of two objects.
     
    A boolean that can also be absent, for a setting that is explicitly true, explicitly false, or simply not configured.
    Tuple<A,B,C>
    This is just a helpful class to store an object of three objects.