Package ushiosan.jvm_utilities.lang.collection.elements


package ushiosan.jvm_utilities.lang.collection.elements
  • Classes
    Class
    Description
    Pair<T,K>
    Immutable object used to represent elements with 2 values (element pair).
    Trio<T,K,V>
    Data structure that represents 3 values within the same object.